/* CSS Document */
.mainZone {
  position: relative;
}

.mainZone .notes {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 1.5vw;
}

@media screen and (max-width: 767px) {
  .mainZone .notes {
    bottom: 4vw;
  }
}

.mainZone .notes p {
  color: #FFF;
  width: 75%;
  text-align: right;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mainZone .notes p {
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }
}

.introZone {
  position: relative;
  margin-bottom: 10px;
  background-image: url("../img/intro/bg.jpg");
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .introZone {
    background-image: url("../img/intro/bg_sp.jpg");
    padding-bottom: 8vw;
    background-position: top;
    margin-bottom: 5.12821vw;
  }
}

.introZone .lead {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 75px;
  height: 500px;
}

@media screen and (max-width: 767px) {
  .introZone .lead {
    height: auto;
    position: static;
    padding-top: 79.48718vw;
  }
}

.introZone .lead p {
  color: #FFFFFF;
  text-align: center;
  font-size: 2rem;
  line-height: 2.2;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .introZone .lead p {
    font-size: 1.8rem;
    letter-spacing: 0.11em;
  }
}

.introZone .ph {
  position: relative;
  width: 100%;
  text-align: center;
  bottom: 20px;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .introZone .ph {
    position: static;
    margin-top: 5.12821vw;
  }
}

.introZone .ph .note {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .introZone .ph .note {
    position: absolute;
    bottom: 15vw;
    left: 10vw;
  }
}

.introZone .ph .img {
  width: 476px;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .introZone .ph .img {
    margin: 0;
    width: 84.87179vw;
  }
}

@media screen and (max-width: 767px) {
  .reasonZone {
    width: 100%;
    overflow: hidden;
  }
}

.reasonZone .box {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .reasonZone .box {
    display: block;
    padding-bottom: 10.25641vw;
  }
}

.reasonZone .box.reverse {
  flex-direction: row-reverse;
}

.reasonZone .box .bg {
  width: 50%;
  position: relative;
  background-image: url("../img/reason/reason1_bg.jpg");
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .reasonZone .box .bg {
    width: 100%;
    height: 112.82051vw;
  }
}

.reasonZone .box .bg.bg2 {
  background-image: url("../img/reason/reason2_bg.jpg");
}

.reasonZone .box .bg.bg3 {
  background-image: url("../img/reason/reason3_bg.jpg");
}

