/* CSS Document */
.mainZone .navi {
  margin-top: 35px;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  border: 1px solid #E2E2E2;
  box-shadow: 2px 2px 0 #69A69B;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mainZone .navi {
    margin: 5.12821vw 0 7.69231vw;
    padding: 0px;
    flex-wrap: wrap;
  }
}

.mainZone .navi li {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .mainZone .navi li {
    width: 50%;
  }
  .mainZone .navi li:nth-child(n+3) {
    border-top: 1px solid #E2E2E2;
  }
  .mainZone .navi li:nth-child(3) {
    border-left: 0px;
  }
}

.mainZone .navi li + li {
  border-left: 1px solid #E2E2E2;
}

.mainZone .navi li a {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  color: #474645;
  text-decoration: none;
  align-items: center;
  font-weight: bold;
}

.mainZone .navi li a:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .mainZone .navi li a {
    font-size: 1.1rem;
    padding: 3.84615vw 1.28205vw 3.33333vw 3.33333vw;
    justify-content: flex-start;
  }
}

.mainZone .navi li a:before {
  content: "";
  background-image: url("../img/main/arrow.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .mainZone .navi li a:before {
    width: 3.58974vw;
    margin-right: 6px;
    height: 3.58974vw;
    top: -.1em;
    position: relative;
  }
}

.mainZone .mov {
  max-width: 640px;
  margin: 0 auto;
}

.mainZone .mov iframe {
  height: 360px;
}

@media screen and (max-width: 767px) {
  .mainZone .mov iframe {
    height: 50.51282vw;
  }
}

.sec1 {
  background-size: cover;
  padding: 120px;
}

@media screen and (max-width: 767px) {
  .sec1 {
    background: none;
    padding: 7.69231vw 0 0 0;
  }
}

