@charset "utf-8";
img{
	vertical-align:bottom;
	border:none;
}
body{
    width: 100%;
    background-color: #fff;
    margin:0;
}
.wrappe{
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.fv img{
    max-width: 100%;
}
.fv{
    margin-bottom: 2%;;
}
.content img{
    max-width: 100%;
}
.cva{
    position: relative;
}
.cta img{
    max-width: 100%;
}
.cva .button{
    position: absolute;
    bottom:15%;
    left:0;
    right:0;
    margin: auto;
}
.button img{
    /* max-width: 85%; */
}
.coupon{
    margin-top: 20px;
}
.coupon img{
    max-width: 100%;
}
.page2{
    position:relative;
}
.cva2{
    position:absolute;
    bottom: 3cqmax;
}
.cva2 .button{
    position: absolute;
    bottom:15%;
    left:0;
    right:0;
    margin: auto;
}
.cva2 .button img{
    max-width: 80%;
}

/*-------------------------------

btn追記コード

-------------------------------*/

@-webkit-keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }
    
    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

@-webkit-keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }
    
    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }
    
    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

.cta {
    position: relative;
}

.cta:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 67px;
    background: url(img/btn-text.png) no-repeat center center / contain;
    left: 50%;
    transform: translateX(-50%);
}

/* PC時 */
@media screen and (min-width: 1100px) {
    .cta:before{
        top: 50px;
        width: 85%;
    }
}

/* タブレット（大）時 */
@media screen and (max-width: 1099px) {
    .cta:before{
        top: 45px;
        width: 85%;
    }
}

/* タブレット（中）時 */
@media screen and (max-width: 652px) {
    .cta:before{
        top: 29px;
        width: 85%;
    }
}

/* タブレット（小）時 */
@media screen and (max-width: 515px) {
    .cta:before{
        top: 23px;
        width: 85%;
    }
}

/* スマホ時 */
@media screen and (max-width: 449px) {
    .cta:before{
        top: 16px;
        width: 85%;
    }
}

.cta:after {
    position: absolute;
    content: "";
    width: 85%;
    height: 50px;
    background: url(img/btn-attention.png) no-repeat center center / contain;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
}

/* PC時 */
@media screen and (min-width: 1100px) {
    .cta:after{
        bottom: 45px;
    }
}

/* タブレット（大）時 */
@media screen and (max-width: 1099px) {
    .cta:after{
        bottom: 40px;
    }
}

/* タブレット（中）時 */
@media screen and (max-width: 652px) {
    .cta:after{
        bottom: 21px;
    }
}

/* タブレット（小）時 */
@media screen and (max-width: 515px) {
    .cta:after{
        bottom: 16px;
    }
}

/* スマホ時 */
@media screen and (max-width: 449px) {
    .cta:after{
        bottom: 5px;
    }
}

.btn-link {
    display: inline-block;
    position: absolute;
    content: "";
    top: calc(50% + 16px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 86%;
}

.reflection{
    display:inline-block;
    position:relative;
    overflow:hidden;
    box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.36);
}

/* PC時 */
@media screen and (min-width: 1100px) {
    .reflection{
        border-radius: 25px;
    }
}

/* タブレット（大）時 */
@media screen and (max-width: 1099px) {
    .reflection{
        border-radius: 25px;
    }
}

/* タブレット（中）時 */
@media screen and (max-width: 664px) {
    .reflection{
        border-radius: 22px;
    }
}

/* タブレット（小）時 */
@media screen and (max-width: 549px) {
    .reflection{
        border-radius: 18px;
    }
}

/* スマホ時 */
@media screen and (max-width: 449px) {
    .reflection{
        border-radius: 15px;
    }
}

.reflection img{
    width: 100%;
    position: relative;
}

.reflection:after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);

    /* アニメーション */
    -webkit-animation-name: shiny;
            animation-name: shiny;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
