#intro .slide {
  display: flex !important;
}

@media all and (max-width: 575px) {
  #intro_wap .main-block__scroll {
    display: none;
  }
}
.case {
  position: relative;
  z-index: 2;
}

.case .base,
.case .no {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}

.case .base {
  z-index: -1;
}

@media all and (max-width: 767px) {
  .case {
    max-width: 480px;
    margin: 2rem auto;
  }
}
.link {
  text-align: center;
  margin-top: 8rem;
}
.link a {
  background-color: #8f8158;
  width: 80%;
  max-width: 360px;
  margin: auto;
  border-radius: 10px;
  display: block;
  line-height: 1;
}
.link a:hover {
  background-color: #b2a16f;
}

.link a:hover img {
  opacity: 1;
}

.oem h3 {
  text-align: center;
  margin-bottom: 4rem;
}
.oem h3 img {
  width: 70%;
  max-width: 300px;
}

#oem01 .title {
  color: #8f8158;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  #oem01 .title {
    font-size: 2.4rem;
    letter-spacing: normal;
  }
}
@media all and (max-width: 575px) {
  #oem01 {
    padding-bottom: 0;
  }
}
#oem02 {
  background-color: #d7dbe2;
}
#oem02 .light {
  max-width: 900px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.7);
}
#oem02 table {
  width: 100%;
}
#oem02 table tr {
  border-bottom: solid 1px #d7dbe3;
}
#oem02 table th, #oem02 table td {
  padding: 2.5rem 5rem;
  vertical-align: middle;
}
#oem02 table th {
  white-space: nowrap;
  text-align: center;
  padding-right: 0;
}
#oem02 table th span {
  letter-spacing: 5px;
}
#oem02 table td {
  text-align: center;
}
#oem02 table td img {
  margin: auto;
  width: 100%;
  max-width: 600px;
}
#oem02 table tr.last td {
  text-align: left;
}
#oem02 table tr.last ul li {
  font-size: 13px;
  text-indent: -1.4em;
  padding-left: 1.4em;
}

@media all and (max-width: 767px) {
  #oem02 {
    background-color: white;
  }
  #oem02 .container {
    padding: 0;
  }
  #oem02 .light {
    background-color: #e1e4ea;
    padding: 4rem 2.5rem;
    text-align: center;
  }
  #oem02 table {
    display: block;
    max-width: 540px;
    margin: auto;
  }
  #oem02 table tr {
    border: none;
  }
  #oem02 table th, #oem02 table td {
    display: block;
    width: 100%;
    padding: 2rem;
  }
  #oem02 table th {
    white-space: normal;
    padding-bottom: 0;
  }
  #oem02 table th span {
    display: inline-block;
    width: 180px;
    line-height: 1;
    padding: 1rem 2rem 1.2rem 2rem;
    border-radius: 20px;
    font-size: 18px;
    border: solid 1px #392a22;
  }
  #oem02 table td {
    text-align: center;
    padding-top: 2rem;
  }
  #oem02 table td img {
    width: 100%;
    max-width: 480px;
    margin: auto;
  }
  #oem02 table tr.last th span {
    display: block;
    padding: 0;
    border: none;
  }
  #oem02 table tr.last td {
    padding-top: 2rem;
  }
}
#oem03 ul li {
  margin-bottom: 1.5rem;
}
#oem03 ul li .img {
  box-shadow: 3px 3px 10px #ccc;
  width: 80%;
  border-radius: 5px;
  position: relative;
}
#oem03 ul li#step02 .img {
  margin-left: 5%;
}
#oem03 ul li#step03 .img {
  margin-left: 10%;
}
#oem03 ul li#step04 .img {
  margin-left: 15%;
}
#oem03 ul li#step04 a.step04_btn {
  position: absolute;
  bottom: 2vw;
  left: 32.8vw;
  max-width: 310px;
  width: 25.2vw;
  display: block;
  border: solid 1px #392a22;
  border-radius: 2.5rem;
  transition: 0s !important;
  line-height: 1;
}
#oem03 ul li#step04 a.step04_btn img {
  vertical-align: bottom;
}
#oem03 ul li#step04 a:hover {
  background-color: #e0d3a9;
  border: solid 1px #e0d3a9;
}
#oem03 ul li#step04 a:hover img {
  opacity: 1;
}
#oem03 ul li#step05 .img {
  margin-left: 20%;
}

