@charset 'UTF-8';
.parts_hidden {
    display: none;
}
.tokusyu_a_breadcrumb .fs-pt-list__item:first-child a {
	text-indent: -999px;
	overflow: hidden;
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url(../img/common/home.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 0.5em;
}

.tokusyu_a_breadcrumb .fs-pt-list__item a {
	color: #9e9e9f;
	font-weight: normal;
}

.tokusyu_a_breadcrumb .fs-pt-list__item {
	color: #9e9e9f;
	font-weight: bold;
}

.mv_wrap img {
	width: 100%;
}

.tokusyu_a_content {
	border-bottom: 1px solid #eae9e8;
}

.mv_wrap + .tokusyu_a_content {
	padding-top: 0;
}

.tokusyu_a_content:last-child {
	border-bottom: none;
}

.sec_heading h2 {
    letter-spacing: 0.1em;
    font-weight: bold;
}

.sec_heading span {
    letter-spacing: 0.07em;
    font-weight: bold;
}

.tokusyu_a_content .column {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tokusyu_a_content .sec_heading + .column:first-of-type {
	margin-top: 0;
}

.tokusyu_a_content .fs-pt-column__image {
	display: block;
}

.tokusyu_a_content .fs-pt-column__image img {
	width: 100%;
}

.tokusyu_a_content .fs-pt-column__heading {
	font-weight: bold;
	display: block;
	line-height: 1.5;
}

.tokusyu_a_content .more a {
	margin: 0 auto;
	letter-spacing: 0.1em;
	text-align: center;
	border: 1px solid #d2d2d0;
	display: block;
	border-radius: 3px;
}

@media screen and (max-width: 750px) {
	.tokusyu_a_breadcrumb .fs-pt-list__item a {
		font-size: 1.1rem;
	}
	
	.tokusyu_a_breadcrumb .fs-pt-list__item {
		font-size: 1.1rem;
	}

	.fx_wrap .inner_wrap {
		padding-top: 25px;
	}

	.fx_wrap .content_wrap {
		width: 100%;
		padding-right: 0;
	}

	.tokusyu_a_content {
		padding-bottom: 30px;
		padding-top: 50px;
		width: 94.2%;
		margin: 0 auto;
	}

	.tokusyu_a_content .fs-pt-column__item {
		width: 46.2%;
		margin-bottom: 45px;
	}

	.mv_wrap {
		margin: 22px 0 60px;
	}

	.sec_heading {
        text-align: center;
        margin-bottom: 31px;
    }

    .sec_heading h2 {
        display: block;
        font-size: 2.1rem;
        margin-bottom: 10px;
    }

    .sec_heading span {
        display: block;
        font-size: 0.8rem;
    }

	.tokusyu_a_content .fs-pt-column__image {
		margin-bottom: 15px;
	}

	.tokusyu_a_content .column {
		margin-top: 0;
	}

	.tokusyu_a_content .fs-pt-column__heading {
		font-size: 1.3rem;
		text-align: left;
	}

	/* .tokusyu_a_content .more {
		margin-top: 58px;
	} */

	.tokusyu_a_content .more a {
		width: 49.2%;
		max-width: 160px;
		height: 37px;
		line-height: 37px;
		font-size: 1.3rem;
	}
}

@media screen and (min-width: 751px) {
	.tokusyu_a_content a:hover {
		opacity: 0.6;
	}

	.osusume_wrap a:hover {
		opacity: 0.6;
	}

	

	.fx_wrap .inner_wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 80px;
	}
	
	.fx_wrap .side_wrap {
		width: 16%;
	}
	
	.fx_wrap .content_wrap {
		width: 77.5%;
		padding-right: 4.2%;
	}

	.tokusyu_a_content {
		padding-bottom: 38px;
		padding-top: 118px;
	}

	.mv_wrap {
		margin: 12px 0 100px;
	}

	.sec_heading {
        text-align: left;
        margin-bottom: 37px;
    }

    .sec_heading h2 {
        display: inline-block;
        font-size: 28px;
        margin-right: 4%;
    }

    .sec_heading span {
        display: inline-block;
        font-size: 16px;
		margin-top: 10px;
    }

	.tokusyu_a_content .fs-pt-column__image {
		margin-bottom: 20px;
	}

	.tokusyu_a_content .fs-pt-column__item {
		width: 31.1%;
		margin-bottom: 54px;
	}

	.tokusyu_a_content .fs-pt-column__heading {
		font-size: 15px;
		text-align: center;
	}

	/* .tokusyu_a_content .more {
		margin-top: 38px;
	} */

	.tokusyu_a_content .more a {
		width: 204px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
}

/* 閲覧履歴 */
.product_history {
	padding-bottom: 67px;
	/* border-bottom: 1px solid #eae9e8; */
}

.product_history h2 {
	letter-spacing: 0.1em;
	padding: 0 !important;
}

.product_history ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.product_history li {
	width: 11.4%;
	margin-right: 1.8%;
}

.product_history li:last-child {
	margin-right: 0;
}

.product_history dt {
	margin: 14px 0 8px;
	font-weight: normal !important;
	line-height: 1.2;
}

.product_history dd {
	font-weight: normal !important;
}

@media screen and (max-width: 750px) {
	.product_history .slick-slide>div {
		width: 93%;
	}

	.product_history .slick-slider .slick-list {
		padding: 0 30% 0 0 !important;
		margin-left: 4%;
	}

	.product_history ul {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}

	.product_history h2 {
		font-size: 1.9rem !important;
		margin: 0 auto 34px;
	}

	.product_history {
		width: 88.6%;
		margin: 0 auto -15px !important;
		padding: 78px 0 54px;
		border-bottom: 1px solid #eae9e8;
	}
}

@media screen and (min-width: 751px) {
	.product_history h2 {
		font-size: 28px !important;
		margin-bottom: 40px;
	}

	.product_history {
		width: 91.6%;
		max-width: 1100px;
		margin: 0 auto;
		padding-top: 84px;
	}
}
