@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-container {
  width: 100%;
  margin: 0 auto;
}
.c5-container * {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
.c5-container *.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.c5-container img {
  display: block;
  max-width: 100%;
}
.c5-container img.c5-ib {
  display: inline-block;
}
.c5-container p {
  margin-top: 0;
  padding: 0;
}
.c5-container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.c5-container a {
  transition: all 0.3s;
}
.c5-container a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.c5-ib {
  display: inline-block;
}

.c5-btn {
  display: block;
  width: 52%;
  max-width: 376px;
  margin-left: auto;
  padding: 1em 1.5em;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.3em;
  background-color: #535353;
  transition: all 0.3s;
}
.c5-btn__wrap .c5-btn:first-child {
  margin-bottom: 15px;
}
.c5-btn span {
  position: relative;
}
.c5-btn span::after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-45%) rotate(42deg) skewX(-5deg);
}
.c5-btn span.ex::after {
  right: -21px;
}
.c5-btn:hover {
  color: #fff;
}

.c5-hero {
  background-color: #e2dede;
}
.c5-hero__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.c5-hero h1 {
  margin-bottom: 0;
}
.c5-hero h1 img {
  margin: 0 auto;
}
.c5-hero .c5-btn {
  position: absolute;
  bottom: 3%;
  left: 8%;
}

.c5-catch {
  padding: 30px 0 50px;
}
.c5-catch__inner {
  padding: 0 10px;
}
.c5-catch__con1 {
  margin-bottom: 70px;
}
.c5-catch__con1 .c5-catch__ttl {
  width: 85%;
  margin: 0 auto 25px;
}
.c5-catch__con1 .c5-catch__ttl img {
  margin: 0 auto;
}
.c5-catch__circle {
  width: 70%;
  margin: 0 auto;
}
.c5-catch__circle-img {
  margin: 0 auto 20px;
}
.c5-catch__circle-img img {
  margin: 0 auto;
}
.c5-catch__con2 .c5-catch__ttl {
  width: 85%;
  margin: 0 0 60px;
}
.c5-catch__product {
  position: relative;
}
.c5-catch__product-img {
  width: 35%;
  position: absolute;
  top: 20px;
  right: 0;
}
.c5-catch__product .c5-btn__wrap {
  width: 60%;
}
.c5-catch__product .c5-btn__wrap .c5-btn {
  width: 100%;
}

.c5-product__name p {
  width: 60%;
  margin-bottom: 10px;
  line-height: 1.8;
}
.c5-product__name p span {
  display: block;
}
.c5-product__name p span:first-child {
  font-size: 3.2vw;
  text-align: right;
}
.c5-product__name p span.c5-logo {
  width: 100%;
  margin: 5px 0 0;
}
.c5-product__name p span.c5-logo img {
  margin-left: auto;
}
.c5-product__name p span:last-child {
  font-size: 4.8vw;
  text-align: right;
}

.c5-point {
  padding-bottom: 70px;
}
.c5-point__con:not(:last-child) {
  margin-bottom: 30px;
}
.c5-point__con.c5-point1 .c5-point__ttl-top {
  text-align: right;
}
.c5-point__con.c5-point3 .c5-point__ttl-top {
  text-align: right;
}
.c5-point__ttl {
  padding: 0 10px;
}
.c5-point__ttl-top {
  margin: 0 auto 5px;
  border-bottom: 1px solid #8f7936;
  line-height: 1;
}
.c5-point__ttl-top .c5-col1 {
  color: #7fccdc;
}
.c5-point__ttl-top .c5-col2 {
  color: #dbb67f;
}
.c5-point__ttl-top .c5-col3 {
  color: #b2db7f;
}
.c5-point__ttl-top span {
  font-weight: bold;
}
.c5-point__ttl-top span:first-child {
  font-size: 34px;
}
.c5-point__ttl-top span:nth-child(2) {
  font-size: 20px;
  color: #8f7936;
  padding: 0 2px;
}
.c5-point__ttl-top span:last-child {
  font-size: 45px;
  color: #8f7936;
}
.c5-point__ttl p {
  letter-spacing: 0.1em;
}
.c5-point__ttl p:nth-child(2) {
  margin-bottom: 10px;
  line-height: 1.3;
}
.c5-point__ttl p .c5-fs1 {
  display: inline-block;
  font-size: 15px;
}
.c5-point__ttl p .c5-fs2 {
  display: inline-block;
  font-size: 25px;
  color: #8f7936;
  font-weight: bold;
}

