@charset "utf-8";
.imgCatch {
		opacity: 0;
		transition: opacity 0.6s;
}
.fadeInNml {
		opacity: 0;
		transition: opacity 0.6s;
}
.fadeInNmlActive {
		opacity: 1
}
.imgCatch.isActive {
		opacity: 1
}
.imgCatch::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -50px;
		left: 0;
		width: 50px;
		height: 2px;
		background: #000;
		transform-origin: left center;
		transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
		transition-delay: 0.2s;
		transform: scaleX(10);
}
.imgCatch.isActive::after {
		transform: scaleX(1);
}
@media(max-width: 960px) {
		.imgCatch::after {
				bottom: -40px;
				width: 50px;
				height: 1px;
		}
}
@media(max-width: 767px) {
		.imgCatch::after, .comfort_catch::after {
				bottom: -35px;
				width: 50px;
		}
}
/* ========== */
.bgWht {
		background: #fff;
}
.bgLtGry {
		background: #efefef;
}
.bgLtBeige {
		background: #F1E9E3;
}
.icon_wrap {
		display: flex;
		margin: 0 0 20px
}
.mark_icon {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		border-radius: 60px;
		padding: 0 30px;
}
.rightItem .mark_icon {
		transform: scale(0.8)
}
.newTxt {
		width: 60px;
		position: relative;
}
.newTxt img {
		width: 100%;
		height: auto
}
.newTxt .sup {
		position: absolute;
		right: -17px;
		top: 0;
		font-size: 12px;
		font-weight: 400;
		line-height: 1;
}
@media(max-width: 960px) {
		.icon_wrap {
				margin: 0 0 15px
		}
		.mark_icon {
				height: 36px;
				padding: 0 28px 0 20px;
		}
		.newTxt {
				width: 48px;
				transform: translateY(1px)
		}
		.newTxt .sup {
				right: -17px;
				font-size: 11px;
		}
}
@media(max-width: 767px) {
		.mark_icon {
				height: 26px;
				padding: 0 28px 0 15px;
		}
		.newTxt {
				width: 35px;
				transform: translateY(2px)
		}
		.newTxt .sup {
				right: -17px;
				font-size: 10px;
		}
}
/* ==================== */
.section_catch {
		font-size: 26px;
		font-weight: 500;
		line-height: 1.7;
		margin-bottom: 30px;
		letter-spacing: 0.1em
}
.section_sb {
		font-size: 22px;
		font-weight: 500;
		line-height: 1.7;
		margin-bottom: 30px;
}
.section_sb_flex {
		display: flex;
		align-items: center;
		margin-bottom: 30px;
}
.section_sb_flex .section_sb {
		margin-bottom: 0;
		margin-right: 0.5em;
}
@media(max-width: 960px) {
		.section_catch {
				font-size: 24px;
		}
}
@media(max-width: 767px) {
		.section_catch {
				font-size: 19px;
				letter-spacing: 0.1em;
				margin-bottom: 20px;
		}
		.section_sb {
				font-size: 16px;
				margin-bottom: 25px;
		}
}
.section_lead {
		font-size: 18px;
		line-height: 2.2;
		letter-spacing: 0.09em;
}
@media(max-width: 960px) {
		.section_lead {
				font-size: 16px;
		}
}
@media(max-width: 767px) {
		.section_lead {
				font-size: 16px;
		}
}
/* ========== */
.notes, .notes_gr {
		font-size: 13px;
		line-height: 1.8;
}
@media(max-width: 960px) {
		.notes {
				font-size: 11px;
		}
}
dl.notes {
		display: flex;
}
dl.notes dt {
		margin-right: 3px;
}
dl.notes dd {
		flex: 1
}
@media(min-width: 768px) {
		.mobileBr {
				display: none
		}
}
@media(max-width: 767px) {
		.pcBr {
				display: none
		}
}
.mb10 {
		margin-bottom: 10px !important;
}
.mt15 {
		margin-top: 15px !important;
}
.mt25 {
		margin-top: 25px !important;
}
@media(min-width: 768px) {
		.spObj {
				display: none
		}
}
@media(max-width: 767px) {
		.pcObj {
				display: none
		}
}