@media screen and (max-width: 767px) {
  .reasonZone .box .bg.bg3 {
    height: 214.10256vw;
    background-image: url("../img/reason/reason3_bg_sp.jpg");
    background-color: #000;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.reasonZone .box .bg .img img {
  min-height: 700px;
}

.reasonZone .box .bg .ttl {
  position: absolute;
  left: 50px;
  top: 50px;
}

@media screen and (max-width: 767px) {
  .reasonZone .box .bg .ttl {
    left: 5.12821vw;
    top: 5.12821vw;
  }
}

@media screen and (max-width: 767px) {
  .reasonZone .box .bg .ttl.sd {
    filter: drop-shadow(1vw 1vw 1.5vw #000);
  }
}

.reasonZone .box .bg .ttl.bottom {
  top: auto;
  bottom: 50px;
}

.reasonZone .box .bg .ttl.bottom img {
  width: auto;
}

.reasonZone .box .bg .ttl.bottom p {
  font-size: 1.8rem;
  color: #FFF;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .reasonZone .box .bg .ttl.bottom p {
    font-size: 1.6rem;
  }
}

.reasonZone .box .bg .ttl.bottom .txt2 {
  display: flex;
  margin-top: 20px;
  width: 90%;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .reasonZone .box .bg .ttl.bottom .txt2 {
    width: 100%;
    padding-right: 5.12821vw;
    display: block;
  }
}

.reasonZone .box .bg .ttl.bottom .txt2 .fig {
  margin-left: 20px;
  width: 250px;
}

@media screen and (max-width: 767px) {
  .reasonZone .box .bg .ttl.bottom .txt2 .fig {
    width: 64.10256vw;
    margin: 8.97436vw auto;
  }
}

@media screen and (max-width: 767px) {
  .reasonZone .box .bg .ttl h2 img {
    width: 51.28205vw;
  }
  .reasonZone .box .bg .ttl h2 img.ttl2 {
    height: 15.38462vw;
  }
}

.reasonZone .box .bg .txt1 {
  position: absolute;
  bottom: 50px;
  right: -20px;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .reasonZone .box .bg .txt1 {
    width: 44.87179vw;
    right: 5.12821vw;
    bottom: -17.94872vw;
  }
}

.reasonZone .box .bg .txt1.top {
  bottom: auto;
  top: 50px;
}

@media screen and (max-width: 767px) {
  .reasonZone .box .bg .txt1.top {
    top: auto;
    bottom: -25.64103vw;
  }
}

.reasonZone .box .bg .txt1.posL {
  right: auto;
  left: -20px;
}

@media screen and (max-width: 767px) {
  .reasonZone .box .bg .txt1.posL {
    left: 5.12821vw;
  }
}

.reasonZone .box .detail {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 8% 0;
}

@media screen and (max-width: 767px) {
  .reasonZone .box .detail {
    width: 90%;
    margin: 0 auto;
  }
}

.reasonZone .box .detail .in {
  width: 480px;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .reasonZone .box .detail .in {
    width: 100%;
  }
}

.reasonZone .box .detail .in h3 {
  margin: 25px 0;
  font-size: 2.8rem;
  line-height: 1.38462;
  color: #CB9157;
  margin-right: -1em;
  font-weight: normal;
}

.reasonZone .box .detail .in h3.isType2 {
  font-size: 1.8rem;
  text-align: right;
  position: absolute;
  top: -20px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .reasonZone .box .detail .in h3.isType2 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .reasonZone .box .detail .in h3 {
    font-size: 2.4rem;
    margin: 7.69231vw 0;
    font-feature-settings: "palt";
    line-height: 1.5;
  }
}

.reasonZone .box .detail .in p {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .reasonZone .box .detail .in p {
    font-size: 1.6rem;
  }
}

.reasonZone .box .detail .in .ph {
  position: relative;
}

@media screen and (max-width: 767px) {
  .reasonZone .box .detail .in .ph.ph2 {
    width: 102.5641vw;
  }
}

.reasonZone .box .detail .in .ph span {
  position: absolute;
  bottom: 0;
  left: 100px;
}

@media screen and (max-width: 767px) {
  .reasonZone .box .detail .in .ph span {
    left: 10vw;
  }
}

.reasonZone .box .detail .detailIn {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .reasonZone .box .detail .detailIn {
    display: block;
  }
}

.reasonZone .box .detail .detailIn .notes {
  margin-top: 1em;
  font-size: 1rem;
}

.reasonZone .box .detail .detailIn .fig {
  width: 176px;
  flex-shrink: 0;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .reasonZone .box .detail .detailIn .fig {
    width: 44.87179vw;
    margin: 8.97436vw auto 0 auto;
  }
}

.growZone {
  background-color: rgba(176, 154, 120, 0.15);
  color: #000;
}

@media screen and (min-width: 768px) {
  .growZone {
    padding: 76px 0 77px;
  }
}

@media screen and (max-width: 767px) {
  .growZone {
    padding: 15.38462vw 0 6.92308vw;
  }
}

.growZone figure {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .growZone .inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .growZone .inner {
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
  }
}

@media screen and (min-width: 768px) {
  .growZone .zoneHd {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .growZone .zoneHd {
    margin-bottom: 13.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .growZone .zoneHd .logo {
    width: 251.2px;
    padding-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .growZone .zoneHd .logo {
    width: 51.28205vw;
    margin: 0 auto 14.10256vw;
  }
}

.growZone .zoneHd .txts h3 {
  color: #CB9157;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .growZone .zoneHd .txts h3 {
    margin-bottom: 8px;
    font-size: 2.6rem;
    line-height: 1.38462;
  }
}

@media screen and (max-width: 767px) {
  .growZone .zoneHd .txts h3 {
    margin-bottom: 6.92308vw;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.growZone .zoneHd .txts p {
  font-size: 1.8rem;
  line-height: 1.77778;
}

@media screen and (min-width: 768px) {
  .growZone .step {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .growZone .step {
    margin-bottom: 9.23077vw;
  }
}

@media screen and (min-width: 768px) {
  .growZone .step > li {
    width: 32.8%;
  }
}

@media screen and (min-width: 768px) {
  .growZone .step > li .img1 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .growZone .step > li .img1 {
    margin-bottom: 5.12821vw;
  }
}

@media screen and (min-width: 768px) {
  .growZone .step > li .alignBox {
    height: 257px;
  }
}

.growZone .step > li .alignBox small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
}

.growZone .step > li .alignBox small em {
  display: block;
  color: #D2A36C;
  font-weight: bold;
}

.growZone .step > li .alignBox small p {
  font-size: inherit;
}

.growZone .step > li strong {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55556;
  text-decoration: underline;
}

.growZone .step > li + li {
  position: relative;
}

.growZone .step > li + li:before {
  content: "";
  display: block;
  background: url("../img/grow/arrow.svg") 0 0 no-repeat;
  margin: auto;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .growZone .step > li + li:before {
    width: 75px;
    height: 70px;
    top: 76.5px;
  }
}

@media screen and (max-width: 767px) {
  .growZone .step > li + li:before {
    width: 19.23077vw;
    height: 17.94872vw;
    left: 0;
    right: 0;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .growZone .step > li:nth-child(1) .alignBox {
    margin-bottom: 4.35897vw;
  }
}

@media screen and (min-width: 768px) {
  .growZone .step > li:nth-child(1) .alignBox .img2 {
    width: 287px;
  }
}

@media screen and (max-width: 767px) {
  .growZone .step > li:nth-child(1) .alignBox .img2 {
    width: 73.58974vw;
    margin-bottom: 4.35897vw;
  }
}

.growZone .step > li:nth-child(1) strong {
  color: #D2A36C;
}

@media screen and (max-width: 767px) {
  .growZone .step > li:nth-child(2) {
    margin-top: 17.17949vw;
  }
}

@media screen and (min-width: 768px) {
  .growZone .step > li:nth-child(2):before {
    left: -37px;
  }
}

@media screen and (max-width: 767px) {
  .growZone .step > li:nth-child(2):before {
    top: -12.82051vw;
  }
}

@media screen and (max-width: 767px) {
  .growZone .step > li:nth-child(2) .alignBox {
    margin-bottom: 3.07692vw;
  }
}

@media screen and (min-width: 768px) {
  .growZone .step > li:nth-child(2) .alignBox .img2 {
    width: 292px;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  .growZone .step > li:nth-child(2) .alignBox .img2 {
    width: 74.87179vw;
    margin-bottom: 1.79487vw;
  }
}

.growZone .step > li:nth-child(2) .alignBox small {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .growZone .step > li:nth-child(2) .alignBox small {
    width: 228px;
  }
}

@media screen and (max-width: 767px) {
  .growZone .step > li:nth-child(2) .alignBox small {
    width: 58.46154vw;
  }
}

.growZone .step > li:nth-child(2) .alignBox small em {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .growZone .step > li:nth-child(2) .alignBox small em {
    margin-bottom: 0.25641vw;
  }
}

.growZone .step > li:nth-child(2) strong {
  color: #AA8657;
}

@media screen and (max-width: 767px) {
  .growZone .step > li:nth-child(3) {
    margin-top: 18.20513vw;
  }
}

@media screen and (min-width: 768px) {
  .growZone .step > li:nth-child(3):before {
    left: -42px;
  }
}

@media screen and (max-width: 767px) {
  .growZone .step > li:nth-child(3):before {
    top: -13.38462vw;
  }
}

@media screen and (max-width: 767px) {
  .growZone .step > li:nth-child(3) .alignBox {
    margin-bottom: 3.58974vw;
  }
}

@media screen and (min-width: 768px) {
  .growZone .step > li:nth-child(3) .alignBox .img2 {
    width: 328px;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  .growZone .step > li:nth-child(3) .alignBox .img2 {
    width: 84.10256vw;
    margin-bottom: 1.53846vw;
  }
}

.growZone .step > li:nth-child(3) .alignBox small {
  text-align: center;
}

.growZone .step > li:nth-child(3) strong {
  color: #896538;
}

.growZone .note {
  font-size: 1.0rem;
  text-align: right;
}

.functionZone {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .functionZone {
    padding-bottom: 15.38462vw;
  }
}

.functionZone .func_vsl01 .img {
  position: relative;
}

.functionZone .func_vsl01 .img h2 {
  position: absolute;
  bottom: 205px;
  left: 50px;
}

@media screen and (max-width: 767px) {
  .functionZone .func_vsl01 .img h2 {
    bottom: 66vw;
    left: 5.12821vw;
  }
}

@media screen and (max-width: 767px) {
  .functionZone .func_vsl01 .img h2 img {
    width: 64.10256vw;
  }
}

.functionZone .func_vsl01 .img .lead {
  position: absolute;
  bottom: 40px;
  left: 50px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.8;
}

.functionZone .func_vsl01 .img .lead sup {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .functionZone .func_vsl01 .img .lead {
    font-size: 1.6rem;
    padding-right: 3vw;
    line-height: 2;
    left: 5.12821vw;
    bottom: 6.41026vw;
  }
}

.functionZone .safety .inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .functionZone .safety .inner {
    width: auto;
    padding: 0 10.25641vw;
  }
}

.functionZone .safety .inner h2 {
  text-align: center;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .functionZone .safety .inner h2 {
    margin-top: 9.74359vw;
  }
}

.functionZone .safety .inner h2 img {
  width: 665px;
}

@media screen and (max-width: 767px) {
  .functionZone .safety .inner h2 img {
    width: 79.48718vw;
  }
}

.functionZone .safety .inner .plus {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .functionZone .safety .inner .plus {
    margin-top: 10.25641vw;
  }
}

.functionZone .safety .inner .plus img {
  width: 80px;
}

@media screen and (max-width: 767px) {
  .functionZone .safety .inner .plus img {
    width: 20.51282vw;
  }
}

.functionZone .safety .inner .safe_items {
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .functionZone .safety .inner .safe_items {
    display: block;
    margin-top: 8.97436vw;
  }
}

.functionZone .safety .inner .safe_items .safe_cont {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .functionZone .safety .inner .safe_items .safe_cont {
    width: 100%;
  }
}

.functionZone .safety .inner .safe_items .safe_cont .ttl {
  text-align: center;
  font-size: 2.4rem;
  color: #D2A36C;
  font-weight: bold;
  padding-bottom: 17px;
  border-bottom: 2px solid #D2A36C;
}

@media screen and (max-width: 767px) {
  .functionZone .safety .inner .safe_items .safe_cont .ttl {
    padding-bottom: 4.35897vw;
  }
}

.functionZone .safety .inner .safe_items .safe_cont .next {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  .functionZone .safety .inner .safe_items .safe_cont .next {
    margin-top: 4.35897vw;
  }
}

.functionZone .safety .inner .safe_items .safe_cont p {
  font-size: 1.6rem;
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .functionZone .safety .inner .safe_items .safe_cont p {
    margin-top: 4.35897vw;
  }
}

.functionZone .safety .inner .safe_items .safe_cont .notes {
  font-size: 1rem;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .functionZone .safety .inner .safe_items .safe_cont .notes {
    margin-top: 1vw;
  }
}

.functionZone .safety .inner .safe_items .safe_cont .left {
  text-align: center;
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  .functionZone .safety .inner .safe_items .safe_cont .left {
    margin-top: 7.17949vw;
    margin-bottom: 8.97436vw;
    line-height: 1.6;
  }
}

.functionZone .safety .inner .safe_items .safe_cont .left img {
  width: 233px;
}

@media screen and (max-width: 767px) {
  .functionZone .safety .inner .safe_items .safe_cont .left img {
    width: 61.53846vw;
  }
}

.functionZone .safety .inner .safe_items .safe_cont .right {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .functionZone .safety .inner .safe_items .safe_cont .right {
    line-height: 1.6;
  }
}

.functionZone .safety .inner .safe_items .safe_cont .right img {
  width: 297px;
}

@media screen and (max-width: 767px) {
  .functionZone .safety .inner .safe_items .safe_cont .right img {
    width: 74.35897vw;
  }
}

.functionZone .safety .inner .cont_notes {
  text-align: right;
  margin-top: 37px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .functionZone .safety .inner .cont_notes {
    text-align: left;
    margin-top: 5.64103vw;
  }
}

.functionZone .func_vsl02 {
  margin-top: 78px;
}

@media screen and (max-width: 767px) {
  .functionZone .func_vsl02 {
    margin-top: 14.87179vw;
  }
}

.functionZone .func_vsl02 .img {
  position: relative;
}

.functionZone .func_vsl02 .img h2 {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

@media screen and (max-width: 767px) {
  .functionZone .func_vsl02 .img h2 {
    bottom: 5.12821vw;
    right: 5.12821vw;
  }
}

@media screen and (max-width: 767px) {
  .functionZone .func_vsl02 .img h2 img {
    width: 54.10256vw;
  }
}

.functionZone .feature {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .functionZone .feature {
    width: auto;
    padding: 0 10.25641vw;
  }
}

.functionZone .feature h2 {
  font-size: 2.6rem;
  color: #D2A36C;
  text-align: center;
  margin-top: 55px;
}

.functionZone .feature h2.wNormal {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .functionZone .feature h2 {
    font-size: 2.4rem;
    margin-top: 14.10256vw;
  }
}

.functionZone .feature .s-list {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .functionZone .feature .s-list {
    display: block;
    margin-top: 14.61538vw;
  }
}

.functionZone .feature .s-list li {
  width: 23.5%;
  color: #000;
  position: relative;
}

@media screen and (max-width: 767px) {
  .functionZone .feature .s-list li {
    width: 100%;
  }
}

.functionZone .feature .s-list li h3 {
  font-size: 1.8rem;
  display: flex;
  align-items: flex-end;
}

.functionZone .feature .s-list li h3 img {
  height: 44px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .functionZone .feature .s-list li h3 img {
    height: 11.28205vw;
    width: auto;
  }
}

.functionZone .feature .s-list li h3 p {
  margin-left: 24px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .functionZone .feature .s-list li h3 p {
    margin-left: 4.35897vw;
  }
}

.functionZone .feature .s-list li h3.patent::before {
  content: "";
  background: url("../img/function/patent_1.svg");
  width: 122px;
  height: 19px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -15px;
  left: 38px;
}

@media screen and (max-width: 767px) {
  .functionZone .feature .s-list li h3.patent::before {
    top: -4vw;
    left: 8vw;
  }
}

.functionZone .feature .s-list li h3.patent.lst::before {
  content: "";
  background: url("../img/function/patent_4.svg");
  width: 54px;
  height: 19px;
  top: -15px;
  left: 55px;
}

@media screen and (max-width: 767px) {
  .functionZone .feature .s-list li h3.patent.lst::before {
    top: -4vw;
    left: 13vw;
  }
}

.functionZone .feature .s-list li p {
  font-size: 1.4rem;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .functionZone .feature .s-list li p {
    margin-top: 3.58974vw;
  }
}

@media screen and (max-width: 767px) {
  .functionZone .feature .s-list li .im-sp {
    margin-top: 9.48718vw;
  }
}

@media screen and (max-width: 767px) {
  .functionZone .feature .s-list li:nth-child(n+2) {
    margin-top: 10.25641vw;
  }
}

.functionZone .feature .s-list.im {
  margin-top: 35px;
}

.carlifeZone {
  position: relative;
}

.carlifeZone::before {
  content: "";
  width: 100%;
  height: 20px;
  background: url("../img/carlife/line-color.svg");
  display: block;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .carlifeZone::before {
    margin-bottom: 14.10256vw;
    height: 5.12821vw;
  }
}

.carlifeZone::after {
  content: "";
  width: 100%;
  height: 20px;
  background: url("../img/carlife/line-color.svg");
  display: block;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .carlifeZone::after {
    margin-top: 14.10256vw;
    height: 5.12821vw;
  }
}

.carlifeZone .inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .carlifeZone .inner {
    width: auto;
    padding: 0 5.12821vw;
  }
}

.carlifeZone .inner .ylt {
  font-size: 2.6rem;
  color: #D2A36C;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .carlifeZone .inner .ylt {
    font-size: 2.4rem;
  }
}

.carlifeZone .inner .fl-blk {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .carlifeZone .inner .fl-blk {
    margin-top: 14.61538vw;
  }
}

.carlifeZone .inner .fl-blk .fl-ttl {
  font-size: 2.6rem;
  color: #000000;
  border-bottom: 5px solid #D2A36C;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  .carlifeZone .inner .fl-blk .fl-ttl {
    font-size: 2.2rem;
  }
}

.carlifeZone .inner .fl-blk .fl-ttl::after {
  content: "";
  background: url("../img/carlife/forbaby.svg");
  width: 122px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .carlifeZone .inner .fl-blk .fl-ttl::after {
    background-size: contain;
    width: 29.74359vw;
    height: 7.30769vw;
    top: 12vw;
  }
}

.carlifeZone .inner .fl-blk .fl-ttl.user::after {
  content: "";
  background: url("../img/carlife/foruser.svg");
  width: 114px;
  height: 22px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .carlifeZone .inner .fl-blk .fl-ttl.user::after {
    background-size: contain;
    width: 27.4359vw;
    height: 5.12821vw;
    top: 20vw;
  }
}

.carlifeZone .inner .fl-blk .fl-in {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .carlifeZone .inner .fl-blk .fl-in {
    margin-top: 17.94872vw;
    display: block;
  }
}

.carlifeZone .inner .fl-blk .fl-in li {
  width: 235px;
  color: #000;
}

.carlifeZone .inner .fl-blk .fl-in li sup {
  font-size: 70%;
}

@media screen and (max-width: 767px) {
  .carlifeZone .inner .fl-blk .fl-in li {
    width: 100%;
    padding: 0 5.12821vw;
  }
}

@media screen and (max-width: 767px) {
  .carlifeZone .inner .fl-blk .fl-in li:nth-child(n+2) {
    margin-top: 8.97436vw;
  }
}

.carlifeZone .inner .fl-blk .fl-in li dl {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .carlifeZone .inner .fl-blk .fl-in li dl {
    margin-top: 5.12821vw;
  }
}

.carlifeZone .inner .fl-blk .fl-in li dl dt {
  font-size: 1.75rem;
  font-weight: bold;
  margin-right: -.5em;
  font-feature-settings: "palt";
}

.carlifeZone .inner .fl-blk .fl-in li dl dd {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .carlifeZone .inner .fl-blk .fl-in li dl dd {
    margin-top: 1.28205vw;
  }
}

.carlifeZone .inner .fl-blk .fl-in li dl .small {
  font-size: 1rem;
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .carlifeZone .inner .fl-blk .fl-in li dl .small {
    margin-top: 1.5vw;
  }
}

.detailZone {
  padding: 75px 0;
}

@media screen and (max-width: 767px) {
  .detailZone {
    padding: 14.10256vw 0;
  }
}

.detailZone .ylt {
  font-size: 2.6rem;
  color: #D2A36C;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .detailZone .ylt {
    font-size: 2.4rem;
  }
}

.detailZone .top-ttl {
  text-align: center;
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .detailZone .top-ttl {
    margin-top: 14.61538vw;
  }
}

.detailZone .top-ttl img {
  width: 333px;
}

@media screen and (max-width: 767px) {
  .detailZone .top-ttl img {
    width: 64.10256vw;
  }
}

.detailZone .full-im {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .detailZone .full-im {
    flex-direction: column-reverse;
    margin-top: 10.25641vw;
  }
}

.detailZone .full-im .txt {
  width: 50%;
  background-color: #000000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .detailZone .full-im .txt {
    width: 100%;
    text-align: center;
  }
}

.detailZone .full-im .txt .in {
  width: 550px;
  margin: 35px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .detailZone .full-im .txt .in {
    width: auto;
    margin-left: 0;
    margin-top: 13.33333vw;
    padding-bottom: 10.25641vw;
  }
}

.detailZone .full-im .txt .in .name {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 27px;
}

.detailZone .full-im .txt .in .ct {
  font-size: 1.6rem;
  border-top: 1px solid #D2A36C;
  display: inline-block;
  padding-top: 20px;
}

.detailZone .full-im .txt .in .ct dd {
  margin-bottom: 15px;
}

.detailZone .full-im .txt .in .ct dt {
  font-weight: bold;
  font-size: 1.6rem;
}

.detailZone .full-im .txt .in .ct dt span {
  font-size: 1.4rem;
  font-weight: normal;
}

.detailZone .full-im .txt .in .last {
  margin-top: 35px;
  padding-bottom: 45px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .detailZone .full-im .txt .in .last {
    margin-top: 8.97436vw;
    padding-bottom: 0;
    display: inline-block;
  }
}

.detailZone .full-im .txt .in .last img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .detailZone .full-im .txt .in .last img {
    width: 80.51282vw;
  }
}

.detailZone .full-im .txt .in .last .txt-in {
  font-size: 1.45rem;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .detailZone .full-im .txt .in .last .txt-in {
    font-size: 1.3rem;
  }
}

.detailZone .full-im .txt .in .last .txt-in .l-t {
  position: absolute;
  bottom: 26%;
  left: 30px;
}

@media screen and (max-width: 767px) {
  .detailZone .full-im .txt .in .last .txt-in .l-t {
    bottom: 53%;
    left: 10vw;
  }
}

.detailZone .full-im .txt .in .last .txt-in .r-t {
  position: absolute;
  bottom: 26%;
  right: 10px;
}

@media screen and (max-width: 767px) {
  .detailZone .full-im .txt .in .last .txt-in .r-t {
    bottom: 7%;
    left: 10vw;
    right: 0;
  }
}

.detailZone .full-im .img {
  width: 50%;
  background-image: url("../img/detail/ph01.jpg");
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .detailZone .full-im .img {
    height: 89vw;
    width: 100%;
  }
}

.detailZone .inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .detailZone .inner {
    width: auto;
    padding: 0 5.12821vw;
  }
}

.detailZone .inner .fl-pr {
  display: flex;
  align-items: center;
  margin-top: 73px;
}

@media screen and (max-width: 767px) {
  .detailZone .inner .fl-pr {
    flex-direction: column-reverse;
    margin-top: 15.38462vw;
  }
}

.detailZone .inner .fl-pr .pr-n {
  width: 25%;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .detailZone .inner .fl-pr .pr-n {
    width: 100%;
    text-align: center;
    margin-top: 7.69231vw;
  }
}

.detailZone .inner .fl-pr .pr-n dt {
  font-size: 2rem;
  padding-bottom: 27px;
  border-bottom: 1px solid #D2A36C;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .detailZone .inner .fl-pr .pr-n dt {
    padding-bottom: 4.35897vw;
  }
}

