@charset "utf-8";

/*--------------------------------------------------
		body
--------------------------------------------------*/
.mincho {
	font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.m-btn {
	border: 1px solid !important;
}

/*--------------------------------------------------
		layout
--------------------------------------------------*/
.l-content {
	color: #FFFFFF;
}

.l-wrapper {
	background: #000000;
}


.intro {
	background: #FFFFFF;
	color: black;
	padding: 20px 40px 30px;
}
.intro__title {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .75em;
	font-feature-settings: 'palt';
	letter-spacing: .2em;
}

.title {
	font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	border-bottom: 1px solid;
	padding-bottom: .5em;
	margin-bottom: 1em;
	margin-top: 3em;
	font-size: 1.5em;
	font-feature-settings: 'palt';
	letter-spacing: .15em;
}
.text {
	line-height: 2;
}
.column {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.column .image {
	width: 50%;
}
.column .text {
	width: 45%;
}

.sec02 .column {
	margin-top: 10px;
}
.sec02 .column div:first-child {
	margin-right: 10px;
}

.sec03 .column {
	padding: 20px 20px;
	border-bottom: 1px solid #333333;
	background: #111111;
}

.sec03 .text {
	font-size: 1.5rem;
}

.floatLImage {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 50%;
}
.floatRImage {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	width: 50%;
}

.interview {
	position: relative;
	padding: 1px 60px 80px;
	background: #111111;
}
.interview::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	/*border-bottom: 1px solid #ffffff;*/
	width: 180px;
}
.interview .text {
	overflow: hidden;
	line-height: 1.75;
	font-size: 1.5rem;
}
.interview .text p + p {
	margin-top: 1em;
}

.interview__outro-icon {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 20px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.interview__outro-icon path {
	fill: #FFFFFF;
}
.interview__outro {
	display: flex;
	justify-content: space-around;
	background: #111111;
	padding: 60px 40px;
	align-items: center;
}
.interview__outro .image {
	width: 40%;
}
.interview__outro .text {
	width: 50%;
}
.interview__outro-title {
	margin-top: 0;
	font-size: 1.2em;
}
.interview__outro .name {
	position: relative;
	margin-top: 0;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}
.interview__outro .name::after {
	position: absolute;
	content: '';
	width: 100px;
	border-bottom: 1px solid;
	bottom: 0;
	left: 0;
}

.product {
	margin-top: 60px;
}
.product__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1em;
}
.product__body {
	padding: 20px 40px 40px;
	background: #111;
}
.product__name {
	font-size: 1.5em;
	border-left: 4px solid;
	padding-left: 1em;
}
.product__mile {
	display: inline-block;
	border: 1px solid;
	padding: .75em 2em;
	white-space: nowrap;
}
.product__images {
	display: flex;
}
.product__images div {
	margin-right: 10px;
}
.product__images div:last-child {
	margin-right: 0;
}

.product__detail {
	line-height: 1.75;
	margin-top: 10px;
}
.product__detail p {
	min-width: 280px;
}
.product__spec {
	padding-top: 20px;
}
.product__spec table {
	border-spacing: 0;
	width: 100%;
	border-collapse: collapse;
}
.product__spec th {
	white-space: nowrap;
	border: 1px solid #d1d1d1;
	padding: 1em;
}
.product__spec td {
	border: 1px solid #d1d1d1;
	padding: 1em;
}

.m-list-btn li {
	max-width: 100%;
	display: inline-block;
	width: auto;
}
.m-list-btn .m-btn {
	padding: 1em 2em;
	padding-right: 3em;
}

.spOnly {
	display: none;
}
/*==============================

			SP

==============================*/
@media screen and (max-width: 767px) {

	.spOnly {
		display: block;
	}

	.intro {
		padding: 1% 5% 4%;
	}
	.intro__title {
		font-size: 3.9vw;
	}

.sec03 .column {
	display: block;
}
.column .image {
	width: 100%;
}
.column .text {
	width: 100%;
}

.interview {
	padding: 1px 20px;
}
.interview__outro-icon {
	bottom: -40px;
}
.interview__outro {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}
.interview__outro .image {
	width: 100%;
	margin-bottom: 10px;
}
.interview__outro .text {
	width: 100%;
}

.floatLImage {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
	width: 100%;
}
.floatRImage {
	float: none;
	margin-left: 0;
	margin-bottom: 10px;
	width: 100%;
}

.product__header {
	display: block;
}
.product__body {
	padding: 20px;
}
.product__detail {
	display: block;
}


.product__spec {
	margin-left: 0;
	margin-top: 20px;
}


}
