/* :::::::::::::::::::::::::::::: 基礎構造 :::::::::::::::::::::::::::::: */
* {
	margin: 0;
	border: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 40;
	padding-left: 0;
}

body {
	margin: 0px;
	font-family: "Times New Roman", "游明朝", 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	line-height: 2em;
	background-color: #FFF;
	letter-spacing: 0.1em;
}
	
.wrap {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-right: 80px;
	padding-bottom: 60px;
	padding-left: 80px;
	}
	
.wrap2 {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	}


.wrap_form {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	}

	
.tx {
	width: 840px;
	padding-top: 50px;
	padding-right: 80px;
	padding-bottom: 50px;
	padding-left: 80px;
	}

.sub {
	width: 100%;
	height: auto;
	background: linear-gradient(90deg, #000, #333);
	text-align: center;
	font-size: 54px;
	letter-spacing: 0.3em;
	padding-top: 100px;
	padding-bottom: 100px;
	line-height: 1.5em;
	color: #fff;
	}
	

#pp {
	border: 1px solid rgb(204, 204, 204);
	overflow: auto;
	height: 80px;
	color: rgb(85, 85, 85);
	background-color: rgb(255, 255, 255);
	width: 810px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	line-height: normal;
	font-size: 80%;
	letter-spacing: 0em;
}

#pp p {
    font-size: 10px;
}

#footer {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	padding-top: 10px;
	float: none;
	font-size: 80%;
	padding-bottom: 20px;
	line-height: 1.6em;
}




#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 130%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}







.open-1{
    right : -100%;
}
.open-1.active{
    right : 0px;
}

.move-1.on.btn{
    position: fixed;
    right: 25px;
    top: 10px;
}
/* :::::::::::::::::::::::::::::: ヘッダー :::::::::::::::::::::::::::::: */
#box{
	position: relative;
	width: 100vw;
	/*横幅1000pxにする場合は↑をコメントアウト↓をコメントイン*/
	/*width:1000px;*/
	/*height:100vh;*/
	height: 800px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: top;
}

#box2{
	position: relative;
	width: 100vw;
	/*横幅1000pxにする場合は↑をコメントアウト↓をコメントイン*/
	/*width:1000px;*/
	/*height:100vh;*/
	background-color: #000;
	height: 150px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: top;
}


#box3{
	background-image: url(../img/point_bg.png);
	color: #fff;
	background-repeat: repeat;
	position: relative;
	width: 100vw;
	/*横幅1000pxにする場合は↑をコメントアウト↓をコメントイン*/
	/*width:1000px;*/
	/*height:100vh;*/
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	#box{
		width:100%;
	}
}

.base{
	position: absolute;
	top: 6px;
	width: 100%;
	height: 800px;
	opacity: 0.9;
	-webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.5s ease-out;  /* Opera 10.50?12.00 */
	transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	z-index: 2;
	left: 87px;
	background-color: #000000;/*doorの色*/
}

.overlay {
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0;
	/*background-color: rgba(0,0,0,0.5);*/
	z-index: 1;
	background-image: url(../img/mv_bg.png);
	background-repeat: repeat;
	opacity:0.8;
}

.bg-slider {
	width: 100vw;
	height: 800px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider__title{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}


/*---------------------------------
door
---------------------------------*/
#door{
	animation-name: anime1;
	animation-duration: 3s;
	animation-delay: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	height: 800px;
}
@keyframes anime1 {
	0%{-webkit-transform: perspective(500) rotateY(0deg);
		-moz-transform: perspective(500) rotateY(0deg);
		transform: perspective(500) rotateY(0deg);
		-webkit-transform-origin: right 0%;
		-moz-transform-origin: right 0%;
		transform-origin: right 0%;
	}
	100%{
		-webkit-transform: perspective(500) rotateY(-90deg);
		-moz-transform: perspective(500) rotateY(-90deg);
		transform: perspective(500) rotateY(-90deg);
		-webkit-transform-origin: right 50%;
		-moz-transform-origin: right 50%;
		transform-origin: right 50%;	
	}
}

video{
	height:800px;
}

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

.movieImg { display:none; }
@media screen and (max-width: 768px) {
	.movieImg {
		display:block;
		width: 100%;
		height: 800px;
  	background-size: cover;
		background-position: center;
	}
}

.logo{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 1000px;
	height: 800px;
	margin: auto;
	z-index: 3;
	transition: .4s all;
	vertical-align: top;
}
.logo img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	.logo{
    width: 100%;
    height: 100%;
	}
	.logo img{
		position: absolute;
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 70%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
						transform: translate3d(-50%, -50%, 0);
	}
}

/* :::::::::::::::::::::::::::::: テキスト装飾 :::::::::::::::::::::::::::::: */

.center {
	text-align: center;	
	}

.center_black {
	text-align: center;	
	background-color: #000;

	}

	
.hl {
	background-color: #FF0;
	color: #000;
	font-weight: bold;
	font-size: 120%;
}