.detailZone .inner .fl-pr .pr-n dd {
  padding-top: 25px;
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .detailZone .inner .fl-pr .pr-n dd {
    padding-top: 5.12821vw;
  }
}

.detailZone .inner .fl-pr .pr-n dd span {
  font-weight: normal;
  font-size: 1.4rem;
}

.detailZone .inner .fl-pr .im-pr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 75%;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .detailZone .inner .fl-pr .im-pr {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}

.detailZone .inner .fl-pr .im-pr .in {
  text-align: center;
}

.detailZone .inner .fl-pr .im-pr .in p {
  color: #696969;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .detailZone .inner .fl-pr .im-pr .in p {
    margin-top: 3.84615vw;
  }
}

.detailZone .inner .fl-pr .im-pr .in img {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .detailZone .inner .fl-pr .im-pr .in.mg-sp {
    margin-top: 7.69231vw;
  }
}

.detailZone .note {
  margin: 60px 0 6px 0;
  font-size: 1rem;
}

.detailZone .note.isType2 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .detailZone .note.isType2 {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .detailZone .note {
    margin: 18.46154vw 0 4.61538vw 0;
    text-align: center;
  }
}

.specZone {
  position: relative;
  background: #fff;
}

.specZone .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .specZone .inner {
    width: 100%;
    padding: 0 5.12821vw 20.51282vw 5.12821vw;
  }
}

