* {
    /* スマホずれ防止のため、全てを含めたサイズで指定 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

@charset "utf-8";

@-ms-viewport {
    width: auto;
}

html,
body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, sans-serif;
    margin: 0 auto;
    /*    overflow-x: hidden;*/
    font-size: 16px;
    /* iPhoneのデフォルト1.6で統一 */
    line-height: 1.6;
    background-color: white;
}

a {
    position: relative;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    z-index: 999;
}

a:hover {
    opacity: 0.8;
    -webkit-transition: 1s;
    -webkit-transition: .5s;
    -webkit-transition: .7s;
    transition: .7s;
}

.box_wave:before,
.box_wave:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 50px rgba(0, 255, 0, 0.6) inset;
    box-shadow: 0 0 50px rgba(0, 255, 0, 0.6) inset;
    -webkit-animation: box_wave 2s ease-out infinite;
    animation: box_wave 2s ease-out infinite;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box_wave:after {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

@-webkit-keyframes box_wave {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 1
    }

    90% {
        opacity: .1
    }

    to {
        -webkit-transform: scale(1.2, 1.5);
        transform: scale(1.2, 1.5);
        opacity: 0
    }
}

@keyframes box_wave {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 1
    }

    90% {
        opacity: .1
    }

    to {
        -webkit-transform: scale(1.2, 1.5);
        transform: scale(1.2, 1.5);
        opacity: 0
    }
}
						
					
.sm {
    display: block;
    width: 100%;
    padding: 8px 0;
}

.mm {
    display: block;
    width: 100%;
    margin: 16px 0;
}

.lm {
    display: block;
    width: 100%;
    padding: 24px 0;
}

.xlm {
    display: block;
    width: 100%;
    padding: 32px 0;
}

.blank_sm {
    padding-top: 8px;
}

.blank_mm {
    padding-top: 1%;
}

.blank_lm {
    padding-top: 2%;
}

.blank_xlm {
    padding-top: 3%;
}

.blank_xxlm {
    padding-top: 5%;
}

.layerbox {
    position: relative;
    width: 100%;
}

.layer_bg {
    position: relative;
    width: 100%;
}

.layer_fg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
}

