html{
    font-size: 16px;
}
@media screen and (max-width: 480px) {
    html{
        font-size: 4vw;
    }
}
body{
    /*background: #000;*/
    background: #eaeaea;
}
body.footerBtm{
    display: block;
    min-height: auto;
    overflow-x: hidden;
}
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: none;*/
    /*
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    padding-bottom: 2%;
    */
}
@media screen and (max-width: 480px) {
    footer{
        font-size: 4vw;
        padding: 0.1em;
        padding-bottom: 0.5em;
    }
}
.forPosiBtm{
    position: relative;
}
.forPosiBtm .content .form .ac {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}
.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: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}

.forPosiBtm .content .text-select > div{
    margin-bottom: 3.5%;
}
.forPosiBtm .content .text-select > div:last-of-type{
    margin-bottom: 0;
}

.forPosiBtm .content .form > div{
    /*margin-bottom: 15px;*/
    margin-bottom: 0;
}

.forPosiBtm input[type="radio"]+label, .forPosiBtm input[type="checkbox"]+label{
    display: block;
    padding: 0;
    background-color: transparent;
    border-radius: unset;
    text-shadow: none;
}

.forPosiBtm input[type="radio"]+label:before,.forPosiBtm input[type="checkbox"]+label:before{
    display: none;
}
.forPosiBtm input[type="radio"]+label:after,.forPosiBtm input[type="checkbox"]+label:after{
    display: none;
}

.forPosiBtm input[type="radio"]+label > p, .forPosiBtm input[type="checkbox"]+label > p{
    text-shadow: none;
    background-color: transparent;
    font-size: 24px;
    color: #000;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}
.forPosiBtm input[type="radio"]+label > p:before, .forPosiBtm input[type="checkbox"]+label > p:before{
    content: "";
    display: inline-block;
    vertical-align: text-top;
    margin-right: 0.5em;
    /*
    background-image: url(../img/check_no.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 33px;
    border: none;
    background-color: transparent;
    left: 0;
    */
    width: 1.25em;
    height: 1.25em;
    border: 3px solid #000000;
    background-color: transparent;
    left: 0;
    opacity: 1;
    
    box-sizing: border-box;

}
.forPosiBtm input[type="radio"]:checked+label > p:before, .forPosiBtm input[type="checkbox"]:checked+label > p:before{
    content: "";
    /*
    background-image: url('../img/check.webp');
    */
    transform: rotate(0deg);
    left: 0;
    top: 7px;
}
.forPosiBtm input[type="radio"]:checked+label > p:after, .forPosiBtm input[type="checkbox"]:checked+label > p:after{
    content: "";
    display: block;
    height: 0.8em;
    border: 3px solid #fff;
    position: absolute;
    -webkit-transition: all .2s, border-color .1s;
    transition: all .2s, border-color .1s;
    background-color: transparent;
    width: 0.53em;
    top: 8%;
    left: 0.4em;
    border-radius: 0;
    border-width: 0.15em;
    border-color: #e36418;
    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 > p, .forPosiBtm input[type="checkbox"]+label > p{
        font-size: 4vw;
        font-weight: 600;
    }
}
@media screen and (min-width: 481px) and ( max-width:630px) {
    .forPosiBtm input[type="radio"]+label > p, .forPosiBtm input[type="checkbox"]+label > p{
        font-size: 3.8vw;
        font-weight: 600;
    }
}
@media screen and (max-width: 480px) {
    .forPosiBtm input[type="radio"]+label > p, .forPosiBtm input[type="checkbox"]+label > p{
        font-size: 4vw;
        font-weight: 600;
    }
}
.forPosiBtm .image-select input[type="radio"]+label,.forPosiBtm .image-select input[type="checkbox"]+label{
    padding: 0;
    display: block;
}

.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: 2%;
}
/*
form .flex-wrap > div img{
    display: block;
    border-radius: 10px;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3));
}
*/

.forPosiBtm .content{
    padding: 0;
}
.forPosiBtm .content img{
    display: block;
}
.forPosiBtm footer{
    /*
    position: absolute;
    bottom: 1%;
    left: 0;
    right: 0;
    */
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}
.forPosiBtm footer p{
    margin: auto;
    font-size: 80%;
    color: #000;
}
.forPosiBtm footer img{
    display: block;
    width: 100%;
}
.forPosiBtm .direct-move{
    display: none;
}
.box-shadow{
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .6));
    transform: translateZ(0);
}
.frame{
    border: 7px solid;
    border-image: linear-gradient(to bottom right, #fff3db, #af9741, #fff4dc, #fff3db, #af9741, #fff4dc) 1;
}
/**#q0**/
#q0.forPosiBtm{
    position: relative;
}
#q0.forPosiBtm .bg{
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
#q0.forPosiBtm .content{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#q0.forPosiBtm .content .top_img_001{
    position: absolute;
    left: 0;
    right: 0;
    top: 19%;
    width: 60%;
    margin-left: 5%;
    margin-right: auto;
}
#q0.forPosiBtm .content .top_img_002{
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
#q0.forPosiBtm .content .top_img_003{
    position: absolute;
    left: 0;
    right: 0;
    top: 51%;
    width: 60%;
    margin-left: auto;
    margin-right: 5%;
}
#q0.forPosiBtm .content .btn_top {
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 3%;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    box-sizing: border-box;
    padding: 3px;
}