.specZone .inner .specTable {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable {
    margin-top: 17.94872vw;
  }
}

.specZone .inner .specTable .tit-tb {
  font-size: 1.8rem;
  margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable .tit-tb {
    font-size: 1.6rem;
    margin-bottom: 4.61538vw;
  }
}

.specZone .inner .specTable table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table {
    margin: 0 auto;
    width: 85.12821vw;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .specZone .inner .specTable table tr:last-of-type {
    border-bottom: 1px solid #707070;
  }
}

.specZone .inner .specTable table th,
.specZone .inner .specTable table td {
  border: 1px solid #707070;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table th,
  .specZone .inner .specTable table td {
    border-bottom: 0px;
  }
}

.specZone .inner .specTable table th {
  width: 140px;
  font-size: 12px;
  font-weight: bold;
  padding: 25px 0 25px 15px;
  box-sizing: border-box;
  background: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table th {
    width: 25.64103vw;
    border-right: 0px;
    font-size: 2.82051vw;
    padding: 3.33333vw 1.53846vw;
  }
}

.specZone .inner .specTable table td {
  font-size: 12px;
  padding: 15px 0 15px 20px;
  box-sizing: border-box;
  width: 320px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table td {
    width: 59.48718vw;
    padding: 3.33333vw 2.5641vw;
    font-size: 2.82051vw;
  }
}