.red {
	font-weight: bold;
	color: #996600;
	font-size: 150%;
	text-decoration: underline;
}

.ul {
	text-decoration: underline;	
	font-weight: bold;
	}
	
.bold {
	font-weight: bold;
	font-size: 120%;
	}
	
.dp {
	font-weight: bold;
	font-size: 200%;
	}
	
	


.check {
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-position: 12px 15px;
	height: auto;
	width: auto;
	padding-left: 45px;
	padding-top: 15px;
	padding-bottom: 12px;
	line-height: 1.4em;
	margin-top: 0px;
	font-size: 130%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-weight: normal;
	letter-spacing: 0.025em;
	color: #FFF;
	margin-bottom: 30px;
	background-color: #F33;
	border-radius: 10px;
	padding-right: 10px;
}

.suisen {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F33;
	border-right-color: #F33;
	border-bottom-color: #F33;
	border-left-color: #F33;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 35px;
	padding-left: 40px;
	margin-bottom: 80px;
	}

/* :::::::::::::::::::::::::::::: フォーム関連 :::::::::::::::::::::::::::::: */

.sub_form_01  {
	width: 100%;
	height: auto;
	background: linear-gradient(90deg, #ffff00, #ff9900);
	text-align: center;
	padding-top: 20px;
	margin-bottom: 40px;
	}
	
.sub_form_02  {
	width: 100%;
	height: auto;
	background: linear-gradient(90deg, #ff9900, #ff3300);
	text-align: center;
	padding-top: 20px;
	margin-bottom: 40px;
	}


a:hover {
    opacity: 0.8;
}

.point {
	margin-bottom: 60px;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 45px;
	background-color: #FFC;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffcc00;
	border-right-color: #ffcc00;
	border-bottom-color: #ffcc00;
	border-left-color: #ffcc00;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	border-radius: 0px 0px 20px 20px;
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	}
	
.point_02 {
	margin-bottom: 60px;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 45px;
	background-color: #FFC;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9901;
	border-right-color: #FF9901;
	border-bottom-color: #FF9901;
	border-left-color: #FF9901;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	border-radius: 0px 0px 20px 20px;
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	}

.person {
	background-image: url(../img/person.png);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-bottom: 15px;
	padding-left: 75px;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	}

.gift {
	background-image: url(../img/gift.png);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-bottom: 15px;
	padding-left: 75px;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #F90;
	}
	
.out {
	background-image: url(../img/out.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 75px;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #F90;
	line-height: 1.5em;
	}

.form_ttl_01 {
	padding: 20px;
	text-align: center;
	color: #FC0;
	border-radius: 20px 20px 0px 0px;
	font-size: 36px;
	letter-spacing: 0.2em;
	background-color: #000;
	font-weight: bold;
	}
	
.form_ttl_02 {
	padding: 20px;
	text-align: center;
	color: #F90;
	border-radius: 20px 20px 0px 0px;
	font-size: 36px;
	letter-spacing: 0.2em;
	background-color: #000;
	font-weight: bold;
	}
	
.form_box {
	border-radius: 0px 0px 20px 20px;
	padding-top: 20px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #FFF;
	}
	
.tokuten_ttl {
	text-align: center;
	color: #FC0;
	border-radius: 20px 20px 0px 0px;
	font-size: 48px;
	letter-spacing: 0.2em;
	background-color: #000;
	font-weight: bold;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	}

.tokuten_name  {
	width: auto;
	height: auto;
	background: linear-gradient(90deg, #ffff00, #ff9900);
	font-size: 48px;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 18px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	}
	
.tokuten {
	margin-bottom: 60px;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 45px;
	background-color: #FFC;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 120%;
	font-weight: bold;
	color: #FF6600;
	border-radius: 0px 0px 20px 20px;
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	}

.mv_ttl {
	text-align: center;
	color: #000;
	border-radius: 20px 20px 0px 0px;
	font-size: 48px;
	letter-spacing: 0.2em;
	background: linear-gradient(90deg, #ffff00, #ff9900);
	font-weight: bold;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	}
	
.mv_box {
	border-radius: 0px 0px 20px 20px;
	margin-bottom: 40px;
	text-align: center;
	background-color: #000;
	padding: 20px;
	}

.step_ttl {
	text-align: center;
	color: #000;
	border-radius: 20px 20px 0px 0px;
	font-size: 48px;
	letter-spacing: 0.2em;
	background: linear-gradient(90deg, #ffff00, #ff9900);
	font-weight: bold;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	margin-top: 20px;
	}
	
.step {
	border-radius: 0px 0px 20px 20px;
	margin-bottom: 40px;
	text-align: center;
	background-color: #FFC;
	padding: 20px;
	color: #F60;
	font-size: 36px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	}

.prf {
	margin-bottom: 60px;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 45px;
	background: linear-gradient(90deg, #ffff00, #ff9900);
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
	}
	
.prf_02 {
	margin-bottom: 60px;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 45px;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
	}