@media all and (min-width: 1200px) {
  #oem03 ul li#step04 a.step04_btn {
    bottom: 26px;
    left: 400px;
    max-width: 310px;
  }
  #oem03 ul li#step05 .img {
    margin-left: 20%;
  }
}
@media all and (max-width: 767px) {
  #oem03 {
    padding-top: 3rem;
  }
  #oem03 .container {
    padding: 0 !important;
  }
  #oem03 ul li {
    margin-bottom: 1.5rem;
  }
  #oem03 ul li .img {
    box-shadow: 3px 3px 10px #ccc;
    width: 100%;
    margin: auto !important;
    padding: 2rem 0 2rem 1.5rem;
    text-align: center;
    max-width: 480px;
  }
  #oem03 ul li#step04 a.step04_btn {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 50%;
    right: 5%;
    margin-top: -10%;
    max-width: none;
    width: auto;
    height: 65%;
    border-radius: 50%;
  }
  #oem03 ul li#step04 a.step04_btn img {
    width: auto;
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  #oem03 {
    padding-top: 0;
  }
}
#oem04 {
  background-image: url(../img/oem/foot_back_pc.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30rem 4rem 12rem 4rem;
}
#oem04 .img img {
  width: 100%;
  max-width: 620px;
}
#oem04 .link {
  margin-top: 4rem;
}

@media (orientation: portrait) {
  #oem04 {
    background-image: url(../img/oem/foot_back_smp.webp?251028);
  }
}
@media all and (max-width: 575px) {
  #oem04 {
    padding: 26rem 3rem 10rem 3rem;
  }
  #oem04 .img img {
    width: 100%;
    max-width: 400px;
  }
  #oem04 .link {
    margin-top: 2.5rem;
  }
}
@media all and (max-width: 499px) {
  #oem04 {
    padding: 18rem 3rem 8rem 3rem;
  }
}
#fix-btn {
  position: fixed;
  bottom: 0;
  right: 4rem;
  z-index: 2;
  width: 320px;
}
#fix-btn a {
  background-color: #8f8158;
  border-radius: 10px 10px 0 0;
  display: block;
  line-height: 1;
}
#fix-btn a:hover {
  background-color: #b2a16f;
}

@media all and (max-width: 991px) {
  #fix-btn {
    right: 3rem;
    width: 240px;
  }
}
@media all and (max-width: 767px) {
  #fix-btn {
    right: 2rem;
    width: 220px;
  }
}
@media all and (max-width: 575px) {
  #fix-btn {
    right: 0;
    width: 100%;
    text-align: center;
  }
  #fix-btn a {
    margin: auto;
    width: 80%;
    max-width: 280px;
  }
}
#intro .slide00 {
  background-image: url(../img/oem/intro_00.webp);
}
#intro .slide01 {
  background-image: url(../img/oem/intro_01.webp);
}
#intro .slide02 {
  background-image: url(../img/oem/intro_02.webp);
}
#intro .slide03 {
  background-image: url(../img/oem/intro_03.webp);
}
#intro .center {
  width: 100%;
  max-width: 540px;
}

@media all and (max-width: 767px) {
  #intro .slide00 {
    background-image: url(../img/oem/intro_00_smp.webp);
  }
  #intro .slide01 {
    background-image: url(../img/oem/intro_01_smp.webp);
  }
  #intro .slide02 {
    background-image: url(../img/oem/intro_02_smp.webp);
  }
  #intro .slide03 {
    background-image: url(../img/oem/intro_03_smp.webp);
  }
}/*# sourceMappingURL=oem.css.map */