

.main__contents {
  width: 100%;
  overflow: hidden;
  background-image: url("../img/pre2_foot.png");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
}

.main__contents .ttl {
  font-size: 4rem;
  color: #208040;
  font-family: "A1 Gothic B", sans-serif;
  line-height: 1.6;
  display: block;
  width: 100%;
  margin: 1.5em auto;
  max-width: 560px;
  margin-bottom: -20px;
}
.main__contents .end {
  color: #666;
  text-align: center;
}
.main__contents .cap {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-top: 10px;
  color: #666;
}
.main__contents .cap a {
  font-size: 1.4rem;
}
.main__contents .space {
  padding-top: 200px;
}


.main__contents-green {
  background-image: none;
  background-color: #208040;
  padding-bottom: 65px;
}

.main__contents-green .product {
  width: 100%;
  max-width: 470px;
  margin: 0 auto 2em;
}

.main__contents-green .product__container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 70px;
}

.main__contents-green .product__container br.sponly {
  display: none !important;
}

.main__contents-green .product__container > h1, .main__contents-green .product__container h2, .main__contents-green .product__container h3, .main__contents-green .product__container p {
  width: 100%;
  max-width: 600px;
  color: #fff;
}

.main__contents-green .product__container > h1 {
  font-size: 4rem;
  font-family: "A1 Gothic B", sans-serif;
  margin: 0 auto;
  line-height: 1.6;
  max-width: 500px;
}

.main__contents-green .product__container > h1 span {
  font-size: 2.8rem;
  color: #208040;
  font-family: "A1 Gothic B", sans-serif;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 .5em;
  display: block;
  width: 410px;
  margin: 0 0 20px;
}

.main__contents-green .product__container > h1 > span.yakumotsu {
  display: inline;
  width: auto;
  background: none;
  font-size: 4rem;
  color: #fff;
  font-family: "A1 Gothic B", sans-serif;
  line-height: 1.6;
  margin: 0 0 0 -.5em;
  padding: 0;
}

.main__contents-green .product__container > h3 {
  font-size: 2.6rem;
  font-family: "A1 Gothic B", sans-serif;
  margin: 0 auto;
}

.main__contents-green .product__container > p {
  margin: 2em auto;
}

.main__contents-green .product__container > p a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  display: inline-block;
  padding: .2em .5em;
  margin-bottom: .5em;
}

.main__contents-green .product__container > p, .main__contents-green .product__container > h3 {
  max-width: 450px;
}

.main__contents-green .product__container > p.product__img, .main__contents-green .product__container > h3.product__img {
  max-width: 600px;
}

.main__contents-green .product__container > h3 + p {
  margin-top: 0;
}

.main__contents-green .product__genre {
  font-size: 1.5rem;
  color: #208040;
  text-align: center;
  width: 71px;
  height: 71px;
  display: block;
  background-image: url("../img/cloud.png");
  background-size: contain;
  line-height: 71px;
  margin: 0;
  font-family: "A1 Gothic B", sans-serif;
}

.main__contents-green .product__name {
  font-size: 2.6rem;
  margin: 0;
  font-family: "A1 Gothic B", sans-serif;
}

.main__contents-green .product__value {
  font-size: 2rem;
  margin: 0;
  font-family: "A1 Gothic B", sans-serif;
}

.main__contents-movie {
  background: none;
  padding-bottom: 65px;
}

.main__contents-movie .movie__ttl {
  font-size: 4rem;
  color: #208040;
  font-family: "A1 Gothic B", sans-serif;
  line-height: 1.6;
  display: block;
  width: 95%;
  margin: 1.5em auto;
  max-width: 410px;
}

.main__contents-movie iframe {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 56.25vw;
  max-height: 675px;
  margin: 0 auto;
}

@media (max-width: 768px) {


  .main__contents .ttl {
    font-size: 2.6rem;
  }
  .main__contents .cap {
    font-size: 1.2rem;
  }
  .main__contents .cap a {
    font-size: 1.2rem;
  }
  .main__contents .space {
    padding-top: 0px;
  }

  .main__contents .end {
    color: #666;
    font-size: 1.4rem;
  }
  .main__contents-green {
    background-image: none;
    background-color: #208040;
    padding-bottom: 30px;
  }
  .main__contents-green .product {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2em;
  }
  .main__contents-green .product__container {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 25px;
  }
  .main__contents-green .product__container br.sponly {
    display: block !important;
  }
  .main__contents-green .product__container > h1, .main__contents-green .product__container h2, .main__contents-green .product__container h3, .main__contents-green .product__container p {
    width: 100%;
    max-width: 100%;
    color: #fff;
  }
  .main__contents-green .product__container > h1 {
    font-size: 2.3rem;
    font-family: "A1 Gothic B", sans-serif;
    margin: 0 auto;
    line-height: 1.6;
    max-width: 100%;
  }
  .main__contents-green .product__container > h1 span {
    font-size: 1.7rem;
    color: #208040;
    font-family: "A1 Gothic B", sans-serif;
    border-radius: 10px;
    background-color: #fff;
    padding: 0 .5em;
    display: inline-block;
    width: auto;
    margin: 0 0 20px;
  }
  .main__contents-green .product__container > h1 > span.yakumotsu {
    display: inline;
    width: auto;
    background: none;
    font-size: 2.3rem;
    color: #fff;
    font-family: "A1 Gothic B", sans-serif;
    line-height: 1.6;
    margin: 0 0 0 -.5em;
    padding: 0;
  }
  .main__contents-green .product__container > h3 {
    font-size: 1.9rem;
    font-family: "A1 Gothic B", sans-serif;
    margin: 0 auto;
  }
  .main__contents-green .product__container > p {
    margin: 2em auto;
    font-size: 1.4rem;
  }
  .main__contents-green .product__container > p a {
    font-size: 1.4rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    display: inline-block;
    padding: .2em .5em;
    margin-bottom: .5em;
  }
  .main__contents-green .product__container > p, .main__contents-green .product__container > h3 {
    max-width: 100%;
  }
  .main__contents-green .product__container > p.product__img, .main__contents-green .product__container > h3.product__img {
    max-width: 100%;
  }
  .main__contents-green .product__container > h3 + p {
    margin-top: 0;
  }
  .main__contents-green .product__genre {
    font-size: 1.4rem;
    color: #208040;
    text-align: center;
    letter-spacing: 0;
    width: 61px;
    height: 61px;
    display: block;
    background-image: url("../img/cloud.png");
    background-size: contain;
    line-height: 61px;
    margin: 0;
    font-family: "A1 Gothic B", sans-serif;
  }
  .main__contents-green .product__name {
    font-size: 1.9rem;
    margin: 0;
    font-family: "A1 Gothic B", sans-serif;
  }
  .main__contents-green .product__value {
    font-size: 1.5rem;
    margin: 0;
    font-family: "A1 Gothic B", sans-serif;
  }
  .main__contents-green .product > p {
    font-size: 1.4rem;
  }
  .main__contents-movie {
    background: none;
    padding-bottom: 32px;
  }
  .main__contents-movie .movie__ttl {
    font-size: 2rem;
    color: #208040;
    font-family: "A1 Gothic B", sans-serif;
    line-height: 1.6;
    display: block;
    width: 80%;
    margin: 1em auto;
    max-width: 80%;
  }
  .main__contents-movie iframe {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: 56.25vw;
    max-height: 675px;
    margin: 0 auto;
  }

}
