body{
    /*background: #000;*/
    background: #fcf3dc;
}
body.footerBtm{
    display: block;
    min-height: auto;
}
div.bg_mv {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
div.bg_mv .video-box{
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    position: relative;
    top: 0;
    z-index: 0;
    height: auto;
    overflow: hidden;
}
div.bg_mv .video-box video{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
    transform: translate(0, 0);
    object-fit: contain;
    height: auto;
    width: 100%;
    display: block;
    transform: scale(1.005);
}
footer{
    display: block;
    padding: 2px;
    box-sizing: border-box;
    background-color: #f57938;
    margin-top: -1px;
    position: relative;
    z-index: 1;

}
footer p{
    font-size: 80%;
}
@media screen and ( max-width:980px) {
    footer p{
        font-size: 3.5vw;
    }
}
.forPosiBtm{
    position: relative;
}
.forPosiBtm .ac {
    position: absolute;
    bottom: 9%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    z-index: 2;
    box-sizing: border-box;
    padding: 0;
}
.forPosiBtm .ac a{
    display: block;
}
.forPosiBtm .ac a img{
    display: block;
}
.forPosiBtm video{
    width: 100%;
    display: block;
}
body#body01::before{
    display: none;
}

.forPosiBtm .content form{
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}
.forPosiBtm .content form > div{
    margin-bottom: 15px;  
}
.forPosiBtm input[type="radio"]+label, .forPosiBtm input[type="checkbox"]+label{
    text-shadow: none;
    background-color: transparent;
    font-size: 24px;
    color: #000;
    position: relative;
}
.forPosiBtm input[type="radio"]+label:before, .forPosiBtm input[type="checkbox"]+label:before{
    content: "";
    display: block;
    /*
    background-image: url(../img/check_no.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
    border: none;
    background-color: transparent;
    left: 0;
    */
    width: 33px;
    height: 33px;
    border: 3px solid #000000;
    background-color: transparent;
    left: 0;
    opacity: 1;

}
.forPosiBtm input[type="radio"]:checked+label:before, .forPosiBtm input[type="checkbox"]:checked+label:before{
    content: "";
    display: block;
    /*
    background-image: url('../img/check.png');
    */
    transform: rotate(0deg);
    left: 0;
    top: 7px;
}
.forPosiBtm input[type="radio"]:checked+label:after, .forPosiBtm input[type="checkbox"]:checked+label:after{
    content: "";
    display: block;
    height: 25px;
    border: 3px solid #fff;
    position: absolute;
    -webkit-transition: all .2s, border-color .1s;
    transition: all .2s, border-color .1s;
    background-color: transparent;
    
    width: 12px;
    top: 3px;
    left: 18px;
    border-radius: 0;
    border-width: 3px;
    border-color: #ff0000;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btnArea .btn-submit {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 630px) and ( max-width:980px) {
    body{
        max-width: 100%;
    }
    body div.bg_mv{
        max-width: 100%;
    }
    body div.bg_mv .video-box{
        max-width: 100%;
    }
    .forPosiBtm input[type="radio"]+label, .forPosiBtm input[type="checkbox"]+label{
        font-size: 4vw;
        padding-left: 2em;
    }
    .forPosiBtm input[type="radio"]+label:before, .forPosiBtm input[type="checkbox"]+label:before {
        content: "";
        width: 5vw;
        height: 5vw;
    }
    .forPosiBtm input[type="radio"]:checked+label:after, .forPosiBtm input[type="checkbox"]:checked+label:after{
        width: 3vw;
        height: 7vw;
        left: 0.5em;
        top: -0.5em;
    }
}
@media screen and (min-width: 481px) and ( max-width:630px) {
    .forPosiBtm input[type="radio"]+label, .forPosiBtm input[type="checkbox"]+label{
        font-size: 3.8vw;
        padding-left: 2em;
    }
    .forPosiBtm input[type="radio"]+label:before, .forPosiBtm input[type="checkbox"]+label:before {
        content: "";
        width: 6vw;
        height: 6vw;
    }
    .forPosiBtm input[type="radio"]:checked+label:after, .forPosiBtm input[type="checkbox"]:checked+label:after{
        width: 2.5vw;
        height: 6.5vw;
        left: 13px;
    }
}
@media screen and (max-width: 480px) {
    .forPosiBtm input[type="radio"]+label, .forPosiBtm input[type="checkbox"]+label{
        font-size: 4vw;
        padding-left: 2em;
    }
    .forPosiBtm input[type="radio"]+label:before, .forPosiBtm input[type="checkbox"]+label:before {
        content: "";
        width: 6.5vw;
        height: 6.5vw;
        top: 4px;
    }
    .forPosiBtm input[type="radio"]:checked+label:before, .forPosiBtm input[type="checkbox"]:checked+label:before{
        top: 4px;
    }
    .forPosiBtm input[type="radio"]:checked+label:after, .forPosiBtm input[type="checkbox"]:checked+label:after{
        width: 2.5vw;
        height: 6.5vw;
        left: 13px;
        top: 0px;
    }
}
@media screen and (max-width: 280px) {
    .forPosiBtm input[type="radio"]+label:before, .forPosiBtm input[type="checkbox"]+label:before {
        content: "";
        width: 4.5vw;
        height: 4.5vw;
        border-width: 2px;
        top: 1px;
    }
    .forPosiBtm input[type="radio"]:checked+label:before, .forPosiBtm input[type="checkbox"]:checked+label:before{
        top: 1px;
    }
    .forPosiBtm input[type="radio"]:checked+label:after, .forPosiBtm input[type="checkbox"]:checked+label:after{
        width: 2vw;
        height: 5vw;
        left: 9px;
        top: -3px;
    }
}
.forPosiBtm .image-select input[type="radio"]+label{
    padding: 0;
    display: block;
}
.forPosiBtm .image-select input[type="radio"]+label:before{
    display: none;
}
.forPosiBtm .image-select input[type="radio"]+label:after{
    display: none;
}
.forPosiBtm input[type="radio"]:checked+label img, .forPosiBtm input[type="checkbox"]:checked+label img{
    outline: 3px solid #eb6100;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
form .flex-wrap > div{
    width: 50%;
    box-sizing: border-box;
    padding: 2%;
    margin-bottom: 1%;
}
form .flex-wrap > div img{
    display: block;
    border-radius: 10px;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3));
}
/**#q0**/
#q0.forPosiBtm .image{
    position: absolute;
    bottom: 26%;
    width: 95%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}
