@charset "UTF-8";
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot"); /* urlを対応する場所に変更 */
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); /* urlを対応する場所に変更 */
}
.product__fv {
  width: 100%;
  position: relative;
}
.product__fv--title {
  font-size: 4.6rem;
  font-weight: bold;
  position: absolute;
  left: 110px;
  bottom: 50%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .product__fv--title {
    font-size: 2.2rem;
    left: 35px;
    bottom: 30%;
  }
}
.product-sec1 {
  padding: 125px 45px 30px;
}
@media screen and (max-width: 768px) {
  .product-sec1 {
    padding: 35px 45px;
  }
}
.product-sec1__title {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .product-sec1__title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.product-sec1__text {
  font-size: 1.6rem;
  max-width: 650px;
  margin: 0 auto;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .product-sec1__text {
    font-size: 1.4rem;
  }
}
.product-sec2__cont {
  display: flex;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .product-sec2__cont {
    flex-direction: column;
  }
}
.product-sec2__left, .product-sec2__right {
  width: 71vw;
  flex-shrink: 0;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product-sec2__left, .product-sec2__right {
    width: 100%;
  }
}
.product-sec2__left.move, .product-sec2__right.move {
  transform: translateX(-59%);
}
.product-sec2__left.mask, .product-sec2__right.mask {
  filter: brightness(0.5);
}
.product-sec2__case {
  display: flex;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 12.5vw;
}
@media screen and (max-width: 1024px) {
  .product-sec2__case {
    left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .product-sec2__case {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-sec2__case--num {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  color: #fff;
  margin-right: 40px;
  text-shadow: 1px 1px 10px black;
  font-weight: bold;
}
.product-sec2__case--num span {
  font-size: 3.5rem;
  color: #fff;
}
.product-sec2__case--text {
  color: #fff;
  font-size: 2.5rem;
  text-shadow: 1px 1px 10px black;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .product-sec2__case--text {
    font-size: 1.6rem;
  }
}
.product-sec2__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  top: 45%;
  left: 12.5vw;
  max-width: 375px;
  line-height: 1.875;
  text-shadow: 1px 1px 10px black;
}
@media screen and (max-width: 1024px) {
  .product-sec2__text {
    left: 35px;
    top: 30%;
    text-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .product-sec2__text {
    position: static;
    color: #000;
    padding: 0 45px;
    margin-top: 24px;
    max-width: none;
    margin-bottom: 75px;
  }
}
.product-sec3, .product-sec8, .product-sec12, .product-sec16 {
  position: relative;
  margin-bottom: -5px;
}
.product-sec3__wrap, .product-sec8__wrap, .product-sec12__wrap, .product-sec16__wrap {
  max-width: 1260px;
  margin: 0 auto;
  position: absolute;
  bottom: 90px;
  left: 170px;
}
@media screen and (max-width: 768px) {
  .product-sec3__wrap, .product-sec8__wrap, .product-sec12__wrap, .product-sec16__wrap {
    bottom: 40px;
    left: 0;
    padding: 0 35px;
  }
}
.product-sec3__feature, .product-sec8__feature, .product-sec12__feature, .product-sec16__feature {
  font-family: "Outfit", sans-serif;
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .product-sec3__feature, .product-sec8__feature, .product-sec12__feature, .product-sec16__feature {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.product-sec3__title, .product-sec8__title, .product-sec12__title, .product-sec16__title {
  font-size: 4.2rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .product-sec3__title, .product-sec8__title, .product-sec12__title, .product-sec16__title {
    font-size: 2.2rem;
  }
}
.product-sec4, .product-sec9, .product-sec13, .product-sec17 {
  background-color: #f0f0f0;
  padding: 70px 35px 80px;
}
.product-sec4__wrap, .product-sec9__wrap, .product-sec13__wrap, .product-sec17__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.product-sec4__title, .product-sec9__title, .product-sec13__title, .product-sec17__title {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .product-sec4__title, .product-sec9__title, .product-sec13__title, .product-sec17__title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
.product-sec4__cont, .product-sec9__cont, .product-sec13__cont, .product-sec17__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .product-sec4__cont, .product-sec9__cont, .product-sec13__cont, .product-sec17__cont {
    flex-direction: column;
  }
}
.product-sec4__left, .product-sec9__left, .product-sec13__left, .product-sec17__left {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .product-sec4__left, .product-sec9__left, .product-sec13__left, .product-sec17__left {
    max-width: none;
    margin-bottom: 40px;
  }
}
.product-sec4__left--title, .product-sec9__left--title, .product-sec13__left--title, .product-sec17__left--title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .product-sec4__left--title, .product-sec9__left--title, .product-sec13__left--title, .product-sec17__left--title {
    font-size: 1.9rem;
    text-align: center;
  }
}
.product-sec4__left--text, .product-sec9__left--text, .product-sec13__left--text, .product-sec17__left--text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .product-sec4__left--text, .product-sec9__left--text, .product-sec13__left--text, .product-sec17__left--text {
    font-size: 1.4rem;
  }
}
.product-sec4__left--desc, .product-sec9__left--desc, .product-sec13__left--desc, .product-sec17__left--desc {
  margin-top: 26px;
  font-size: 1.4rem;
}
.product-sec4__right, .product-sec9__right, .product-sec13__right, .product-sec17__right {
  max-width: 500px;
  height: 360px;
  overflow: hidden;
  border-radius: 35px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .product-sec4__right, .product-sec9__right, .product-sec13__right, .product-sec17__right {
    max-width: none;
    height: 100%;
    border-radius: 28px;
  }
}
.product-sec4__right img, .product-sec9__right img, .product-sec13__right img, .product-sec17__right img {
  height: 100%;
}
.product-sec5 {
  background-color: #676767;
  padding: 80px 35px 90px;
}
@media screen and (max-width: 768px) {
  .product-sec5 {
    padding: 56px 35px;
  }
}
.product-sec5__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product-sec5__wrap {
    padding: 0 10px;
  }
}
.product-sec5__cont {
  display: flex;
  flex-direction: column;
}
.product-sec5__img {
  max-width: 360px;
}
.product-sec5__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .product-sec5__top {
    flex-direction: column;
    align-items: center;
    row-gap: 64px;
  }
}
.product-sec5__box {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 325px;
}
@media screen and (max-width: 768px) {
  .product-sec5__box {
    max-width: none;
  }
}
.product-sec5__box--name {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .product-sec5__box--name {
    text-align: center;
    font-size: 1.9rem;
  }
}
.product-sec5__box--text {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .product-sec5__box--text {
    font-size: 1.4rem;
  }
}
.product-sec5__center {
  background-color: #484848;
  border-radius: 25px;
  padding: 38px 30px;
  margin-top: 55px;
}
.product-sec5__center--box {
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
@media screen and (max-width: 768px) {
  .product-sec5__center--box {
    flex-direction: column;
  }
}
.product-sec5__center--icon {
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .product-sec5__center--icon {
    margin-bottom: 12px;
  }
}
.product-sec5__center--text {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .product-sec5__center--text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.product-sec5__center--btn {
  display: block;
  width: 260px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  padding: 14px 19px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product-sec5__center--btn {
    width: 180px;
    padding: 9px 19px;
  }
}
.product-sec5__center--btn::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-white.svg);
  background-size: cover;
  width: 8px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.product-sec5__bottom {
  margin-top: 50px;
}
.product-sec5__bottom--box {
  display: flex;
  align-items: center;
  -moz-column-gap: 62px;
       column-gap: 62px;
}
.product-sec5__bottom--icon {
  width: 115px;
  height: 115px;
}
.product-sec5__bottom--text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .product-sec5__bottom--text {
    font-size: 1.4rem;
  }
}
.product-sec6 {
  padding: 90px 35px;
}
@media screen and (max-width: 768px) {
  .product-sec6 {
    padding: 44px 45px 25px;
  }
}
.product-sec6__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.product-sec6__title {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-sec6__title {
    font-size: 2.2rem;
    margin-bottom: 22px;
  }
}
.product-sec6__text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-sec6__text {
    font-size: 1.6rem;
  }
}
.product-sec7 {
  margin-bottom: -2px;
}
.product-sec7__wrap {
  position: relative;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .product-sec7__wrap {
    overflow: auto;
  }
}
.product-sec7__scroll {
  overflow-x: scroll;
}
.product-sec7__clip {
  transform: skew(-14deg) translateX(0);
}
.product-sec7__img {
  transition: 0.3s;
  transform: skew(14deg) translateX(0);
  width: calc(100% + 6.5vw);
}
.product-sec7__img.img1:hover {
  transform: skew(14deg) translateX(0) scale(1.1);
}
.product-sec7__img.img2 {
  transform: skew(14deg) translateX(-6.5vw);
}
.product-sec7__img.img2:hover {
  transform: skew(14deg) translateX(-6.5vw) scale(1.1);
}
.product-sec7__img-sp {
  width: 160vw;
}
.product-sec7__img-sp.scroll {
  transform: translateX(-37%);
}
.product-sec7__cont {
  max-width: 1260px;
  margin: 0 auto;
  padding-bottom: 54px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .product-sec7__cont {
    position: static;
  }
}
.product-sec7__item {
  max-width: 440px;
}
.product-sec7__item--name {
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}
.product-sec7__item--title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 25px;
  color: #fff;
}
.product-sec7__item--text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .product-sec7__item--text {
    color: #000;
    font-size: 1.4rem;
    padding: 35px 45px 0;
    display: none;
  }
  .product-sec7__item--text.active {
    display: block;
  }
}
.product-sec10 {
  padding: 122px 35px 62px;
}
@media screen and (max-width: 768px) {
  .product-sec10 {
    padding: 48px 35px;
  }
}
.product-sec10__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.product-sec10__title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .product-sec10__title {
    font-size: 1.9rem;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.product-sec10__title::before, .product-sec10__title::after {
  content: "";
  display: inline-block;
  background-image: url(../images/product-sec10_line.svg);
  max-width: 220px;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .product-sec10__title::before, .product-sec10__title::after {
    width: 8%;
  }
}
.product-sec10__cont {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  margin-top: 100px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .product-sec10__cont {
    margin-top: 32px;
    flex-direction: column;
    row-gap: 24px;
  }
}
.product-sec10__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-sec10__item--img {
  border-radius: 35px;
  margin-bottom: 32px;
  height: 360px;
}
@media screen and (max-width: 768px) {
  .product-sec10__item--img {
    height: 100%;
  }
}
.product-sec10__item--text {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .product-sec10__item--text {
    font-size: 1.9rem;
    text-align: center;
  }
}
.product-sec10__desc {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-sec10__desc {
    font-size: 1rem;
  }
}
.product-sec11 {
  padding: 74px 35px 90px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .product-sec11 {
    padding: 26px 35px 50px;
  }
}
.product-sec11__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.product-sec11__title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .product-sec11__title {
    font-size: 1.9rem;
  }
}
.product-sec11__cont {
  display: flex;
  -moz-column-gap: 33px;
       column-gap: 33px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .product-sec11__cont {
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .product-sec11__item {
    width: calc(50% - 10px);
  }
}
.product-sec11__item--icon {
  margin-bottom: 16px;
  width: 250px;
  height: 160px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .product-sec11__item--icon {
    width: 100%;
    height: auto;
  }
}
.product-sec11__item--text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-sec11__item--text {
    font-display: 1.4rem;
  }
}
.product-sec14 {
  padding: 60px 35px 70px;
  background-color: #676767;
}
@media screen and (max-width: 768px) {
  .product-sec14 {
    padding: 30px 35px;
  }
}
.product-sec14__wrap {
  max-width: 785px;
  margin: 0 auto;
}
.product-sec14__cont {
  display: flex;
  -moz-column-gap: 150px;
       column-gap: 150px;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .product-sec14__cont {
    flex-wrap: wrap;
    -moz-column-gap: 55px;
         column-gap: 55px;
    row-gap: 25px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .product-sec14__item {
    width: 30.6vw;
  }
}
@media screen and (max-width: 768px) {
  .product-sec14__item.w150 {
    width: 40vw;
    order: 3;
  }
}
.product-sec14__item--icon {
  margin-bottom: 20px;
}
.product-sec14__item--name {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-sec14__item--name {
    font-size: 1.3rem;
  }
}
.product-sec14__item--name.fs25 {
  font-size: 2.5rem;
}
.product-sec14__item--km {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-sec14__item--km {
    font-size: 1rem;
  }
}
.product-sec14__item--price {
  font-size: 4.2rem;
  color: #bababa;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-sec14__item--price {
    font-size: 2.8rem;
  }
}
.product-sec14__item--price span {
  font-size: 2.5rem;
  font-weight: bold;
  color: #bababa;
}
@media screen and (max-width: 768px) {
  .product-sec14__item--price span {
    font-size: 1.6rem;
  }
}
.product-sec14__item--price.red {
  color: #f04162;
}
.product-sec14__item--price.red span {
  color: #f04162;
}
.product-sec14__desc {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .product-sec14__desc {
    font-size: 1rem;
  }
}
.product-sec15 {
  padding: 122px 35px 62px;
}
@media screen and (max-width: 768px) {
  .product-sec15 {
    padding: 48px 35px;
  }
}
.product-sec15__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.product-sec15__title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .product-sec15__title {
    font-size: 1.9rem;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.product-sec15__title::before, .product-sec15__title::after {
  content: "";
  display: inline-block;
  background-image: url(../images/product-sec10_line.svg);
  max-width: 220px;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .product-sec15__title::before, .product-sec15__title::after {
    width: 8%;
  }
}
.product-sec15__cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
}
.product-sec15__top {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .product-sec15__top {
    flex-direction: column;
  }
}
.product-sec15__top--img {
  width: 115px;
  height: 115px;
}
.product-sec15__top--text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .product-sec15__top--text {
    font-size: 1.4rem;
  }
}
.product-sec15__center {
  max-width: 650px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .product-sec15__center {
    margin-bottom: 50px;
  }
}
.product-sec15__bottom {
  max-width: 545px;
  margin-bottom: 30px;
}
.product-sec15__desc {
  font-size: 1.4rem;
  max-width: 635px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product-sec15__desc {
    font-size: 1rem;
  }
}
.product-sec18 {
  padding: 122px 35px 62px;
}
@media screen and (max-width: 768px) {
  .product-sec18 {
    padding: 48px 35px;
  }
}
.product-sec18__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.product-sec18__title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .product-sec18__title {
    font-size: 1.9rem;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.product-sec18__title::before, .product-sec18__title::after {
  content: "";
  display: inline-block;
  background-image: url(../images/product-sec10_line.svg);
  max-width: 220px;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .product-sec18__title::before, .product-sec18__title::after {
    width: 8%;
  }
}
.product-sec18__cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .product-sec18__cont {
    margin-top: 20px;
  }
}
.product-sec18__text {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product-sec18__text {
    font-size: 1.9rem;
  }
}
.product-sec18__text span {
  color: #f04162;
  font-weight: bold;
}
.product-sec18__img {
  margin-bottom: 8px;
  max-width: 875px;
}
.product-sec18__desc {
  font-size: 1.4rem;
  max-width: 635px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .product-sec18__desc {
    font-size: 1rem;
  }
}
.product-sec19 {
  padding: 42px 35px;
  background-color: #676767;
}
.product-sec19__cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .product-sec19__cont {
    flex-direction: column;
  }
}
.product-sec19__icon {
  width: 115px;
  height: 115px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .product-sec19__icon {
    margin-right: 0;
    margin-bottom: 36px;
  }
}
.product-sec19__title {
  font-size: 2.5rem;
  margin-right: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .product-sec19__title {
    font-size: 1.9rem;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.product-sec19__btn {
  display: block;
  width: 260px;
  border-radius: 25px;
  padding: 13.5px 19px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
}
@media screen and (max-width: 768px) {
  .product-sec19__btn {
    width: 180px;
    padding: 9px 19px;
  }
}
.product-sec19__btn:hover {
  opacity: 1;
}
.product-sec19__btn:hover .product-sec19__btn--bg {
  transform: translateX(0);
}
.product-sec19__btn:hover p {
  color: #159fe8;
}
.product-sec19__btn:hover p::after {
  background-image: url(../images/arrow-right-blue.svg);
}
.product-sec19__btn--bg {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  top: 2px;
  left: 2px;
  pointer-events: none;
  transition: 0.3s;
  transform: translateX(-105%);
}
@media screen and (max-width: 768px) {
  .product-sec19__btn--bg {
    border-radius: 28px;
  }
}
.product-sec19__btn img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .product-sec19__btn img {
    display: none;
  }
}
.product-sec19__btn p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
}
.product-sec19__btn p::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-white.svg);
  background-size: cover;
  width: 8px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .product-sec19__btn p::after {
    right: 0;
  }
}
.product-sec21 {
  padding: 120px 35px;
}
@media screen and (max-width: 768px) {
  .product-sec21 {
    padding: 60px 35px;
  }
}
.product-sec21__wrap {
  max-width: 1260px;
  margin: 0 auto;
}
.product-sec21__cat {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .product-sec21__cat {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
.product-sec21__cat--item {
  border: 1px solid #676767;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 10px 40px;
  max-width: 480px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .product-sec21__cat--item {
    font-size: 1.9rem;
  }
}
.product-sec21__cat--item span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .product-sec21__cat--item span {
    font-size: 1.2rem;
  }
}
.product-sec21__cat--item:hover {
  opacity: 1;
}
.product-sec21__cat--item.active {
  box-shadow: 0 0 3px 3px rgba(50, 56, 236, 0.8);
  opacity: 1;
}
.product-sec21__cont {
  display: none;
}
.product-sec21__cont.active {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .product-sec21__cont.active {
    flex-direction: column;
    margin-top: 30px;
  }
}
.product-sec21__left {
  max-width: 740px;
}
@media screen and (max-width: 1024px) {
  .product-sec21__left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .product-sec21__left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.product-sec21__left--img {
  display: none;
}
.product-sec21__left--img.active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .product-sec21__right {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .product-sec21__right {
    width: 100%;
  }
}
.product-sec21__right--name {
  font-size: 3.8rem;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .product-sec21__right--name {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.product-sec21__right--name span {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .product-sec21__right--name span {
    font-size: 1.9rem;
  }
}
.product-sec21__right--price {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product-sec21__right--price {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
}
.product-sec21__right--price span {
  font-size: 1.2rem;
  margin-left: 10px;
}
.product-sec21__right--box {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product-sec21__right--box {
    margin-bottom: 10px;
  }
}
.product-sec21__right--radio {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #676767;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-sec21__right--radio.active {
  background-color: #ccc;
}
.product-sec21__right--color {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #676767;
}
.product-sec21__right--color.ye {
  background-color: #f4fe00;
}
.product-sec21__right--color.tb {
  background-color: #122993;
}
.product-sec21__right--color.wh {
  background-color: #fff;
}
.product-sec21__right--color.mb {
  background-color: #dccab2;
}
.product-sec21__right--desc {
  font-size: 1.6rem;
  text-decoration: underline;
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .product-sec21__right--desc {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.product-sec21__right--label {
  display: flex;
  margin-bottom: 20px;
}
.product-sec21__right--label input {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  margin-top: 7px;
}
.product-sec21__right--label p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .product-sec21__right--label p {
    font-size: 1.2rem;
  }
}
.product-sec21__right--label span {
  font-size: 1.2rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .product-sec21__right--label span {
    font-size: 1rem;
  }
}
.product-sec21__right--text {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product-sec21__right--text {
    font-size: 1.4rem;
    text-align: center;
  }
}
.product-sec21__right--btn {
  display: none;
}
.product-sec21__right--btn.active {
  display: block;
}
.product-sec21__right--btn form {
  position: relative;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .product-sec21__right--btn form {
    margin: 0 auto;
  }
}
.product-sec21__right--btn form::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-white.svg);
  background-size: cover;
  width: 8px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.product-sec21__right--input {
  display: block;
  width: 180px;
  border-radius: 25px;
  padding: 13.5px 19px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  color: #fff;
  font-size: 1.5rem;
}
.product-sec21__flow {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 90%;
  border: 2px solid #484848;
  overflow-y: scroll;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .product-sec21__flow {
    top: 15%;
    transform: translateY(0);
    height: 75vh;
  }
}
.product-sec21__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 22px;
  cursor: pointer;
}
.product-sec22 {
  background-color: #676767;
  padding: 80px 35px 120px;
}
@media screen and (max-width: 768px) {
  .product-sec22 {
    padding: 50px 35px 35px;
  }
}
.product-sec22__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.product-sec22__cont {
  margin-top: 56px;
}
.product-sec23 {
  background-color: #f0f0f0;
  padding: 70px 50px 0;
}
@media screen and (max-width: 768px) {
  .product-sec23 {
    padding: 50px 10px 35px;
  }
}
.product-sec23__catch {
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-sec23__catch {
    font-size: 1.9rem;
  }
}
.product-sec23__text {
  font-size: 1.6rem;
  font-weight: 500;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product-sec23__text {
    font-size: 1.4rem;
    padding: 35px;
  }
}
.product-sec23__cont {
  background-color: #fff;
  margin-top: 120px;
  padding: 70px 35px;
}
@media screen and (max-width: 768px) {
  .product-sec23__cont {
    margin-top: 30px;
  }
}
.product-sec23__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid #676767;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .product-sec23__top {
    flex-direction: column;
  }
}
.product-sec23__top--left {
  max-width: 500px;
}
.product-sec23__top--right {
  max-width: 500px;
  height: 360px;
  overflow: hidden;
  border-radius: 35px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .product-sec23__top--right {
    max-width: none;
    height: auto;
  }
}
.product-sec23__top--right img {
  height: 100%;
}
.product-sec23__top--title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .product-sec23__top--title {
    font-size: 1.9rem;
    margin-bottom: 12px;
    text-align: center;
  }
}
.product-sec23__top--text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .product-sec23__top--text {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}
.product-sec23__top--desc {
  margin-top: 26px;
  font-size: 1.4rem;
}
.product-sec23__center {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
  margin-top: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid #676767;
}
@media screen and (max-width: 768px) {
  .product-sec23__center {
    flex-direction: column;
    padding-bottom: 10px;
  }
}
.product-sec23__center--item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-sec23__center--text {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product-sec23__center--text {
    margin-bottom: 0;
  }
}
.product-sec23__center--icon {
  width: 150px;
  height: 150px;
}
.product-sec23__bottom {
  margin-top: 64px;
  max-width: 1100px;
  margin: 64px auto 0;
}
.product-sec23__bottom--goods {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .product-sec23__bottom--goods {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
}
.product-sec23__bottom--img.img1 {
  max-width: 520px;
}
.product-sec23__bottom--img.img2 {
  max-width: 405px;
}
.product-sec23__bottom--table {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .product-sec23__bottom--table {
    flex-direction: column;
  }
}
.product-sec23__bottom--box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-sec23__bottom--item {
  display: flex;
  align-items: center;
  padding: 9px 10px;
  border-bottom: 1px solid #676767;
}
.product-sec23__bottom--label {
  font-size: 1.6rem;
  font-weight: 500;
  width: 195px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .product-sec23__bottom--label {
    font-size: 1.4rem;
    width: 100px;
    margin-right: 25px;
    flex-shrink: 0;
  }
}
.product-sec23__bottom--text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .product-sec23__bottom--text {
    font-size: 1.4rem;
  }
}
.product-sec23__bottom--desc {
  font-size: 1.6rem;
  font-weight: 500;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product-sec23__bottom--desc {
    font-size: 1rem;
  }
}
.product-sec24 {
  padding: 100px 35px 50px;
  background-color: #f0f0f0;
}
.product-sec24__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.product-sec24__cont {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  row-gap: 30px;
}
.product-sec24__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 768px) {
  .product-sec24__item {
    width: calc(50% - 10px);
  }
}
.product-sec24__item--top {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-sec24__item--img.img1 {
  max-width: 180px;
}
.product-sec24__item--img.img2 {
  max-width: 150px;
}
.product-sec24__item--img.img3 {
  max-width: 205px;
}
.product-sec24__item--img.img4 {
  max-width: 250px;
}
.product-sec24__item--img.img5 {
  max-width: 225px;
}
.product-sec24__item--img.img6 {
  max-width: 210px;
}
.product-sec24__item--text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.product-sec24__btn {
  display: block;
  width: 260px;
  border-radius: 25px;
  padding: 13.5px 19px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product-sec24__btn {
    width: 180px;
    padding: 9px 19px;
  }
}
.product-sec24__btn:hover {
  opacity: 1;
}
.product-sec24__btn:hover .product-sec24__btn--bg {
  transform: translateX(0);
}
.product-sec24__btn:hover p {
  color: #159fe8;
}
.product-sec24__btn:hover p::after {
  background-image: url(../images/arrow-right-blue.svg);
}
.product-sec24__btn--bg {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  top: 2px;
  left: 2px;
  pointer-events: none;
  transition: 0.3s;
  transform: translateX(-105%);
}
@media screen and (max-width: 768px) {
  .product-sec24__btn--bg {
    border-radius: 28px;
  }
}
.product-sec24__btn img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .product-sec24__btn img {
    display: none;
  }
}
.product-sec24__btn p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
}
.product-sec24__btn p::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-white.svg);
  background-size: cover;
  width: 8px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .product-sec24__btn p::after {
    right: 0;
  }
}
.product-sec25 {
  padding: 120px 35px;
}
@media screen and (max-width: 768px) {
  .product-sec25 {
    padding: 50px 35px 100px;
  }
}
.product-sec25__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.product-sec25__cont {
  margin-top: 64px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-sec25__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #676767;
  padding: 12px 0;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product-sec25__title {
    font-size: 1.9rem;
  }
}
.product-sec25__text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .product-sec25__text {
    font-size: 1.6rem;
  }
}
.product-sec25__box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .product-sec25__box {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
.product-sec25__arrow {
  width: 15px;
  height: 20px;
  margin: 50px 18px 0;
}
@media screen and (max-width: 768px) {
  .product-sec25__arrow {
    transform: rotate(90deg);
    margin: 0;
  }
}
.product-sec25__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  .product-sec25__item {
    max-width: none;
  }
}
.product-sec25__item--icon {
  width: 120px;
  height: 120px;
  margin-bottom: 18px;
}
.product-sec25__item--name {
  font-size: 2rem;
  font-weight: bold;
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  text-align: center;
}
.product-sec25__item--text {
  font-size: 1.4rem;
}
.product-sec25__item--text a {
  color: #159fe8;
}
.product-sec26 {
  background-color: #676767;
  padding: 35px 35px 60px;
}
.product-sec26__wrap {
  max-width: 1036px;
  margin: 0 auto;
}
.product-sec26__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-sec26__title {
    font-size: 1.9rem;
    margin-bottom: 24px;
  }
}
.product-sec26__cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .product-sec26__cont {
    flex-direction: column;
    row-gap: 32px;
  }
}
.product-sec26__item {
  display: flex;
  -moz-column-gap: 44px;
       column-gap: 44px;
}
@media screen and (max-width: 768px) {
  .product-sec26__item {
    flex-direction: column;
  }
}
.product-sec26__item--img {
  width: 180px;
  height: 102px;
}
@media screen and (max-width: 768px) {
  .product-sec26__item--img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
.product-sec26__item--text {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .product-sec26__item--text {
    font-size: 1.6rem;
  }
}
.product-sec27 {
  background-color: #f0f0f0;
  overflow-x: hidden;
  padding: 120px 0 70px;
}
@media screen and (max-width: 768px) {
  .product-sec27 {
    padding: 60px 35px 30px;
  }
}
.product-sec27__wrap {
  max-width: 1105px;
  margin: 0 auto;
}
.product-sec27__cont {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .product-sec27__cont {
    margin-top: 40px;
  }
}
.product-sec27__item {
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  width: 33.3333333333%;
  max-width: 305px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .product-sec27__item {
    width: 100%;
    max-width: none;
  }
}
.product-sec27__item--top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product-sec27__item--img {
  width: 60px;
  height: 60px;
  margin-right: 24px;
}
.product-sec27__item--name {
  font-size: 1.6rem;
  font-weight: 500;
}
.product-sec27__item--title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product-sec27__item--title {
    font-size: 1.6rem;
  }
}
.product-sec27__item--text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .product-sec27__item--text {
    font-size: 1.4rem;
  }
}
.product-sec27 .review-swiper-pagination {
  display: block;
  margin-top: 47px;
  text-align: center;
}
.product-sec27 .review-swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px !important;
  background-color: #fff !important;
}
.product-sec27 .review-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #676767 !important;
}
.product-sec28 {
  padding: 120px 35px 80px;
}
@media screen and (max-width: 768px) {
  .product-sec28 {
    padding: 60px 35px 30px;
  }
}
.product-sec28__wrap {
  max-width: 800px;
  margin: 0 auto;
}
.product-sec28__cont {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  row-gap: 54px;
}
@media screen and (max-width: 768px) {
  .product-sec28__cont {
    margin-top: 30px;
  }
}
.product-sec28__item {
  position: relative;
}
.product-sec28__item--title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 54px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-sec28__item--title {
    margin-bottom: 20px;
  }
}
.product-sec28__item--text {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.product-sec28__item--img {
  position: absolute;
  width: 285px;
  mix-blend-mode: multiply;
  top: 0;
  right: -80px;
}
@media screen and (max-width: 768px) {
  .product-sec28__item--img {
    position: static;
  }
}
.product-sec29 {
  padding: 40px 35px 80px;
}
@media screen and (max-width: 768px) {
  .product-sec29 {
    padding-bottom: 30px;
  }
}
.product-sec29__wrap {
  max-width: 950px;
  margin: 0 auto;
}
.product-sec29__cont {
  display: flex;
  justify-content: center;
  margin-top: 75px;
  transform: translateX(30px);
}
@media screen and (max-width: 768px) {
  .product-sec29__cont {
    flex-direction: column;
    transform: translateX(0);
    margin-top: 30px;
  }
}
.product-sec29__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-sec29__item {
    margin-bottom: 20px;
  }
}
.product-sec29__item:nth-of-type(2) {
  padding: 0 40px;
  margin-left: 30px;
  margin-right: 50px;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .product-sec29__item:nth-of-type(2) {
    margin: 0 0 20px 0;
    border: none;
    padding: 0;
  }
}
.product-sec29__item--title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 38px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-sec29__item--title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.product-sec29__item--text {
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .product-sec29__item--text {
    font-size: 1rem;
  }
}
.product-sec29__item a {
  color: #46aded;
}
.product-sec30 {
  padding: 70px 35px 50px;
  background-color: #f0f0f0;
}
.product-sec30__wrap {
  max-width: 800px;
  margin: 0 auto;
}
.product-sec30__title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-sec30__title {
    font-size: 1.6rem;
  }
}
.product-sec30__title span {
  color: #f04162;
}
.product-sec30__text {
  margin-top: 75px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .product-sec30__text {
    margin-top: 30px;
  }
}
.product-sec30__text a {
  color: #46aded;
}

