@media screen and (min-width: 769px), print {
  .p_top a.btn {
    border-bottom: 0;
    color: #947864;
    display: inline-block;
    padding-right: 24px;
    width: auto;
  }
  .p_top .t_ttl small {
    font-size: 27px;
    color: #947864;
  }
  .p_top .t_ttl span {
    font-size: 37px;
    color: #615B5B;
  }
  .p_top a.btn::after {
    width: 14px;
    height: 5px;
    right: 0;
  }
  .p_top .about2::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-56%, -56%);
       -moz-transform: translate(-56%, -56%);
        -ms-transform: translate(-56%, -56%);
            transform: translate(-56%, -56%);
    width: 1599px;
    height: 1252px;
    background: url(../img/about_mask.png) center/contain no-repeat;
    display: block;
  }
  .p_top .about2 {
    position: relative;
    overflow: hidden;
  }
  .p_top .about2 > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .p_top .about2 > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-animation: slowZoom 10s ease-in-out infinite alternate;
       -moz-animation: slowZoom 10s ease-in-out infinite alternate;
            animation: slowZoom 10s ease-in-out infinite alternate;
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  .p_top .about2 .txt {
    position: relative;
    z-index: 2;
    z-index: 10;
  }
  .p_top .about2 .txt .row {
    text-align: right;
    max-width: 1180px;
  }
  .p_top .about2 .txt .blockTxt {
    text-align: left;
    background: #fff;
    padding: 83px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
    min-height: 811px;
  }
  .p_top .about2 .txt .blockTxt h2 {
    text-align: left;
  }
  .p_top .about2 .txt .blockTxt h2 small {
    display: block;
    font-weight: bold;
    font-size: 27px;
    text-align: left;
    color: #947864;
    margin-bottom: 50px;
  }
  .p_top .about2 .txt .blockTxt h2 span {
    font-weight: bold;
    font-size: 43px;
    line-height: 1.7907;
    text-align: left;
    color: #615b5b;
  }
  .p_top .about::after {
    display: none;
  }
  .p_top .about {
    margin-top: 73px;
    background: none;
    padding: 60px 0;
    position: relative;
  }
  .p_top .about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 52%;
    height: 100%;
    background: url(../img/about_bg.jpg) center/100% 100% no-repeat;
    display: block;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .about .txtBot {
    text-align: right;
  }
  .p_top .about .txtBot p {
    font-weight: bold;
    font-size: 23px;
    color: #000;
    margin-top: 40px;
  }
  .p_top .about .txtBot .btn {
    margin-top: 0;
  }
  .p_top .about .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 65px 62px;
    background-color: #fff;
    max-width: 1220px;
  }
  .p_top .about .row .txt {
    padding: 0;
    width: -webkit-calc(100% - 531px);
    width: -moz-calc(100% - 531px);
    width: calc(100% - 531px);
    padding-right: 40px;
  }
  .p_top .about .row > figure {
    width: 531px;
  }
  .p_top .videoYt iframe {
    overflow: hidden;
    -moz-border-radius: 30px;
         border-radius: 30px;
  }
  .p_top .products {
    margin-top: 64px;
    text-align: right;
    padding: 120px 0 80px;
    background: rgba(245, 245, 245, 0.4);
  }
  .p_top .products .t_ttl {
    margin-bottom: 140px;
    text-align: left;
  }
  .p_top .products .products_list {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .products .products_list li {
    font-size: 0;
    line-height: 0;
  }
  .p_top .products .btn {
    position: static;
    margin-top: 40px;
  }
  .footer .footer__contact p {
    color: #615B5B;
  }
  .rn-mv {
    overflow: hidden;
    height: 100vh;
    position: relative;
  }
  .rn-mv figure, .rn-mv picture {
    height: 100%;
  }
  .rn-mv figure img, .rn-mv picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-animation: slowZoom 10s ease-in-out infinite alternate;
       -moz-animation: slowZoom 10s ease-in-out infinite alternate;
            animation: slowZoom 10s ease-in-out infinite alternate;
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  .rn-mv .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rn-mv .txt h2 {
    font-weight: bold;
    font-size: 53px;
    line-height: 1.50943;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .p_about_renew .intro {
    padding: 125px 0 140px;
  }
  .p_about_renew .intro h2 {
    font-weight: bold;
    font-size: 51px;
    text-align: center;
    color: #947864;
    margin-bottom: 110px;
  }
  .p_about_renew .intro h3 {
    font-weight: bold;
    font-size: 38px;
    line-height: 1.78947;
    text-align: left;
    color: #615b5b;
    margin-bottom: 100px;
  }
  .p_about_renew .intro .i-blk {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 80px;
  }
  .p_about_renew .intro .i-blk__left {
    width: 100%;
    padding-right: 30px;
  }
  .p_about_renew .intro .i-blk__left p span {
    font-family: "Mamelon 4 Hi";
    font-weight: normal;
    font-size: 18px;
    line-height: 2.77778;
    text-align: left;
    opacity: 0;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #333), color-stop(72%, #333), color-stop(75%, transparent), to(transparent));
    background-image: -webkit-linear-gradient(left, #333 0, #333 72%, transparent 75%, transparent 100%);
    background-image: -moz- oldlinear-gradient(left, #333 0, #333 72%, transparent 75%, transparent 100%);
    background-image: linear-gradient(90deg, #333 0, #333 72%, transparent 75%, transparent 100%);
    background-repeat: no-repeat;
    -moz-background-size: 350% 100%;
         background-size: 350% 100%;
    background-position: 100% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-position 3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: background-position 3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: background-position 3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), -moz-transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: background-position 3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: background-position 3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), -moz-transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: translate3d(0, 1em, 0);
       -moz-transform: translate3d(0, 1em, 0);
            transform: translate3d(0, 1em, 0);
  }
  .p_about_renew .intro .i-blk__left p span.active {
    background-position: 0 50%;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
  .p_about_renew .intro .i-blk__left p + p {
    margin-top: 40px;
  }
  .p_about_renew .intro .i-blk__right {
    width: 412px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_about_renew .intro .i-blk__right .listImg li + li {
    margin-top: 90px;
  }
  .p_about_renew .intro .i-blk__right .listImg li img {
    -moz-border-radius: 22px;
         border-radius: 22px;
    overflow: hidden;
  }
  .p_about_renew .intro .i-blk__right .listImg li:nth-of-type(2) img {
    -moz-border-radius: 16px;
         border-radius: 16px;
  }
  .p_about_renew .intro .i-blk--type02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .p_about_renew .intro .i-blk--type02 .i-blk__left {
    padding-left: 100px;
    padding-right: 0;
  }
  .p_about_renew .intro .i-blk--type02 .i-blk__right {
    width: 518px;
  }
  .p_about_renew .intro .imgFull {
    margin-bottom: 80px;
  }
  .p_about_renew .renewool-feature {
    padding: 120px 0;
    background: rgba(245, 245, 245, 0.4);
  }
  .p_about_renew .renewool-feature__title {
    margin-bottom: 100px;
    font-weight: bold;
    font-size: 38px;
    line-height: 1.78947;
    text-align: center;
    color: #615b5b;
  }
  .p_about_renew .renewool-feature__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 208px;
  }
  .p_about_renew .renewool-feature__item {
    padding: 40px 0;
    border-top: 1px dashed rgba(112, 112, 112, 0.49);
  }
  .p_about_renew .renewool-feature__item:nth-of-type(1), .p_about_renew .renewool-feature__item:nth-of-type(2) {
    border-top: 0;
  }
  .p_about_renew .renewool-feature__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 27px;
    margin-bottom: 28px;
  }
  .p_about_renew .renewool-feature__icon {
    width: 80px;
    min-width: 80px;
  }
  .p_about_renew .renewool-feature__icon img {
    width: 100%;
    display: block;
  }
  .p_about_renew .renewool-feature__heading {
    font-weight: bold;
    font-size: 21px;
    text-align: left;
    color: #615b5b;
  }
  .p_about_renew .renewool-feature__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 2.1875;
    text-align: left;
    color: #000;
  }
  .p_about_renew .info-ex {
    padding: 100px 0;
  }
  .p_about_renew .info-ex p {
    font-weight: bold;
    font-size: 20px;
    line-height: 2.5;
    text-align: left;
    color: #615b5b;
    margin-bottom: 50px;
  }
  .p_feature_renew .feature .intro {
    padding: 125px 0 190px;
  }
  .p_feature_renew .feature .intro h2 {
    font-weight: bold;
    font-size: 51px;
    text-align: center;
    color: #947864;
    margin-bottom: 80px;
  }
  .p_feature_renew .feature .intro p {
    font-weight: bold;
    font-size: 20px;
    line-height: 2.25;
    text-align: left;
    color: #615b5b;
  }
  .p_feature_renew .feature .intro figure {
    text-align: center;
    margin: 90px 0;
  }
  .p_feature_renew .feature .intro figure img {
    display: inline-block;
    width: 79%;
  }
  .p_feature_renew .feature .intro h3 {
    text-align: center;
  }
  .p_feature_renew .feature .intro h3 span {
    padding: 20px 130px;
    -moz-border-radius: 21px;
         border-radius: 21px;
    background: #947864;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
  }
  .p_feature_renew .feature .intro .circle {
    position: relative;
    width: 870px;
    height: 664px;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 100px auto;
  }
  .p_feature_renew .feature .intro .circle .circle_logo {
    width: 216px;
    position: relative;
  }
  .p_feature_renew .feature .intro .circle .circle_logo::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 323px;
    height: 335px;
    background: url(../img/feature/circle_ar.png) center/100% 100% no-repeat;
    -webkit-transform: translate(-50%, -50%) rotate(-120deg);
       -moz-transform: translate(-50%, -50%) rotate(-120deg);
        -ms-transform: translate(-50%, -50%) rotate(-120deg);
            transform: translate(-50%, -50%) rotate(-120deg);
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    opacity: 0;
  }
  .p_feature_renew .feature .intro .circle.active .circle_logo::after {
    -webkit-animation: circleArrow 0.6s ease forwards;
       -moz-animation: circleArrow 0.6s ease forwards;
            animation: circleArrow 0.6s ease forwards;
  }
  .p_feature_renew .feature .intro .circle.active .circle01 {
    -webkit-animation: circleItem .3s ease forwards;
       -moz-animation: circleItem .3s ease forwards;
            animation: circleItem .3s ease forwards;
    -webkit-animation-delay: 0.6s;
       -moz-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .p_feature_renew .feature .intro .circle.active .circle02 {
    -webkit-animation: circleItem .3s ease forwards;
       -moz-animation: circleItem .3s ease forwards;
            animation: circleItem .3s ease forwards;
    -webkit-animation-delay: 0.9s;
       -moz-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .p_feature_renew .feature .intro .circle.active .circle03 {
    -webkit-animation: circleItem .3s ease forwards;
       -moz-animation: circleItem .3s ease forwards;
            animation: circleItem .3s ease forwards;
    -webkit-animation-delay: 1.2s;
       -moz-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .p_feature_renew .feature .intro .circle.active .circle04 {
    -webkit-animation: circleItem .3s ease forwards;
       -moz-animation: circleItem .3s ease forwards;
            animation: circleItem .3s ease forwards;
    -webkit-animation-delay: 1.5s;
       -moz-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .p_feature_renew .feature .intro .circle.active .circle05 {
    -webkit-animation: circleItem .3s ease forwards;
       -moz-animation: circleItem .3s ease forwards;
            animation: circleItem .3s ease forwards;
    -webkit-animation-delay: 1.8s;
       -moz-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .p_feature_renew .feature .intro .circle.active .circle06 {
    -webkit-animation: circleItem .3s ease forwards;
       -moz-animation: circleItem .3s ease forwards;
            animation: circleItem .3s ease forwards;
    -webkit-animation-delay: 2.1s;
       -moz-animation-delay: 2.1s;
            animation-delay: 2.1s;
  }
  .p_feature_renew .feature .intro .circle .circle01,
  .p_feature_renew .feature .intro .circle .circle02,
  .p_feature_renew .feature .intro .circle .circle03,
  .p_feature_renew .feature .intro .circle .circle04,
  .p_feature_renew .feature .intro .circle .circle05,
  .p_feature_renew .feature .intro .circle .circle06 {
    position: absolute;
    opacity: 0;
  }
  .p_feature_renew .feature .intro .circle .circle01 {
    width: 241px;
    top: 0;
    right: 136px;
  }
  .p_feature_renew .feature .intro .circle .circle02 {
    width: 237px;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_feature_renew .feature .intro .circle .circle03 {
    width: 252px;
    bottom: 0;
    right: 94px;
  }
  .p_feature_renew .feature .intro .circle .circle04 {
    width: 254px;
    bottom: 0;
    left: 111px;
  }
  .p_feature_renew .feature .intro .circle .circle05 {
    width: 248px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_feature_renew .feature .intro .circle .circle06 {
    width: 232px;
    top: 14px;
    left: 127px;
  }
  .p_feature_renew .feature .sec .sec_pro {
    display: -ms-grid;
    display: grid;
    gap: 90px;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 90px;
  }
  .p_feature_renew .feature .sec .sec_pro li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_feature_renew .feature .sec .sec_pro li figure {
    margin-left: -410px;
    width: -webkit-calc(37.5% + 410px);
    width: -moz-calc(37.5% + 410px);
    width: calc(37.5% + 410px);
  }
  .p_feature_renew .feature .sec .sec_pro li .txt {
    width: 62.5%;
    padding-left: 90px;
  }
  .p_feature_renew .feature .sec .sec_pro li .txt h3 {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    text-align: left;
    color: #615b5b;
  }
  .p_feature_renew .feature .sec .sec_pro li .txt p {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2.5;
    text-align: left;
    color: #333;
  }
  .p_feature_renew .feature .sec .sec_pro li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p_feature_renew .feature .sec .sec_pro li:nth-child(even) figure {
    margin-right: -410px;
    margin-left: 0;
  }
  .p_feature_renew .feature .sec .sec_pro li:nth-child(even) .txt {
    padding-left: 0;
    padding-right: 90px;
  }
  .p_feature_renew .feature .sec .sec-note {
    font-weight: bold;
    margin-top: 40px;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #333;
    position: relative;
    z-index: 2;
  }
  .p_feature_renew .feature .sec .videoYt {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_feature_renew .feature .sec .videoYt::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -90px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 493px;
    background: rgba(245, 245, 245, 0.4);
    z-index: -1;
    display: block;
  }
  .p_feature_renew .feature .sec .process-step {
    margin-top: 76px;
  }
  .p_feature_renew .feature .sec .process-step__feature.is-full {
    -ms-grid-column: span 2;
        grid-column: span 2;
  }
  .p_feature_renew .feature .sec .process-step__feature.is-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_feature_renew .feature .sec .process-step__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 90px 30px;
    margin-bottom: 90px;
  }
  .p_feature_renew .feature .sec .process-step__top--type02 {
    gap: 0 30px;
    margin-bottom: 50px;
  }
  .p_feature_renew .feature .sec .process-step__bottom {
    margin-bottom: 90px;
  }
  .p_feature_renew .feature .sec .process-step__heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    min-height: 42px;
  }
  .p_feature_renew .feature .sec .process-step__heading--full {
    margin-bottom: 40px;
  }
  .p_feature_renew .feature .sec .process-step__step {
    font-weight: bold;
    font-size: 16px;
    color: #615b5b;
  }
  .p_feature_renew .feature .sec .process-step__title {
    font-weight: bold;
    font-size: 28px;
    color: #615b5b;
  }
  .p_feature_renew .feature .sec .process-step__image {
    margin-bottom: 28px;
  }
  .p_feature_renew .feature .sec .process-step__image img {
    width: 100%;
    display: block;
    object-fit: cover;
  }
  .p_feature_renew .feature .sec .process-step__text {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2.1875;
    text-align: left;
    color: #333;
  }
  .p_feature_renew .feature .sec .process-step__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
  .p_feature_renew .feature .sec .process-step__card-image {
    margin-bottom: 20px;
  }
  .p_feature_renew .feature .sec .process-step__card-image img {
    width: 100%;
    display: block;
    object-fit: cover;
  }
  .p_feature_renew .feature .sec .process-step__card-text {
    font-size: 16px;
    line-height: 1.875;
    color: #333;
    letter-spacing: 0.02em;
  }
  .videoYt.videoMain {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .videoYt.videoMain video {
    width: 100%;
    height: auto;
  }
  .p_products .ttl .txt p {
    max-width: 605px;
  }
  .p_products .ttl .txt ul {
    margin-top: 173px;
  }
  .p_products .ttl .wrapVideo {
    padding-right: 86px;
    width: 47%;
  }
  .p_products .ttl .wrapVideo video {
    width: 100%;
    height: auto;
  }
  .p_products .products {
    padding-top: 51px;
  }
  .p_products .products__box {
    background: rgba(148, 120, 100, 0.02);
    padding: 36px 36px 38px 52px;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    color: #947864;
  }
  .p_products .products__box .btn {
    text-align: center;
    margin-top: 22px;
  }
  .p_products .products__box .btn a {
    display: inline-block;
    line-height: 0;
    width: 293px;
  }
  .p_products .products__box .btn a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .p_top a.btn {
    border-bottom: 0;
    color: #947864;
    display: inline-block;
    padding-right: 6.25vw;
    width: auto;
  }
  .p_top .t_ttl small {
    font-size: 3.51562vw;
    color: #947864;
  }
  .p_top .t_ttl span {
    font-size: 4.81771vw;
    color: #615B5B;
  }
  .videoYt {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .videoYt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_top a.btn::after {
    width: 3.64583vw;
    height: 1.30208vw;
    right: 0;
  }
  .p_top .about2 {
    position: relative;
  }
  .p_top .about2 > picture {
    position: relative;
    z-index: 2;
    height: 70.39931vw;
  }
  .p_top .about2 > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-animation: slowZoom 10s ease-in-out infinite alternate;
       -moz-animation: slowZoom 10s ease-in-out infinite alternate;
            animation: slowZoom 10s ease-in-out infinite alternate;
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  .p_top .about2 .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .p_top .about2 .txt .row {
    height: 100%;
    text-align: right;
    max-width: 153.64583vw;
  }
  .p_top .about2 .txt .blockTxt {
    height: 100%;
    text-align: left;
    background: #fff;
    padding: 3.90625vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
  }
  .p_top .about2 .txt .blockTxt h2 {
    text-align: left;
  }
  .p_top .about2 .txt .blockTxt h2 small {
    display: block;
    font-weight: bold;
    font-size: 3.51562vw;
    text-align: left;
    color: #947864;
    margin-bottom: 6.51042vw;
  }
  .p_top .about2 .txt .blockTxt h2 span {
    font-weight: bold;
    font-size: 5.59896vw;
    line-height: 1.7907;
    text-align: left;
    color: #615b5b;
  }
  .p_top .about::after {
    display: none;
  }
  .p_top .about {
    margin-top: 9.50521vw;
    background: none;
    padding: 7.8125vw 0;
    position: relative;
  }
  .p_top .about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65.10417vw;
    background: url(../img/about_bg.jpg) center/100% 100% no-repeat;
    display: block;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .about .txtBot {
    text-align: right;
  }
  .p_top .about .txtBot p {
    font-weight: bold;
    font-size: 2.99479vw;
    color: #000;
    margin-top: 5.20833vw;
  }
  .p_top .about .txtBot .btn {
    margin-top: 0;
  }
  .p_top .about {
    padding-top: 65.10417vw;
  }
  .p_top .about .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 8.46354vw 8.07292vw;
    background-color: #fff;
    max-width: 158.85417vw;
  }
  .p_top .about .row .txt {
    padding: 0;
  }
  .p_top .about .row > figure {
    width: 69.14062vw;
  }
  .p_top .videoYt iframe {
    overflow: hidden;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
  }
  .p_top .products {
    margin-top: 8.33333vw;
    text-align: right;
    padding: 15.625vw 0 10.41667vw;
    background: rgba(245, 245, 245, 0.4);
  }
  .p_top .products .t_ttl {
    margin-bottom: 18.22917vw;
    text-align: left;
  }
  .p_top .products .products_list {
    display: -ms-grid;
    display: grid;
    gap: 1.30208vw;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .products .products_list li {
    font-size: 0;
    line-height: 0;
  }
  .p_top .products .btn {
    position: static;
    margin-top: 5.20833vw;
  }
  .footer .footer__contact p {
    color: #615B5B;
  }
  .rn-mv {
    height: 78.125vw;
    position: relative;
  }
  .rn-mv figure, .rn-mv picture {
    height: 100%;
  }
  .rn-mv figure img, .rn-mv picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-animation: slowZoom 10s ease-in-out infinite alternate;
       -moz-animation: slowZoom 10s ease-in-out infinite alternate;
            animation: slowZoom 10s ease-in-out infinite alternate;
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  .rn-mv .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rn-mv .txt h2 {
    font-weight: bold;
    font-size: 6.90104vw;
    line-height: 1.50943;
    text-align: center;
    color: #fff;
    text-shadow: 0vw 0.39062vw 0.78125vw rgba(0, 0, 0, 0.16);
  }
  .p_about_renew .intro {
    padding: 16.27604vw 0 9.11458vw;
  }
  .p_about_renew .intro h2 {
    font-weight: bold;
    font-size: 6.64062vw;
    text-align: center;
    color: #947864;
    margin-bottom: 14.32292vw;
  }
  .p_about_renew .intro h3 {
    font-weight: bold;
    font-size: 4.6875vw;
    line-height: 1.78947;
    text-align: left;
    color: #615b5b;
    margin-bottom: 13.02083vw;
  }
  .p_about_renew .intro .i-blk {
    margin-bottom: 10.41667vw;
  }
  .p_about_renew .intro .i-blk__left p span {
    font-family: "Mamelon 4 Hi";
    font-weight: normal;
    font-size: 3.64583vw;
    line-height: 2.77778;
    text-align: left;
    opacity: 0;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #333), color-stop(72%, #333), color-stop(75%, transparent), to(transparent));
    background-image: -webkit-linear-gradient(left, #333 0, #333 72%, transparent 75%, transparent 100%);
    background-image: -moz- oldlinear-gradient(left, #333 0, #333 72%, transparent 75%, transparent 100%);
    background-image: linear-gradient(90deg, #333 0, #333 72%, transparent 75%, transparent 100%);
    background-repeat: no-repeat;
    -moz-background-size: 350% 100%;
         background-size: 350% 100%;
    background-position: 100% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-position 3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: background-position 3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: background-position 3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), -moz-transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: background-position 3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: background-position 3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), -moz-transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: translate3d(0, 1em, 0);
       -moz-transform: translate3d(0, 1em, 0);
            transform: translate3d(0, 1em, 0);
  }
  .p_about_renew .intro .i-blk__left p span.active {
    background-position: 0 50%;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
  .p_about_renew .intro .i-blk__left p + p {
    margin-top: 5.20833vw;
  }
  .p_about_renew .intro .i-blk__right {
    margin-bottom: 1.95312vw;
  }
  .p_about_renew .intro .i-blk__right .listImg {
    margin-bottom: 6.51042vw;
  }
  .p_about_renew .intro .i-blk__right .listImg li + li {
    margin-top: 3.90625vw;
  }
  .p_about_renew .intro .i-blk__right .listImg li img {
    -moz-border-radius: 2.86458vw;
         border-radius: 2.86458vw;
    overflow: hidden;
  }
  .p_about_renew .intro .i-blk__right .listImg li:nth-of-type(2) img {
    -moz-border-radius: 2.08333vw;
         border-radius: 2.08333vw;
  }
  .p_about_renew .intro .imgFull {
    margin-bottom: 10.41667vw;
  }
  .p_about_renew .renewool-feature {
    padding: 10.41667vw 0;
    background: rgba(245, 245, 245, 0.4);
  }
  .p_about_renew .renewool-feature__title {
    margin-bottom: 6.51042vw;
    font-weight: bold;
    font-size: 4.94792vw;
    line-height: 1.78947;
    text-align: center;
    color: #615b5b;
  }
  .p_about_renew .renewool-feature__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0 3.90625vw;
  }
  .p_about_renew .renewool-feature__item {
    padding: 5.20833vw 0;
    border-top: 1px dashed rgba(112, 112, 112, 0.49);
  }
  .p_about_renew .renewool-feature__item:nth-of-type(1) {
    border-top: 0;
  }
  .p_about_renew .renewool-feature__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.51562vw;
    margin-bottom: 1.82292vw;
  }
  .p_about_renew .renewool-feature__icon {
    width: 20.83333vw;
    min-width: 20.83333vw;
  }
  .p_about_renew .renewool-feature__icon img {
    width: 100%;
    display: block;
  }
  .p_about_renew .renewool-feature__heading {
    font-weight: bold;
    font-size: 4.42708vw;
    text-align: left;
    color: #615b5b;
  }
  .p_about_renew .renewool-feature__text {
    font-weight: bold;
    font-size: 3.38542vw;
    line-height: 2.1875;
    text-align: left;
    color: #000;
  }
  .p_about_renew .info-ex {
    padding: 13.02083vw 0;
  }
  .p_about_renew .info-ex p {
    font-weight: bold;
    font-size: 3.38542vw;
    line-height: 2.5;
    text-align: left;
    color: #615b5b;
    margin-bottom: 6.51042vw;
  }
  .p_about_renew .info-ex ul {
    display: -ms-grid;
    display: grid;
    gap: 1.30208vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_feature_renew .feature .intro {
    padding: 16.27604vw 0 24.73958vw;
  }
  .p_feature_renew .feature .intro h2 {
    font-weight: bold;
    font-size: 6.64062vw;
    text-align: center;
    color: #947864;
    margin-bottom: 10.41667vw;
  }
  .p_feature_renew .feature .intro p {
    font-weight: bold;
    font-size: 3.38542vw;
    line-height: 2.25;
    text-align: left;
    color: #615b5b;
  }
  .p_feature_renew .feature .intro .circle {
    position: relative;
    width: 94.40104vw;
    height: 78.59848vw;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 13.02083vw auto;
  }
  .p_feature_renew .feature .intro .circle .circle_logo {
    width: 23.4375vw;
    position: relative;
  }
  .p_feature_renew .feature .intro .circle .circle_logo::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35.04774vw;
    height: 36.34983vw;
    background: url(../img/feature/circle_ar.png) center/100% 100% no-repeat;
    -webkit-transform: translate(-50%, -50%) rotate(-120deg);
       -moz-transform: translate(-50%, -50%) rotate(-120deg);
        -ms-transform: translate(-50%, -50%) rotate(-120deg);
            transform: translate(-50%, -50%) rotate(-120deg);
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    opacity: 0;
  }
  .p_feature_renew .feature .intro .circle.active .circle_logo::after {
    -webkit-animation: circleArrow 0.6s ease forwards;
       -moz-animation: circleArrow 0.6s ease forwards;
            animation: circleArrow 0.6s ease forwards;
  }
  .p_feature_renew .feature .intro .circle.active .circle01 {
    -webkit-animation: circleItem .3s ease forwards;
       -moz-animation: circleItem .3s ease forwards;
            animation: circleItem .3s ease forwards;
    -webkit-animation-delay: 0.6s;
       -moz-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .p_feature_renew .feature .intro .circle.active .circle02 {
    -webkit-animation: circleItem .3s ease forwards;
       -moz-animation: circleItem .3s ease forwards;
            animation: circleItem .3s ease forwards;
    -webkit-animation-delay: 0.9s;
       -moz-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .p_feature_renew .feature .intro .circle.active .circle03 {
    -webkit-animation: circleItem .3s ease forwards;
       -moz-animation: circleItem .3s ease forwards;
            animation: circleItem .3s ease forwards;
    -webkit-animation-delay: 1.2s;
       -moz-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .p_feature_renew .feature .intro .circle.active .circle04 {
    -webkit-animation: circleItem .3s ease forwards;
       -moz-animation: circleItem .3s ease forwards;
            animation: circleItem .3s ease forwards;
    -webkit-animation-delay: 1.5s;
       -moz-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .p_feature_renew .feature .intro .circle.active .circle05 {
    -webkit-animation: circleItem .3s ease forwards;
       -moz-animation: circleItem .3s ease forwards;
            animation: circleItem .3s ease forwards;
    -webkit-animation-delay: 1.8s;
       -moz-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .p_feature_renew .feature .intro .circle.active .circle06 {
    -webkit-animation: circleItem .3s ease forwards;
       -moz-animation: circleItem .3s ease forwards;
            animation: circleItem .3s ease forwards;
    -webkit-animation-delay: 2.1s;
       -moz-animation-delay: 2.1s;
            animation-delay: 2.1s;
  }
  .p_feature_renew .feature .intro .circle .circle01,
  .p_feature_renew .feature .intro .circle .circle02,
  .p_feature_renew .feature .intro .circle .circle03,
  .p_feature_renew .feature .intro .circle .circle04,
  .p_feature_renew .feature .intro .circle .circle05,
  .p_feature_renew .feature .intro .circle .circle06 {
    position: absolute;
    opacity: 0;
  }
  .p_feature_renew .feature .intro .circle .circle01 {
    width: 26.15017vw;
    top: 0;
    right: 14.75694vw;
  }
  .p_feature_renew .feature .intro .circle .circle02 {
    width: 25.71615vw;
    top: 50%;
    right: 1.5625vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_feature_renew .feature .intro .circle .circle03 {
    width: 27.34375vw;
    bottom: 0;
    right: 10.19965vw;
  }
  .p_feature_renew .feature .intro .circle .circle04 {
    width: 27.56076vw;
    bottom: 0;
    left: 12.04427vw;
  }
  .p_feature_renew .feature .intro .circle .circle05 {
    width: 26.90972vw;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_feature_renew .feature .intro .circle .circle06 {
    width: 25.17361vw;
    top: 1.5191vw;
    left: 13.78038vw;
  }
  .p_feature_renew .feature .intro h3 {
    text-align: center;
  }
  .p_feature_renew .feature .intro h3 span {
    padding: 2.60417vw;
    -moz-border-radius: 2.73438vw;
         border-radius: 2.73438vw;
    background: #947864;
    font-weight: bold;
    font-size: 4.16667vw;
    color: #fff;
  }
  .p_feature_renew .feature .sec .sec_pro {
    display: -ms-grid;
    display: grid;
    gap: 3.90625vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 5.85938vw;
  }
  .p_feature_renew .feature .sec .sec_pro li figure {
    margin-bottom: 3.90625vw;
  }
  .p_feature_renew .feature .sec .sec_pro li .txt h3 {
    margin-bottom: 5.20833vw;
    font-weight: bold;
    font-size: 5.20833vw;
    line-height: 1.5;
    text-align: left;
    color: #615b5b;
  }
  .p_feature_renew .feature .sec .sec_pro li .txt p {
    font-size: 3.38542vw;
    letter-spacing: 0.02em;
    line-height: 2.5;
    text-align: left;
    color: #333;
  }
  .p_feature_renew .feature .sec .sec-note {
    font-weight: bold;
    margin-top: 5.20833vw;
    font-size: 3.125vw;
    letter-spacing: 0.02em;
    color: #333;
    position: relative;
    z-index: 2;
  }
  .p_feature_renew .feature .sec .videoYt {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_feature_renew .feature .sec .videoYt::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11.71875vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 64.19271vw;
    background: rgba(245, 245, 245, 0.4);
    z-index: -1;
    display: block;
  }
  .p_feature_renew .feature .sec .process-step {
    margin-top: 9.89583vw;
  }
  .p_feature_renew .feature .sec .process-step__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3.90625vw;
    margin-bottom: 5.85938vw;
  }
  .p_feature_renew .feature .sec .process-step__bottom {
    margin-bottom: 11.71875vw;
  }
  .p_feature_renew .feature .sec .process-step__heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.08333vw;
    margin-bottom: 3.64583vw;
  }
  .p_feature_renew .feature .sec .process-step__heading--full {
    margin-bottom: 5.20833vw;
  }
  .p_feature_renew .feature .sec .process-step__step {
    font-weight: bold;
    font-size: 3.38542vw;
    color: #615b5b;
  }
  .p_feature_renew .feature .sec .process-step__title {
    font-weight: bold;
    font-size: 4.94792vw;
    color: #615b5b;
  }
  .p_feature_renew .feature .sec .process-step__image {
    margin-bottom: 3.64583vw;
  }
  .p_feature_renew .feature .sec .process-step__image img {
    width: 100%;
    display: block;
    object-fit: cover;
  }
  .p_feature_renew .feature .sec .process-step__text {
    font-size: 3.38542vw;
    letter-spacing: 0.02em;
    line-height: 2.1875;
    text-align: left;
    color: #333;
  }
  .p_feature_renew .feature .sec .process-step__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 4.16667vw;
  }
  .p_feature_renew .feature .sec .process-step__card-image {
    margin-bottom: 2.60417vw;
  }
  .p_feature_renew .feature .sec .process-step__card-image img {
    width: 100%;
    display: block;
    object-fit: cover;
  }
  .p_feature_renew .feature .sec .process-step__card-text {
    font-size: 3.38542vw;
    line-height: 1.875;
    color: #333;
    letter-spacing: 0.02em;
  }
  .videoYt.videoMain {
    height: auto;
    padding-bottom: 0;
  }
  .videoYt.videoMain video {
    width: 100%;
    height: auto;
  }
  .p_products .ttl {
    padding-bottom: 5.76923vw;
  }
  .p_products .ttl .txt {
    margin-bottom: 0;
  }
  .p_products .ttl .wrapVideo {
    width: 100%;
  }
  .p_products .ttl .wrapVideo video {
    width: 100%;
    height: auto;
  }
  .p_products .products {
    padding-top: 9.96094vw;
  }
  .p_products .products__box {
    background: rgba(148, 120, 100, 0.02);
    padding: 30px;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    color: #947864;
  }
  .p_products .products__box .btn {
    text-align: center;
    margin-top: 22px;
  }
  .p_products .products__box .btn a {
    display: inline-block;
    line-height: 0;
    width: 293px;
  }
  .p_products .products__box .btn a img {
    width: 100%;
    height: auto;
  }
}
.title_text_cus {
  text-align: center;
}
@font-face {
  font-family: "Mamelon 4 Hi";
  src: url("../fonts/Mamelon-4-Hi-Regular.otf");
}

.zoomIn {
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}

.zoomIn.active {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes slowZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@-moz-keyframes slowZoom {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.08);
         transform: scale(1.08);
  }
}

@keyframes slowZoom {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
       -moz-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@-webkit-keyframes circleArrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-120deg);
            transform: translate(-50%, -50%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

@-moz-keyframes circleArrow {
  0% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) rotate(-120deg);
         transform: translate(-50%, -50%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) rotate(0deg);
         transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes circleArrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-120deg);
       -moz-transform: translate(-50%, -50%) rotate(-120deg);
            transform: translate(-50%, -50%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
       -moz-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

@-webkit-keyframes circleItem {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes circleItem {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes circleItem {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
