@charset "utf-8";

/*
 * wrapper
 */
@media (max-width: 768px) {
	.wrapper {
		width: 100%;
	}
}
@media (min-width: 769px) {
	.wrapper {
		width: 750px;
		margin: auto;
	}
}

/*
 * header
 */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-repeat: no-repeat;
	background-size: contain;
}
header img {
	height: 100%;
	width: 100%;
}
header#color01 {
	background-image: url(../img/ui_color01_bg.png);
}
header#color02 {
	background-image: url(../img/ui_color02_bg.png);
}
@media (max-width: 768px) {
	header {
		height: 16vw;
		padding-left: 4.133vw;
		padding-right: 6vw;
	}
	header #btnBack {
		width: 5.867vw;
		height: 7.667vw;
	}
	header#color01 #btnNext {
		width: 65.867vw;
		height: 6.533vw;
	}
	header#color02 #btnNext {
		width: 59.867vw;
		height: 6.4vw;
	}
}
@media (min-width: 769px) {
	header {
		height: 120px;
		padding-left: 30px;
		padding-right: 45px;
	}
	header #btnBack {
		width: 44px;
		height: 57.5px;
	}
	header#color01 #btnNext {
		width: 494px;
		height: 49px;
	}
	header#color02 #btnNext {
		width: 449px;
		height: 48px;
	}
}

/*
 * main
 */
main {
	margin: auto;
}
main .block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
main .block .subttl {
	color: #666;
	line-height: 1;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 768px) {
	main {
		width: 86.933vw;
		margin-bottom: 4.8vw;
	}
	main .block .subttl {
		font-size: 3.733vw;
		flex-basis: 14.8vw;
	}
}
@media (min-width: 769px) {
	main {
		width: 652px;
		margin-bottom: 36px;
	}
	main .block .subttl {
		font-size: 28px;
		flex-basis: 111px;
	}
}

/*
 * main volumeBlock
 */
#volumeBlock.block > ul {
	display: flex;
	justify-content: space-between;
}
#volumeBlock.block > ul li span,
#volumeBlock.block > ul li a {
	margin: auto;
	display: block;
}
#volumeBlock.block > ul li span img,
#volumeBlock.block > ul li a img {
	width: 100%;
}
@media (max-width: 768px) {
	#volumeBlock.block {
		margin-top: 4vw;
	}
	#volumeBlock.block > ul {
		width: 66vw;
	}
	#volumeBlock.block > ul li {
		width: 22vw;
	}
	#volumeBlock.block > ul li span,
	#volumeBlock.block > ul li a {
		width: 20vw;
		border-radius: 0.8vw;
		box-shadow: 0.267vw 0.267vw 0.533vw 0 #d4d4d4;
	}
}
@media (min-width: 769px) {
	#volumeBlock.block {
		margin-top: 30px;
	}
	#volumeBlock.block > ul {
		width: 495px;
	}
	#volumeBlock.block > ul li {
		width: 165px;
	}
	#volumeBlock.block > ul li span,
	#volumeBlock.block > ul li a {
		width: 150px;
		border-radius: 6px;
		box-shadow: 2px 2px 3px 0 #d4d4d4;
	}
}

/*
 * main tlRangeBlock
 */