.specZone .inner .specTable table td .sub {
  display: block;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table td .sub {
    font-size: 2.82051vw;
  }
}

.specZone .inner .specTable table td strong {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table td strong {
    font-size: 4.61538vw;
  }
}

.specZone .inner .specTable table td .en {
  font-size: 14px;
  padding-left: 0.05em;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table td .en {
    font-size: 3.58974vw;
  }
}

.specZone .inner .specTable table td .day {
  font-size: 14px;
}

.specZone .inner .specTable table td .alert {
  font-size: 14px;
  color: #f00;
}

.specZone .inner .specTable table td .note {
  font-size: 10px;
  display: block;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table td .note {
    font-size: 2.5641vw;
  }
}

.specZone .inner .specTable table .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .icons {
    display: block;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .icons .img {
    margin-top: 2.5641vw;
  }
}

.specZone .inner .specTable table .icons .img img {
  width: 161px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .icons .img img {
    width: 35.89744vw;
  }
}

.specZone .inner .specTable table .codeBox {
  display: flex;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .codeBox {
    display: block;
  }
}

.specZone .inner .specTable table .codeBox .code + .code {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable table .codeBox .code + .code {
    margin-left: 0px;
    margin-top: 2.5641vw;
  }
}

.specZone .price-pr {
  text-align: center;
  color: #1A1311;
  font-weight: bold;
}