/* products */
.page-wrapper {
  padding: 90px 0 0;
}
@media screen and (max-width: 768px) {
  .page-wrapper {
    padding: 40px 0 65px;
  }
}

.pd_subnav {
  background: #000;
  border-top: solid 1px #333;
  padding: 10px;
  width: 100%;
  position: fixed;
  z-index: 100;
  display: none;
}

.pd_subnav_inn {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

ul.pd_subnav_list {
  letter-spacing: -0.4em;
  margin: 0 auto;
  text-align: center;
}

ul.pd_subnav_list li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 5% 0;
  font-size: 0.625em;
  max-width: 200px;
}

ul.pd_subnav_list li img {
  max-width: 30px;
}

ul.pd_subnav_list li span {
  display: block;
}

ul.pd_subnav_list li a {
  text-decoration: none;
  color: #fff;
}

ul.pd_subnav_list li.pdnow a,
ul.pd_subnav_list li a:hover {
  color: #ddd;
}

.pd_subnav_buy {
  position: absolute;
  right: 0;
  top: 0;
}

.pd_subnav_price {
  font-size: 1.9rem;
  display: inline-block;
  vertical-align: top;
}

.pd_subnav_btn {
  margin-left: 15px;
  display: inline-block;
  vertical-align: top;
}

.pd_subnav_btn a {
  background: rgb(0, 170, 240);
  padding: 0.4em 1.9rem;
  text-align: center;
  margin: 0em 0;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 0.75em;
}