#q0.forPosiBtm .ac {
    bottom: 2%;
}
#q0.forPosiBtm .ac a{
    display: block;
    width: 55%;
    height: 82px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 980px) {
    #q0.forPosiBtm .ac a{
        height: 13vw;
        width: 50%;
    }
}
/**#q01**/
body#body01::before{
    display: none;
}
#q01.forPosiBtm .content{
    position: absolute;
    z-index: 3;
    bottom: 2%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q01.forPosiBtm .content form{
    
}
#q01.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 75%;
    margin-bottom: 0;
    margin-top: 0;
}
@media screen and (min-width: 481px) and ( max-width:630px) {
    #q01.forPosiBtm .content {
        bottom: 2%;
    }
}
@media screen and (max-width: 480px) {
    #q01.forPosiBtm .content {
        bottom: 2%;
    }
}
@media screen and (max-width: 320px) {
    #q01.forPosiBtm .content {
        bottom: 2%;
    }
}
@media screen and (max-width: 280px) {

}
/**#q02**/
body#body02::before{
    display: none;
}
#q02.forPosiBtm .content{
    position: absolute;
    z-index: 3;
    bottom: 2%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q02.forPosiBtm .content form{
    
}
#q02.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 75%;
    margin-bottom: 0;
    margin-top: 0;
}
@media screen and (min-width: 481px) and ( max-width:630px) {
    #q02.forPosiBtm .content {
        bottom: 2%;
    }
}
@media screen and (max-width: 480px) {
    #q02.forPosiBtm .content {
        bottom: 2%;
    }
}
@media screen and (max-width: 320px) {
    #q02.forPosiBtm .content {
        bottom: 2%;
    }
}
@media screen and (max-width: 280px) {

}
/**#q02-2**/
body#body02::before{
    display: none;
}
#q02-2.forPosiBtm .content{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q02-2.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 60%;
    margin-bottom: 0;
}
@media screen and (min-width: 481px) and ( max-width:630px) {
    #q02-2.forPosiBtm .content {
        bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    #q02-2.forPosiBtm .content {
        bottom: 0;
    }
}
@media screen and (max-width: 320px) {

}
@media screen and (max-width: 280px) {

}
/**#q03**/
body#body03::before{
    display: none;
}
#q03.forPosiBtm .content{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q03.forPosiBtm .content form{
    display: flex;
    flex-wrap: wrap;
}
#q03.forPosiBtm .content form > div:nth-of-type(1){
    text-align: right;
    padding-right: 5%;
    width: 50%;
}
#q03.forPosiBtm .content form > div:nth-of-type(2){
    text-align: left;
    padding-left: 5%;
    width: 50%;
}
#q03.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 60%;
    margin-bottom: 0;
    margin-top: 0;
}
@media screen and (max-width: 480px) {
    #q03.forPosiBtm .content {
        bottom: 0;
    }
    #q03.forPosiBtm .content form > div{
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 280px) {
    #q03.forPosiBtm input[type="radio"]+label, #q03.forPosiBtm input[type="checkbox"]+label {
        font-size: 4vw;
        padding: 0.25em;
        padding-left: 2em;
        line-height: 1;
    }
    #q03.forPosiBtm .content form > div {
        margin-bottom: 10px;
    }
    #q03.forPosiBtm .content {
        bottom: 0;
    }
}
/**#q03-2**/
body#body03::before{
    display: none;
}
#q03-2.forPosiBtm .video-box{
    position: absolute;
    max-width: 100%;
}
#q03-2.forPosiBtm .content{
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5%;
}
#q03-2.forPosiBtm .content img{
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#q03-2.forPosiBtm .image{
    margin-top: 5%;
    margin-bottom: 5%;
}
#q03-2.forPosiBtm .image1{
    margin-top: 5%;
    margin-bottom: 5%;
}
#q03-2.forPosiBtm .button_q3-2{
    margin-top: 5%;
    margin-bottom: 5%;
}
#q03-2.forPosiBtm .button_q3-2 a{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
#q03-2.forPosiBtm .title{
    margin-top: 5%;
    margin-bottom: 5%;
}
#q03-2.forPosiBtm .flex-wrap{
    margin-top: 5%;
    margin-bottom: 5%;
}
#q03-2.forPosiBtm .flex-wrap .image-wrap{
    width: 50%;
    box-sizing: border-box;
    padding: 2%;
}
#q03-2.forPosiBtm .flex-wrap .image-wrap .icon{
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#q03-2.forPosiBtm .flex-wrap .image-wrap .text{
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}
#q03-2.forPosiBtm .c_text{
    margin-top: 5%;
    margin-bottom: 5%;
}
#q03-2.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 70%;
    margin-bottom: 0;
}
@media screen and (min-width: 481px) and ( max-width:630px) {
    #q03-2.forPosiBtm .flex-wrap .image-wrap:nth-of-type(1) .text{
        width: 80%;
    }
    #q03-2.forPosiBtm .flex-wrap .image-wrap:nth-of-type(2) .text{
        
    }
    #q03-2.forPosiBtm .flex-wrap .image-wrap:nth-of-type(3) .text{
        width: 80%;
    }
    #q03-2.forPosiBtm .flex-wrap .image-wrap:nth-of-type(4) .text{
        width: 55%;
    }
}
@media screen and (max-width: 480px) {
    #q03-2.forPosiBtm .flex-wrap .image-wrap:nth-of-type(1) .text{
        width: 80%;
    }
    #q03-2.forPosiBtm .flex-wrap .image-wrap:nth-of-type(2) .text{
        
    }
    #q03-2.forPosiBtm .flex-wrap .image-wrap:nth-of-type(3) .text{
        width: 80%;
    }
    #q03-2.forPosiBtm .flex-wrap .image-wrap:nth-of-type(4) .text{
        width: 55%;
    }
}
@media screen and (max-width: 320px) {

}
@media screen and (max-width: 280px) {

}
/**#q04**/
body#body04::before{
    display: none;
}
#q04.forPosiBtm .content{
    position: absolute;
    z-index: 3;
    bottom: 2%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q04.forPosiBtm .content form{
    display: flex;
    flex-wrap: wrap;
}
#q04.forPosiBtm .content form > div:nth-of-type(1){
    text-align: right;
    padding-right: 5%;
    width: 50%;
}
#q04.forPosiBtm .content form > div:nth-of-type(2){
    text-align: left;
    padding-left: 5%;
    width: 50%;
}
#q04.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 60%;
    margin-bottom: 0;
    margin-top: 0;
}
@media screen and (max-width: 480px) {
    #q04.forPosiBtm .content {
        bottom: 0;
    }
}
@media screen and (max-width: 320px) {
    #q04.forPosiBtm .content form > div {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 280px) {
    #q04.forPosiBtm input[type="radio"]+label, #q04.forPosiBtm input[type="checkbox"]+label {
        font-size: 4vw;
        padding: 0.25em;
        padding-left: 2em;
        line-height: 1;
    }
    #q04.forPosiBtm .content form > div {
        margin-bottom: 10px;
    }
}
/**#q04-2**/
body#body04::before{
    display: none;
}
#q04-2.forPosiBtm .content{
    position: absolute;
    z-index: 3;
    bottom: 1%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q04-2.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 60%;
    margin-bottom: 0;
}
@media screen and (min-width: 481px) and ( max-width:630px) {
    #q04-2.forPosiBtm .content {
        bottom: 1%;
    }
}
@media screen and (max-width: 480px) {
    #q04-2.forPosiBtm .content {
        bottom: 1%;
    }
    #q04-2.forPosiBtm .content form > div {
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 320px) {
    #q04-2.forPosiBtm .content form > div {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 280px) {
    #q04-2.forPosiBtm .content form > div {
        margin-bottom: -3px;
    }
}
/**#q05**/
body#body05::before{
    display: none;
}
#q05.forPosiBtm .content{
    position: absolute;
    z-index: 3;
    bottom: 6%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q05.forPosiBtm .content form{
    
}
#q05.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 85%;
    margin-bottom: 0;
    margin-top: 0%;
}