@media screen and (min-width: 481px) and ( max-width:630px) {

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

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

}

.forPosiBtm .content .title{
    /*
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
    width: 83%;
    */
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.forPosiBtm .content .title .q_ic{
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8%;
}
.forPosiBtm .content .title .q_text{
    /*
    width: 100%;
    */
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
}

section{
    background-color: #fdf8eb;
}
/**#index**/
#index.forPosiBtm{
    position: relative;
}
#index.forPosiBtm .content{
    margin-left: auto;
    margin-right: auto;
}
#index.forPosiBtm .content .main-contents{

}
#index.forPosiBtm .content .main-contents .top_001{
    position: absolute;
    top: 18.5%;
    left: 0;
    right: 0;
}
#index.forPosiBtm .content .main-contents .top_btn{
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
/**#q01**/
#q01.forPosiBtm{
    position: relative;
}
#q01.forPosiBtm .content{
    margin-left: auto;
    margin-right: auto;
}
#q01.forPosiBtm .content .main-contents{

}
#q01.forPosiBtm .content .form{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    margin-bottom: 0;
    padding-bottom: 0;
}
#q01.forPosiBtm .content .image-select{
    width: 100%;
    justify-content: space-between;
}
#q01.forPosiBtm .content .image-select > div{
    margin-bottom: 1%;
    box-sizing: border-box;
    padding: 1%;
    width: 45%;
}
/**#q02**/
#q02.forPosiBtm{
    position: relative;
}
#q02.forPosiBtm .content{
    margin-left: auto;
    margin-right: auto;
    
}
#q02.forPosiBtm .content .main-contents{

}
#q02.forPosiBtm .content .form{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    margin-bottom: 0;
    padding-bottom: 0;
}
#q02.forPosiBtm .content .image-select{
    width: 100%;
    justify-content: space-between;
}
#q02.forPosiBtm .content .image-select > div{
    margin-bottom: 1%;
    box-sizing: border-box;
    padding: 1%;
    width: 100%;
}
/**#q03**/
#q03.forPosiBtm{
    position: relative;
}
#q03.forPosiBtm .content{
    margin-left: auto;
    margin-right: auto;
    
}
#q03.forPosiBtm .content .main-contents{

}
#q03.forPosiBtm .content .form{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3%;
    margin-bottom: 0;
    padding-bottom: 0;
}
#q03.forPosiBtm .content .image-select{
    width: 100%;
    justify-content: space-between;
}
#q03.forPosiBtm .content .image-select > div{
    margin-bottom: 1%;
    box-sizing: border-box;
    padding: 1%;
    width: 45%;
}
/**#q04**/
#q04.forPosiBtm{
    position: relative;
}
#q04.forPosiBtm .content{
    margin-left: auto;
    margin-right: auto;
    
}
#q04.forPosiBtm .content .main-contents{

}
#q04.forPosiBtm .content .form{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    margin-bottom: 0;
    padding-bottom: 0;
}
#q04.forPosiBtm .content .image-select{
    width: 100%;
    justify-content: space-between;
}
#q04.forPosiBtm .content .image-select > div{
    margin-bottom: 1%;
    box-sizing: border-box;
    padding: 1%;
    width: 45%;
}
/**#q05**/
#q05.forPosiBtm{
    position: relative;
}
#q05.forPosiBtm .content{
    margin-left: auto;
    margin-right: auto;
    
}
#q05.forPosiBtm .content .main-contents{

}
#q05.forPosiBtm .content .form{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    margin-bottom: 0;
    padding-bottom: 0;
}
#q05.forPosiBtm .content .image-select > div{
    margin-bottom: 5%;
    box-sizing: border-box;
    padding: 3px;
}
/**#q06**/
#q06.forPosiBtm{
    position: relative;
}
#q06.forPosiBtm .content{
    margin-left: auto;
    margin-right: auto;
    
}
#q06.forPosiBtm .content .main-contents{

}
#q06.forPosiBtm .content .form{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    margin-bottom: 0;
    padding-bottom: 0;
}
#q06.forPosiBtm .content .image-select > div{
    margin-bottom: 5%;
    box-sizing: border-box;
    padding: 3px;
}
/**#thanks**/
#thanks.forPosiBtm{

}

