@charset "UTF-8";

.logo {
	width: 130px;
}

.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}

.bg-blue {
	background-color: rgb(0, 116, 171);
}

.bg-light-blue {
	background-color: rgb(239, 246, 250);
}

.bg-orange {
	background-color: rgb(250, 160, 30);
}

.bg-green {
	background-color: rgb(0, 146, 108);
}

.bg-yellow {
	background-color: rgb(255, 250, 0);
}

.text-blue {
	color: rgb(0, 116, 171);
}

.btn {
	font-size: 1em;
	line-height: 1;
}

.btn.bg-orange {
	border-bottom: 3px solid rgb(235, 130, 30);
}

.btn.bg-green {
	border-bottom: 3px solid rgb(0, 110, 90);
}

.btn.flat {
	border-radius: 0;
	border-bottom: none !important;
	min-width: 4rem;
	min-height: 4rem;
}

.strong {
	font-size: 150%;
	font-weight: bold;
}

.smaller {
	font-size: 70%;
}

.smallerest {
	font-size: 50%;
}

.fit-image {
	object-fit: contain;
}

.fit-image-cover {
	object-fit: cover;
	font-family: "object-fit: cover;";
}

#Eyecatch {
	height: 64vw;
	width: auto;
	max-width: none;
	margin-left: -22%;
}

#EyecatchMessage {
	top: 50%;
	right: 0;
	transform: scale(0.6) translateY(-50%);
	transform-origin: right top;
	padding-left: 2rem;
	padding-right: 5vw;
}

#EyecatchMessage .smaller {
	font-size: 1rem;
}

#Recommend {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.05rem;
	line-height: 1.2;
	width: 8.5rem;
	height: 8.5rem;
	top: -1.5rem;
	right: 5vw;
	border-radius: 100%;
	transform: rotate(12deg);
}

.line-marker {
	background: linear-gradient(transparent 55%, rgb(193, 221, 234) 55%);
}

.inner-contents {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.preview-wrapper .parts-img {
	position: absolute;
	top: 0;
	left: 0;
}

.item-frame {
	border: 3px solid rgb(0, 116, 171);
	overflow-y: scroll;
	height: auto;
	position: relative;
}

.item-frame:before {
	content: "";
	display: block;
	padding-top: 48%;
}

.item-frame .item {
	flex: 0 0 20%;
	max-width: 20%;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1;
}

.item-frame .item .color-box {
	display: block;
	width: 100%;
	height: auto;
	background-color: transparent;
	position: relative;
	overflow: hidden;
}
.item-frame .item .color-box:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 67%;
}
.item-frame .item.selected .color-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid rgb(0, 116, 171);
}

.expander {
	overflow: hidden;
	flex-grow: 1;
}

.expander .item-frame {
	width:  100%;
	height: 100%;
}

.expander .item-frame .item {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1;
	padding-left: 5px;
	padding-right: 5px;
}

.type-list {
	color: black;
	text-decoration: none;
}
.type-list .img-wrapper {
	overflow: hidden;
}

.type-list .img-wrapper .img-fluid {
	transition: 0.3s;
}
.type-list:hover .img-wrapper .img-fluid {
	transform: scale(1.05);
}


#ChoiceBlock > .row {
	margin-left: 0;
	margin-right: 0;
}

.reason {
	border: 2px solid rgb(0, 116, 171);
	height: 100%;
}

.reasons .col-12 + .col-12 {
	margin-top: 1em;
}

.reason .reason-img-wrapper {
	position: relative;
	overflow: hidden;
}
.reason .reason-img-wrapper:before {
	content: "";
	display: block;
	padding-top: 64%;
}
.reason .reason-img-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.flow {
	position: relative;
	color: rgb(0, 116, 171);
	border: 1px solid rgb(0, 116, 171);
	flex: 2 1 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em 0;
}
.flow.indent {
	padding-top: 3em;
}
.flow .flow-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: white;
	background-color: rgb(0, 116, 171);
	text-align: center;
	padding: 0.25em 0;
}
.arrow {
	flex: 0 1 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	transform: rotate(90deg);
}
.arrow:before {
	content: "";
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid rgb(0, 116, 171);
	height: 15px;
}

.border-bottom-green {
	border-bottom: 1px solid rgb(0, 146, 108) !important;
}

.footer-section .btn {
	min-height: 4.8em;
}

.copyright {
	border-top: 1.5px solid black;
}

/* 主にタブレット用 */
@media (min-width: 576px) {
	#Eyecatch {
		height: 45vh;
	}

	#EyecatchMessage {
		transform: scale(0.8) translateY(-50%);
	}

	.reasons .col-12 + .col-12 {
		margin-top: 0;
	}
}

/* 主にPC用 */
@media (min-width: 992px) {

	.h-md-3 {
		font-size: 1.75rem;
	}

	#Eyecatch {
		max-width: 100%;
		height: auto;
		margin-left: 0;
	}

	#EyecatchMessage {
		padding-right: 12vw;
		transform: translateY(-50%);
	}

	#Recommend {
		top: -1rem;
		right: 15vw;
	}

	#ChoiceBlock > .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.reasons {
		margin-left: -10px;
		margin-right: -10px;
	}
	.reasons > * {
		padding-left: 10px;
		padding-right: 10px;
	}

	.flow {
		flex: 2 1 100%;
		max-height: 12em;
		min-width: 5em;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

	.flow .flow-caption {
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}

	.arrow {
		flex: 1 1 50%;
		margin-top: 0;
		margin-bottom: 0;
		transform: none;
	}

	.footer-section .btn {
		min-height: none;
	}
}