@charset "utf-8";
/* CSS Document */
blockquote {
	display: none !important;
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
	margin-inline-start: 0 !important;
	margin-inline-end: 0 !important;
}


@media screen and (max-width: 750px) {
	#product_container .option_types,
	#product_container .option_types .option_type label {
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
	#product_container .option_types .quantity_number {
		width: 3em;
	}
	#product_container .input_option_type {
		height: 50px !important;
		padding: 8px 4px;
		line-height: 2.4;
		font-size: 16px;
		margin-left: auto;
		margin-right: auto;
	}
	#scheduled_1st_delivery_date_text {
		padding-top: 15px;
	}
}
/*-------------------------------------*
 * 画像・横線防止
 *-------------------------------------*/
 .imgbox img {
	border: 0;
	object-fit: cover;
	vertical-align: top !important;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
/*-------------------------------------*
 * フォーム以外
 *-------------------------------------*/
#container {
	width: 100%;
	text-align: center;
}
#container img {
	width: 100%;
	vertical-align: bottom;
}
#contents {
	width: min(100%, 750px);
	margin: 0 auto;
	text-align: left;
}
#main {
	/*padding-bottom: 50px;*/
	position: relative;
}

/* CTA */
.btn_box {
	position: relative;
}
.btn_box a {
	position: absolute;
	margin: auto;
	/* right: 0; */
	top: 320px;
	left: 60px;
	display: block;
	width: 639px;
	height: auto;
}
@media screen and (max-width: 750px) {
	.btn_box a {
        width: calc(638 * 100vw / 750);
        left: calc(60 * 100vw / 750);
        top: calc(320 * 100vw / 750);
	}
}
#open .btn_box a {
	top: 150px;
}
@media screen and (max-width: 750px) {
	#open .btn_box a {
        top: calc(150 * 100vw / 750);
	}
}

/* footer */
#footer {
	padding: 65px 48px 50px;
}

@media screen and (max-width: 750px) {
	#footer {
		padding: calc(65 * 100vw / 750) calc(48 * 100vw / 750) calc(50 * 100vw / 750);
	}
}


/*-------------------------------------*
* フローティングバナー
*-------------------------------------*/
.floating {
background: #fff;
position: fixed;
bottom: 0;
right: 0;
left: 0;
width: 100%;
z-index: 1;
min-height: 100px;
}
.floating a {
display: block;
margin: calc(24 * 100vw / 750) calc(30 * 100vw / 750);
position: absolute;
margin: auto;
right: 0;
bottom: 3px;
left: auto;
display: block;
width: 400px;
height: auto;
}
@media screen and (max-width: 750px) {
.btn_box.floating {
	display: flex;
	justify-content: flex-end;
	min-height: calc(170* 100vw / 750);
}
.btn_box.floating a {
	display: block;
	margin: 0 auto;
	bottom: calc(4* 100vw / 750);
	left: calc(40* 100vw / 750);
	width: calc(660*100vw/750);
}
}