.contents {
  background-color: #e2f1a7;
  background-image: url(/index/img/contents_bg.jpg), url(/index/img/contents_bg_btm.png);
  background-repeat: no-repeat, repeat-x;
  background-position: top center, bottom center;
  background-size: 1500px auto;
}
@media screen and (max-width: 768px) {
  .contents {
    background: url(/index/img/contents_bg_sp.jpg) no-repeat top 18.5vw center/100% auto;
  }
}
.contents .cntWrap {
  margin-top: -200px;
  padding-top: 135px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents .cntWrap {
    margin-top: -5vw;
    padding-top: 0;
  }
}

.mv {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv {
    border-radius: 10px;
  }
}
.mv video {
  display: block;
  width: 100%;
}
.mv h1 {
  max-width: 283px;
  width: 21%;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .mv h1 {
    max-width: 100%;
    width: 22vw;
  }
}

.btnList {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 770px;
  width: 90%;
  margin: 0 auto 185px;
}
@media screen and (max-width: 768px) {
  .btnList {
    margin: 0 auto calc(5vw + 100px);
  }
}
.btnList li {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .btnList li {
    max-width: 200px;
  }
}
.btnList li img {
  width: 100%;
}

h2 {
  text-align: center;
  position: relative;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}
h2 span {
  font-size: 18px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  h2 span {
    font-size: 14px;
  }
}
h2 i {
  display: inline-flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  h2 i {
    bottom: -3px;
  }
}
h2 i::before, h2 i::after {
  content: "";
  height: 1px;
}
h2 i::before {
  width: 56px;
  background-color: #e72a48;
}
@media screen and (max-width: 768px) {
  h2 i::before {
    width: 40px;
  }
}
h2 i::after {
  width: 116px;
  background-color: #f8bfc8;
}
@media screen and (max-width: 768px) {
  h2 i::after {
    width: 80px;
  }
}

section.productsInfo {
  margin-bottom: 70px;
  padding: 55px 3% 3%;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.productsInfo {
    border-radius: 10px;
  }
}
section.productsInfo::before {
  content: "";
  display: block;
  width: 264px;
  height: 264px;
  background-color: #fff;
  border-radius: 132px;
  position: absolute;
  top: -105px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section.productsInfo::before {
    width: 240px;
    height: 240px;
    top: -100px;
  }
}
section.productsInfo h2 {
  width: 250px;
  margin: -100px auto 30px;
}
@media screen and (max-width: 768px) {
  section.productsInfo h2 {
    margin: -100px auto 20px;
  }
}
section.productsInfo ul.productsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
section.productsInfo ul.productsList li {
  max-width: 236px;
  width: 24%;
  border-radius: 20px;
  background-color: #fdfae4;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.productsInfo ul.productsList li {
    max-width: 100%;
    width: 48%;
    border-radius: 10px;
  }
  section.productsInfo ul.productsList li:nth-of-type(n+3) {
    margin-top: 4%;
  }
}
section.productsInfo ul.productsList li h3 {
  text-align: center;
}
section.productsInfo ul.productsList li .pic {
  padding: 15px 40px;
}
@media screen and (max-width: 768px) {
  section.productsInfo ul.productsList li .pic {
    padding: 10px 20%;
  }
}
section.productsInfo ul.productsList li dl {
  padding: 0 20px 15px;
}
@media screen and (max-width: 768px) {
  section.productsInfo ul.productsList li dl {
    padding: 0 5%;
  }
}
section.productsInfo ul.productsList li dl dt {
  margin-bottom: 6px;
  text-align: center;
  font-size: 18px;
  color: #006ed5;
}
@media screen and (max-width: 768px) {
  section.productsInfo ul.productsList li dl dt {
    font-size: 16px;
  }
}
section.productsInfo ul.productsList li dl dd {
  font-size: 14px;
}