.sec1 .flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .sec1 .flex {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.sec1 h2 {
  max-width: 520px;
  margin-bottom: 68px;
}

@media screen and (max-width: 767px) {
  .sec1 h2 {
    max-width: 100.74359vw;
    margin-bottom: 12.82051vw;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
}

.sec1 p {
  max-width: 550px;
}

@media screen and (max-width: 767px) {
  .sec1 p {
    max-width: 100.4359vw;
    padding-left: 5.33333vw;
    /*padding-right: 5.33333vw;*/
  }
}

.sec1 .img {
  max-width: 430px;
}

@media screen and (max-width: 767px) {
  .sec1 .img {
    margin-bottom: 10.12821vw;
  }
}

.sec2 .fl_im {
  max-width: 840px;
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .sec2 .fl_im {
    max-width: none;
    margin: 8.97436vw 0 0 0;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
    flex-wrap: wrap;
  }
}

.sec2 .fl_im li {
  width: 24%;
}

@media screen and (max-width: 767px) {
  .sec2 .fl_im li {
    width: 48.5%;
  }
}

@media screen and (max-width: 767px) {
  .sec2 .fl_im li:nth-child(n+3) {
    margin-top: 2.5641vw;
  }
}

.sec2 .hand_im {
  max-width: 240px;
  margin: -40px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .sec2 .hand_im {
    max-width: 56.41026vw;
    margin: -7vw auto 0 auto;
  }
}

.sec2 .fl_three {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sec2 .fl_three {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 7.4359vw;
  }
}

.sec2 .fl_three .txt {
  max-width: 326.65px;
}

@media screen and (max-width: 767px) {
  .sec2 .fl_three .txt {
    max-width: 53.84615vw;
  }
}

.sec2 .fl_three .img {
  max-width: 280px;
}

@media screen and (max-width: 767px) {
  .sec2 .fl_three .img {
    max-width: 51.28205vw;
    margin-top: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .sec2 .fl_three .img .stex {
    text-align: center;
    font-size: 1rem;
    margin-top: 2vw;
  }
}

.sec2 .fl_three .last_b {
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .sec2 .fl_three .last_b {
    max-width: none;
    width: 100%;
    margin-top: 7.69231vw;
  }
}

.sec2 .fl_three .last_b .box {
  width: 100%;
  background: rgba(107, 165, 155, 0.65);
  color: #fff;
  text-align: center;
  padding: 17px 20px 27px 20px;
  font-size: 1.4rem;
  line-height: 1.85;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sec2 .fl_three .last_b .box {
    padding: 4.35897vw 5.12821vw 6.92308vw 5.12821vw;
  }
}

.sec2 .fl_three .last_b .box p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sec2 .fl_three .last_b .box p {
    margin-top: 5.12821vw;
  }
}

.sec2 .fl_three .last_b .box p small {
  font-size: 1.2rem;
  font-weight: normal;
}

.sec2 .fl_three .last_b .box p small sup {
  padding: 0;
}

.sec2 .fl_three .last_b .small {
  text-align: right;
  font-size: 1rem;
  margin-top: 10px;
}

.sec3 .ttl_sec3 {
  max-width: 691px;
  margin-top: 67px;
}

@media screen and (max-width: 767px) {
  .sec3 .ttl_sec3 {
    max-width: 84.61538vw;
    margin-top: 22.05128vw;
  }
}

.sec3 ul {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .sec3 ul {
    margin-top: 10.25641vw;
  }
}

.sec3 ul li {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sec3 ul li {
    margin-top: 5.89744vw;
  }
}

.sec3 ul li dt {
  max-width: 580px;
  position: relative;
  z-index: 1;
}

.sec3 ul li dd {
  width: 44%;
  background: rgba(107, 165, 155, 0.65);
  text-align: center;
  position: relative;
  z-index: 2;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sec3 ul li dd {
    height: 39.74359vw;
    width: 72.30769vw;
  }
}

.sec3 ul li dd p {
  color: #04382F;
  font-size: 1.8rem;
}

.sec3 ul li dd span {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 10px;
  display: block;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .sec3 ul li dd span {
    font-size: 1.4rem;
  }
}

.sec3 ul li dd span .zazi {
  display: inline-block;
  font-size: 1rem;
  position: relative;
  top: -5px;
  left: -5px;
}

@media screen and (max-width: 767px) {
  .sec3 ul li dd span .zazi {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 767px) {
  .sec3 ul li:nth-child(odd) {
    flex-direction: column;
  }
}

.sec3 ul li:nth-child(odd) dd {
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .sec3 ul li:nth-child(odd) dd {
    margin-left: 0;
    margin-top: -3vw;
  }
}

@media screen and (max-width: 767px) {
  .sec3 ul li:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.sec3 ul li:nth-child(even) dd {
  margin-right: -20px;
}

@media screen and (max-width: 767px) {
  .sec3 ul li:nth-child(even) dd {
    margin-right: 0;
    margin-top: -3vw;
  }
}

.sec3 .sm_this {
  font-size: 1rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sec3 .sm_this {
    margin-top: 5.12821vw;
  }
}

.sec4 {
  background-image: url("../img/intro/sec4_bg.webp");
  background-size: cover;
  padding: 103px 0 93px 0;
  margin-top: 106px;
}

@media screen and (max-width: 767px) {
  .sec4 {
    background-image: url("../img/intro/sec4_bg_sp.webp");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    margin-top: 14.35897vw;
    padding: 23.07692vw 0 32.5641vw 0;
  }
}

.sec4 .fl_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sec4 .fl_in {
    flex-direction: column;
    position: relative;
  }
}

.sec4 .fl_in .txt {
  width: 52.3%;
}

@media screen and (max-width: 767px) {
  .sec4 .fl_in .txt {
    width: 100%;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
}

.sec4 .fl_in .txt .ttl {
  max-width: 450px;
}

@media screen and (max-width: 767px) {
  .sec4 .fl_in .txt .ttl {
    max-width: none;
    width: auto;
  }
}

.sec4 .fl_in .txt .check {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 66px;
}

@media screen and (max-width: 767px) {
  .sec4 .fl_in .txt .check {
    margin-top: 10.25641vw;
  }
}

@media screen and (max-width: 767px) {
  .sec4 .fl_in .txt .check p {
    width: 83.84615vw;
  }
}

@media screen and (max-width: 767px) {
  .sec4 .fl_in .txt .check span {
    position: absolute;
    bottom: 36%;
    left: 2vw;
    width: 30vw;
  }
}

.sec4 .fl_in .img {
  width: 43%;
}

@media screen and (max-width: 767px) {
  .sec4 .fl_in .img {
    width: 100%;
    margin-top: 22.5641vw;
  }
}

.sec4 .fl_in .sma {
  font-size: 1rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sec4 .fl_in .sma {
    margin-top: 0;
    position: absolute;
    bottom: -17vw;
    text-align: center;
    left: 10vw;
    line-height: 1.5;
  }
}

.mamoruZone {
  color: #000;
  overflow: hidden;
  position: relative;
}

.mamoruZone:before, .mamoruZone:after {
  content: "";
  background: linear-gradient(to bottom, rgba(241, 187, 192, 0.44) 0, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px) {
  .mamoruZone:before, .mamoruZone:after {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone:before, .mamoruZone:after {
    height: 49.74359vw;
  }
}

.mamoruZone:before {
  top: 0;
}

.mamoruZone:after {
  bottom: 0;
  transform: scale(1, -1);
}

.mamoruZone .bgGrad {
  background: url("../img/mamoru/bg_wrap.webp") 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .mamoruZone .bgGrad {
    width: 2290px;
    height: 1529px;
    margin-left: -1197px;
    top: 1341px;
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .bgGrad {
    background-image: url("../img/mamoru/bg_wrap_sp.webp");
    width: 228.97436vw;
    height: 222.5641vw;
    top: 639.23077vw;
    left: -24.10256vw;
  }
}

.mamoruZone .mmlIn {
  position: relative;
  z-index: 1;
}

.mamoruZone figure {
  margin: 0;
}

.mamoruZone sup {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .mamoruZone .u-inner {
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
  }
}

.mamoruZone .secCatch {
  display: block;
  position: relative;
}

.mamoruZone .secCatch i {
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768px) {
  .mamoruZone .mainImg {
    width: 480px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.mamoruZone .secTtl {
  position: relative;
}

.mamoruZone .secTtl i {
  position: absolute;
  right: 0;
}

.mamoruZone .secNote1 {
  font-size: 1.0rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain {
    margin-bottom: 109px;
    padding-top: 121px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain {
    margin-bottom: 18.20513vw;
    padding-top: 12.05128vw;
  }
}

.mamoruZone .secMain .partTtl {
  position: relative;
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .partTtl {
    margin-bottom: 96px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .partTtl {
    margin-bottom: 20.38462vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .partTtl .in {
    width: 468px;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .partTtl .secCatch {
    width: 455px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .partTtl .secCatch {
    margin-bottom: 1.53846vw;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .partTtl .mainImg {
    margin-bottom: 10.30769vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .partTtl .secTtl {
    margin-bottom: 37px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .partTtl .secTtl {
    margin-bottom: 8.28205vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .partTtl .secTtl > img {
    width: 345px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .partTtl .secTtl > img {
    width: 61.95385vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .partTtl .secTtl i {
    width: 100px;
    top: 42.6px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .partTtl .secTtl i {
    width: 17.86923vw;
    top: 9.17949vw;
  }
}

.mamoruZone .secMain .partTtl .secLead {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .partTtl .secLead {
    font-size: 1.8rem;
    line-height: 1.88889;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .partTtl .secLead {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .movBox {
    width: 640px;
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .movBox {
    margin-bottom: 12.15385vw;
  }
}

.mamoruZone .secMain .movBox iframe {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .movBox iframe {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .movBox iframe {
    height: 50.55128vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .tokutyoList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 38.3px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .tokutyoList {
    margin-bottom: 5.12821vw;
  }
}

.mamoruZone .secMain .tokutyoList > li dt {
  font-weight: bold;
  border-bottom: 2px solid #CC3052;
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .tokutyoList > li dt {
    margin-bottom: 17.5px;
    font-size: 2.0rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .tokutyoList > li dt {
    margin-bottom: 4.23077vw;
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}

.mamoruZone .secMain .tokutyoList > li dt em {
  color: #CC3052;
  font-weight: inherit;
}

.mamoruZone .secMain .tokutyoList > li dt sup {
  font-size: 0.5em;
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .tokutyoList > li dd {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .tokutyoList > li dd {
    font-size: 1.4rem;
    line-height: 1.85714;
  }
}

.mamoruZone .secMain .tokutyoList > li dd em {
  font-weight: bold;
}

.mamoruZone .secMain .tokutyoList > li dd sup {
  font-size: 0.5em;
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .tokutyoList > li:nth-child(1) {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .tokutyoList > li:nth-child(1) dl {
    width: 320px;
    padding-top: 7px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .tokutyoList > li:nth-child(1) dl {
    margin-bottom: 2.82051vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .tokutyoList > li:nth-child(1) figure {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .tokutyoList > li:nth-child(1) figure img {
    width: 320px;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .tokutyoList > li:nth-child(1) figure img.img2 {
    margin-left: 19.5px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .tokutyoList > li:nth-child(1) figure img.img2 {
    margin-top: 5.12821vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .tokutyoList > li:nth-child(2), .mamoruZone .secMain .tokutyoList > li:nth-child(3) {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .tokutyoList > li:nth-child(2), .mamoruZone .secMain .tokutyoList > li:nth-child(3) {
    margin-top: 12.23077vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .tokutyoList > li:nth-child(2) dl {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .tokutyoList > li:nth-child(2) dl {
    margin-bottom: 9.35897vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secMain .tokutyoList > li:nth-child(3) dl {
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secMain .tokutyoList > li:nth-child(3) dl {
    margin-bottom: 9.35897vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW {
    padding-bottom: 116px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW {
    padding-bottom: 16.92308vw;
  }
}

.mamoruZone .secW .partTtl {
  position: relative;
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .partTtl {
    margin-bottom: 61px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .partTtl {
    margin-bottom: 11.69231vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .partTtl .in {
    width: 480px;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .partTtl .secCatch {
    margin-bottom: 66.2px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .partTtl .secCatch {
    margin-bottom: 7.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .partTtl .secCatch > img {
    width: 336px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .partTtl .secCatch > img {
    width: 66.27949vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .partTtl .secCatch i {
    width: 110px;
    top: -27px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .partTtl .secCatch i {
    width: 20vw;
    top: -4.20513vw;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .partTtl .mainImg {
    margin-bottom: 8.51282vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .partTtl .secTtl > img {
    width: 335px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .partTtl .secTtl > img {
    width: 59.48718vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .partTtl .secTtl i {
    width: 75px;
    top: -19px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .partTtl .secTtl i {
    width: 13.34359vw;
    top: -3.38462vw;
    right: 9.74359vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .tokutyoList {
    margin-bottom: 80.5px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .tokutyoList {
    margin-bottom: 9.82051vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .tokutyoList > li {
    font-size: 1.6rem;
    line-height: 1.75;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .tokutyoList > li {
    font-size: 1.4rem;
    line-height: 1.85714;
  }
}

.mamoruZone .secW .tokutyoList > li h3 {
  display: flex;
  align-items: flex-start;
  color: #CC3052;
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .tokutyoList > li h3 {
    margin-bottom: 10.4px;
    padding-left: 33px;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .tokutyoList > li h3 {
    margin-bottom: 2.82051vw;
    padding-left: 8.46154vw;
    font-size: 1.8rem;
  }
}

.mamoruZone .secW .tokutyoList > li h3:before {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .tokutyoList > li h3:before {
    width: 25.5px;
    height: 30px;
    top: -2px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .tokutyoList > li h3:before {
    width: 6.53846vw;
    height: 7.69231vw;
    top: -0.76923vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(1) {
    margin-bottom: 82.8px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(1) {
    margin-bottom: 7.4359vw;
  }
}

.mamoruZone .secW .tokutyoList > li:nth-child(1) h3:before {
  background-image: url("../img/mamoru/w_tokutyo01_icn.svg");
}

.mamoruZone .secW .tokutyoList > li:nth-child(1) p {
  font-size: 1.0em;
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(1) p {
    width: 480px;
    margin-bottom: 121.5px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(1) p {
    margin-bottom: 5.28205vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(1) .img {
    width: 660px;
    margin-left: -27.5px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(1) .img {
    width: 75.38462vw;
    margin-left: 5.89744vw;
  }
}

.mamoruZone .secW .tokutyoList > li:nth-child(2) h3:before {
  background-image: url("../img/mamoru/w_tokutyo02_icn.svg");
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(2) ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(2) ul {
    margin-bottom: 11.82051vw;
  }
}

.mamoruZone .secW .tokutyoList > li:nth-child(2) li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(2) li {
    width: 48%;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(2) li img {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(2) li img {
    width: 33.33333vw;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(2) li dl {
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(2) li dl {
    width: 53.84615vw;
  }
}

.mamoruZone .secW .tokutyoList > li:nth-child(2) li dt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(2) li dt {
    margin-bottom: 0.76923vw;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(2) li + li {
    margin-top: 12.92308vw;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(2) li:nth-child(1) img {
    top: 10.25641vw;
    right: -0.94872vw;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(2) li:nth-child(2) img {
    top: -0.12821vw;
    right: -0.82051vw;
  }
}

@media screen and (min-width: 768px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(2) .imgGrph {
    width: 320px;
    position: absolute;
    top: -476px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .mamoruZone .secW .tokutyoList > li:nth-child(2) .imgGrph {
    width: 76.92308vw;
    margin: 0 auto;
  }
}

.sheetZone {
  padding: 140px 0 120px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .sheetZone {
    padding: 20.51282vw 0;
  }
}

.sheetZone h2 {
  max-width: 375px;
  margin: 0 auto 100px auto;
}

@media screen and (max-width: 767px) {
  .sheetZone h2 {
    width: 62.5641vw;
    margin-bottom: 8.97436vw;
  }
}

.sheetZone h4 {
  margin-bottom: .5em;
}

.sheetZone .ttlFunc {
  color: #6BA59B;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .6em;
  display: flex;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  .sheetZone .ttlFunc {
    font-size: 1.8rem;
  }
}

.sheetZone .ttlFunc.blue {
  color: #3FA0C9;
}

.sheetZone .ttlFunc:before {
  content: "";
  display: block;
  width: 26px;
  height: 30px;
  background-image: url(../img/sheet/num1.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
}

.sheetZone .ttlFunc.num2:before {
  background-image: url(../img/sheet/num2.svg);
}

.sheetZone .ttlFunc.num3:before {
  background-image: url(../img/sheet/num3.svg);
}

.sheetZone .ttlFunc.num4:before {
  background-image: url(../img/sheet/num4.svg);
}

.sheetZone .ttlFunc em {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sheetZone .ttlFunc em {
    font-size: 1.4rem;
  }
}

.sheetZone .ttlFunc em.isType2 {
  color: #000000;
}

.sheetZone .easywash {
  width: 43px;
  position: relative;
  top: -10px;
  right: -10px;
  margin-bottom: -10px;
}

.sheetZone .licence::after {
  content: url("../img/sheet/licence.svg");
  display: inline-block;
  position: relative;
  top: .15em;
  left: .3em;
}

.sheetZone .u-inner {
  position: relative;
}

.sheetZone .u-inner p {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .sheetZone .u-inner p {
    font-size: 1.4rem;
  }
}

.sheetZone .u-inner .fig1 {
  position: absolute;
  max-width: 487px;
  right: -7px;
  top: 390px;
}

@media screen and (max-width: 767px) {
  .sheetZone .u-inner .fig1 {
    position: static;
    max-width: 73.07692vw;
    margin: 0 auto 6.41026vw auto;
  }
}

.sheetZone .u-inner .inWrap {
  max-width: 480px;
}

.sheetZone .u-inner .in1 {
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sheetZone .u-inner .in1 {
    margin-bottom: 7.69231vw;
  }
}

@media screen and (max-width: 767px) {
  .sheetZone .u-inner .in2 {
    margin-bottom: 5.12821vw;
  }
}

.sheetZone .u-inner .in2 .freeBox {
  border: 6px solid #50B7D4;
  border-radius: 10px;
  padding: 6.41026vw;
  margin-top: 6.41026vw;
}

.sheetZone .u-inner .in2 .freeBox .img1 {
  position: relative;
  top: -11.53846vw;
  margin-bottom: -4vw;
}

.sheetZone .u-inner .in3 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .sheetZone .u-inner .in3 {
    margin-bottom: 7.69231vw;
  }
}

.sheetZone .u-inner .in3 .img {
  margin-left: 30px;
  flex-shrink: 0;
  width: 125px;
  position: relative;
  top: -45px;
}

@media screen and (max-width: 767px) {
  .sheetZone .u-inner .in3 .img {
    width: 32.05128vw;
    top: 0;
    margin-left: 5.12821vw;
  }
}

.sheetZone .u-inner .in4 {
  margin-bottom: 58px;
}

@media screen and (max-width: 767px) {
  .sheetZone .u-inner .in4 {
    margin-bottom: 7.69231vw;
  }
  .sheetZone .u-inner .in4 .sp {
    text-align: center;
  }
  .sheetZone .u-inner .in4 .sp img {
    width: 60.51282vw;
  }
}

.sheetZone .u-inner .in5 {
  margin-bottom: 58px;
}

@media screen and (max-width: 767px) {
  .sheetZone .u-inner .in5 {
    margin-bottom: 7.69231vw;
  }
}

.sheetZone .u-inner .in6 {
  position: relative;
  height: 380px;
  padding-left: 480px;
}

@media screen and (max-width: 767px) {
  .sheetZone .u-inner .in6 {
    padding: 0;
    height: auto;
  }
}

.sheetZone .u-inner .in6 .img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 450px;
}

@media screen and (max-width: 767px) {
  .sheetZone .u-inner .in6 .img {
    position: static;
    width: 83.33333vw;
    margin: 5vw auto;
  }
}

.ttlItems {
  font-size: 2rem;
  font-weight: bold;
  color: #6BA59B;
  text-align: left;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .ttlItems {
    font-size: 1.8rem;
  }
}

.ttlItems span {
  display: block;
  font-size: 1.6rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .ttlItems span {
    font-size: 1.4rem;
  }
}

.usabilityZone {
  /*padding-bottom: 116px;*/
  color: #000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .usabilityZone {
    /*padding-bottom: 15.38462vw;*/
  }
}

.usabilityZone:before {
  content: "";
  height: 600px;
  display: block;
  background: url("../img/usability/main.webp") center top no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  .usabilityZone:before {
    background-attachment: fixed;
    background: url("../img/usability/main_sp.webp") center top no-repeat;
    height: 61.53846vw;
    background-size: cover;
	margin-top: 20px;  
  }
}

.usabilityZone h2 {
  padding: 120px 0 44px;
  margin: 0 auto;
  max-width: 500px;
}

@media screen and (max-width: 767px) {
  .usabilityZone h2 {
    max-width: 87.17949vw;
    padding: 15.38462vw 0 5.12821vw;
  }
}

.usabilityZone h3 {
  color: inherit;
  font-size: 1.6rem;
  text-align: center;
}

.usabilityZone h3 span {
  display: block;
}

.usabilityZone h3 .txt1 {
  margin-bottom: 10px;
}

.usabilityZone h3 .txt2 {
  font-size: 22px;
  color: #c57b00;
}

.usabilityZone .leadBox {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  padding-top: 32px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .usabilityZone .leadBox {
    width: 90%;
    margin: 0 auto;
  }
}

.usabilityZone .leadBox p {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .usabilityZone .leadBox p {
    font-size: 1.4rem;
  }
}

.usabilityZone .leadBox .img {
  width: 70px;
  margin-left: 20px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .usabilityZone .leadBox .img {
    margin-left: 4vw;
    width: 20.51282vw;
  }
}

.usabilityZone .mov {
  max-width: 640px;
  margin: 0 auto 70px auto;
}

@media screen and (max-width: 767px) {
  .usabilityZone .mov {
    margin-top: 8.97436vw;
    margin-bottom: 10.25641vw;
  }
}

.usabilityZone .mov iframe {
  height: 360px;
}

@media screen and (max-width: 767px) {
  .usabilityZone .mov iframe {
    height: 50.51282vw;
  }
}

.usabilityZone .pcStep {
  margin-bottom: 80px;
}

.usabilityZone .pcStep ul {
  display: flex;
  justify-content: center;
}

.usabilityZone .pcStep ul li {
  min-width: 264px;
  font-size: 1.4rem;
}

.usabilityZone .pcStep ul li img {
  height: auto;
}

.usabilityZone .pcStep ul li.arrow {
  position: relative;
}

.usabilityZone .pcStep ul li.arrow:before {
  position: absolute;
  left: -40px;
  bottom: 70px;
  content: url("../img/usability/step_arw_l.svg");
}

.usabilityZone .pcStep ul li.arrow:after {
  position: absolute;
  right: -40px;
  bottom: 70px;
  content: url("../img/usability/step_arw_r.svg");
}

.usabilityZone .spSlick {
  width: 100%;
  overflow: hidden;
  margin-top: 8.97436vw;
}

.usabilityZone .spSlick .slick-arrow.slick-disabled {
  opacity: 0;
}

.usabilityZone .spSlick .slick-prev {
  position: absolute;
  width: 20.51282vw;
  height: 8.20513vw;
  text-indent: -9999px;
  background: url("../img/usability/step_arw_l.svg") 0 0 no-repeat;
  left: 7vw;
  top: 60vw;
  z-index: 5;
}

.usabilityZone .spSlick .slick-next {
  position: absolute;
  width: 20.51282vw;
  height: 8.20513vw;
  text-indent: -9999px;
  background: url("../img/usability/step_arw_r.svg") 0 0 no-repeat;
  right: 7vw;
  top: 60vw;
  z-index: 5;
}

.usabilityZone .spSlick li {
  width: 100vw;
  color: #000000;
  outline: 0px;
  text-align: center;
  font-size: 1.4rem;
}

.usabilityZone .spSlick li img {
  margin: 0 auto;
  width: 74.35897vw;
}

.usabilityZone .funcBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .usabilityZone .funcBox {
    display: block;
  }
}

.usabilityZone .funcBox .items {
  width: 31%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .usabilityZone .funcBox .items {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    margin-bottom: 10.25641vw;
  }
  .usabilityZone .funcBox .items.full {
    flex-direction: column-reverse;
  }
  .usabilityZone .funcBox .items.full .img {
    width: 100%;
    margin: 0;
    position: relative;
    margin-top: -8vw;
  }
}

.usabilityZone .funcBox .items p {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .usabilityZone .funcBox .items p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.usabilityZone .funcBox .items .img {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .usabilityZone .funcBox .items .img {
    width: 30.76923vw;
    flex-shrink: 0;
    margin-left: 5.12821vw;
  }
  .usabilityZone .funcBox .items .img.img4 {
    width: 66.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .usabilityZone .funcBox .items .txt4 {
    position: absolute;
    left: 0;
    width: 53.84615vw;
    top: 0;
  }
}

.usabilityZone .limitedBox {
  display: flex;
  padding: 45px;
  border: 4px solid #50B7D4;
  border-radius: 6px;
  justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .usabilityZone .limitedBox {
    flex-wrap: wrap;
    padding: 9.23077vw 6.41026vw;
  }
}

.usabilityZone .limitedBox .col1 {
  width: 226px;
}

@media screen and (max-width: 767px) {
  .usabilityZone .limitedBox .col1 {
    width: 100%;
  }
}

.usabilityZone .limitedBox .col1 h4 {
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: bold;
  color: #50B7D4;
}

.usabilityZone .limitedBox .col1 h4 img {
  max-width: 135px;
}

.usabilityZone .limitedBox .col1 h4 .txt {
  margin-top: 20px;
}

.usabilityZone .limitedBox .col1 .box {
  display: flex;
  align-items: center;
  margin-top: 8px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .usabilityZone .limitedBox .col1 .box {
    display: block;
  }
}

.usabilityZone .limitedBox .col1 .box .img {
  width: 91px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .usabilityZone .limitedBox .col1 .box .img {
    width: 52.5641vw;
    margin: 0 auto;
    padding-top: 2.5641vw;
  }
}

.usabilityZone .limitedBox .col1 .box p {
  color: #50B7D4;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .usabilityZone .limitedBox .col1 .box p {
    text-align: center;
  }
}

.usabilityZone .limitedBox .colB {
  width: 290px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .usabilityZone .limitedBox .colB {
    width: 48%;
    display: block;
    flex-shrink: 0;
  }
}

.usabilityZone .limitedBox .colB .img1 {
  flex-shrink: 0;
  width: 140px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .usabilityZone .limitedBox .colB .img1 {
    width: auto;
    margin: 0;
  }
  .usabilityZone .limitedBox .colB .img1 img {
    height: 48.71795vw;
  }
}

.usabilityZone .limitedBox .colB .img2 {
  flex-shrink: 0;
  width: 125px;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .usabilityZone .limitedBox .colB .img2 {
    width: auto;
    margin: 0;
  }
  .usabilityZone .limitedBox .colB .img2 + p {
    margin-right: -3vw;
    margin-left: 3vw;
  }
  .usabilityZone .limitedBox .colB .img2 img {
    width: auto;
    height: 48.71795vw;
  }
}

.usabilityZone .limitedBox .colB p {
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .usabilityZone .limitedBox .colB p {
    margin-top: 1em;
  }
}

.ipad .comfortZone::before,
.ipad .usabilityZone::before {
  background-attachment: scroll;
}

.comfortZone {
  /*color: #000;*/
  text-align: left;
  /*padding-bottom: 80px;*/
}

@media screen and (max-width: 767px) {
  .comfortZone {
    /*padding-bottom: 15.38462vw;*/
  }
}

.comfortZone:before {
  content: "";
  height: 600px;
  display: block;
  background: url("../img/comfort/main.webp") center top no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  .comfortZone:before {
    background-attachment: fixed;
    background: url("../img/comfort/main_sp.webp") center top no-repeat;
    height: 61.53846vw;
    background-size: cover;
  }
}

/*.comfortZone h2 {
  max-width: 362px;
  margin: 0 auto;
  padding: 120px 0 70px;
}*/

@media screen and (max-width: 767px) {
  /*.comfortZone h2 {
    max-width: 72.5641vw;
    padding: 20.51282vw 0 11.02564vw;
  }*/
}

.comfortZone .fig1 {
  max-width: 496px;
  margin: 0 auto 130px auto;
}

@media screen and (max-width: 767px) {
  .comfortZone .fig1 {
    width: 80vw;
    margin-bottom: 10.25641vw;
  }
}

.comfortZone .items {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .comfortZone .items {
    margin-bottom: 0;
    padding-bottom: 12.82051vw;
  }
}

.comfortZone .items p {
  margin-top: .6em;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .comfortZone .items p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.comfortZone .in {
  position: relative;
  padding-right: 390px;
  height: 350px;
}

@media screen and (max-width: 767px) {
  .comfortZone .in {
    padding: 0;
    height: auto;
  }
}

.comfortZone .in .img {
  position: absolute;
  right: 0;
  top: -40px;
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .comfortZone .in .img {
    margin-top: 10.25641vw;
    position: static;
    max-width: 89.74359vw;
  }
}

.comfortZone .in2 {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .comfortZone .in2 {
    display: block;
    margin-top: 0;
  }
}

.comfortZone .flex {
  display: flex;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .comfortZone .flex {
    width: 100%;
  }
}

.comfortZone .flex .img {
  width: 130px;
  flex-shrink: 0;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .comfortZone .flex .img {
    width: 30.76923vw;
  }
}

.specZone {
  position: relative;
  padding: 0px 0 80px;
  background: #fff;
  /*border-top: 2px solid #6BA59B;*/
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .specZone {
    width: 100vw;
    overflow: hidden;
    padding: 0 0 20.51282vw;
    margin-top: 0;
  }
}

.specZone .d-productBox {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .specZone .d-productBox {
    padding-top: 15vw;
  }
}

.specZone .inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .specZone .inner {
    width: 100%;
  }
}

.specZone .inner h2 {
  position: relative;
  text-align: center;
  font-size: 45px;
  color: #007e77;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .specZone .inner h2 {
    padding-top: 23.07692vw;
    margin-bottom: 12.82051vw;
  }
}

.specZone .inner h2 .sub {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .specZone .inner h2 .sub {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}

.specZone .inner h2.show-anime {
  top: 0;
}

.specZone .inner .colorCar {
  display: flex;
  justify-content: center;
  padding: 0 110px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .colorCar {
    padding: 0px;
    display: block;
  }
}

.specZone .inner .colorCar .name-car {
  font-size: 1.4rem;
  font-weight: bold;
}

.specZone .inner .colorCar .colorDiv {
  width: 50%;
  text-align: center;
  transition-delay: 0.3s;
}

@media screen and (max-width: 767px) {
  .specZone .inner .colorCar .colorDiv {
    width: 100%;
    margin: 0 auto;
  }
  .specZone .inner .colorCar .colorDiv + .colorDiv {
    margin-top: 10.25641vw;
  }
}

.specZone .inner .colorCar .colorDiv .cName {
  margin: 0 0 16px;
}

.specZone .inner .colorCar .colorDiv .cName figcaption {
  padding-top: 10px;
  font-size: 1.2rem;
}

.specZone .inner .colorCar .colorDiv .carImg {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .colorCar .colorDiv .carImg {
    padding-top: 5.12821vw;
  }
}

.specZone .inner .colorCar .colorDiv .carImg img {
  width: 323px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .colorCar .colorDiv .carImg img {
    width: 82.82051vw;
  }
}

.specZone .inner .VehicleType {
  position: relative;
  text-align: center;
  font-weight: bold;
  transition-delay: 0.3s;
  color: #1a1311;
}

.specZone .inner .VehicleType .logo {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .VehicleType .logo {
    margin-bottom: 10.25641vw;
  }
}

.specZone .inner .VehicleType .name {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .VehicleType .name {
    font-size: 4.61538vw;
  }
}

.specZone .inner .VehicleType .price {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .VehicleType .price {
    font-size: 3.58974vw;
  }
}

.specZone .inner .VehicleType.show-anime {
  top: 0;
}

.specZone .inner .specTable {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .specZone .inner .specTable {
    margin-top: 7.69231vw;
  }
}

.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;
}

#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;
}

.u-notes {
  margin-top: 1em;
  text-align: left;
}

.u-notes.last {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .u-notes.last {
    margin-top: 7.69231vw;
  }
}

.u-notes.last2 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .u-notes.last2 {
    text-align: center;
    margin-top: 0vw;
  }
}

.u-notes li {
  font-size: 1rem;
  text-indent: -1.8em;
  margin-left: 1.8em;
}

@media screen and (max-width: 767px) {
  .u-notes li {
    text-indent: -1.5em;
    margin-left: 1.5em;
  }
}

.u-sup {
  font-size: 60%;
  position: relative;
  top: -.6em;
}




/*# sourceMappingURL=../../../../../../../srcmap/products/babycar/detail/reversible_lw/luxuna_cushion_free_2022/common/css/style.css.map */
