.maindesign .cmn__lead-text {
	text-align: justify;
	text-justify: inter-ideograph; 
	text-justify: inter-character;
	line-height: 1.15;
}
.maindesign .cmn__checkpoint {
	position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 50px 0 35px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}
.maindesign .cmn__checkpoint span {
	margin-left: 20px;
	display: inline-block;
}
.maindesign .cmn__st0 {
	fill:#aaaaaa;
}
.maindesign .cmn__st1 {
	fill:none;stroke:#ffffff;
	stroke-width:3;
	stroke-miterlimit:10;
}


.maindesign .menu-btn-list a {
	color: #fff !important;
	display: flex !important;
}
.maindesign .breadcrumb,
.maindesign .breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.maindesign .breadcrumb {
		margin-left: 5px !important;
	}
}

.maindesign .title {
	display: block;
}
.maindesign .title--inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	box-sizing: border-box;
	padding: 15px;
}
.maindesign .title--text {
	max-width: 60%;
	max-width: max-content;
	text-align: center;
}
.maindesign .title--text--item {
	position: relative;
	z-index: 10;
}
.maindesign .title--text--sub {
	font-size: 1.5em;
    font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.maindesign .title--text--sub::before {
	content: '冬の暮らしに自然のあたたかさを';
	-webkit-text-stroke: 5px #FF4E00;
    position: absolute;
    z-index: -1;

}
.maindesign .title--text--main {
	font-size: 4.5em;
    font-weight: bold;
	color: #000;
}
.maindesign .title--text--main::before {
	content: '薪ストーブ特集';
	-webkit-text-stroke: 8px #fff;
	position: absolute;
	z-index: -1;
}
.maindesign .title--pop {
	display: flex;
	justify-content: space-between;
}
.maindesign .title--pop--list {
	width: 28%;
	background-color: #CC5200;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	padding: 0.3em 0.5em;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.15;
}

@media screen and (max-width:767px) {
	.maindesign .title--text--sub {
		font-size: 4.0vw;
	}
	.maindesign .title--text--sub::before {
		-webkit-text-stroke: 3px #FF4E00;
	}
	.maindesign .title--text--main {
		font-size: 10vw;
	}
	.maindesign .title--text--main::before {
		-webkit-text-stroke: 5px #fff;
	}
	.maindesign .title--pop--list {
		width: 31%;
		font-size: 3.5vw;
		padding: 0.2em 0.3em;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}


.maindesign .news {
	margin-top: 30px;
}
.maindesign .news--inner {
	margin-top: 10px;
	border: 1px solid #B70B17;
	padding: 10px;
	box-sizing: border-box;
}
.maindesign .news--content {
	color: #B70B17;
	line-height: 1.2;
}
.maindesign .news--title__bold {
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}

@media screen and (max-width:767px) {
	.maindesign .news--inner {
		font-size: 0.9em;
	}
}


.maindesign .sauna-primary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.maindesign .sauna-primary--img {
	width: 49%;
}
.maindesign .sauna-primary--detail {
	width: 49%;
}
.maindesign .sauna-primary--btn {
	width: 50%;
	margin: 30px auto 0;
}
.maindesign .sauna-primary--btn li {
	width: 100% !important;
}
.maindesign .sauna-primary--btn a {
	padding: 0.4em 0.5em !important;
	font-size: 1.2em !important;
}

@media screen and (max-width:767px) {
	.maindesign .sauna-primary--img {
		width: 100%;
	}
	.maindesign .sauna-primary--detail {
		width: 100%;
		margin-top: 30px;
	}
	.maindesign .sauna-primary--btn {
		width: 100%;
	}
}


.maindesign .sauna-secondary {
	margin-top: 50px;
}
.maindesign .sauna-secondary--entry {
	margin-top: 50px;
}
.maindesign .sauna-secondary--entry__large {
	font-size: 1.25em;
	font-weight: bold;
}
.maindesign .sauna-secondary--entry__bottom {
	margin-top: 10px;
	display: inline-block;
}
.maindesign .sauna-secondary--items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.maindesign .sauna-secondary--item {
	width: 49%;
}
.maindesign .sauna-secondary--item__small {
	width: 25%;
}
.maindesign .sauna-secondary--item__large {
	width: 70%;
}

@media screen and (max-width:767px) {
	.maindesign .sauna-secondary--items {
		flex-wrap: wrap;
	}
	.maindesign .sauna-secondary--item {
		width: 100%;
	}
	.maindesign .sauna-secondary--item__small {
		width: 60%;
		margin: 0 auto;
	}
	.maindesign .sauna-secondary--item__large {
		width: 100%;
	}
	.maindesign .sauna-secondary--item__right {
		margin-top: 30px;
	}
}


.maindesign .supplies-cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.maindesign .supplies-cards::before,
.maindesign .supplies-cards::after {
	content: '';
	display: block;
	height: 0;
	width: 24%;
}
.maindesign .supplies-cards::before {
	order: 1;
}
.maindesign .supplies-cards--item {
	width: 24%;
	box-sizing: border-box;
	padding: 15px 15px 20px 15px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
	margin-top: 30px;
}
.maindesign .supplies-cards--inner {
	display: flex;
	flex-direction: column;
	color: #000;
	text-decoration: none;
}
.maindesign .supplies-cards--img {
	width: 100%;
	box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
}
.maindesign .supplies-cards--img > img {
	display: block;
}
.maindesign .supplies-cards--text {
	text-align: center;
	line-height: 1.5;
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.maindesign .supplies-cards::before,
	.maindesign .supplies-cards::after {
		width: 49%;
	}
	.maindesign .supplies-cards--item {
		width: 49%;
	}
}



.maindesign .back-btn {
	margin-top: 50px;
	margin-bottom: 100px;
}

@media screen and (max-width:767px) {
	.maindesign .back-btn {
		margin-bottom: 50px;
	}
}