/*
Title: fukubukuro
Last Updated: 2024-12-
Author: Ryu
*/
@charset "utf-8";

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}


/*----------------------------------------
	layout
----------------------------------------*/

#container{
	overflow: hidden;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#bk{
	background-color: #ffe5e5;
	position: relative;
}
#frame{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 30%);
}

.rela{
	position: relative;
}

@media screen and (min-width: 750px){

	.lp_frame{
		width: 84%;
		margin-right: auto;
		margin-left: auto;
	}
	#frame{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

}/*END*/

/*----------------------------------------
	header
----------------------------------------*/

header{
	position: relative;
}

.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #d0c077;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer ul{
	text-align: center;
	padding-top: 100px;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
}
.drawer ul li:nth-child(2){ transition-delay: 0.15s; }
.drawer ul li:nth-child(3){ transition-delay: 0.25s; }
.drawer ul li:nth-child(4){ transition-delay: 0.35s; }
.drawer ul li:nth-child(5){ transition-delay: 0.45s; }
.drawer ul li:nth-child(6){ transition-delay: 0.55s; }
.drawer ul li:nth-child(7){ transition-delay: 0.65s; }
.drawer ul li:nth-child(8){ transition-delay: 0.4s; }
.drawer ul li:nth-child(9){ transition-delay: 0.45s; }
.drawer ul li:nth-child(10){ transition-delay: 0.5s; }
.drawer ul li:nth-child(11){ transition-delay: 0.55s; }
.drawer ul li:nth-child(12){ transition-delay: 0.6s; }
.drawer ul li a{
	display: inline-block;
	font-size: 2rem;
	color: #fff;
	text-decoration: none;
	padding: 15px;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #e1f2fa;
}
@keyframes drawer{
	0%{
		filter: none;
	}
	30%{
		filter: blur(0.8px);
	}
	100%{
		filter: none;
	}
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}
.head_lp .drawer_close{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.head_lp .drawer_close span{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	height: 2px;
	width: 100%;
	transition: all 0.4s;
}
.head_lp .drawer_close span:nth-child(1){
	transform: rotate(45deg);
}
.head_lp .drawer_close span:nth-child(2){
	transform: rotate(-45deg);
}
.head_lp .drawer_close:hover span{
	background: #bd0d23;
}

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

	.head_lp .drawer_close{
		width: 30px;
		height: 30px;
	}
	.drawer ul li a{
		font-size: 1.8rem;
	}


}/*END*/


.btn_menu_works{
	position: fixed;
	width: 46px;
	height: 41px;
	right: calc(50% - 250px);
	top: 0px;
	cursor: pointer;
	transition: all 0.5s;
	z-index: 51;
	background: #000;
	display: none;
}
.btn_menu_works span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: all 0.4s;
}
.btn_menu_works span{
	width: 60%;
	left: 20%;
}
.btn_menu_works span:nth-child(1){
	top: 10px;
}
.btn_menu_works span:nth-child(2){
	top: 20px;
}
.btn_menu_works span:nth-child(3){
	top: 30px;
}
.open .btn_menu_works span:nth-child(1){
	transform: rotate(45deg);
	top: 20px;
}
.open .btn_menu_works span:nth-child(2){
	opacity: 0;
}
.open .btn_menu_works span:nth-child(3){
	transform: rotate(-45deg);
	top: 20px;
}

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

	.btn_menu_works{
		top: 0px;
	}
	.btn_menu_works span:nth-child(2){
		top: 11px;
	}
	.open .btn_menu_works span:nth-child(1){
		top: 20px;
	}
	.open .btn_menu_works span:nth-child(3){
		top: 20px;
	}
	.btn_menu_works{
		width: 46px;
		height: 41px;
		right: 0px;
	}
	.btn_menu_works span{
		width: 70%;
		left: 15%;
	}
	.btn_menu_works span:nth-child(1){
		top: 9px;
	}
	.btn_menu_works span:nth-child(2){
		top: 20px;
	}
	.btn_menu_works span:nth-child(3){
		top: 31px;
	}
}/*END*/



/*----------------------------------------
	float btn
----------------------------------------*/

.sp_btn{
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: -100px;
	display: block;
	max-width: 500px;
	width: 100%;
	transition: all 0.4s;
}
.sp_btn ul{
	display: flex;
}
.sp_btn li{
	width: auto;
}

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

	.sp_btn{
		max-width: 750px;
	}

}/*END*/



/*----------------------------------------
	btn
----------------------------------------*/

.btn_yoyaku,
.btn_model,
.btn_catalog{
	position: relative;
}
.btn_yoyaku a{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 4.5%;
	width: calc((591/800)*100%);
}
.btn_model a{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc((479/800)*100%);
}

.btn01{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 4%;
	width: 74%;
}

.btn02{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 57.2%;
	width: 65%;
}
.btn03{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 29.4%;
	width: 65%;
}
.btn04{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.5%;
	width: 65%;
}

.btn05{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 67.4%;
	width: 65%;
}
.btn06{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 33.2%;
	width: 65%;
}

.btn07{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3%;
	width: 70%;
}