.specZone .price-pr dt {
  font-size: 1.8rem;
}

.specZone .price-pr dd {
  font-size: 1.4rem;
}

.specZone .confirm {
  text-align: center;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .specZone .confirm {
    margin-top: 5vw;
  }
}

#container {
  min-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #container {
    min-width: 100%;
  }
}

.set-anime {
  transition: .5s;
  opacity: 0;
}

.set-anime.show-anime {
  opacity: 1;
}

.footNavi {
  position: sticky;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  background-color: #FFF;
  padding-bottom: calc(env(safe-area-inset-bottom));
}

.footNavi.show {
  display: block;
}

nav.navs {
  background-color: #002F71;
}

nav.navs ul {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-right: 1px solid #FFF;
}

@media screen and (max-width: 767px) {
  nav.navs ul {
    flex-wrap: wrap;
  }
}

nav.navs ul li {
  width: 25%;
  border-left: 1px solid #FFF;
}

@media screen and (max-width: 767px) {
  nav.navs ul li {
    width: 50%;
    border-bottom: 1px solid #FFF;
  }
}

nav.navs ul li a {
  display: flex;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

nav.navs ul li img {
  height: 37px;
}

@media screen and (max-width: 767px) {
  nav.navs ul li img {
    height: 32px;
  }
}

nav.navs ul li img.nav04 {
  height: 18px;
}

.specZone img {
  width: auto;
}

.youtube_movie_box {
  max-width: 720px;
  height: 406px;
  margin: 60px auto 20px auto;
}

@media screen and (max-width: 767px) {
  .youtube_movie_box {
    max-width: 89.74359vw;
    height: 50.76923vw;
    margin: 12.82051vw auto;
  }
}

/*# sourceMappingURL=../../../../../../../srcmap/products/childseat/detail/bed/fladea_grow_isofix_safety_plus_ab/common/css/style.css.map */