#tlRangeBlock #tlRangeSlider {
	background: none;
	border-radius: 0;
	border: none;
	box-shadow: none;
	box-sizing: content-box;
}
#tlRangeBlock #tlRangeSlider .noUi-connects {
	background: #d9d9d9;
	border-radius: 0;
	overflow: visible;
}
#tlRangeBlock #tlRangeSlider .noUi-connect {
	background: #595959;
}
#tlRangeBlock #tlRangeSlider .noUi-handle {
	background-image: url(../img/ui_handle_on.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	border: none;
	top: 0;
}
#tlRangeBlock #tlRangeSlider .noUi-handle::before,
#tlRangeBlock #tlRangeSlider .noUi-handle::after {
	content: none;
}
#tlRangeBlock #tlRangeSlider .noUi-connects::after,
#tlRangeBlock #tlRangeSlider .noUi-base::before,
#tlRangeBlock #tlRangeSlider .noUi-base::after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	border-radius: 0;
	border: none;
	box-shadow: none;
	position: absolute;
	top: 0;
	z-index: 4;
}
#tlRangeBlock #tlRangeSlider .noUi-base::before {
	background-image: url(../img/ui_handle_off.png);
}
#tlRangeBlock #tlRangeSlider .noUi-connects::after,
#tlRangeBlock #tlRangeSlider .noUi-base::after {
	background-image: url(../img/ui_handle_off.png);
}
#tlRangeBlock #tlRangeSlider .noUi-base::after {
	z-index: 3;
}
#tlRangeBlock #tlRangeSlider .noUi-connects::after {
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media (max-width: 768px) {
	#tlRangeBlock.block {
		margin-top: 4vw;
	}
	#tlRangeBlock #tlRangeSlider {
		height: 7.733vw;
		width: 58vw;
		padding-left: 3.867vw;
		padding-right: 3.867vw;
	}
	#tlRangeBlock #tlRangeSlider .noUi-connects {
		height: 1.733vw;
		box-shadow: 0 0.533vw 0 0 #b5b5b5 inset;
		top: 2.933vw;
	}
	#tlRangeBlock #tlRangeSlider .noUi-connect {
		box-shadow: 0 0.533vw 0 0 #2f2f2f inset;
	}
	#tlRangeBlock #tlRangeSlider .noUi-handle {
		width: 7.733vw;
		height: 7.733vw;
		border-radius: 100vw;
		box-shadow: 0.267vw 0.133vw 0.4vw 0 rgba(0,0,0,0.3);
		right: -3.867vw;
	}
	#tlRangeBlock #tlRangeSlider .noUi-connects::after,
	#tlRangeBlock #tlRangeSlider .noUi-base::before,
	#tlRangeBlock #tlRangeSlider .noUi-base::after {
		width: 7.733vw;
		height: 7.733vw;
	}
	#tlRangeBlock #tlRangeSlider .noUi-base::before {
		left: -3.867vw;
	}
	#tlRangeBlock #tlRangeSlider .noUi-base::after {
		right: -3.867vw;
	}
}
@media (min-width: 769px) {
	#tlRangeBlock.block {
		margin-top: 30px;
	}
	#tlRangeBlock #tlRangeSlider {
		height: 58px;
		width: 435px;
		padding-left: 29px;
		padding-right: 29px;
	}
	#tlRangeBlock #tlRangeSlider .noUi-connects {
		height: 13px;
		box-shadow: 0 4px 0 0 #b5b5b5 inset;
		top: 22px;
	}
	#tlRangeBlock #tlRangeSlider .noUi-connect {
		box-shadow: 0 4px 0 0 #2f2f2f inset;
	}
	#tlRangeBlock #tlRangeSlider .noUi-handle {
		width: 58px;
		height: 58px;
		border-radius: 100px;
		box-shadow: 2px 1px 3px 0 rgba(0,0,0,0.3);
		right: -29px;
	}
	#tlRangeBlock #tlRangeSlider .noUi-connects::after,
	#tlRangeBlock #tlRangeSlider .noUi-base::before,
	#tlRangeBlock #tlRangeSlider .noUi-base::after {
		width: 58px;
		height: 58px;
	}
	#tlRangeBlock #tlRangeSlider .noUi-base::before {
		left: -29px;
	}
	#tlRangeBlock #tlRangeSlider .noUi-base::after {
		right: -29px;
	}
}

/*
 * main tlRangeCaptionBlock
 */
#tlRangeCaptionBlock ul {
	margin: 0 0 0 auto;
	display: flex;
	justify-content: space-between;
}
#tlRangeCaptionBlock ul li {
	height: 100%;
	width: auto;
}
#tlRangeCaptionBlock ul li:nth-child(1) {
	text-align: left;
}
#tlRangeCaptionBlock ul li:nth-child(2) {
	text-align: center;
}
#tlRangeCaptionBlock ul li:nth-child(3) {
	text-align: right;
}
#tlRangeCaptionBlock ul li img {
	height: 100%;
	width: auto;
}
@media (max-width: 768px) {
	#tlRangeCaptionBlock {
		margin-top: 2.133vw;
	}
	#tlRangeCaptionBlock ul {
		width: 65.734vw;
		height: 3.333vw;
	}
	#tlRangeCaptionBlock ul li {
		flex-basis: 21.9113333333vw;
	}
}
@media (min-width: 769px) {
	#tlRangeCaptionBlock {
		margin-top: 16px;
	}
	#tlRangeCaptionBlock ul {
		width: 493px;
		height: 25px;
	}
	#tlRangeCaptionBlock ul li {
		flex-basis: 164px;
	}
}