@media screen and (min-width: 481px) and ( max-width:630px) {
    #q05.forPosiBtm .content {
        bottom: 2%;
    }
}
@media screen and (max-width: 480px) {
    #q05.forPosiBtm input[type="radio"]+label, #q05.forPosiBtm input[type="checkbox"]+label {
        font-size: 4vw;
    }
    #q05.forPosiBtm .content form > div {
        margin-bottom: 5px;
    }
    #q05.forPosiBtm .content {
        bottom: 0;
    }
    #q05.forPosiBtm .content .ac{
        margin-top: 0%;
    }
}
@media screen and (max-width: 320px) {
    #q05.forPosiBtm input[type="radio"]+label, #q05.forPosiBtm input[type="checkbox"]+label {
        font-size: 3.8vw;
    }
    #q05.forPosiBtm .content form > div {
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 280px) {
    #q05.forPosiBtm input[type="radio"]+label, #q05.forPosiBtm input[type="checkbox"]+label {
        font-size: 4vw;
        padding: 0.25em;
        padding-left: 2em;
        line-height: 1;
    }
    #q05.forPosiBtm .content form > div {
        margin-bottom: -3px;
    }
    #q05.forPosiBtm .content {
        bottom: 5%;
    }
    #q05.forPosiBtm .content .ac{
        margin-top: 4%;
    }
}
/**#q06**/
body#body06::before{
    display: none;
}
#q06.forPosiBtm .video-box{
    position: absolute;
}
#q06.forPosiBtm .video-box video{
    transform: scale(1.05);
}
#q06.forPosiBtm .content{
    position: relative;
    z-index: 3;
    top: 0%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: hidden;
}
#q06.forPosiBtm .content img{
    display: block;
}
#q06.forPosiBtm .subtitle{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    margin-bottom: 4%;
}
#q06.forPosiBtm .cta{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    margin-bottom: 3%;
}
#q06.forPosiBtm .cta a.btn{
    display: block;
    background-color: #009587;
    border-radius: 40px;
    box-sizing: border-box;
    padding: 5% 4%;
    border: 3px solid #ffffff;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3));
}
#q06.forPosiBtm .item_text{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
}
#q06.forPosiBtm .repeat{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
}
#q06.forPosiBtm .sns{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#q06.forPosiBtm .bgwh-wrap{
    background-color: #ffffff;
    box-sizing: border-box;
    padding-top: 3%;
    padding-bottom: 3%;
    box-shadow: 0px -3px 0.2em #9E9E9E, 0px 3px 0.2em #9E9E9E;
}
#q06.forPosiBtm .content .ac{
    position: static;
    max-width: 450px;
    width: 70%;
    margin-top: 1%;
    /*margin-bottom: 10%;*/
}
@media screen and (max-width: 480px) {
    #q06.forPosiBtm .content {
        top: 0;
    }
}
@media screen and (max-width: 320px) {
    #q06.forPosiBtm .content {
        top: 0;
    }
}


.shiny-btn {
    display: block;
    position: relative;
    overflow: hidden;
    transition: 300ms;
}
.shiny-btn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #b5e7ff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/**************************
スクロールアニメーション
**************************/
.scroll-wrap{
	opacity: 0;
	transition: all 1s ease-in-out;
}
.scroll-wrap.slow{
	transition: all 1.5s ease-in-out;
}
.scroll-wrap.fast{
	transition: all 0.5s ease-in-out;
}
.scroll-wrap.is-active{
	opacity: 1;
}
/**left-right**/
.scroll-wrap.left-right{
	transform: translateX(-25%);
}
.scroll-wrap.left-right.is-active{
	transform: translateX(0%);
}
/**right-left**/
.scroll-wrap.right-left{
	transform: translateX(25%);
}
.scroll-wrap.right-left.is-active{
	transform: translateX(0%);
}
/**bottom-top**/
.scroll-wrap.bottom-top{
	transform: translateY(25%);
}
.scroll-wrap.bottom-top.is-active{
	transform: translateY(0%);
}
/**top-bottom**/
.scroll-wrap.top-bottom{
	transform: translateY(-25%);
}
.scroll-wrap.top-bottom.is-active{
	transform: translateY(0%);
}