html{
    font-family: "Noto Sans JP";
}
body{
    /*background: #000;*/
    background: #f0f0f0;
}
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: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    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 .form label img{
    width: auto;
}

.forPosiBtm .content .text-select > div{
    /*margin-bottom: 3.5%;*/
    margin-bottom: 5%;

    transform: translateY(140%);
}
.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: 26px;
    color: #000;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-indent: -1.8em;
    margin-left: 1.8em;

    text-shadow: 2px 2px 1.5px #FFF, -2px -2px 1.5px #FFF, -2px 2px 1.5px #FFF, 2px -2px 1.5px #FFF, 0 2px 1.5px #FFF, 0 -2px 1.5px #FFF, -2px 0 1.5px #FFF, 2px 0 1.5px #FFF;
    color: #2e1300;
}
.forPosiBtm input[type="radio"]+label > p:before, .forPosiBtm input[type="checkbox"]+label > p:before{
    content: "";
    display: inline-block;
    vertical-align: text-bottom;
    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: 2px solid #2e1300;
    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: -1.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);
}
.forPosiBtm input[type="radio"]+label > p, .forPosiBtm input[type="checkbox"]+label > p img{
    display: inline-block;
    vertical-align: middle;
}
.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: 4vw;
        font-weight: 600;
    }
}
@media screen and (max-width: 480px) {
    .forPosiBtm input[type="radio"]+label > p, .forPosiBtm input[type="checkbox"]+label > p{
        font-size: 4.2vw;
        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;
    justify-content: center;
}
.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%;
    margin-left: auto;
    margin-right: auto;
}
.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;
}
.floating{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 2%;
    max-width: 640px;
    background-color: rgb(0 0 0 / 48%);
}
@media screen and (min-width: 981px) {
    .floating{
        padding: 15px;
    }
}
@media screen and (min-width: 630px) and ( max-width:980px) {
    .floating{
        max-width: 980px;
    }
}
.floating a{
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.floating a:hover{
    opacity: 0.8;
}
.floating a img{
    display: block;
    width: 100%;
}
/**#q0**/
#q0.forPosiBtm{
    position: relative;
    padding-bottom: 21%;
}
#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 .kv{
    position: relative;
}
#q0.forPosiBtm .content .top_kv{
    position: relative;
}
#q0.forPosiBtm .content .top_img_01{
    position: absolute;
    left: 5%;
    top: 24%;
    width: 70%;
    margin-left: auto;
}
#q0.forPosiBtm .content .top_img_02{
    position: absolute;
    left: 0;
    right: 0;
    top: 82%;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
#q0.forPosiBtm .content .top_img_03{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}
#q0.forPosiBtm .content .top_img_04{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    margin-bottom: 8%;
}
#q0.forPosiBtm .content .top_img_05{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    margin-bottom: 8%;
}
#q0.forPosiBtm .content .top_img_06{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    margin-bottom: 8%;
}
#q0.forPosiBtm .content .top_img_07{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    margin-bottom: 5%;
    transform: translateY(7%);
}
#q0.forPosiBtm .content .top_img_08{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}
#q0.forPosiBtm .content .top_img_09{
    width: 97%;
    margin-left: 0;
    margin-right: auto;
    margin-top: 8%;
    margin-bottom: 8%;
}
#q0.forPosiBtm .content .top_img_10{
    width: 97%;
    margin-left: 0;
    margin-right: auto;
    margin-top: 8%;
    margin-bottom: 8%;
}
#q0.forPosiBtm .content .top_img_11{
    width: 97%;
    margin-left: 0;
    margin-right: auto;
    margin-top: 8%;
    margin-bottom: 8%;
}
#q0.forPosiBtm .content .top_img_12{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
    margin-bottom: 5%;
}
#q0.forPosiBtm .content .cta_button{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    margin-bottom: 5%;
}
#q0.forPosiBtm .content .cta_button a{
    border-radius: 25px;
}
#q0.forPosiBtm .content .sns-wrap{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    margin-bottom: 8%;
}
#q0.forPosiBtm .content .sns-wrap a{
    display: block;
    width: 15%;
    margin: 0 9%;
}
@media screen and (min-width: 981px) {
    #q0.forPosiBtm{
        padding-bottom: 142px;
    }
}
@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: 13%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}
.forPosiBtm .content .title .q_text{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.forPosiBtm .content .main-contents{
    margin-top: 5%;
    margin-bottom: 5%;
}


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

**************************/
.form img:hover, .content a img:hover, .content .btn_top img:hover, .btn_next img: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-wrap{
	opacity: 0;
	transition: all 1s ease-out;
}
.fade-wrap.is-active{
	opacity: 1 !important;
}
.fade-wrap.slow{
	transition: all 1.5s ease-out;
}
.fade-wrap.fast{
	transition: all 0.5s ease-out;
}
.fade-wrap.fastest{
	transition: all 0.4s ease-out;
}
/**************************
スクロールアニメーション
**************************/
.scroll-wrap{
	opacity: 0;
	transition: all 1s ease-out;
}
.scroll-wrap.slow{
	transition: all 1.5s ease-out;
}
.scroll-wrap.fast{
	transition: all 0.5s ease-out;
}
.scroll-wrap.fastest{
	transition: all 0.4s ease-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%);
    }
}