.inner {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

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

.video {
    width: 100%;
    position: relative;
    background: url(../images/video_frame.png) no-repeat;
    background-size: 100% 100%;
    padding: 4px;
}

.youtube_video {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* メインcss ここから */

/*origin*/
#container {
    position: fixed;
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
    position: relative;
}

.mailinput {
    text-align: center;
    width: 85%;
    font-size: 18px;
    border: 0;
    border: solid 3px #e5004f;
    border-radius: 10px;
    line-height: 5rem;
    color: black;
}

.stage1 {
    background: url(../images/top_back2.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 5%;
}

.stage1_border_top {
    background: url(../images/wave_line1.png) no-repeat;
    background-size: 1780px 116px;
    background-position: center;
    height: 116px;
    margin-top: -5%;
}

.stage1_border_under {
    position: relative;
    background: url(../images/wave_line2.png) no-repeat;
    background-size: 1780px 113px;
    background-position: center;
    height: 113px;
    z-index: 2;
}

.stage2 {
    position: relative;
    background: url(../images/cvarea_back.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    padding-bottom: 5%;
}

.stage2 .layer_fg {
    margin-top: 10%;
}

.regist {
    position: absolute;
    width: 50%;
    top: 52%;
    left: 40%;
    line-height: 5rem;
    border: solid 3px white;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 32px;
    color: white;
}
						
hr {
	margin-top:2%;
	margin-bottom:2%;
	border: 0;
	height: 5px;
	background-image: repeating-linear-gradient(90deg, #ff6347 0px, #ff6347 2%, rgba(0,0,0,0) 2%, rgba(0,0,0,0) 3%);
}
	
						
#remcount1 {
    font-size: 48px;
    font-weight: bold;
    margin-right: 8px;
}

.button_wrap {
    position: relative;
}

.odometer-inside {
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.odometer-digit {
    top: 0 !important;
    margin: 0 !important;
}

.cvb {
    position: relative;
    width: 90%;
    z-index: 999;
}

.cv1 {
    position: absolute;
    bottom: 0;
}


.stage3 {
    position: relative;
    z-index: 10 !important;
    background-color: white;
}

.finger {
    position: relative;
    left: 0;
}

.rightdown {
    -webkit-animation: rightdown 2s linear;
    animation: rightdown 2s linear;
}

@-webkit-keyframes rightdown {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes rightdown {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.stage4 {
    background: url(../images/evi-back.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 10% 0;
}

.warn {
    text-align: right;
    font-size: 10px;
    color: grey;
}

.stage6 {
    background: url(../images/you_back.png) no-repeat;
    background-size: cover;
    background-position: center;
}

#toast-container > div {
    border-radius: 20px;
    opacity: 0.9;
}

.tostr_line1 {
    color: grey;
    font-size: 14px;
}

.tostr_line2 {
    color: #1a1a1a;
    font-size: 16px;
}

.tostr_line3 {
    color: #1a1a1a;
    font-size: 18px;
}

.tostr_line4 {
    text-align: right;
    color: grey;
    font-size: 10px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 30px;
}

#toast-container > .toast-info {
    background-image: url("../images/incon_w.png") !important;
}

.toast-info {
    background-color: #e4f9fc;
}

#copyright {
    position: relative;
    width: 100%;
    background-color: #0052d0;
    text-align: center;
    font-size: 12px;
    z-index: 999;
    margin-top: 24px;
}

#copy {
    border-top: dotted 1px #383737;
    padding: 4px 0;
}

#copyright span {
    color: white;
}

#copyright span:first-child {
    margin-right: 5%;
}

.pc_view {
    display: block;
}

.sp_view {
    display: none;
}

@media only screen and (max-width: 800px) {
    .regist {
        line-height: 5rem;
    }

    .mailinput {
        line-height: 3rem;
							}
hr {
	margin-top:2%;
	margin-bottom:2%;
	border: 0;
	height: 5px;
	background-image: repeating-linear-gradient(90deg, #ff6347 0px, #ff6347 4%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 6%);
}
	
							
}

@media only screen and (max-width: 768px) {
    .pc_view {
        display: none;
    }

    .sp_view {
        display: block;
							}
							
hr {
	margin-top:2%;
	margin-bottom:2%;
	border: 0;
	height: 5px;
	background-image: repeating-linear-gradient(90deg, #ff6347 0px, #ff6347 4%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 6%);
}
	
							
}

@media only screen and (max-width: 768px) {
    .regist {
        line-height: 3rem;
        font-size: 18px;
    }

    #remcount1 {
        font-size: 28px;
    }
							
hr {
	margin-top:2%;
	margin-bottom:2%;
	border: 0;
	height: 5px;
	background-image: repeating-linear-gradient(90deg, #ff6347 0px, #ff6347 4%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 6%);
}
	
							
}

@media only screen and (max-width: 568px) {
    .regist {
        line-height: 2rem;
        font-size: 18px;
    }

    #remcount1 {
        font-size: 28px;
							}
							
hr {
	margin-top:2%;
	margin-bottom:2%;
	border: 0;
	height: 5px;
	background-image: repeating-linear-gradient(90deg, #ff6347 0px, #ff6347 4%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 6%);
}
	
							
}

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

    body,
    html {
        width: 100vw;
    }

    .cv1 {
        bottom: -5%;
    }

    .googleform iframe {
        height: 2760px;
    }

    .mailinput {
        line-height: 3rem;
        font-size: 16px;
        width: 90%;
							}
							
hr {
	margin-top:2%;
	margin-bottom:2%;
	border: 0;
	height: 5px;
	background-image: repeating-linear-gradient(90deg, #ff6347 0px, #ff6347 4%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 6%);
}
	
							
}

@media only screen and (max-width: 360px) {
    .regist {
        top: 50%;
        line-height: 1.8rem;
        font-size: 16px;
    }

    #remcount1 {
        font-size: 18px;
							}
							
hr {
	margin-top:2%;
	margin-bottom:2%;
	border: 0;
	height: 5px;
	background-image: repeating-linear-gradient(90deg, #ff6347 0px, #ff6347 4%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 6%);
}
	
							
}