@media (max-width: 980px) {
  .pd_subnav {
    padding: 5px 0 4px;
  }
  ul.pd_subnav_list li {
    margin: 0 5% 0;
    font-size: 0.625em;
  }
  ul.pd_subnav_list li img {
    max-width: 20px;
  }
  .pd_subnav_buy {
    position: static;
    right: auto;
    top: auto;
    text-align: center;
    border-top: solid 1px #eee;
    margin-top: 0.4em;
    padding-top: 0.4em;
  }
  .pd_subnav_price {
    font-size: 1.6rem;
  }
  .pd_subnav_btn a {
    padding: 0.3em 1.9rem;
  }
}
.block_main_wrap {
  background: #000;
  padding: 1px 0;
}

.block_main_wrap_lom {
  background: #fff;
  padding: 1px 0;
  margin: 70px auto 70px;
}

.block_main {
  max-width: 1280px;
  margin: 100px auto 50px;
  position: relative;
  padding: 0 20px;
  display: table;
}

.block_main.block_main_gfr02 {
  max-width: 1800px;
  margin: 57px auto 70px;
  padding: 0;
}

.block_main.block_main_gfr02_02 {
  max-width: inherit;
  margin: 70px auto 70px;
  padding: 0;
  position: relative;
}

.block_main.block_main_lom {
  margin: 30px auto 70px;
  padding: 0;
}

.block_main.block_main_sub {
  margin: 50px auto 50px;
  padding: 0 20px 30px;
  box-sizing: border-box;
  border-bottom: solid 1px #eee;
}

.block_main.block_main_sub:last-child {
  border-bottom: none;
}

.pd_service_wrap {
  max-width: 1280px;
  margin: 50px auto 50px;
  position: relative;
  padding: 0 20px;
  letter-spacing: -0.4em;
}

.pd_sub_ttl {
  margin: 120px auto 10px;
  padding: 0 20px;
  text-align: center;
  font-size: 3.8rem;
}

.pd_sub_ttl_btm {
  margin: 15px auto 40px;
  padding: 0 20px;
  text-align: center;
  font-size: 1.4rem;
}

.pd_sub_num {
  margin: 15px auto 40px;
  padding: 0 20px;
  text-align: center;
  font-size: 0.75em;
}

.pd_service_box {
  width: 31%;
  padding: 15px 20px;
  box-sizing: border-box;
  box-shadow: 0 0 4px #ccc;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 1% 3% 1%;
  vertical-align: top;
}

.pd_acc_box {
  width: 46%;
  padding: 20px 20px;
  box-sizing: border-box;
  border-top: solid 1px #ccc;
  display: inline-block;
  letter-spacing: normal;
  margin: 20px 10px 40px 10px;
  vertical-align: top;
}

#itemList {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.seriesnav {
  font-size: 0.75em;
  margin-top: 15px;
  margin-bottom: 30px;
  letter-spacing: normal;
  text-align: center;
}

.seriesnav .serieshead {
  display: inline-block;
  margin-right: 10px;
}

.seriesnav li {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 22px;
  color: #333;
  padding: 0.3em 1.9rem;
  text-decoration: none;
  margin: 0 5px 0;
  cursor: pointer;
}

.seriesnav li:hover,
.seriesnav li.selected {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.seriesnav li.selected {
  cursor: default;
}

.grf01_mv_logo {
  max-width: 400px;
}

.grf01_mv_catch {
  position: absolute;
  top: 15%;
  left: 5%;
  font-size: 3.8rem;
  color: #fff;
}

.grf01_mv_catch span {
  font-size: 75%;
}

.pd_l {
  float: left;
  width: 67%;
  max-width: 850px;
}

.block_main_gfr02 .pd_l {
  float: left;
  width: 75%;
  max-width: inherit;
}

.gfr02_buy_wrap .pd_l {
  float: left;
  width: 75%;
  max-width: 600px;
}

.block_main_lom .pd_l {
  float: left;
  width: 60%;
  max-width: inherit;
  max-width: 750px;
}

.block_main_sub .pd_l {
  width: 55%;
  max-width: 700px;
}

.block_main_sub.block_main_sub_02 .pd_l {
  width: 40%;
  max-width: 550px;
}

.pdblock {
  position: relative;
}

.pdmainimg {
  max-width: 850px;
  margin-bottom: 30px;
  position: relative;
}

.block_main_gfr02 .pdmainimg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: inherit;
  width: 100%;
}

.pd_service_box .pdmainimg {
  max-width: 200px;
  margin: 0 auto 5px;
}

.pdmainimg img {
  width: 100%;
}

.pdmainimg_mcc {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20%;
  max-width: 100px;
}