.c5-voice {
  padding: 0 20px 45px;
}
.c5-voice__ttl {
  margin-bottom: 10px;
}
.c5-voice__ttl span {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.c5-voice__ttl span:first-child {
  font-weight: bold;
  color: #2463af;
  line-height: 1;
  margin-bottom: 5px;
}
.c5-voice__ttl span:last-child {
  font-size: 13px;
  display: block;
}
.c5-voice__list {
  border: 1px solid #5cbfec;
  background-color: #fff;
  padding: 15px;
}
.c5-voice__list ul {
  margin-bottom: 0;
}
.c5-voice__list li {
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
  font-feature-settings: "palt" 1;
}
.c5-voice__list li:not(:last-child) {
  margin-bottom: 8px;
}
.c5-voice__list li span {
  font-size: 15px;
  font-weight: bold;
  color: #2463af;
}

.c5-merit {
  background-color: #e2dede;
  padding-top: 20px;
}
.c5-merit__ttl {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  text-align: center;
  font-feature-settings: "palt" 1;
}
.c5-merit__con {
  padding-bottom: 35px;
}
.c5-merit__img {
  width: 80%;
  margin: 0 auto -40px;
}
.c5-merit__txt {
  padding: 65px 0 25px;
  background-color: #f5f5f5;
}
.c5-merit__txt p {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.09em;
  line-height: 1.4;
  margin-bottom: 0;
}
.c5-merit__txt p span {
  font-size: 23px;
  font-weight: bold;
}

.c5-scene {
  padding: 60px 10px 30px;
  background: rgb(245, 245, 245);
  background: linear-gradient(0deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
}
.c5-scene__ttl {
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 25px;
  font-feature-settings: "palt" 1;
}
.c5-scene__con {
  margin: 0 auto 35px;
}
.c5-scene__con-ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}
.c5-scene__con-txt {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}
.c5-scene__con-img {
  width: 85%;
  margin: 0 auto;
}
.c5-scene__con-img img {
  margin: 0 auto;
  border-radius: 15px;
}

.c5-bottom__ttl {
  margin-bottom: 35px;
  padding: 20px 10px;
  background-color: #7fccdb;
  font-feature-settings: "palt" 1;
}
.c5-bottom__ttl h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
  letter-spacing: 0.04em;
  line-height: 1.33;
}
.c5-bottom__product {
  margin: 0 auto 65px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.c5-bottom__product-txt {
  width: 63%;
}
.c5-bottom__product-txt .c5-product__name p {
  width: 100%;
}
.c5-bottom__product-txt .c5-btn {
  width: 100%;
}
.c5-bottom__product-img {
  width: 33%;
}

.c5-banner {
  width: 85%;
  margin: 0 auto;
}
.c5-banner:first-child {
  margin-bottom: 70px;
}
.c5-banner a {
  display: block;
  margin: 0 auto 10px;
}
.c5-banner p {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.c5-fix__banner {
  display: none;
  width: 18%;
  max-width: 70px;
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: 1;
}
.c5-fix__banner a, .c5-fix__banner img {
  display: block;
  width: 100%;
}
.c5-fix__banner a {
  transition: all 0.3s;
}
.c5-fix__banner a:hover {
  opacity: 0.7;
}

.c5-bg {
  background: url("../img/bg_sp.png") repeat-y 50% 43%;
  background-size: contain;
}

.c5-movie__wrap {
  max-width: 625px;
  margin: 0 auto 50px;
  padding: 0 20px;
}
.c5-movie__wrap p {
  font-size: 13px;
  line-height: 1.44;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
}

.c5-movie {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin: 0 auto 10px;
  background-color: #e0e2e2;
}
.c5-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-btn {
    width: 100%;
    max-width: 226px;
    margin-left: 0;
    padding: 0.9em 1em;
  }
  .c5-btn span::after {
    width: 9px;
    height: 9px;
    border-width: 2px;
    transform: translateY(-40%) rotate(42deg) skewX(-5deg);
  }
  .c5-btn span.ex::after {
    right: -23px;
  }
  .c5-hero .c5-btn {
    bottom: 4%;
    left: 38%;
  }
  .c5-catch {
    padding: 70px 0 180px;
  }
  .c5-catch__inner {
    max-width: 1220px;
    margin: 0 auto;
  }
  .c5-catch__con1 {
    margin-bottom: 140px;
  }
  .c5-catch__con1 .c5-catch__ttl {
    width: 100%;
    max-width: 581px;
    margin-bottom: 80px;
  }
  .c5-catch__circle {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .c5-catch__circle-img {
    width: 32%;
    max-width: 382px;
    margin-bottom: 0;
  }
  .c5-catch__con2 {
    max-width: 1200px;
    margin: 0 auto;
  }
  .c5-catch__con2 .c5-catch__ttl {
    width: 100%;
    max-width: 1185px;
  }
  .c5-catch__product {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .c5-catch__product-name {
    width: 325px;
  }
  .c5-catch__product-img {
    position: static;
    width: 253px;
    margin: 0 30px 20px;
  }
  .c5-catch__product .c5-btn__wrap {
    width: 226px;
    margin-left: 0;
  }
  .c5-product__name p {
    width: 100%;
  }
  .c5-product__name p span:first-child {
    font-size: 20px;
  }
  .c5-product__name p span.c5-logo {
    max-width: 325px;
    margin-left: auto;
  }
  .c5-product__name p span:last-child {
    font-size: 26px;
  }
  .c5-point {
    padding-bottom: 135px;
  }
  .c5-point__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .c5-point__con {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c5-point__con:not(:last-child) {
    margin-bottom: 30px;
  }
  .c5-point__con.c5-point1 {
    flex-direction: row-reverse;
  }
  .c5-point__con.c5-point1 .c5-point__ttl-top {
    text-align: left;
  }
  .c5-point__con.c5-point3 {
    flex-direction: row-reverse;
  }
  .c5-point__con.c5-point3 .c5-point__ttl-top {
    text-align: left;
  }
  .c5-point__ttl {
    width: 45%;
    margin: 0 5%;
    padding: 0;
  }
  .c5-point__ttl-top {
    margin-bottom: 15px;
  }
  .c5-point__ttl-top span:first-child {
    font-size: 60px;
  }
  .c5-point__ttl-top span:nth-child(2) {
    font-size: 30px;
  }
  .c5-point__ttl-top span:last-child {
    font-size: 80px;
  }
  .c5-point__ttl p:nth-child(2) {
    margin-bottom: 0;
    line-height: 1.4;
  }
  .c5-point__ttl p .c5-fs1 {
    font-size: 25px;
  }
  .c5-point__ttl p .c5-fs2 {
    font-size: 35px;
  }
  .c5-point__img {
    width: 49%;
  }
  .c5-voice {
    padding: 0 10px 110px;
  }
  .c5-voice__inner {
    max-width: 950px;
    margin: 0 auto;
  }
  .c5-voice__ttl {
    margin-bottom: 15px;
  }
  .c5-voice__ttl span {
    font-size: 24px;
  }
  .c5-voice__ttl span:first-child {
    margin-bottom: 0;
  }
  .c5-voice__ttl span:last-child {
    font-size: 14px;
    display: inline;
    padding-left: 0.6em;
  }
  .c5-voice__list {
    border-width: 2px;
    padding: 20px 50px;
  }
  .c5-voice__list li {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .c5-voice__list li span {
    font-size: 19px;
  }
  .c5-merit {
    padding: 80px 0 40px;
  }
  .c5-merit__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .c5-merit__ttl {
    font-size: 50px;
    letter-spacing: 0.15em;
    margin-bottom: 75px;
  }
  .c5-merit__con {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 30px;
    background-color: #fff;
  }
  .c5-merit__img {
    width: 33%;
    max-width: 334px;
    margin: 0;
  }
  .c5-merit__txt {
    width: 67%;
    max-width: 778px;
    padding: 15px;
  }
  .c5-merit__txt p {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
  }
  .c5-merit__txt p span {
    font-size: 40px;
  }
  .c5-scene {
    padding: 80px 10px;
  }
  .c5-scene__inner {
    max-width: 1220px;
    margin: 0 auto;
  }
  .c5-scene__ttl {
    font-size: 50px;
    margin-bottom: 60px;
  }
  .c5-scene__box {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c5-scene__con {
    width: 46%;
    max-width: 450px;
    margin: 0 0 50px;
  }
  .c5-scene__con:nth-child(3), .c5-scene__con:last-child {
    margin-bottom: 0;
  }
  .c5-scene__con-ttl {
    font-size: 24px;
  }
  .c5-scene__con-txt {
    font-size: 18px;
    margin-bottom: 20px;
    /*
            &.ex{
              margin-bottom: 49px;
            }
    */
  }
  .c5-scene__con-img {
    width: 100%;
  }
  .c5-scene__con-img img {
    border-radius: 30px;
  }
  .c5-bottom__ttl {
    margin-bottom: 75px;
  }
  .c5-bottom__ttl h2 {
    font-size: 50px;
  }
  .c5-bottom__product {
    margin-bottom: 120px;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
  }
  .c5-bottom__product-txt {
    width: 42%;
    max-width: 420px;
  }
  .c5-bottom__product-txt .c5-product__name p span:first-child {
    text-align: left;
  }
  .c5-bottom__product-txt .c5-product__name p span.c5-logo {
    margin-left: 0;
  }
  .c5-bottom__product-txt .c5-product__name p span:last-child {
    text-align: left;
  }
  .c5-bottom__product-img {
    width: 34%;
    max-width: 334px;
    margin-right: 40px;
  }
  .c5-banner__wrap {
    max-width: 1145px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
  }
  .c5-banner {
    width: 48%;
    max-width: 497px;
    margin: 0;
  }
  .c5-banner:first-child {
    margin-bottom: 0;
  }
  .c5-banner a {
    margin-bottom: 15px;
  }
  .c5-banner p {
    font-size: 16px;
    line-height: 1.5;
  }
  .c5-fix__banner {
    width: 100%;
    max-width: 101px;
    bottom: auto;
    top: 55%;
    transform: translateY(-50%);
  }
  .c5-bg {
    background: url("../img/bg_pc.png") repeat-y 50% 17%;
  }
  .c5-movie__wrap {
    margin-bottom: 100px;
    padding: 0;
  }
  .c5-movie__wrap p {
    font-size: 18px;
  }
}
@media screen and (min-width: 750px) {
  .c5-movie {
    width: auto;
    max-width: 625px;
    height: 346px;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media (min-width: 900px) {
  .c5-hero .c5-btn {
    left: 43%;
  }
}
@media (min-width: 1050px) {
  .c5-hero .c5-btn {
    left: 47%;
  }
}
@media (min-width: 1200px) {
  .c5-btn {
    font-size: 16px;
  }
  .c5-hero .c5-btn {
    bottom: 5%;
    left: 49%;
  }
}
@media (min-width: 1400px) {
  .c5-hero .c5-btn {
    left: 53%;
  }
}
@media (min-width: 1401px) {
  .c5-bg {
    background-size: 100% 45%;
  }
}
/*# sourceMappingURL=style.css.map */