section.featuredProducts {
  margin-bottom: 70px;
  padding: 3%;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.featuredProducts {
    margin-bottom: 48px;
    border-radius: 10px;
  }
}
section.featuredProducts::before, section.featuredProducts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}
section.featuredProducts::before {
  width: 59px;
  height: 52px;
  background: url(/index/img/featured_icn01.png) no-repeat center center/contain;
  left: 2%;
}
section.featuredProducts::after {
  width: 49px;
  height: 29px;
  background: url(/index/img/featured_icn02.png) no-repeat center center/contain;
  right: 2%;
}
section.featuredProducts h2 {
  margin-bottom: 15px;
}
section.featuredProducts ul.slide li {
  margin: 0 12px;
}
@media screen and (max-width: 500px) {
  section.featuredProducts ul.slide li {
    margin: 0 25px;
  }
}
section.featuredProducts ul.slide li .pic {
  padding: 20px 15px 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.featuredProducts ul.slide li .pic {
    padding: 25px 20% 12px;
  }
}
section.featuredProducts ul.slide li .pic img.cap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.featuredProducts ul.slide li .pic img.cap {
    max-width: 40%;
  }
}
section.featuredProducts ul.slide li p {
  text-align: center;
  color: #006ed5;
}

section.conversionTop {
  margin-bottom: 70px;
  padding: 70px 0 200px;
  border-radius: 20px;
  background: url(/index/img/conversion_bg.jpg) no-repeat top center;
}
@media screen and (max-width: 768px) {
  section.conversionTop {
    margin-bottom: 48px;
    padding: 46px 0 30%;
    border-radius: 10px;
    background: url(/index/img/conversion_bg_sp.jpg) no-repeat bottom center/cover;
  }
}
section.conversionTop ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
section.conversionTop ul li {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 5% 70px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 768px) {
  section.conversionTop ul li {
    max-width: 100%;
    width: 90%;
    padding: 40px 3.5% 55px;
  }
  section.conversionTop ul li:not(:nth-last-of-type(1)) {
    margin-bottom: 40px;
  }
}
section.conversionTop ul li img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.conversionTop ul li dl {
  text-align: center;
}
section.conversionTop ul li dl dt {
  margin-bottom: 15px;
  font-size: 20px;
}
section.conversionTop ul li dl dd {
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  section.conversionTop ul li dl dd {
    display: inline-block;
  }
}
section.conversionTop ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  width: 90%;
  height: 32px;
  border: 1px solid #666;
  border-radius: 16px;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  section.conversionTop ul li a {
    bottom: 15px;
  }
}
section.conversionTop ul li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
section.conversionTop ul li a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}

section.conversionBtm {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
section.conversionBtm .cnt {
  max-width: 500px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  section.conversionBtm .cnt {
    max-width: 100%;
    width: 100%;
    margin-bottom: 34px;
  }
}
section.conversionBtm .cnt .ttl {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.conversionBtm .cnt .ttl {
    border-radius: 10px;
  }
}
section.conversionBtm .cnt .ttl img {
  width: 100%;
}
section.conversionBtm .cnt p {
  padding: 20px 15px 15px 90px;
  background: url(/index/img/icn_circle.gif) no-repeat top 25px left 8px;
}
@media screen and (max-width: 768px) {
  section.conversionBtm .cnt p {
    padding: 15px 10px 10px 60px;
    background-position: top 18px left;
    background-size: 50px auto;
  }
}

.spacer {
  height: 250px;
  margin-bottom: 25px;
  background: url(/index/img/spacer.jpg) no-repeat top center, url(/index/img/spacer_bg.png) repeat-x top;
  background-size: 2000px 250px, auto 250px;
}
@media screen and (max-width: 768px) {
  .spacer {
    height: 32vw;
    background-size: cover, auto 250px;
  }
}

section.news {
  margin-bottom: 70px;
  padding: 35px 0 40px;
  background-color: #e2f1a7;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.news {
    margin-bottom: 48px;
    padding: 28px 0 15px;
    border-radius: 10px;
  }
}
section.news::before {
  content: "";
  display: block;
  width: 86px;
  height: 74px;
  background: url(/index/img/news_icn.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 2%;
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  section.news::before {
    width: 60px;
    height: 52px;
  }
}
section.news h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.news h2 {
    margin-bottom: 14px;
  }
}
section.news ul {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
section.news ul li {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  section.news ul li {
    padding: 12px 0;
  }
}
section.news ul li:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #fff;
}
section.news ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
section.news ul li dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 190px;
}
@media screen and (max-width: 768px) {
  section.news ul li dl dt {
    justify-content: flex-start;
    width: 100%;
  }
}
section.news ul li dl dt span.category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 20px;
  margin: 2px 3% 0 5%;
  border-radius: 10px;
  background-color: #656565;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  section.news ul li dl dt span.category {
    margin: 2px 0 0 12px;
  }
}
section.news ul li dl dd {
  width: calc(100% - 220px);
}
@media screen and (max-width: 768px) {
  section.news ul li dl dd {
    width: 100%;
  }
}