.pdmainimg_mcc img {
  border-radius: 50%;
  outline: solid 1px #ddd;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.pd_r {
  float: right;
  width: 30%;
  max-width: 380px;
  margin-top: 50px;
  margin-right: 20px;
}

.block_main_gfr02 .pd_r {
  width: 22%;
  max-width: 380px;
  margin-top: 20px;
  margin-right: 20px;
  color: #fff;
}

.block_main_lom .pd_r {
  width: 35%;
  max-width: 500px;
  margin-top: 180px;
  margin-right: 30px;
}

.gfr02_buy_wrap .pd_r {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .block_main_lom .pd_r {
    margin-top: 100px;
  }
}
.block_main_sub .pd_r {
  width: 40%;
  max-width: 550px;
  margin-top: 0px;
  margin-right: 0px;
}

.block_main_sub.block_main_sub_02 .pd_r {
  width: 55%;
  max-width: 700px;
  margin-top: 0px;
  margin-right: 0px;
}

.pd_name_head {
  margin-bottom: 10px;
}

.pd_name_main {
  font-size: 3.8rem;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
  margin-bottom: 20px;
}

.block_main_gfr02 .pd_name_main {
  color: #fff;
}

.block_main_lom .pd_name_main {
  font-size: 2.8em;
  font-weight: 600;
}

.block_main_sub .pd_name_main {
  font-size: 2em;
}

.pd_acc_box .pd_name_main {
  font-size: 2.5rem;
}

.pd_service_box .pd_name_main {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 10px;
}

.pd_name_main span {
  display: inline-block;
  margin-right: 12px;
}

.pd_name_main span:last-child {
  margin-right: 0px;
}

.pd_name_main span.pd_name_main_02 {
  font-size: 0.75em;
}

.pd_name_main span.pd_name_main_03 {
  font-size: 0.625em;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}

.pd_name_sub {
  margin-bottom: 15px;
}

.pd_name_sub_blk {
  display: inline-block;
  width: auto;
}

.pd_service_box .pd_name_sub {
  text-align: center;
}

.pd_name_sub .pd_name_sub_01 {
  font-size: 2.5rem;
}

.block_main_gfr02 .pd_name_sub .pd_name_sub_01 {
  font-size: 2.8em;
}

.block_main_lom .pd_name_sub .pd_name_sub_01 {
  font-size: 2.6em;
  margin-bottom: 0.5em;
}

.pd_service_box .pd_name_sub .pd_name_sub_01 {
  font-size: 1.9rem;
}

.pd_name_sub .pd_name_sub_02 {
  font-size: 0.75em;
  font-weight: 400;
}

.pd_name_sub .pd_name_sub_03 {
  font-size: 1.4rem;
  font-weight: 400;
}

.lom_btn1 a.btn_lom1 {
  background: rgb(0, 170, 240);
  padding: 1em 1em;
  display: block;
  text-align: center;
  margin: 0.5em 0;
  border-radius: 5px;
  width: 100%;
  max-width: 380px;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  margin-top: 15px;
}

.pd_name_sub_sttl_blk {
  display: block;
  text-align: right;
  margin-top: -0.5em;
}

.pd_name_sub .pd_name_sub_sttl span {
  display: inline-block;
  margin-right: 8px;
}

.pd_name_sub .pd_name_sub_sttl span:last-child {
  margin-right: 0px;
}

.pd_info_note_01 {
  font-size: 3.8rem;
  margin-bottom: 0.2em;
  margin-top: 0.5em;
}

.pd_info_note_02 {
  font-size: 0.75em;
  padding-bottom: 0.5em;
}

.pd_info_note_03 {
  font-size: 1.4rem;
  padding-top: 1.5em;
  max-width: 380px;
}

.pdicon_area {
  margin: -10px 0 5px;
}

.pdicon_area span {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 7px;
}

.pdicon_area .pdicon {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.pdicon_area .pdicon_gfr01 {
  background-image: url("/assets/images/product/option/pdicon_gfr01.png");
}

.pdicon_area .pdicon_gfr02 {
  background-image: url("/assets/images/product/option/pdicon_gfr02.png");
}

.pdicon_area .pdicon_lom {
  background-image: url("/assets/images/product/option/pdicon_lom.png");
}

.pd_service_box .pd_detail_copy {
  font-size: 1.4rem;
  min-height: 3.2em;
}

.pd_service_box .pd_detail_copy.pd_detail_copy2 {
  min-height: 4.7em;
}

.block_main_gfr02 .pd_detail_copy {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}

ul.color_list {
  letter-spacing: -0.4em;
  margin: 20px 0 0 0;
  padding: 0;
}

ul.color_list li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  border: solid 1px #999;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background: #fff;
}

ul.color_list li.pdnow {
  background: #ddd;
}

ul.color_list li a {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: solid 1px #999;
  margin: 3px 0 0 3px;
}

ul.color_list li.color_wh a,
ul.color_list li.color_wh_2 a,
ul.color_list li.color_wh_3 a {
  background: #fff;
}

ul.color_list li.color_bk a,
ul.color_list li.color_bk_2 a {
  background: #000;
}

ul.color_list li.color_gr a,
ul.color_list li.color_gr_2 a {
  background: #548235;
}

ul.color_list li.color_or a,
ul.color_list li.color_or_2 a {
  background: #ed7d31;
}

ul.color_list li.color_re a,
ul.color_list li.color_re_2 a {
  background: #d00003;
}

ul.color_list li.color_yl a,
ul.color_list li.color_yl_2 a,
ul.color_list li.color_yl_3 a {
  background: #f4fe00;
}

ul.color_list li.color_bl a,
ul.color_list li.color_bl_2 a,
ul.color_list li.color_bl_3 a {
  background: #122993;
}

ul.color_list li.color_be a,
ul.color_list li.color_be_2 a,
ul.color_list li.color_be_3 a {
  background: #dccab2;
}

.cart_wrap {
  margin: 20px 0 0 0;
}

a.btn_cart {
  background: rgb(0, 170, 240);
  padding: 0.8em 1em;
  display: block;
  text-align: center;
  margin: 0.5em 0;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  max-width: 300px;
}

.addcart_wrap {
  margin: 10px 0 20px 0;
}

.gfr-02 .addcart_wrap {
  text-align: center;
}

.pd_acc_box .addcart_wrap {
  max-width: inherit;
  margin-left: auto;
  margin-right: auto;
}

.pd_service_box .addcart_wrap {
  margin: 10px 0 15px 0;
}

.addcart_btn,
.addcart_btn2 {
  font-size: 1.4rem;
}

.pd_addcart {
  background: rgb(0, 170, 240);
  padding: 0.8em 2em;
  display: block;
  text-align: center;
  margin: 0.5em 0;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  border-style: none;
  font-size: 1.1em;
}

#gfr02_buy .pd_addcart {
  background: rgb(251, 255, 0);
  color: #000;
  outline: solid 1px rgba(0, 0, 0, 0.1);
}

.pd_acc_box .pd_addcart {
  max-width: inherit;
}

.pd_addcart_fin {
  background: rgb(150, 150, 150);
  padding: 0.8em 2em;
  display: block;
  text-align: center;
  margin: 0.5em 0;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  border-style: none;
}

.pd_service_box .pd_addcart {
  max-width: inherit;
}

.pd_addcart:hover {
  background: rgba(0, 170, 240, 0.85);
}

ul.pd_sublinklist {
  margin-top: 10px;
  display: block;
}

ul.pd_sublinklist_02 {
  margin-top: 10px;
}

ul.pd_sublinklist li {
  margin-top: 5px;
  font-size: 1.4rem;
  display: block;
}

ul.pd_sublinklist li a {
  text-decoration: none;
}

.block_main_gfr02 ul.pd_sublinklist li a {
  color: #fff;
}

.pd_sublinklist {
  margin-top: 10px;
  font-size: 1.4rem;
}

