

video{
    width: 100%;
}
.kv{
    margin: 0 0 30px;
    .kv_inner{
	        background: url(/template/default/img/sp/gel_rich/kv_bg_1.jpg) no-repeat center top;
	        background-size: 100% auto;
	        aspect-ratio:750/791;
    }
    .kv_01{
	    text-align: center;
	    padding: 10px 0 0;
	    @media(min-width:750px){
		    padding: 19px 0 0;
	    }
    }
    .kv_content{
	    display: flex;
	    justify-content: center:
    }
    .kv_block{
	    text-align: center;
	    width: 50%;
	    .block-text{
	    padding: 40px 0;
	    animation-delay: 2s;
    }
    }
    .kv_heading{
	    margin: -13vw 0 0;
	    @media(min-width:750px){
		    margin: -90px 0 0;
	    }
    }
}

.kv-02,
.kv-03,
.kv-04,
.kv-05,
.kv-06{
	opacity: 0;
}
.kv-06{
	z-index: 10;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

	.kv-02.fadein {
	  animation: fadeInLeft2 1s forwards;
	  animation-delay: .5s;
	}
	
	.kv-03.fadein {
	  animation: fadeInLeft2 1s forwards;
	  animation-delay: .9s; 
	}
	
	.kv-04.fadein {
	  animation: fadeInRight2 1s forwards;
	  animation-delay: 1.3s;
	}
	
	.kv-05.fadein {
	  animation: fadeInRight2 1s forwards;
	  animation-delay: 1.7s; 
	}
	.kv-06.fadein {
	  animation: fadeInTop 1s forwards;
	  animation-delay: 2s; 
	}	
}
.c-new{
    background: #cc373f;
    color: #fff;
    padding: 2px 4px;
    font-size: 1.3rem;
    @media(min-width:750px){
        font-size: 2rem;
    }
}
.c-btn{
    position: relative;
    font-weight: bold;
    text-align: center;
    display: block;
    background: #4D4D4D;
    background: linear-gradient(180deg, rgba(77, 77, 77, 1) 0%, rgba(32, 32, 32, 1) 100%);
    width: 100%;
    text-decoration: none;
    border-radius: 10px;
    padding: 13px 0;
    color: #fff;
    @media(min-width:750px){
                font-size: 2.2rem;
            }
    &::after {
      content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        width: 7px;
        height: 7px;
        margin: auto;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        box-sizing: border-box;
        @media(min-width:750px){
                width: 10px;
                height: 10px;
            }
    }
}
.cta{
    background: url(/template/default/img/sp/gel_rich/cta_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 40px 20px 80px;
    @media(min-width:750px){
	           padding: 70px 20px 80px;
            }
    .cta_heading{
	    text-align: center;
        margin: 0 0 15px;
    }
    .cta_content{
        background: #fff;
        display: flex;
        justify-content: space-between;
        padding: 15px;
        margin: 0 0 10px;
        @media(min-width:750px){
	        margin: 0 0 30px;
        }
        .block{
            position: relative;
            text-align: center;
            width: 42%;
             &:first-child{
                &::after{
                    content:"";
                    border-right:1px solid #cccccc;
                    display: block;
                    position: absolute;
                    height: 100%;
                    width: 1px;
                    top: 0;
                    right: -19%;
                }
        }
        }
        .c-new{
            display: block;
            width: fit-content;
            margin: auto;
            @media(min-width:750px){
                font-size: 2rem;
                margin-bottom: 5px;
            }
        }
        .prd_name{
            margin:20px 0 0;
            font-weight: bold;
            line-height: 1.2;
            font-size: 1.8rem;
            @media(min-width:750px){
                font-size: 3rem;
            }
        }
        .amount{
            font-size: 1.3rem;
            line-height: 1;
            margin:10px 0 0;
            @media(min-width:750px){
                font-size: 2.2rem;
            }
        }
        .price{
            white-space: nowrap;
            font-size: 1.1rem;
            margin: 0 0 10px;
            @media(min-width:750px){
                font-size: 2.2rem;
            }
            b{
                font-size: 130%;
            }
        }
    }
    
    .note{
        color: #fff;
        .item{
            display: flex;
            font-size: 90%;
            @media(min-width:750px){
                font-size: 1.8rem;
            }
        }
    }
}
.c-prime{
        margin: 0 0 15px;
        .inner{
            width: 100%;
        }
        .prime_heading{
            font-weight: bold;
            color: #fff;
            background: #53bdbe;
            text-align: center;
            padding: 8px 0;
            font-size: 1.55rem;
            @media(min-width:750px){
                font-size: 2.8rem;
                padding: 15px 0;
            }
        }
        .content{
            background: #fff;
             border-right:3px solid #53bdbe;
                border-left:3px solid #53bdbe;
                border-bottom:3px solid #53bdbe;
                padding: 20px 0;
            .c-btn{
                width: 80%;
                margin: auto;
                font-size: 1.7rem;
                @media(min-width:750px){
                font-size: 2.2rem;
            }
            }
        }
    }
.qusome{
    background: url(/template/default/img/sp/gel_rich/qusome_bg.jpg) no-repeat center top;
    background-size: cover;
    .content{
        img{
        margin-top:-80px;
		@media(min-width:750px){
			margin-top: -130px;
		}
        }
    }
}
.rich{
    background: url(/template/default/img/sp/gel_rich/rich_bg.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 40px 0;
    @media(min-width:750px){
	           padding: 70px 0;
            }
    .prd_name{
        font-weight: bold;
        text-align: center;
        font-size: 2rem;
        margin: 75vw 0 5px;
        line-height: 1.2;
        @media(min-width:750px){
                font-size: 4rem;
                margin: 600px 0 10px;
        }
        .c-new{
            margin-right: 3px;
        @media(min-width:750px){
            font-size: 3rem;
        }
        }
    }
    .amount{
        text-align: center;
        margin: 0;
        @media(min-width:750px){
            font-size: 2rem;
        }
    }
    .price{
        text-align: center;
        margin: 0 0 20px;
        font-size: 1.5rem;
        @media(min-width:750px){
            font-size: 2rem;
        }
        b{
            font-size: 130%; 
        }
    }
        .img01{
        margin: 0 0 7px;
    }
    .video{
        position: relative;
        width: 87%;
        margin: auto;
        &::after{
            content:"";
            position: absolute;
            border-right:1px solid #0d2d70;
            border-bottom:1px solid #0d2d70;
            width: 80px;
            height: 80px;
            right: -7px;
            bottom: -2px;
        }
    }
    .note{
        width: 92%;
        margin: auto;
    }
}
.sec02{
    background: url(/template/default/img/sp/gel_rich/sec02_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 30px 0;
    .content{
        position: relative;
        aspect-ratio: 75/45;
    }
    .img{
        position: absolute;
        width: 82%;
        left: 0;
        top: 0;
    }
    .text{
        position: absolute;
        z-index: 3;
        right: 20px;
        top: -10px;
        width: 18%;
    }
    .check{
        position: relative;
        z-index: 5;
        margin: -15vw 0 0;
        @media(min-width:750px){
	        margin: -130px 0 0;
        }
    }
    
}

.cta-rich{
    padding: 40px 0;
    @media(min-width:750px){
	     padding: 90px 0;
     }
    .inner{
        width: 92%;
        margin: auto;
    }
    .content{
        display: flex;
        justify-content: space-between;
        .text{
            text-align: center;
            width: 49%;
            margin-top: -10px;
            .c-new{
                display: block;
                width: fit-content;
                margin:0 auto 5px;
            }
            .prd_name{
                font-weight: bold;
                font-size: 2rem;
                margin: 0 0 10px;
                line-height: 1.3;
                @media(min-width:750px){
                    font-size: 4rem;
                }
            }
            .amount{
                margin: 0;
                @media(min-width:750px){
                    font-size: 2.5rem;
                }
            }
            .price{
                margin: 0;
                @media(min-width:750px){
                    font-size: 2.5rem;
                }
                b{
                    font-size: 130%;
                }
            }
        }
        .img{
            width: 48%;
        }
    }
    .c-btn{
        width: 85%;
        margin: -8vw auto 0;
        font-size: 1.7rem;
        @media(min-width:750px){
            font-size: 2.5rem;
            margin: -90px auto 0;
        }
    }
}
.cta2{
    background: url(/template/default/img/sp/gel_rich/cta_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 30px 0 0;
    @media(min-width:750px){
	    padding: 60px 0 0;
    }
    .content{
        width: 92%;
        margin: auto;
    }
    .c-prime{
        margin:20px auto 25px;
        background: #fff;
        .inner{
            width: 92%;
            margin: auto;
            padding: 20px 0 40px;
        }
        .content{
            width: 100%;
        }
    }
}

.gel{
    background: url(/template/default/img/sp/gel_rich/gel_bg.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 40px 0;
     @media(min-width:750px){
	           padding: 70px 0;
            }
    .prd_name{
        font-weight: bold;
        text-align: center;
        font-size: 2rem;
        margin: 75vw 0 5px;
        line-height: 1.2;
        @media(min-width:750px){
                font-size: 4rem;
                margin: 600px 0 10px;
        }
        .c-new{
            margin-right: 3px;
            @media(min-width:750px){
            font-size: 3rem;
        }
        }
    }
    .amount{
        text-align: center;
        margin: 0;
        @media(min-width:750px){
            font-size: 2rem;
        }
    }
    .price{
        text-align: center;
        margin: 0 0 20px;
        font-size: 1.5rem;
        @media(min-width:750px){
            font-size: 2rem;
        }
        b{
            font-size: 130%; 
        }
    }
    .img01{
        margin: 0 0 6px;
    }
    .video{
        position: relative;
        width: 87%;
        margin:0 auto 10px;
        &::after{
            content:"";
            position: absolute;
            border-right:1px solid #0d2d70;
            border-bottom:1px solid #0d2d70;
            width: 80px;
            height: 80px;
            right: -7px;
            bottom: -2px;
        }
    }
    .note{
        width: 92%;
        margin: auto;
    }
}
.sec04{
    background: url(/template/default/img/sp/gel_rich/sec02_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 30px 0;
    .content{
        position: relative;
        aspect-ratio: 75/45;
    }
    .img{
        position: absolute;
        width: 82%;
        left: 0;
        top: 0;
    }
    .text{
        position: absolute;
        z-index: 3;
        right: 20px;
        top: -10px;
        width: 18%;
    }
    .check{
        position: relative;
        z-index: 5;
        margin: -15vw 0 0;
        @media(min-width:750px){
	        margin: -130px 0 0;
        }
    }
    
}

.cta-gel{
    padding: 40px 0;
     @media(min-width:750px){
	     padding: 90px 0;
     }
    .inner{
        width: 92%;
        margin: auto;
    }
    .content{
        display: flex;
        justify-content: space-between;
        .text{
            text-align: center;
            width: 49%;
            margin-top: -10px;
            .c-new{
                display: block;
                width: fit-content;
                margin:0 auto 5px;
            }
            .prd_name{
                font-weight: bold;
                font-size: 2rem;
                margin: 0 0 10px;
                line-height: 1.3;
                @media(min-width:750px){
                    font-size: 4rem;
                }
            }
            .amount{
                margin: 0;
                @media(min-width:750px){
                    font-size: 2.5rem;
                }
            }
            .price{
                margin: 0;
                @media(min-width:750px){
                    font-size: 2.5rem;
                }
                b{
                    font-size: 130%;
                }
            }
        }
        .img{
            width: 48%;
        }
    }
    .c-btn{
        width: 85%;
        margin: -9vw auto 0;
        font-size: 1.7rem;
        @media(min-width:750px){
            font-size: 2.5rem;
            margin: -90px auto 0;
        }
    }
}

.voice{
    background: url(/template/default/img/sp/gel_rich/voice_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 0 0 50px;
    .heading{
        position: relative;
        top: -15px;
    }
    .content{
        width: 88%;
        margin: auto;
    }
    .block{
        position: relative;
        background: #fff;
        margin-top: 90px;
        @media(min-width:750px){
	        margin-top: 160px;
        }
        &::before{
            content:"";
            display: block;
            background: url(/template/default/img/sp/gel_rich/voice_k02.png) no-repeat center left;
            background-size: 100% auto;
            aspect-ratio: 72/132;
            position: absolute;
            top: -6px;
            right: -3px;
            width: 36px;
        }
        &::after{
            content:"";
            display: block;
            background: url(/template/default/img/sp/gel_rich/voice_k01.png) no-repeat center left;
            background-size: 100% auto;
            aspect-ratio: 72/132;
            position: absolute;
            bottom: -6px;
            left: -3px;
            width: 36px;
        }
        &:last-child{
            .img{
                left: auto;
                right: 10px;
                margin: 0 0 0 auto;
            }
            .prd{
                margin: 0 auto 0 0;
                right:auto;
                left: -6.5%;
                width: 72%;
                @media(min-width:750px){
	                text-align: left;
	                left:-6.7%;
                }
            }
            &::before{
            content:"";
            display: block;
            background: url(/template/default/img/sp/gel_rich/voice_k03.png) no-repeat center left;
            background-size: 100% auto;
            aspect-ratio: 72/132;
            position: absolute;
            top: -6px;
            right: auto;
            left: -3px;
            width: 36px;
        }
        &::after{
            content:"";
            display: block;
            background: url(/template/default/img/sp/gel_rich/voice_k04.png) no-repeat center left;
            background-size: 100% auto;
            aspect-ratio: 72/132;
            position: absolute;
            bottom: -6px;
            left:auto;
            right: -3px;
            width: 36px;
        }
        }
        .img{
            position: relative;
            top: -80px;
            left: 10px;
            width: 67%;
            @media(min-width:750px){
			     top: -140px
		     }
        }
        .prd{
            text-align: right;
            margin: 0 0 0 auto;
            position: absolute;
            width: 52%;
            right: -6.5%;
            top: 30px;
            z-index: 2;
            @media(min-width:750px){
	            right: -6.85%;
            }
        }
        .text-group{
            margin-top: -19vw;
            @media(min-width:750px){
            margin-top: -130px;
        }
        }
        .text{
            border-top:1px solid #dfe7e7;
            padding:17px 0 20px;
            margin: 20px auto 0;
            width: 87%;
            .desc{
                margin: 0;
                font-size: 1.35rem;
                @media(min-width:750px){
            font-size: 2rem;
        }
                .name{
                    display: block;
                    text-align: right;
                }
            }
        }
    }
}
.sec05{
    
    .content{
        background: url(/template/default/img/sp/gel_rich/sec05_bg.jpg) no-repeat center top;
        background-size: cover;
        padding: 0 0 50px;
        .subheading{
            padding: 30px 0 12px;
        }
        .video{
            width: 94.5%;
            margin:10px auto 5px;
            @media(min-width:750px){
	            margin:20px auto 10px;
            }
        }
        .text04{
            margin: 0 0 15px;
        }
    }
}
.cta3{
    background: url(/template/default/img/sp/gel_rich/cta_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 40px 0 0;
    @media(min-width:750px){
	            padding: 60px 0 0;
            }
    .heading{
        width: 92%;
        margin: auto;
    }
    .content{
        background: #fff;
        width: 92%;
        margin:10px auto 0;
        padding: 30px;
        .inner{
        display: flex;
        justify-content: space-between;
        margin: auto;
        }

        .block:first-child{
            border-bottom:1px solid #ccc;
            padding: 0 0 20px;
            margin: 0 0 20px;
            @media(min-width:750px){
                padding: 0 0 50px;
            margin: 0 0 50px;
            }
        }
        .text {
            text-align: left;
            width: 49%;
            margin-top: -10px;
        }
        .prd {
            width: 46%;
        }
        .prd_name{
            text-align: left;
            margin:20px 0 0;
            font-weight: bold;
            line-height: 1.2;
            font-size: 1.9rem;
            @media(min-width:750px){
                    font-size: 4rem;
            }
            .c-new{
                display: block;
                width: fit-content;
                margin: 0 0 5px;
            }
        }
        .amount{
            font-size: 1.3rem;
            line-height: 1;
            margin:10px 0 0;
            @media(min-width:750px){
                    font-size: 2.5rem;
                }
        }
        .price{
            white-space: nowrap;
            font-size: 1.1rem;
            margin: 0 0 10px;
            @media(min-width:750px){
                    font-size: 2.5rem;
                }
            b{
                font-size: 130%;
            }
        }
        .c-btn {
        width: 92%;
        margin: auto;
        font-size: 1.7rem;
        @media(min-width:750px){
            font-size: 2.5rem;
        }
    }
    }
    .c-prime{
        margin:auto;
        .inner{
            width: 92%;
            margin: auto;
            padding: 15px 0 30px;
        }
        .content{
            width: 100%;
            margin: 0;
            padding: 20px 0;
        }
    }
}

.info{
    padding: 30px 0 0;
    .content{
        width: 92%;
        margin: auto;
        .heading{
            text-align: center;
            font-weight: bold;
            font-size: 1.9rem;
            margin: 0 0 20px;
            @media(min-width:750px){
                    font-size: 4rem;
                }
        }
    }
    .group{
        margin: 0 0 25px;
        .subheading{
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-weight: bold;
            font-size: 1.8rem;
            margin: 0 0 6px;
            @media(min-width:750px){
                    font-size: 3rem;
                }
            &::before,
            &::after {
            background-color: #222;
            content: "";
            height: 1px; 
            flex-grow: 1;
            }
            &::before {
            margin-right: 15px; 
            }
            &::after {
            margin-left: 15px; 
            }
        }
        .desc{
            font-size: 1.55rem;
            margin: 0 0 10px;
            @media(min-width:750px){
                    font-size:2rem;
                }
        }
    }
}








@media(min-width:750px){
    .gel_rich{
        width: 750px;
        margin: auto;
        box-shadow: 0px 0px 15px -5px #4d4d4d;
        padding-bottom: 60px;
    }
}    


.fadeInRight,
.fadeInLeft,
.fadeIn,.fadeInTop {
	animation-duration:2s;

}
.fadeInRight {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2;
}
.fadeInTop {
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}