/*
 * main photoBlock
 */
#tlPhotoBlock {
	position: relative;
	overflow: hidden;
}
input[name="tab"] {
	display: none;
}
#model:checked ~ .model,
#bundle:checked ~ .bundle {
	display: block;
}
label.tab {
	position: absolute;
	display: block;
	z-index: 99;
	bottom: 0;
}
label.tab[for="model"] {
	background: url(../img/ui_tab01_off.png) center center no-repeat;
	background-size: cover;
	left: 0;
}
label.tab[for="bundle"] {
	background: url(../img/ui_tab02_off.png) center center no-repeat;
	background-size: cover;
	right: 0;
}
#model:checked ~ label.tab[for="model"] {
	background: url(../img/ui_tab01_on.png) center center no-repeat;
	background-size: cover;
}
#bundle:checked ~ label.tab[for="bundle"] {
	background: url(../img/ui_tab02_on.png) center center no-repeat;
	background-size: cover;
}
.on-white #bundle:checked ~ label.tab[for="bundle"] {
	background: url(../img/ui_tab02.png) center center no-repeat;
	background-size: cover;
}
#tlPhotoBlock .photoBox {
	display: none;
	width: 100%;
	height: 100%;
	padding-top: 105.345687812%;
	position: relative;
}
#tlPhotoBlock .photoBox img {
	width: 100%;
}
#tlPhotoBlock .photoBox .min {
	position: absolute;
	top: 0;
	width: 100%;
}
.bundle .min10,
.bundle .min15 {
	display: none;
}
.leaflet-container {
	left: 0 !important;
	right: 0 !important;
	margin: auto;
}
.leaflet-container#ui-id-1 {
	z-index:3;
}
.leaflet-container#ui-id-2 {
	z-index:2;
}
.leaflet-container#ui-id-3 {
	z-index:1;
}
.leaflet-control-container .leaflet-top.leaflet-left {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}
.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-zoom {
	border: none;
	box-shadow: none;
	margin-top: 0;
	margin-left: 0;
}
.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-zoom a {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-zoom a.leaflet-disabled::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	background: #828282;
	opacity: 0.3;
}
.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-zoom a.leaflet-control-zoom-in {
	border-bottom: 0;
	background-image: url(../img/ui_zoom_in.png);
}
.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-zoom a.leaflet-control-zoom-out {
	background-image: url(../img/ui_zoom_out.png);
}
@media (max-width: 768px) {
	#tlPhotoBlock {
		margin-top: 8vw;
	}
	label.tab {
		width: 43.467vw;
		padding-top: 13.067vw;
	}
	.on-white label.tab {
		width: 100%;
	}
	.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-zoom {
		margin-bottom: 19.333vw;
		margin-right: 2.133vw;
	}
	.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-zoom a {
		width: 8.933vw;
		height: 9.067vw;
	}
	.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-zoom a.leaflet-disabled::after {
		width: 8.933vw;
		height: 9.067vw;
	}
	.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-zoom a.leaflet-control-zoom-out {
		margin-top: 2.267vw;
	}
}
@media (min-width: 769px) {
	#tlPhotoBlock {
		margin-top: 60px;
	}
	label.tab {
		width: 326px;
		padding-top: 98px;
	}
	.on-white label.tab {
		width: 100%;
	}
	.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-zoom {
		margin-bottom: 145px;
		margin-right: 16px;
	}
	.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-zoom a {
		width: 67px;
		height: 68px;
	}
	.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-zoom a.leaflet-disabled::after {
		width: 67px;
		height: 68px;
	}
	.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-zoom a.leaflet-control-zoom-out {
		margin-top: 17px;
	}
}

/*
 * footer
 */
footer #logoF {
	text-align: center;
}
footer #logoF img {
	height: auto;
}
@media (max-width: 768px) {
	footer #logoF {
		padding-top: 2.333vw;
		padding-bottom: 2.333vw;
	}
	footer #logoF img {
		width: 10.023vw;
	}
}
@media (min-width: 769px) {
	footer #logoF {
		padding-top: 17.5px;
		padding-bottom: 17.5px;
	}
	footer #logoF img {
		width: 75px;
	}
}