.pd_sublinklist a {
  text-decoration: none;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev,
.slick-next {
  z-index: 2;
}

.slick-prev:before,
.slick-next:before {
  color: #999;
}

@media (max-width: 980px) {
  .block_main {
    margin: 60px auto 30px;
    padding: 0 20px;
  }
  .block_main_wrap_lom {
    padding: 0;
    margin: 48px auto 50px;
  }
  .block_main.block_main_gfr02 {
    margin: 40px auto 50px;
    padding: 0;
  }
  .block_main.block_main_gfr02_02 {
    margin: 48px auto 50px;
    padding: 0;
  }
  .block_main.block_main_lom {
    margin: 30px auto 50px;
    padding: 0;
  }
  .block_main.block_main_sub {
    margin: 30px 20px 30px;
    padding: 0 0px 30px;
  }
  .pd_service_wrap {
    margin: 30px 5px 30px;
    padding: 0 0 0 0;
  }
  .pd_sub_ttl {
    margin: 80px auto 5px;
    text-align: center;
    font-size: 1.4em;
  }
  .pd_sub_ttl_btm {
    margin: 10px auto 30px;
    padding: 0 20px;
    font-size: 0.75em;
  }
  .pd_sub_num {
    margin: 5px auto 30px;
    font-size: 0.625em;
  }
  .pd_service_box {
    width: 48%;
    padding: 10px 10px;
    margin: 0 1% 3% 1%;
    box-shadow: none;
    border-bottom: solid 1px #ddd;
  }
  .pd_acc_box {
    width: 96%;
    padding: 20px 20px;
    box-sizing: border-box;
    border-top: solid 1px #ccc;
    margin: 0 2% 3% 2%;
  }
  .seriesnav {
    font-size: 0.625em;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .seriesnav .serieshead {
    display: inline-block;
    margin-right: 3px;
  }
  .seriesnav li {
    border-radius: 16px;
    padding: 0.3em 0.6em;
    margin: 0 1px 0;
  }
  .grf01_mv_logo {
    width: 40%;
    max-width: 400px;
  }
  .grf01_mv_catch {
    top: 5%;
    left: 5%;
    font-size: 1.4em;
    color: #fff;
  }
  .grf01_mv_catch span {
    font-size: 60%;
  }
  .pd_l {
    float: none;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
  }
  .block_main_gfr02 .pd_l {
    float: none;
    width: 100%;
    max-width: inherit;
    margin: 0 auto 0;
  }
  .gfr02_buy_wrap .pd_l {
    float: none;
    width: 100%;
    max-width: 750px;
    margin: 0 auto 0;
  }
  .block_main_lom .pd_l {
    float: none;
    width: 100%;
    max-width: inherit;
    max-width: 750px;
    margin: 0 auto 0;
  }
  .block_main_sub .pd_l {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
  }
  .block_main_sub.block_main_sub_02 .pd_l {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
  }
  .pdmainimg {
    max-width: 850px;
    margin-bottom: 20px;
    position: relative;
  }
  .pd_r {
    float: none;
    width: 100%;
    max-width: inherit;
    margin-top: 20px;
    margin-right: 0px;
  }
  .block_main_gfr02 .pd_r {
    float: none;
    width: auto;
    max-width: inherit;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .block_main_lom .pd_r {
    float: none;
    width: auto;
    max-width: inherit;
    margin-top: 20px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .block_main_sub .pd_r {
    width: 100%;
    max-width: inherit;
    margin-top: 0px;
    margin-right: 0px;
  }
  .block_main_sub.block_main_sub_02 .pd_r {
    width: 100%;
    max-width: inherit;
    margin-top: 0px;
    margin-right: 0px;
  }
  .pd_name_main {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
  .block_main_sub .pd_name_main {
    font-size: 1.4em;
  }
  .block_main_lom .pd_name_main {
    font-size: 2em;
    font-weight: 600;
  }
  .pd_acc_box .pd_name_main {
    font-size: 1.9rem;
  }
  .pd_service_box .pd_name_main {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .pd_name_sub {
    margin-bottom: 0px;
  }
  .pd_name_sub .pd_name_sub_01 {
    font-size: 1.4em;
  }
  .block_main_gfr02 .pd_name_sub .pd_name_sub_01 {
    font-size: 2em;
  }
  .block_main_lom .pd_name_sub .pd_name_sub_01 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
  }
  .lom_btn1 a.btn_lom1 {
    font-size: 1.4rem;
    max-width: inherit;
  }
  .pd_name_sub .pd_name_sub_02 {
    font-size: 0.625em;
    font-weight: 400;
  }
  .pd_name_sub .pd_name_sub_03 {
    font-size: 0.75em;
    font-weight: 400;
  }
  .pd_info_note_01 {
    font-size: 1.4em;
    margin-top: 0.5em;
  }
  .pd_info_note_02 {
    font-size: 0.75em;
  }
  .pd_info_note_03 {
    font-size: 0.75em;
    padding-top: 1em;
    padding-bottom: 2em;
    max-width: inherit;
  }
  .pdicon_area {
    margin: 5px 0 0px;
  }
  .pdicon_area span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  .pd_detail_copy {
    font-size: 1.4rem;
  }
  .pd_service_box .pd_detail_copy {
    font-size: 0.75em;
    min-height: 3.2em;
  }
  .pd_service_box .pd_detail_copy.pd_detail_copy2 {
    min-height: inherit;
  }
  .addcart_wrap {
    margin: 10px 0;
  }
  .pd_service_box .addcart_wrap {
    margin: 10px 0;
  }
  a.btn_cart {
    margin: 0.5em auto;
    width: 100%;
    max-width: inherit;
  }
  .pd_addcart {
    margin: 0.5em auto;
    width: 100%;
    max-width: inherit;
    font-size: 1.6rem;
  }
  .pd_addcart_fin {
    margin: 0.5em auto;
    width: 100%;
    max-width: inherit;
    font-size: 1.6rem;
  }
  ul.pd_sublinklist {
    margin-top: 10px;
  }
  ul.pd_sublinklist li {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
@media (max-width: 420px) {
  body.acc .pd_sub_ttl,
  body.service .pd_sub_ttl,
  body.mcc .pd_sub_ttl {
    margin: 80px auto 5px;
  }
}
/*****pd_messe****/
.pd_messe_top_wrap {
  background: #000;
}

.pd_messe_top_wrap_02 {
  padding: 0 0 50px;
}

.pd_messe_top {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0 50px;
  text-align: center;
  color: #fff;
}

.pd_messe_top_box {
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.pd_messe_top_box_colowrap {
  background: #efe8d8;
  padding: 20px 20px;
  margin-top: 40px;
}

.bnn_gfr02_miura {
  max-width: 980px;
  margin: 0 auto;
}

.pd_messe_top_txt_gf {
  font-size: 2.6em;
  position: relative;
  padding-bottom: 0.5em;
}

.pd_messe_top_txt_gf:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #fff;
}

.gfr02_fig_head {
  width: 75%;
  position: relative;
}

.gfr02_buy_anc {
  position: absolute;
  bottom: 3%;
  right: 3%;
  display: none;
}

.gfr02_buy_anc2 {
  display: block;
}

.gfr02_fig_head_l .gfr02_buy_anc {
  position: absolute;
  bottom: 3%;
  right: auto;
  left: 3%;
}

a.gfr02_buy_btn {
  background: rgb(0, 170, 240);
  padding: 0.6em 2em;
  display: block;
  text-align: center;
  margin: 0.5em auto;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  max-width: 300px;
  font-size: 0.75em;
}

a.gfr02_buy_check {
  background: rgb(255, 0, 4);
  padding: 0.6em 2em;
  display: block;
  text-align: center;
  margin: 0.5em auto;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  max-width: 300px;
  font-size: 1.6rem;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

.gfr02_fig_head_r {
  margin-left: auto;
}

.gfr02_fig_head_l {
  margin-right: auto;
}

.gfr02_fig_sub {
  width: 38%;
  margin-top: -12%;
}

.gfr02_fig_sub_r {
  margin-left: auto;
}

.gfr02_fig_sub img {
  border: solid 2px #000;
}

.gfr02_fig_read {
  text-align: left;
  font-size: 2.5rem;
}

.gfr02_fig_read span {
  font-size: 12px;
}

.gfr02_fig_read_r {
  margin: -10% 3% 0 45%;
}

.gfr02_fig_read_l {
  margin: -10% 45% 0 3%;
}

ul.pd_messe_other {
  margin: 120px auto;
  padding: 0 20px;
  letter-spacing: -0.4em;
  max-width: 1320px;
}

ul.pd_messe_other li {
  letter-spacing: normal;
  display: inline-block;
  width: 31.25%;
  margin: 0 3.125% 3% 0;
  vertical-align: top;
}

ul.pd_messe_other li:nth-child(3n) {
  margin-right: 0;
}

.pd_messe_other_txt {
  color: #fff;
  font-size: 1.4rem;
  margin: 0.5em 0;
}

.gfr02_galle_wrap {
  margin: 80px auto;
  max-width: 1280px;
  color: #fff;
}

.galle_head {
  font-size: 3.8rem;
  text-align: center;
  letter-spacing: 0.2em;
}

ul.gfr02_galle {
  letter-spacing: -0.4em;
  margin: 50px auto;
}

ul.gfr02_galle li {
  letter-spacing: normal;
  display: inline-block;
  width: 25%;
}

.mfp-title {
  font-size: 1.4rem;
}

@media (max-width: 980px) {
  .pd_messe_top {
    width: 90%;
    margin: 0 auto;
    padding: 0px 0 30px;
  }
  .pd_messe_top_box {
    margin: 0 auto;
    padding: 30px 0 30px;
  }
  .pd_messe_top_box_colowrap {
    padding: 0px 20px;
    margin-top: 20px;
  }
  .pd_messe_top_txt_gf {
    font-size: 1.9rem;
    position: relative;
    padding-bottom: 0.5em;
  }
  .pd_messe_top_txt_gf:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 50px);
    width: 100px;
    height: 3px;
    content: "";
    border-radius: 3px;
    background: #fff;
  }
  .gfr02_fig_read {
    font-size: 1.4rem;
  }
  .gfr02_fig_read span {
    font-size: 10px;
  }
  a.gfr02_buy_btn {
    padding: 0.4em 2em;
    margin: 0.5em auto;
    border-radius: 16px;
    font-size: 0.625em;
  }
  a.gfr02_buy_check {
    padding: 0.4em 2em;
    margin: 0.5em auto;
    border-radius: 16px;
    font-size: 1.4rem;
  }
  .gfr02_fig_read_r {
    margin: 3% 4% 0 4%;
  }
  .gfr02_fig_read_l {
    margin: 3% 4% 0 4%;
  }
  ul.pd_messe_other {
    margin: 40px auto;
    padding: 0 20px;
    letter-spacing: -0.4em;
  }
  ul.pd_messe_other li {
    letter-spacing: normal;
    width: 48%;
    margin: 0 4% 3% 0;
  }
  ul.pd_messe_other li:nth-child(2n) {
    margin-right: 0;
  }
  ul.pd_messe_other li:nth-child(3n) {
    margin-right: 4%;
  }
  ul.pd_messe_other li:nth-child(6n) {
    margin-right: 0%;
  }
  .pd_messe_other_txt {
    font-size: 0.75em;
    margin: 0.5em 0;
  }
  .gfr02_galle_wrap {
    margin: 40px auto;
  }
  .galle_head {
    font-size: 2.5rem;
    letter-spacing: 0em;
  }
  ul.gfr02_galle {
    letter-spacing: -0.4em;
    margin: 30px auto;
  }
  ul.gfr02_galle li {
    letter-spacing: normal;
    display: inline-block;
    width: 25%;
  }
  .mfp-title {
    font-size: 0.75em;
  }
}
.pd_messe_top_txt {
  font-size: 2.6em;
  position: relative;
  padding-bottom: 0.5em;
}
.pd_messe_top_txt span {
  color: #fff;
}

.pd_messe_top_txt:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 100px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #fff;
}

.pd_messe_top_txt2 {
  font-size: 1.9rem;
  margin-top: 2em;
}
.pd_messe_top_txt2 span {
  color: #fff;
}

.pd_messe_top_wrap_02 .pd_messe_top_txt2 {
  font-weight: 300;
}

.pd_messe_wrap {
  position: relative;
  width: 100%;
}

.pd_messe_txt {
  position: absolute;
  margin: 0;
  font-size: 3.8rem;
  font-weight: 300;
  color: #fff;
  text-shadow: #333 1px 1px 15px, #333 -1px 1px 15px, #333 1px -1px 15px, #333 -1px -1px 15px;
}

.pd_messe_txt_sub {
  position: absolute;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
  text-shadow: #333 1px 1px 15px, #333 -1px 1px 15px, #333 1px -1px 15px, #333 -1px -1px 15px;
}

.pd_messe_01 .pd_messe_txt {
  top: 20%;
  left: 10%;
}
.pd_messe_01 .pd_messe_txt span {
  color: #fff;
}

.pd_messe_01 .pd_messe_txt_sub {
  bottom: 10%;
  left: 10%;
  width: 30%;
}
.pd_messe_01 .pd_messe_txt_sub span {
  color: #fff;
}

.pd_messe_02 .pd_messe_txt {
  top: 20%;
  left: 10%;
  /*	color:#000;
  text-shadow:none;*/
}
.pd_messe_02 .pd_messe_txt span {
  color: #fff;
}

.pd_messe_02 .pd_messe_txt_sub {
  bottom: 10%;
  left: 10%;
  width: 30%;
}
.pd_messe_02 .pd_messe_txt_sub span {
  color: #fff;
}

.pd_messe_03 .pd_messe_txt {
  top: 40%;
  right: 10%;
}
.pd_messe_03 .pd_messe_txt span {
  color: #fff;
}

.pd_messe_03 .pd_messe_txt_sub {
  bottom: 10%;
  right: 10%;
  width: 30%;
}
.pd_messe_03 .pd_messe_txt_sub span {
  color: #fff;
}

.pd_messe_04 .pd_messe_txt {
  bottom: 10%;
  right: 10%;
}
.pd_messe_04 .pd_messe_txt span {
  color: #fff;
}

.pd_messe_04 .pd_messe_txt_sub {
  top: 10%;
  left: 10%;
  width: 30%;
  color: #000;
  text-shadow: none;
}

.pd_messe_05 .pd_messe_txt {
  top: 40%;
  left: 10%;
}
.pd_messe_05 .pd_messe_txt span {
  color: #fff;
}

.pd_messe_05 .pd_messe_txt_sub {
  bottom: 10%;
  right: 10%;
  width: 30%;
}
.pd_messe_05 .pd_messe_txt_sub span {
  color: #fff;
}

.pd_messe_06 .pd_messe_txt {
  top: 40%;
  right: 10%;
}
.pd_messe_06 .pd_messe_txt span {
  color: #fff;
}

.pd_messe_06 .pd_messe_txt_sub {
  bottom: 10%;
  left: 10%;
  width: 30%;
}
.pd_messe_06 .pd_messe_txt_sub span {
  color: #fff;
}

.pd_messe_07 .pd_messe_txt {
  top: 40%;
  left: 10%;
  color: #000;
  text-shadow: none;
}

.pd_messe_07 .pd_messe_txt_sub {
  top: 10%;
  right: 10%;
  width: 30%;
  color: #000;
  text-shadow: none;
}

.pd_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.pd_play i {
  font-size: 4em;
  color: #fff;
  text-shadow: #333 0px 0px 15px;
}

.block_main_gfr02 .pd_play {
  top: auto;
  bottom: 3%;
  left: auto;
  right: 3%;
  transform: translate(0%, 0%);
}

.block_main_gfr02 .pd_play i {
  color: #fff;
  text-shadow: #333 0px 0px 5px;
}

.pd_taiken_wrap {
  background: #fff;
}

.pd_taiken_inn {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 0 80px;
  text-align: center;
}

.taikenkai_txt {
  max-width: 600px;
  margin: 0 auto;
}

.btn_2col {
  display: inline-block;
  width: 45%;
  margin: 0 2%;
}

a.sanka_link {
  background: rgb(0, 170, 240);
  padding: 0.8em 1em;
  display: block;
  text-align: center;
  margin: 0.5em auto;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  max-width: 300px;
}

a.sanka_link:hover {
  opacity: 0.8;
}

.pd_2col_wrap {
  margin: 50px 0;
}

.pd_2col_left {
  float: left;
  width: 50%;
}

.pd_2col_right {
  margin: 3% 0 0 55%;
  width: 42%;
  max-width: 550px;
}

.pd_2col_messe_txt {
  margin: 0;
  font-size: 3.8rem;
  font-weight: 400;
  color: #fff;
}

.pd_2col_messe_txt_sub {
  margin: 5% 0 0;
  font-size: 1.9rem;
  font-weight: 300;
  color: #fff;
}

.pd_gal_wrap {
  margin: 100px auto 50px;
  max-width: 1000px;
}

@media (max-width: 980px) {
  .pd_messe_top_txt {
    font-size: 1.4em;
  }
  .pd_messe_top_txt2 {
    font-size: 1.4rem;
    margin-top: 1.5em;
  }
  .pd_messe_txt {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .pd_messe_txt_sub {
    position: static;
    margin: 0;
    font-size: 0.75em;
    font-weight: 300;
    color: #fff;
    text-shadow: none;
    padding: 15px 15px;
  }
  .pd_messe_01 .pd_messe_txt {
    top: 15%;
    left: 5%;
  }
  .pd_messe_01 .pd_messe_txt_sub {
    bottom: auto;
    left: auto;
    width: 94%;
  }
  .pd_messe_02 .pd_messe_txt {
    top: 15%;
    left: 5%;
  }
  .pd_messe_02 .pd_messe_txt_sub {
    bottom: auto;
    left: auto;
    width: 94%;
  }
  .pd_messe_03 .pd_messe_txt {
    top: 40%;
    right: 5%;
  }
  .pd_messe_03 .pd_messe_txt_sub {
    bottom: auto;
    right: auto;
    width: 94%;
  }
  .pd_messe_04 .pd_messe_txt {
    bottom: auto;
    top: 10%;
    right: auto;
    left: 5%;
  }
  .pd_messe_04 .pd_messe_txt_sub {
    top: auto;
    left: auto;
    width: 30%;
    color: #fff;
    width: 94%;
  }
  .pd_messe_05 .pd_messe_txt {
    top: 40%;
    left: 5%;
  }
  .pd_messe_05 .pd_messe_txt_sub {
    bottom: auto;
    right: auto;
    width: 94%;
  }
  .pd_messe_06 .pd_messe_txt {
    top: 40%;
    right: 5%;
  }
  .pd_messe_06 .pd_messe_txt_sub {
    bottom: auto;
    left: auto;
    width: 94%;
  }
  .pd_messe_07 .pd_messe_txt {
    top: 40%;
    left: 5%;
  }
  .pd_messe_07 .pd_messe_txt_sub {
    top: auto;
    right: auto;
    width: 94%;
    color: #fff;
  }
  .pd_play i {
    font-size: 3em;
  }
  .block_main_gfr02 .pd_play i {
    font-size: 2.6em;
  }
  .pd_taiken_inn {
    padding: 40px 0 50px;
  }
  .taikenkai_txt {
    max-width: 600px;
    margin: 0 auto;
  }
  a.sanka_link {
    font-size: 1.4rem;
  }
  .pd_2col_wrap {
    margin: 50px 0;
  }
  .pd_2col_left {
    float: none;
    width: 100%;
  }
  .pd_2col_right {
    margin: 3% 0 0 0;
    width: 100%;
    max-width: inherit;
    padding: 0 20px;
  }
  .pd_2col_messe_txt {
    font-size: 1.4em;
    text-align: center;
  }
  .pd_2col_messe_txt_sub {
    margin: 1em 0 0;
    font-size: 1.4rem;
  }
  .pd_gal_wrap {
    margin: 50px auto 30px;
  }
}
.gfr02_pop {
  background: #fff;
  width: 96%;
  max-width: 1280px;
  margin: 20px auto;
  padding: 20px 50px;
}

.cp_trade_pop {
  max-width: 860px;
}

.gfr02_pop_close {
  text-align: center;
  margin: 20px auto;
  font-size: 1.4rem;
}

.gfr02_pop_close a {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

@media (max-width: 980px) {
  .gfr02_pop {
    padding: 15px 25px;
  }
  .gfr02_pop_close {
    font-size: 0.75em;
  }
}
.line_friend_bnn2 {
  margin-bottom: 100px;
}

.line_friend_bnn2 img {
  border-radius: 12px;
}

@media (max-width: 980px) {
  .line_friend_bnn2 {
    width: 94%;
    max-width: 375px;
    margin: 0 auto 50px;
  }
}
.pd_ryuui_wrap2 {
  padding: 0px 0 100px;
  line-height: 1.8;
}

.block_contens {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  height: 100%;
}

.pd_ryuui_head {
  font-size: 1.6rem;
  font-weight: 500;
}

.pd_ryuui_box {
  margin: 1em 0 0 0;
  font-size: 1.4rem;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev,
.slick-next {
  z-index: 2;
}

.slick-prev:before,
.slick-next:before {
  color: #999;
}

/***** testride ****/
.testride_lp_wrap {
  margin: 50px auto 80px;
}

.testride_lp_txt1 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 500;
}

.testride_lp_txt1 span {
  display: inline-block;
  text-align: center;
  padding: 0 0.5em 0.3em;
  font-size: 2.5rem;
  font-weight: bold;
}

.testride_lp_txt2 {
  font-size: 1.6rem;
  text-align: center;
  margin: 20px auto 50px;
}

.testride_icon {
  width: 96%;
  margin: 50px auto 0;
}

.dealer-help-wrap-testride {
  text-align: right;
  margin-right: 2%;
}

.testride_lp_wrap .dealer-url {
  display: none;
}

.bnn_testride {
  width: 60%;
  max-width: 400px;
  margin: 8% auto 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.bnn_testride img {
  border-radius: 6px;
}

@media (max-width: 980px) {
  .testride_lp_wrap {
    margin: 30px auto 50px;
  }
  .testride_lp_txt1 {
    font-size: 1.9rem;
  }
  .testride_lp_txt2 {
    font-size: 0.75em;
    text-align: center;
    margin: 10px auto 20px;
  }
  .testride_icon {
    width: 96%;
    margin: 10px auto 5px;
  }
  .dealer-help-wrap-testride {
    text-align: center;
    margin-right: 0%;
  }
  .bnn_testride {
    width: 50%;
    margin: 10% auto 0;
  }
}
/*****LOM****/
.lom_kick_wrap {
  /*background:#DDD;*/
  background: #fff;
  padding: 20px 20px 60px;
}

.lom_lick_txt1 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.8em;
  font-weight: 600;
}

.lom_top_logo {
  margin: 40px auto 50px;
  max-width: 400px;
}

.lom_lick_txt2 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8em;
  border-top: solid 1px #ddd;
  padding-top: 50px;
}

.lom_lick_txt2 span {
  display: block;
  margin-top: 0.8em;
  font-size: 0.8rem;
}

.lom_kick_wrap a.btn_makuake {
  background: rgb(0, 170, 240);
  padding: 0.5em 1em;
  display: block;
  text-align: center;
  margin: 0.5em auto;
  border-radius: 5px;
  width: 70%;
  max-width: 300px;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
}

.lom_lick_txt {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.5rem;
  color: #000;
}

.lom_lick_txt span {
  display: block;
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
}

.lom_p_logo {
  position: absolute;
  right: 50px;
  top: 50px;
  max-width: 200px;
}

.lom_p_txt {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6), 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.adv_box {
  position: absolute;
  bottom: 5%;
  left: 5%;
  text-align: center;
}

.adv_txt1 {
  color: #fff;
  font-size: 1.9rem;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9), 0px 0px 10px rgba(0, 0, 0, 0.9);
  text-align: center;
}

.adv_txt2 {
  color: #fff;
  font-size: 0.8em;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9), 0px 0px 10px rgba(0, 0, 0, 0.9);
  text-align: center;
}

.adv_btn {
  margin: 0.5em 0 0;
  text-align: center;
}

.adv_btn a {
  display: block;
  background: #fbff00;
  color: #000;
  font-size: 0.75em;
  text-decoration: none;
  padding: 0.5em;
  border-radius: 8px;
  font-weight: 600;
}

.lom_line_btn {
  margin: 4em 0 0;
  text-align: center;
}

a.def_line_btn {
  background: rgb(76, 199, 100);
  padding: 0.75em 1em;
  display: block;
  text-align: center;
  margin: 0.5em auto 3em;
  border-radius: 8px;
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
  width: 70%;
  max-width: 400px;
  text-decoration: none;
}

a.def_line_btn::before {
  content: ""; /*ä½•ã‚‚å…¥ã‚Œãªã„*/
  display: inline-block; /*å¿˜ã‚Œãšã«ï¼*/
  width: 25px; /*ç”»åƒã®å¹…*/
  height: 25px; /*ç”»åƒã®é«˜ã•*/
  background-image: url("/assets/images/common/foot_line_icon.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

@media (max-width: 980px) {
  .lom_kick_wrap {
    padding: 0px 20px 40px;
  }
  .lom_lick_txt1 {
    font-size: 1.4em;
    font-weight: 600;
  }
  .lom_lick_txt1_1 {
    font-size: 1.9rem;
  }
  .lom_top_logo {
    margin: 20px auto 30px;
    max-width: 250px;
  }
  .lom_lick_txt2 {
    font-size: 1.6rem;
    padding-top: 30px;
  }
  .lom_lick_txt2 span {
    font-size: 0.7rem;
    text-align: left;
  }
  .lom_kick_wrap a.btn_makuake {
    font-size: 1.4rem;
  }
  .lom_lick_txt {
    font-size: 1.9rem;
  }
  .lom_lick_txt span {
    width: 60%;
    max-width: 300px;
    margin: 0.5em auto 0;
  }
  .lom_p_logo {
    right: auto;
    left: 5%;
    top: 35%;
    width: 30%;
    max-width: 200px;
  }
  .adv_box {
    position: absolute;
    bottom: 5%;
    left: 5%;
    text-align: center;
  }
  .adv_txt1 {
    font-size: 1.6rem;
  }
  .adv_txt2 {
    font-size: 0.75em;
  }
  .adv_btn {
    margin: 0.5em 0 0;
  }
  .adv_btn a {
    font-size: 0.625em;
    padding: 0.5em;
    border-radius: 6px;
  }
  .lom_line_btn {
    margin: 2em 0 0;
    text-align: center;
  }
  a.def_line_btn {
    margin: 0em auto 3em;
    font-size: 0.75em;
  }
  a.def_line_btn::before {
    width: 20px; /*ç”»åƒã®å¹…*/
    height: 20px; /*ç”»åƒã®é«˜ã•*/
    margin-right: 10px;
  }
}
ul.lom_photo_list {
  font-size: 0;
  max-width: inherit;
  margin: 2.5% auto 2.5%;
  text-align: center;
  overflow: hidden;
}

ul.lom_photo_list li {
  display: inline-block;
  width: 30%;
  margin: 0.5% 1%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

/*****MCC****/
.block_main.block_main_mcc {
  border: none;
}

.mcc_copy_head {
  background: #fff;
  border: solid 2px #000;
  box-shadow: 6px 6px #000;
  border-radius: 6px;
  font-size: 2.5rem;
  text-align: center;
  padding: 10px;
  margin: 60px 0 40px 0;
}

ul.mcc_list_01 {
  letter-spacing: -0.4em;
}

ul.mcc_list_01 li {
  letter-spacing: normal;
  display: inline-block;
  width: 30%;
  margin: 0 1.5% 2%;
  vertical-align: top;
}

.mcc_list_01_txt {
  margin: 5px 0;
  font-size: 1.4rem;
}

.mcc_sub_fig {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.mcc_copy {
  display: inline-block;
  width: 46%;
  margin-left: 3%;
  font-size: 1.6rem;
  vertical-align: middle;
}

.mcc_main_fig {
  margin: 1.5em auto;
}

.mcc_note {
  font-size: 1.6rem;
  margin-top: 2.5em;
  text-align: center;
}

a.btn_mcc {
  background: rgb(0, 170, 240);
  padding: 0.5em 1em;
  display: block;
  text-align: center;
  margin: 1.5em auto;
  border-radius: 5px;
  width: 70%;
  max-width: 300px;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
}

.mcc_sttl {
  font-size: 2.5rem;
  text-align: center;
  margin: 2em 0 1em;
}

.mcc_step_box {
  text-align: center;
  font-size: 1.9rem;
  margin: 20px 0 35px;
}

.mcc_step_box span {
  font-size: 120%;
  display: inline-block;
  border-bottom: solid 2px #000;
  margin-bottom: 15px;
}

.mcc_related {
  margin: 70px auto 0;
}

.mcc_related_list {
  font-size: 1.6rem;
}

.mcc_related_list a {
  text-decoration: none;
}

.mcc_related_list a:hover {
  text-decoration: underline;
}

@media (max-width: 980px) {
  .mcc_copy_head {
    font-size: 1.4rem;
    margin: 40px 0 20px 0;
  }
  ul.mcc_list_01 li {
    width: 100%;
    margin: 0 0% 4%;
  }
  .mcc_list_01_txt {
    margin: 5px 0;
    font-size: 0.75em;
  }
  .mcc_sub_fig {
    width: 100%;
  }
  .mcc_copy {
    width: 100%;
    margin: 10px 0;
  }
  .mcc_copy,
  .mcc_note {
    font-size: 0.75em;
  }
  .mcc_main_fig {
    margin: 1em auto;
  }
  a.btn_mcc {
    font-size: 1.4rem;
  }
  .mcc_sttl {
    font-size: 1.9rem;
    text-align: center;
    margin: 1em 0 1em;
  }
  .mcc_step_box {
    text-align: center;
    font-size: 1.4rem;
    margin: 15px 0 20px;
  }
  .mcc_step_box span {
    margin-bottom: 10px;
  }
  .mcc_related {
    margin: 40px auto 0;
  }
  .mcc_related_list {
    font-size: 0.75em;
  }
}
.mcc_faq_wrap .accordion-container {
  position: relative;
  width: 100%;
  border-bottom: solid 1px #333;
  outline: 0;
}

.mcc_faq_wrap .accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 1em 3em 1em 1em;
  font-size: 1.4rem;
  font-weight: normal;
  color: #333;
  background: #fff;
  cursor: pointer;
  border-top: solid 1px #333;
}

.mcc_faq_wrap .accordion-container .accordion-title:hover,
.mcc_faq_wrap .accordion-container .accordion-title:active,
.mcc_faq_wrap .accordion-container .content-entry.open .accordion-title {
  background-color: #eee;
  color: #333;
}

.mcc_faq_wrap .accordion-container .accordion-title:hover i:before,
.mcc_faq_wrap .accordion-container .accordion-title:hover i:active,
.mcc_faq_wrap .accordion-container .content-entry.open i {
  color: white;
}

.mcc_faq_wrap .accordion-title {
  position: relative;
}

.mcc_faq_wrap .accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(135deg);
}

.mcc_faq_wrap .accordion-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.mcc_faq_wrap .accordion-content {
  display: none;
  padding: 1em;
  font-size: 1.4rem;
  border-top: solid 1px #ccc;
}

.mcc_faq_wrap .mcc_faq_icon {
  float: left;
  width: 1.5em;
  font-size: 1.6rem;
  margin-top: -0.15em;
}

.mcc_faq_wrap .mcc_faq_txt {
  display: block;
  margin-left: 2em;
}

@media (max-width: 980px) {
  .mcc_faq_wrap .accordion-container .accordion-title {
    padding: 1em 3em 1em 1em;
    font-size: 0.75em;
  }
  .mcc_faq_wrap .accordion-content {
    padding: 1em;
    font-size: 0.75em;
  }
  .mcc_faq_wrap .mcc_faq_icon {
    width: 1.9rem;
    font-size: 1.4rem;
    margin-top: 0.2em;
  }
}
/***** ltd ****/
.gfr02_ltd_wrap {
  margin: 0px auto 60px;
}

.gfr02_ltd_wrap .gfr02_ltd_top {
  display: inline-block;
  width: calc(100% - 420px);
  vertical-align: middle;
  position: relative;
}

.gfr02_ltd_mcc {
  position: absolute;
  top: 50px;
  right: 70px;
  width: 20%;
  max-width: 200px;
}

.gfr02_ltd_mcc img {
  border-radius: 50%;
  outline: solid 1px #666;
}

.gfr02_ltd_wrap .gfr02_ltd_read {
  display: inline-block;
  width: 47%;
  vertical-align: top;
}

.gfr02_ltd_wrap .gfr02_ltd_read2 {
  display: inline-block;
  width: 47%;
  vertical-align: top;
  margin-left: 3%;
}

.gfr02_ltd_wrap .gfr02_ltd_info {
  display: inline-block;
  width: 340px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  vertical-align: middle;
}

.gfr02_ltd_wrap .gfr02_ltd_read_head {
  margin: 30px auto 10px;
  font-size: 1.6rem;
  font-weight: 500;
}

.gfr02_ltd_read_cp {
  font-size: 1.4rem;
}

.gfr02_ltd_wrap .gfr02_ltd_read_step {
  padding-left: 3.9em;
  text-indent: -3.9em;
  font-size: 1.4rem;
  margin: 2% 0;
}

.gfr02_ltd_wrap .gfr02_ltd_read_step .read_step_col {
  color: rgb(255, 0, 4);
  font-weight: 500;
}

.gfr02_ltd_wrap .gfr02_ltd_shita {
  text-align: center;
}

ul.gfr02_ltd_read_list2 li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.gfr02_ltd_wrap ul.gfr02_ltd_read_list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.gfr02_ltd_read_note {
  font-size: 0.75em;
}

.gfr02_ltd_wrap .gfr02_ltd_info_head {
  font-size: 1.6rem;
  margin: 30px auto 10px;
  font-weight: 500;
  background: #000;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 0.5em;
}

.gfr02_ltd_wrap .gfr02_ltd_info_name0 {
  font-size: 2.5em;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: -10px;
  margin-top: 20px;
}

.gfr02_ltd_wrap .gfr02_ltd_info_name {
  font-size: 4em;
  margin-bottom: 20px;
  text-align: center;
}

.gfr02_ltd_wrap .gfr02_ltd_info_name2 {
  font-size: 1.9rem;
  margin-bottom: 20px;
  margin-top: -30px;
  text-align: center;
}

.gfr02_ltd_wrap .gfr02_ltd_info_price {
  display: block;
  text-align: center;
}

.gfr02_ltd_wrap .gfr02_ltd_info_price_wrap {
  display: inline-block;
  width: 100%;
}

.gfr02_ltd_wrap .gfr02_ltd_info_price_01 {
  font-size: 2.6em;
  line-height: 1.2;
}

.gfr02_ltd_wrap .gfr02_ltd_info_price_02 {
  font-size: 1.4rem;
  line-height: 1.2;
}

.gfr02_ltd_wrap .gfr02_ltd_info_price_03 {
  font-size: 0.75em;
  line-height: 1.2;
}

.gfr02_ltd_wrap ul.color_list {
  text-align: center;
}

.gfr02_ltd_wrap ul.color_list li a {
  cursor: default;
  pointer-events: none;
}

.gfr02_ltd_wrap ul.color_list.color_list_ltd li a {
  cursor: pointer;
  pointer-events: auto;
}

.gfr02_ltd_wrap ul.color_list li.gfr02_ltd_col_name {
  width: auto;
  background: none;
  border: none;
  vertical-align: top;
  margin-top: 0.2em;
  font-size: 1.6rem;
}

.gfr02_ltd_spec {
  font-size: 1.4rem;
  margin: 15px auto;
  text-align: center;
}

.gfr02_ltd_wrap label,
.gfr02_ltd_wrap input[type=checkbox],
.gfr-02 label,
.gfr-02 input[type=checkbox] {
  cursor: pointer;
}

.gfr02_ltd_wrap .ltd_check {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
  font-size: 1.4rem;
  width: 90%;
}

.gfr-02 .ltd_check {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
  padding-top: 3px;
  font-size: 0.8em;
  width: 96%;
}

.gfr02_ltd_wrap .ltd_check2,
.gfr-02 .ltd_check2 {
  font-size: 1.4rem;
}

.gfr02_ltd_wrap .ltd_check_wrap,
.gfr-02 .ltd_check_wrap {
  margin: 20px auto;
  text-align: center;
}

.gfr02_ltd_wrap .ltd_check_wrap label,
.gfr-02 .ltd_check_wrap label {
  display: inline-block;
  width: auto;
  white-space: nowrap;
}

.gfr02_ltd_wrap .pd_addcart {
  max-width: inherit;
}

.gfr02_ltd_wrap .ltd_check_wrap .pd_addcart:hover {
  background: rgb(0, 170, 240);
}

.ltd_check_head {
  font-size: 1.4rem;
  margin: 20px 0;
}

@media (max-width: 1200px) {
  .gfr02_ltd_wrap .gfr02_ltd_top {
    background: url("/assets/images/product/GFR/gfr02_ltd_top_pc.jpg") top center no-repeat;
    background-size: cover;
    height: 55vw;
  }
  .gfr02_ltd_wrap .gfr02_ltd_top2 {
    background: url("/assets/images/product/GFR/gfr02_ltd_top2_pc.jpg") top center no-repeat;
    background-size: cover;
    height: 55vw;
  }
  .gfr02_ltd_mcc {
    top: 40px;
    right: 40px;
  }
  .gfr02_ltd_wrap .gfr02_ltd_top img {
    opacity: 0;
  }
  .gfr02_ltd_wrap .gfr02_ltd_top .gfr02_ltd_mcc img {
    opacity: 1;
  }
}
@media (max-width: 980px) {
  .gfr02_ltd_wrap {
    margin: 0px auto 40px;
  }
  .gfr02_ltd_wrap .gfr02_ltd_top {
    display: block;
    width: 100%;
    vertical-align: middle;
    background: none;
    height: auto;
  }
  .gfr02_ltd_mcc {
    position: absolute;
    top: 8%;
    right: 8%;
    width: 20%;
    max-width: 200px;
  }
  .gfr02_ltd_wrap .gfr02_ltd_top img {
    opacity: 1;
  }
  .gfr02_ltd_wrap .gfr02_ltd_read {
    width: 100%;
  }
  .gfr02_ltd_wrap .gfr02_ltd_read2 {
    width: 100%;
    margin-left: 0%;
  }
  .gfr02_ltd_wrap .gfr02_ltd_info {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  .gfr02_ltd_wrap .gfr02_ltd_read_head {
    margin: 20px auto 5px;
    font-size: 1.4rem;
  }
  .gfr02_ltd_read_cp {
    font-size: 0.75em;
  }
  .gfr02_ltd_wrap .gfr02_ltd_read_step {
    font-size: 0.75em;
    margin: 1% 0;
  }
  ul.gfr02_ltd_read_list2 li {
    font-size: 0.75em;
    margin-bottom: 2px;
  }
  .gfr02_ltd_wrap ul.gfr02_ltd_read_list li {
    font-size: 0.75em;
    margin-bottom: 2px;
  }
  .gfr02_ltd_read_note {
    font-size: 0.625em;
  }
  .gfr02_ltd_wrap .gfr02_ltd_info_head {
    font-size: 1.4rem;
    margin: 30px auto 10px;
    text-align: center;
  }
  .gfr02_ltd_wrap .gfr02_ltd_info_name0 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0;
  }
  .gfr02_ltd_wrap .gfr02_ltd_info_name {
    font-size: 2.8em;
    margin-bottom: 10px;
    text-align: center;
  }
  .gfr02_ltd_wrap .gfr02_ltd_info_name2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-top: -20px;
    text-align: center;
  }
  .gfr02_ltd_wrap .gfr02_ltd_info_price {
    display: block;
    text-align: center;
    width: 100%;
  }
  .gfr02_ltd_wrap .gfr02_ltd_info_price_wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .gfr02_ltd_wrap .gfr02_ltd_info_price_01 {
    font-size: 2.2em;
    line-height: 1.2;
  }
  .gfr02_ltd_wrap .gfr02_ltd_info_price_02 {
    font-size: 0.75em;
    line-height: 1.2;
  }
  .gfr02_ltd_wrap .gfr02_ltd_info_price_03 {
    font-size: 0.625em;
    line-height: 1.2;
  }
  .gfr02_ltd_wrap ul.color_list {
    text-align: center;
  }
  .gfr02_ltd_wrap ul.color_list li.gfr02_ltd_col_name {
    font-size: 1.4rem;
    margin-top: 0.3em;
  }
  .gfr02_ltd_wrap .ltd_check {
    font-size: 0.75em;
  }
  .gfr02_ltd_wrap .ltd_check2 {
    font-size: 1.4rem;
  }
  .gfr02_ltd_wrap .ltd_check_wrap {
    margin: 20px auto;
  }
  .gfr-02 .ltd_check {
    font-size: 0.75em;
  }
  .gfr-02 .ltd_check2 {
    font-size: 1.4rem;
  }
  .gfr-02 .ltd_check_wrap {
    margin: 20px auto;
  }
}
/*****toppd****/
.toppd_area {
  letter-spacing: -4em;
  overflow: hidden;
  background: #000;
}

.toppd_block {
  display: inline-block;
  width: 50%;
  letter-spacing: normal;
  position: relative;
  overflow: hidden;
  margin: 0 0 -6px 0;
}

.toppd_area a .toppd_block .toppd_bg img {
  display: block;
  transition: all 0.4s ease-out !important;
}

.toppd_area a:hover .toppd_block .toppd_bg img {
  transform: scale(1.1);
  transition: all 0.4s ease-out !important;
}

.toppd_catch {
  position: absolute;
  top: 8%;
  left: 8%;
  color: #fff;
  font-size: 2em;
}

.toppd_catch_01 {
  top: auto;
  bottom: 8%;
  left: 8%;
  color: #fff;
}

.toppd_catch_02 {
  top: auto;
  bottom: 8%;
  left: auto;
  right: 8%;
}

.toppd_btn {
  position: absolute;
  bottom: 8%;
  left: 8%;
  color: #fff;
  font-size: 0.75em;
  width: 50%;
  max-width: 160px;
  /*font-weight:300;*/
}

a.toppd_link {
  background: rgb(0, 170, 240);
  padding: 0.5em 1em;
  display: block;
  text-align: center;
  margin: 0.5em auto;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}

a.toppd_link:hover {
  opacity: 0.8;
}

a.toppd_link2 {
  background: rgba(0, 0, 0, 0.5);
  border: solid 1px #fff;
  padding: 0.5em 1em;
  display: block;
  text-align: center;
  margin: 0.5em auto;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}

a.toppd_link2:hover {
  opacity: 0.8;
}

@media (max-width: 980px) {
  .toppd_block {
    width: 100%;
  }
  .toppd_catch {
    top: 5%;
    left: 5%;
    font-size: 1.9rem;
  }
  .toppd_catch_01 {
    top: auto;
    bottom: 5%;
    left: 5%;
  }
  .toppd_catch_02 {
    top: auto;
    bottom: 5%;
    left: auto;
    right: 5%;
  }
  .toppd_btn {
    bottom: 5%;
    left: 5%;
  }
}
/*****testride****/
.testride_wrap {
  overflow: hidden;
  background: #000;
}

.top_con_testride {
  padding-top: 100px;
}

.testride_inn {
  position: relative;
}

.testride_box {
  width: 100%;
  letter-spacing: normal;
  position: relative;
  overflow: hidden;
  margin: 0 0 0 0;
  vertical-align: middle;
}

.testride_box_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  transform: translate(-50%, -60%);
  text-align: center;
}

.testride_fig {
  width: 80%;
  margin: 0 auto;
}

.testride_sttl {
  color: #fff;
  font-size: 2em;
  margin-bottom: 50px;
}

.testride_read {
  color: #fff;
  font-size: 1.9rem;
  margin-bottom: 15px;
}

a.btn_top_w {
  display: block;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 8px;
  padding: 5px 20px;
  max-width: 200px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .top_con_testride {
    padding-top: 60px;
  }
  .testride_box {
    width: 100%;
  }
  .testride_box_txt {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    transform: translate(0%, 0%);
    padding: 10px 0 30px;
  }
  .testride_fig {
    width: 50%;
    margin: 0 auto;
  }
  .testride_sttl {
    color: #fff;
    font-size: 1.9rem;
    margin-bottom: 30px;
  }
  .testride_read {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  a.btn_top_w {
    font-size: 1.4rem;
  }
}
/***** cp trade ****/
.cp_trade_ttl {
  font-size: 2em;
  margin: 50px auto 10px;
  text-align: center;
  font-weight: 500;
}

.cp_trade_ttl2 {
  font-size: 1.6rem;
  margin: 10px auto 30px;
  text-align: center;
}

.cp_trade_head_read {
  font-size: 1.9rem;
  margin: 50px auto 50px;
  /*border-bottom: solid 1px #e05a47;
  border-top: solid 1px #e05a47;*/
  /*padding: 30px 20px;*/
  line-height: 1.8;
  /*color: #e05a47;*/
  font-weight: 500;
}

.cp_trade_head_read_btm {
  display: block;
  margin: 1em auto 0;
  font-size: 140%;
  text-align: center;
  font-weight: 700;
  color: rgb(224, 90, 71);
}

.cp_trade_head_read span.cp_tarade_bd {
  background: linear-gradient(transparent 0%, transparent 50%, rgba(224, 90, 71, 0.4) 50%, rgba(224, 90, 71, 0.4) 100%);
  font-weight: bold;
}

.cp_trade_ind {
  font-size: 1.6rem;
  margin: 0.75em 0;
  /*padding-left:2.8em;
  text-indent:-2.8em;*/
}

.cp_trade_ind span {
  font-weight: 500;
}

ul.cp_trade_flow {
  text-align: center;
  letter-spacing: -0.04em;
}

ul.cp_trade_flow li {
  display: inline-block;
  max-width: 280px;
  letter-spacing: normal;
}

ul.cp_trade_flow_txt {
  margin: 30px auto 0;
}

ul.cp_trade_flow_txt li {
  font-size: 1.6rem;
  padding-left: 1.9rem;
  text-indent: -1.9rem;
  margin: 0.5em auto;
}

ul.cp_trade_flow_txt li span {
  color: #e05a47;
}

.cp_trade_pop_fig {
  max-width: 800px;
  margin: 1em auto 0;
}

.cp_trade_flow_note {
  font-size: 1.6rem;
  text-align: right;
  margin: 0em 0 0.5em;
}

a.blank_link {
  background: url("/assets/images/cp/cp_tarde_2023/external_16px.png") right center no-repeat;
  background-size: 16px 16px;
  padding: 0 18px 4px 0;
}

@media screen and (max-width: 980px) {
  a.blank_link {
    background-size: 12px 12px;
    padding: 0 14px 4px 0;
  }
}
@media only screen and (max-width: 980px) {
  .cp_trade_ttl {
    font-size: 1.4em;
    margin: 30px auto 10px;
  }
  .cp_trade_ttl2 {
    font-size: 0.75em;
    margin: 10px auto 20px;
  }
  .cp_trade_head_read {
    font-size: 1.4rem;
    margin: 20px auto 30px;
  }
  .cp_trade_head_read_btm {
    display: block;
    margin: 0.75em auto 0;
    font-size: 140%;
  }
  .cp_trade_ind {
    font-size: 1.4rem;
  }
  ul.cp_trade_flow li {
    display: block;
    width: 80%;
    max-width: 540px;
    margin: 0 auto;
  }
  ul.cp_trade_flow_txt {
    margin: 20px auto 0;
  }
  ul.cp_trade_flow_txt li {
    font-size: 1.4rem;
    padding-left: 1.9rem;
    text-indent: -1.9rem;
    margin: 0.5em auto;
  }
  .cp_trade_flow_note {
    font-size: 1.4rem;
  }
}
/*****glafit care****/
.gcare_wrap {
  position: relative;
}

.gcare_wrap2 {
  margin-top: 5em;
}

.gcare_inn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 100px;
  width: 90%;
  max-width: 600px;
  box-sizing: border-box;
}

.gcare_head {
  font-size: 2.8em;
  color: #fff;
}

.gcare_head2 {
  font-size: 2.2em;
  color: #fff;
  font-weight: 500;
}

.gcare_read_01 {
  font-size: 1.6rem;
  margin-top: 0.5em;
  color: #fff;
}

.gcare_read_02 {
  font-size: 2.5rem;
  margin-top: 0.5em;
  color: #fff;
}

.gcare_read_02 span {
  font-size: 60%;
}

.gcare_read_03 {
  font-size: 1.6rem;
  margin-top: 1em;
  color: #46aded;
  line-height: 2;
}

@media (max-width: 980px) {
  .gcare_wrap2 {
    margin-top: 3em;
  }
  .gcare_bg {
    display: none;
  }
  .gcare_inn {
    position: static;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 40px 30px;
    width: 100%;
    max-width: inherit;
    box-sizing: border-box;
    background: url(/assets/images/support/products/gcare_mv_pc.jpg) center center no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: darken;
  }
  .gcare_wrap2 .gcare_inn {
    background-image: url(/assets/images/support/products/gcare_mv2_pc.jpg);
  }
  .gcare_head {
    font-size: 2.2em;
  }
  .gcare_head2 {
    font-size: 1.8em;
  }
}
.gcare_main_read {
  margin-top: 3em;
}

.gcare_box {
  border-top: solid 1px #ccc;
  margin-top: 3em;
  padding-top: 3em;
}

.gcare_box_l {
  float: left;
  width: 40%;
}

.gcare_box_r {
  margin-left: 50%;
}

.gcare_box_ttl {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 500;
}

.gcare_box_icon {
  font-size: 3em;
  text-align: center;
  color: #46aded;
  margin-top: 0.3em;
}

.gcare_box_ttl2 {
  font-size: 1.6rem;
  font-weight: 500;
}

.gcare_box_read_list {
  margin-top: 0.5em;
}

.gcare_box_read_list ul li {
  padding-left: 1.9rem;
  text-indent: -1.9rem;
  font-size: 1.4rem;
}

.gcare_box_read_02 {
  font-size: 1.4rem;
}

.gcare_note {
  margin: 3em 0;
  padding-top: 2em;
  border-top: solid 1px #ccc;
}

.gcare_note ul li {
  font-size: 1.4rem;
  padding-left: 1.9rem;
  text-indent: -1.9rem;
}

@media (max-width: 980px) {
  .gcare_main_read {
    margin-top: 2em;
    font-size: 1.4rem;
  }
  .gcare_box {
    margin-top: 2em;
    padding-top: 2em;
  }
  .gcare_box_l {
    float: none;
    width: 100%;
  }
  .gcare_box_r {
    margin-left: 0%;
    margin-top: 1.5em;
  }
  .gcare_box_ttl2 {
    font-size: 1.4rem;
  }
  .gcare_note {
    margin: 2em 0;
    padding-top: 1.5em;
  }
  .gcare_note ul li {
    font-size: 0.75em;
  }
}
/*****spec****/
.pg_ttl_type01 {
  text-align: center;
  font-size: 2em;
  margin: 0 auto 2em;
}

.block_main.block_main_sub2 {
  margin: 50px auto 20px;
  padding: 0 20px 30px;
  box-sizing: border-box;
}

.spec_fig_wrap {
  float: left;
  width: 45%;
}

table.table_type02 {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  width: 45%;
  margin: 0 0 0 55%;
  border-top: solid 1px #ccc;
}

table.table_type02 th {
  width: 15em;
  padding: 15px 15px;
  font-weight: normal;
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  font-size: 1.4rem;
}

table.table_type02 td {
  width: auto;
  padding: 15px 15px;
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  font-size: 1.4rem;
}

@media (max-width: 980px) {
  .pg_ttl_type01 {
    font-size: 2.5rem;
    margin: 0 auto 1em;
  }
  .block_main.block_main_sub2 {
    margin: 30px 20px 30px;
    padding: 0 0px 0px;
  }
  .spec_fig_wrap {
    float: none;
    width: 100%;
    margin-bottom: 2em;
  }
  table.table_type02 {
    margin: 0 auto 1em;
    width: auto;
  }
  table.table_type02 th {
    width: 13em;
    padding: 1em 0.5em;
    font-weight: normal;
    vertical-align: top;
    font-size: 0.75em;
  }
  table.table_type02 td {
    width: auto;
    padding: 1em 0.5em;
    vertical-align: top;
    font-size: 0.75em;
  }
}
.pd_ryuui_wrap {
  padding: 60px 0 80px;
  line-height: 1.8;
}

.gfr-02 .pd_ryuui_wrap {
  padding-bottom: 120px;
}

.pd_ryuui_wrap2 {
  padding: 0px 0 100px;
  line-height: 1.8;
}

.pd_ryuui_wrap_spec {
  padding: 10px 0 100px;
}

.pd_ryuui_head {
  font-size: 1.6rem;
  font-weight: 500;
}

.pd_ryuui_box {
  margin: 1em 0 0 0;
  font-size: 1.4rem;
}

.pd_ryuui_box span {
  font-weight: 500;
}

@media (max-width: 980px) {
  .pd_ryuui_wrap {
    padding: 30px 0;
    line-height: 1.8;
  }
  .gfr-02 .pd_ryuui_wrap {
    padding-bottom: 80px;
  }
  .pd_ryuui_wrap2 {
    padding: 5px 0 30px;
    line-height: 1.8;
  }
  .pd_ryuui_wrap_spec {
    padding: 0px 0 40px;
  }
  .pd_ryuui_head {
    font-size: 1.4rem;
  }
  .pd_ryuui_box {
    font-size: 0.75em;
  }
}/*# sourceMappingURL=products.css.map */