@charset "UTF-8";
/* CSS Document */

.container-fluid {
	padding-left: initial;
	padding-right: initial;
}

.row {
	margin-left: initial;
	margin-right: initial;
}

.contents {
	padding-left: 8%;
	padding-right: 8%;
	padding-bottom: 10%;
}

#product_top {
	z-index: 1;
}

#product {
	padding-top: 18%;
}

#product::before {
	content: "";
	background: url("/img/obakeidoro2/sp/about/bg_about_sp.png") center top no-repeat;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}

#product_bg {
	background-color: #00000070;
	border-radius: .3rem;
	padding: 2% 5% 5% 5%;
}

#product_bg_frame_middle {
	background: url("/img/obakeidoro2/common/product/frame_02.png") center repeat-y;
	background-size: 100% auto;
}

#product_title {
	padding-top: 1%;
	padding-bottom: 1%;
	margin-bottom: 2%;
}

#product_info {
	font-size: 0.625rem;
}

#information {
	margin-left: 4%;
	margin-right: 4%;
}

#information div .col {
	padding: 0;
}

#information table td {
	font-size: 0.625rem;
	border-top: 1px solid #ffffff;
	color: #ffffff;
}

#information table tr:last-child td {
	border-bottom: 1px solid #ffffff;
}

#information p {
	font-size: 0.625rem;
}

#information p small {
	font-size: 0.5rem;
}

#package_img {
	padding-top: 5%;
}

#initial_benefits {
	padding-top: 20%;
	margin-left: 4%;
	margin-right: 4%;
}

#initial_benefits h5 {
	font-size: 18px;
	padding-left: 10%;
}

#initial_benefits p {
	font-size: 0.75rem;
}

#included_items {
	padding-top: 20%;
	margin-left: 4%;
	margin-right: 4%;
}

#included_items h5 {
	font-size: 18px;
	padding-left: 10%;
}

#included_items p {
	font-size: 0.75rem;
}

#included_items p small {
	font-size: 0.5rem;
}

#benefits_by_store {
	padding-top: 40%;
	margin-left: 4%;
	margin-right: 4%;
}

#reservation_start_text {
	color: #ffa2cc;
	font-size: 0.75rem;
}

#store_list h5 {
	margin-bottom: 95%;
	color: #ffffff;
	font-size: clamp(0.5rem, -0.438rem + 4.69vw, 1.25rem);
}

#store_list p {
	margin-bottom: 5%;
	color: #000000;
	font-size: clamp(0.5rem, -0.125rem + 3.13vw, 1rem);
}

#product_store_list_text_small {
	font-size: 0.5rem;
}


.store_img_bg01 {
	background: url("/img/obakeidoro2/common/product/Amazon.png") top no-repeat;
	background-size: 100% auto;
	padding: 8% 10% 10%;
}

.store_img_bg02 {
	background: url("/img/obakeidoro2/common/product/aeon.png") top no-repeat;
	background-size: 100% auto;
	padding: 8% 10% 10%;
}

.store_img_bg03 {
	background: url("/img/obakeidoro2/common/product/amiami.png") top no-repeat;
	background-size: 100% auto;
	padding: 8% 10% 10%;
}

.store_img_bg04 {
	background: url("/img/obakeidoro2/common/product/geo.png") top no-repeat;
	background-size: 100% auto;
	padding: 8% 10% 10%;
}

.store_img_bg05 {
	background: url("/img/obakeidoro2/common/product/yodobashi.png") top no-repeat;
	background-size: 100% auto;
	padding: 8% 10% 10%;
}

.store_img_bg06 {
	background: url("/img/obakeidoro2/common/product/biccamera.png") top no-repeat;
	background-size: 100% auto;
	padding: 8% 10% 10%;
}

.store_img_bg07 {
	background: url("/img/obakeidoro2/common/product/yamada.png") top no-repeat;
	background-size: 100% auto;
	padding: 8% 10% 10%;
}

.store_img_bg08 {
	background: url("/img/obakeidoro2/common/product/Joshin.png") top no-repeat;
	background-size: 100% auto;
	padding: 8% 10% 10%;
}

.store_img_bg09 {
	background: url("/img/obakeidoro2/common/product/asakusamach.png") top no-repeat;
	background-size: 100% auto;
	padding: 8% 10% 10%;
}

.store_buy {
	background: url("/img/obakeidoro2/common/button/btn_03_on.png") center top no-repeat;
	background-size: 100% auto;
	margin-bottom: 10%;
}

.store_buy:hover {
	filter: brightness(120%);
}