#thanks.forPosiBtm .content{
    margin-left: auto;
    margin-right: auto;
}
#thanks.forPosiBtm .content .main-contents{

}
#thanks.forPosiBtm .content .main-contents .thanks_img001{
    position: absolute;
    top: 13.9%;
    left: 0;
    right: 0;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}
#thanks.forPosiBtm .content .main-contents .cta-wrap{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5%;
    margin-bottom: 0;
    padding-bottom: 0;
}

/**************************

**************************/
.form img:hover, .content a img:hover, .content .btn_top img:hover, .btn_next img:hover{
    opacity: 0.8;
}
/**************************

**************************/
.cta-link{
    cursor: pointer;
    border-radius: 50px;
}
.cta-link:hover{
    opacity: 0.8;
}
.cta-link2{
    cursor: pointer;
    border-radius: 20px;
}
.cta-link2:hover{
    opacity: 0.8;
}
.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: #ffffff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
    z-index: 999;
}

@-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; }
}

/**************************
フェードアニメーション
**************************/
.fade{
    opacity: 0;
}
.fade-wrap{
	opacity: 0;
	transition: all 1s ease-in-out;
}
.fade-wrap.is-active{
	opacity: 1 !important;
}
.fade-wrap.slow{
	transition: all 2s ease-in-out;
}
.fade-wrap.fast{
	transition: all 0.5s ease-in-out;
}
.fade-wrap.fastest{
	transition: all 0.4s ease-in-out;
}
/**************************
スクロールアニメーション
**************************/
.scroll{
    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.fastest{
	transition: all 0.4s ease-in-out;
}
.scroll-wrap.is-active{
	opacity: 1 !important;
}
/**left-right**/
.scroll-wrap.left-right,.fade-wrap.left-right{
	transform: translateX(-25%);
}
.scroll-wrap.left-right.is-active,.fade-wrap.left-right.is-active{
	transform: translateX(0%);
}
/**right-left**/
.scroll-wrap.right-left,.fade-wrap.right-left{
	transform: translateX(25%);
}
.scroll-wrap.right-left.is-active,.fade-wrap.right-left.is-active{
	transform: translateX(0%);
}
/**bottom-top**/
.scroll-wrap.bottom-top,.fade-wrap.bottom-top{
	transform: translateY(25%);
}
.scroll-wrap.bottom-top.is-active,.fade-wrap.bottom-top.is-active{
	transform: translateY(0%) !important;
}
/**top-bottom**/
.scroll-wrap.top-bottom,.fade-wrap.top-bottom{
	transform: translateY(-25%);
}
.scroll-wrap.top-bottom.is-active,.fade-wrap.top-bottom.is-active{
	transform: translateY(0%) !important;
}

/**************************
画面アニメーション
**************************/
.page-move0{
    cursor: pointer;
}
.page-move1{
    cursor: pointer;
}
body.move1{
    /*background:#f08437;*/
}

.splashbg{
    display: none;
	content: "";
	position:fixed;
	transform: scale(0);
	background-color: #f08437;/*伸びる背景色の設定*/
	z-index: 999;
    /*丸のスタートの形状*/
    top:calc(50% - 1rem);/*50%から円の半径を引いた値*/
    left:calc(50% - 1rem);/*50%から円の半径を引いた値*/
	width: 2rem;
	height: 2rem;
}

body.move1 .splashbg{
    display: block;
    border-radius: 50%;	
	animation-name:PageAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
@keyframes PageAnime{
	0% {/*丸のスタート位置と形状*/
		transform: scale(0);
	
	}
	100% {/*丸の終了位置と形状*/
		transform: scale(100);
		/*display: none;/*終了時は消える*/
	}
}

#container{
	opacity: 0;
}

body.move1 #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}
/**************************
画面アニメーション2
**************************/
.page-move2{
    cursor: pointer;
}
body .move2{
    animation-name:move2;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
@keyframes move2{
	0% {
	    opacity: 1;
        transform: translateX(0);
	}
	100% {
	    opacity: 0;
        transform: translateX(-100%);
    }
}
/**************************
ページ遷移なし1P完結 body.vertical
**************************/
body.vertical section{
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}
body.vertical section:not(:first-of-type){
    display: none;
}
/*
body.vertical section:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
*/
body.vertical section .ans-btn{
    cursor: pointer;
}
