.linkbtn {
	margin: 0 auto;
	font-size: .16rem;
	color: #003F92;
	font-weight: 500;
	border: solid 2px #003F92;
	width: 18%;
	padding: 10px 0;
	margin-bottom: 27px;
	text-align: center;
	position: relative;
	transition: all .3s;
	display: block;
}

.linkbtn-span {
	display: block;
	line-height: 1.4;
}

.linkbtn-white {
	color: #fff;
	border: solid 2px #fff;
	width: 242px;
	padding: 12px 0 16px;
}

.linkbtn::before {
	content: "";
	position: absolute;
	right: -2px;
	top: -2px;
	background-color: #fff;
	width: 25px;
	height: 25px;
}

.linkbtn::after {
	content: "";
	position: absolute;
	right: -2px;
	top: -2px;
	background-image: url(../images/common/btn-arrow.svg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	border-bottom: solid 4px #fff;
	border-left: solid 4px #fff;
	transition: all .3s;
}

.linkbtn-white::before {
	background-color: #003078;
}

.linkbtn-white::after {
	background-image: url(../images/common/btn-arrow-white.svg);
	border-bottom: solid 4px #003078;
	border-left: solid 4px #003078;
}

.linkbtn:hover {
	opacity: 1;
}

.linkbtn:hover::after {
	right: -7px;
	top: -7px;
}

/**/

main {
	margin: 130px 0 0;
}


/* スクロールダウンの位置 */
.scroll {
	position: absolute;
	left: 2.8%;
	bottom: 117px;
	writing-mode: vertical-rl;
	color: #000;
	font-size: .12rem;
}

/* 線のアニメーション部分 */
.scroll::before {
	animation: scroll 2s infinite;
	background-color: #000;
	bottom: -125px;
	content: "";
	height: 110px;
	left: -2px;
	margin: auto;
	position: absolute;
	right: 0;
	width: 2px;
}

/* 線のアニメーション */
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}

	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}

	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}

	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}





/* ニュース */
.top-news {
	padding: 125px 0 10px;
	overflow: hidden;
	margin-bottom: 60px;
}

.top-news .news-container {
	margin-top: 85px;
	margin-bottom: 30px;
}

/* 私たちの強み */
.top-features {
	background-image: url(../images/top/top-features-pc.svg);
	background-repeat: no-repeat;
	background-size: 3000px;
	background-position: top center;
	overflow: hidden;
	padding: 144px 0 172px;
	margin-bottom: 160px;
}

.top-features .common-title {
	color: #fff;
}

.top-features .common-title span:last-child {
	background-color: #fff !important;
}

.top-features .common-title__en::before {
	background-color: #fff;
}

.top-features__about--box {
	width: 1257px;
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 0 30px;
}

.top-features__midashi {
	font-size: .32rem;
	color: #fff;
}

.top-features__lead {
	font-size: .16rem;
	color: #fff;
}

.top-features__contents {
	margin-top: 50px;
	width: 1366px;
	max-width: 100%;
	margin: 50px auto 0;
}

.top-features__item {
	width: 1300px;
	max-width: 100%;
	margin-left: auto;
	color: #fff;
	position: relative;
	margin-bottom: 55px;
	padding-top: 70px;
}

.top-features__midasi {
	margin-bottom: 35px;
	padding-right: 70px;
}

.top-features__explanation {
	font-size: .25rem;
}

.top-features__headline {
	font-size: .72rem;
	line-height: 1.5;
	letter-spacing: 0.07em;
	position: relative;
	font-weight: 400;
	z-index: 11;
}

.top-features__flex {
	display: flex;
	justify-content: space-between;
}

.top-features__caption {
	width: 25%;

	position: relative;
}

.top-features__caption p {
	font-size: .16rem;
	margin-bottom: 53px;
}

.top-features__img {
	width: 900px;
	max-width: 71%;
	position: relative;
}

.features-btn {
	font-size: .16rem;
	color: #fff;
	border: solid 1px#fff;
	display: block;
	position: relative;
	padding: 7px 23px;
	width: 240px;
	text-align: center;
}

.features-btn span {
	display: block;
	margin-top: 10px;
}

.features-btn::before {
	content: '';
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1px;
	width: 125%;
	background: #fff;
	transition: width 0.4s ease;
}

.features-btn::after {
	content: '';
	position: absolute;
	left: 120%;
	top: -5px;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 10px;
	border-top: 1px solid #fff;
	transform: rotate(30deg);
	transition: left 0.4s ease;
}

.features-btn:hover {
	opacity: 1;
}

.features-btn:hover.features-btn::before {
	width: 130%;
}

.features-btn:hover.features-btn::after {
	left: 125%;
}


/* 高度な板金・プレス加工   */

.top-features__processing {
	padding-left: 50px;
}

.top-features__processing .top-features__headline img {
	position: absolute;
	width: 4.7%;
	right: 6.6%;
	top: -7px;
}

.features-item01-1 {
	position: absolute;
	width: 16%;
	bottom: 6%;
	left: 3.5%;
}

.features-item01-2 {
	position: absolute;
	width: 15%;
	bottom: -6%;
	left: 21%;
}

.top-features__caption .press_caption {
	margin-bottom: 100px;
}

/* 国内7つの生産拠点 */
.top-features__base {
	margin-bottom: 45px;
	width: 1280px;

}

.top-features__base .top-features__headline img {
	position: absolute;
	width: 9.5%;
	left: 0.9%;
	top: 3px;
}

.top-features__base .top-features__flex {
	width: 88%;
	margin: 0 auto;
}

.top-features__base .top-features__caption {
	width: 89%;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	align-items: flex-start;
}

.top-features__base .top-features__caption p {
	width: 60%;
}


.top-features__base .top-features__explanation {
	margin-left: 380px;
}

.top-features__base .top-features__headline {
	text-align: right;
}


.top-features__text {
	margin: 0 0 0 auto;
	width: 69%;
}

.top-features__h2 {
	text-align: start;
}

.top-features__p {
	margin-top: 25px;
	padding-left: 5px;
	font-size: .16rem;
	letter-spacing: normal;
	line-height: 2;
}



.top-map__bg {
	margin-bottom: 10px;
	position: relative;
	width: 100vw;
	margin-left: calc((50vw - 50%) * -1);
	overflow: hidden;
	background-image: url(../images/top/map.svg);
	height: auto;
	/* 固定高さを解除 */
	aspect-ratio: 1364 / 1276.5;
	/* SVG viewBox の比率で高さを自動計算 */
	background-size: 100% 100%;
	/* 幅・高さともに要素にフィット */
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: -11%;
}

.top-map__bg>p {
	font-size: .16rem;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 9.5%;
	left: 0;
	right: 0;
	margin: auto;
}

/* ------------------------------------------
   内側コンテナ
   aspect-ratio は背景画像の実アスペクト比に合わせて調整
   ------------------------------------------ */
.top-map__container {
	position: relative;
	width: 100%;
	height: 100%;
	/* 親 (.top-map__bg) の高さに追従 */
	max-width: 100%;
	/* 幅制限を撤廃して全幅を使う */
	z-index: 1;
}

.top-map__bg {
	z-index: 1;
}

.top-map__bg::after {
	content: "";
	position: absolute;
	top: -63%;
	left: 0;
	width: 2998px;
	height: 1341px;
	background-image: url("../images/top/map-l-line.svg");
	background-size: contain;
	/* または cover / 100% 100% */
	background-repeat: no-repeat;
	z-index: -1;
}

/* ------------------------------------------
   共通: 各拠点アイテム
   旧: 1200px コンテナ基準 (background-position:center で左右82pxクリップ)
   新: SVG全幅 1364px 基準 → 旧px値 + 82px(オフセット) ÷ 1364
   ------------------------------------------ */
.top-map__item {
	position: absolute;
	width: 20.5%;
	/* 旧28.4% of 1200px = 341px → 341/1364 = 25% */
}

.top-map__item img {
	width: 100%;
	height: auto;
	display: block;
}

/* クリック可能なリンクにポインター */
.top-map__item a {
	display: block;
	cursor: pointer;
}

.top-map__item a:hover img {
	opacity: 0.9;
	transition: opacity 0.2s ease;
}

/* ------------------------------------------
   各拠点の配置
   left = (旧left% × 1200px + 82px) / 1364px
   ------------------------------------------ */

/* 1: 本社工場  旧left:0  → (0+82)/1364 = 6% */
.top-map__item1 {
	left: 6%;
	top: 38%;
}

/* 2: 柏田工場  旧left:31% → (372+82)/1364 = 33.3% */
.top-map__item2 {
	left: 6%;
	top: 14%;
}

/* 3: 柏田第二工場  旧left:62% → (744+82)/1364 = 60.6% */
.top-map__item3 {
	left: 28.5%;
	top: 14%;
}

/* 4: 俊徳工場  旧left:0 → 6% */
.top-map__item4 {
	left: 51%;
	top: 14%;
}

/* 5: 俊徳第二工場  旧left:31% → 33% */
.top-map__item5 {
	left: 73.5%;
	top: 14%;
}

/* 6: 放出工場  旧left:0, width:45.4% of 1200=545px → 40% */
.top-map__item6 {
	left: 6%;
	top: 62%;
	width: 43%;
}

/* 7: 三重工場  旧right:0 → 右端から82px = 82/1364 = 6% */
.top-map__item7 {
	right: 6%;
	top: 59.3%;
	width: 22.5%;
}

.top-map__item-line {
	/*width: 73.9%;
	left: 25.6%;
	top: 48.2%;*/
	width: 65.5%;
    left: 28.7%;
    top: 38%;
	pointer-events: none;
}



/* OEM/ODM対応  */
.top-features__oem-odm {
	padding-left: 30px;
}

.top-features__oem-odm .top-features__headline img {
	position: absolute;
	width: 9.5%;
	right: 6.9%;
	top: 0px;
}

.features-item03-1 {
	position: absolute;
	width: 8.8%;
	bottom: -4.5%;
	left: 5.5%;
}

.features-item03-2 {
	position: absolute;
	width: 20.7%;
	bottom: -10.5%;
	left: 17%;
}


.top-features__caption .oem_caption {
	margin-bottom: 100px;
}


/* 熱交換器  */

.top-features__exchanger {
	margin-right: auto;
	margin-left: 0;
	padding-right: 30px;
}

.top-features__exchanger .top-features__headline img {
	position: absolute;
	width: 9.5%;
	left: 7.4%;
	top: 9px;
}

.top-features__exchanger .top-features__flex {
	flex-direction: row-reverse;
}

.top-features__exchanger .top-features__explanation {
	text-align: right;
}

.top-features__exchanger .top-features__headline {
	text-align: right;
}

.top-features__exchanger .top-features__midasi {
	padding-right: 0px;
}

.features-item04-1 {
	position: absolute;
	width: 50.5%;
	top: 378px;
	right: 49.3%;
}

.features-item04-2 {
	position: absolute;
	width: 69.5%;
	top: 437px;
	right: -8%;
}

.top-features__caption .exchanger_caption {
	margin-bottom: 66px;
}

.top-features__exchanger .linkbtn-white::after {
	border-bottom: solid 4px #012254;
	border-left: solid 4px #012254;

}

.top-features__exchanger .linkbtn-white::before {
	background-color: #012254;
}


/* 家電製品供給体制  */

.top-features__supply-system {
	padding-left: 30px;
}

.top-features__supply-system .top-features__headline img {
	position: absolute;
	width: 9.5%;
	right: 6.9%;
	top: 0px;
}

.features-item05 {
	position: absolute;
	width: 378px;
	top: 83%;
	right: 6%;
}

.top-features__supply-system .features-btn span {
	line-height: 1.6;
}

.top-features__supply-system .features-btn::before {
	bottom: 37px;
}

.top-features__supply-system .features-btn::after {
	bottom: 36px;
}

.top-features__supply-system {
	margin-bottom: 0;
}

.crystal-electrical__link {
	margin-top: 45px;
	padding: 21px 0;
}

.crystal-electrical__link img {
	display: block;
	width: 85%;
	margin: 0 auto 17px;
}

@media screen and (min-width:801px) and (max-width: 1200px) {
	.top-map__bg::after {
		top: -50vw;
		left: 0;
		width: 200vw;
		height: 100%;
	}

	.top-features__base .top-features__midasi {
		background-color: #002254;
	}
}

@media screen and (min-width:1366px) {
	.top-features__base {
		z-index: 2;
	}

	.top-map__container {
		margin: 0 auto;
		max-width: 1200px;
		height: 1227px;
	}

	.top-map__bg {
		margin-bottom: 70px;
		width: 3000px;
		height: 1236px;
		margin-left: calc((3000px - 100vw) / -2);
		transform: translateX(calc((100vw - 1366px) / -2));
		background-image: url(../images/top/map-l2.svg);
		overflow: visible;
		margin-top: -18%;
	}

	.top-map__bg::after {
		content: "";
		position: absolute;
		top: -456px;
		left: 0;
		width: 2998px;
		height: 1341px;
		background-image: url("../images/top/map-l-line.svg");
		background-size: contain;
		/* または cover / 100% 100% */
		background-repeat: no-repeat;
		z-index: -1;
	}

	.top-map__bg>p {
		top: 18.5%;
	}

	.top-map__item {
		width: 23.5%;
	}

	.top-map__item1 {
		left: 0;
		top: 48%;
	}

	.top-map__item2 {
		left: 0;
		top: 23%;
	}

	.top-map__item3 {
		left: 25.5%;
		top: 23%;
	}

	.top-map__item4 {
		left: 51%;
		top: 23%;
	}

	.top-map__item5 {
		left: 76%;
		top: 23%;
	}

	.top-map__item6 {
		left: 0;
		top: 73%;
		width: 49%;
	}

	.top-map__item7 {
		right: 0%;
		top: 70.3%;
		width: 25.5%;
	}

	.top-map__item-line {
		width: 73.9%;
		left: 25.6%;
		top: 48.2%;
		pointer-events: none;
	}

}

@media screen and (max-width:800px) {
	main {
		margin: 73px 0 0;
	}

	.fv1 video {
		width: 100%;
		height: 100vw;
	}

	.fv1 {
		width: 100%;
		height: 100vw;
	}

	.fv2 {
		height: auto;
		margin-top: 310px;
		padding-bottom: 40px;
		background-image: none;
		background-attachment: initial;
		position: relative;
	}

	.scroll::before {
		bottom: -121px;
		left: 0px;
		width: 1.5px;
	}

	.scroll {
		left: 0.8%;
		top: calc(100dvh - 190px);
		bottom: auto;
	}

	.data-scan-text {
		top: 40%;
		right: 0;
		left: 0;
		margin: 91vw auto 0;
	}

	.data-scan-text.is-stop {
		top: 40%;
		right: 0;
		left: 0;
	}

	.fv-sticky-wrap img {
		width: 277px;
	}

	.stop-text__box {
		width: 100%;
	}

	.stop-text {
		flex-direction: column;
	}

	.stop-text__heading {
		margin-top: -90px;
		width: 100%;
		padding-bottom: 200px;
		margin-bottom: 0;
	}

	.stop-text__box {
		width: 100%;

	}

	.stop-text__midashi {
		font-size: .30rem;
		margin-bottom: 15px;
		text-align: center;
	}

	.stop-text__lead {
		font-size: .16rem;
		line-height: 2.5;
		text-align: center;
	}

	.background-block {
		background-image: none;
		overflow: hidden;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		clip-path: inset(0);
		z-index: -1;
	}


	.background-block__img {
		position: fixed;
		background-image: url(../images/top/fv2-back-sp2.jpg);
		top: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: right top;
	}

	/*お知らせ*/
	.top-news {
		padding: 90px 0 10px;
		margin-bottom: 55px;
	}

	.top-news .news-container {
		margin-top: 50px;
		margin-bottom: 30px;
		flex-direction: column;
		padding: 0px 30px;
	}

	.news-item {
		margin-bottom: 65px;
	}

	.top-news .linkbtn {
		width: 242px;
		margin-top: 50px;
	}

	/*私たちの強み*/
	.top-features {
		padding: 66px 0 80px;
		background-size: cover;
		margin-bottom: 0px;
		background-image: url(../images/top/top-features-sp.svg);
	}

	.top-features__contents {
		margin: 30px auto 0;
		padding: 0 30px;
	}

	.top-features__midashi {
		font-size: .27rem;
		line-height: 1.6;
		margin-bottom: 12px;
	}

	.top-features__lead {
		font-size: .15rem;
	}

	.top-features__about--box {
		padding: 0;
		margin: 0 auto 20px;
	}

	.top-features__explanation {
		font-size: .16rem;
		line-height: 1.9;
	}

	.top-features__item {
		padding-top: 40px;
		margin-bottom: 70px;
	}

	.top-features__headline {
		font-size: .48rem;
		line-height: 1.4;
	}

	.top-features__midasi {
		margin-bottom: 23px;
		padding-right: 0px;
	}

	.top-features__flex {
		flex-direction: column;
	}

	.top-features__caption {
		width: 100%;
	}

	.top-features__caption p {
		font-size: .15rem;
		width: 88%;
		margin-bottom: 25px;
	}

	.top-features__img {
		width: calc(100vw - 30px);
		max-width: 100vw;
		margin-bottom: 50px;
	}

	.top-features__processing {
		padding-left: 0px;
		margin-top: 21px;
	}

	.top-features__caption .press_caption {
		margin-bottom: 23px;
	}

	.top-features__processing .top-features__headline img {
		width: 8.1%;
		right: 9.6%;
		top: -98px;
	}


	.top-features__text {
		margin: 0 0 0 auto;
		width: 100%;
	}

	.top-features__p {
		margin-top: 27px;
		padding-left: 0;
		font-size: .15rem;
		width: 87%;
	}




	.top-features__base .top-features__h2 {
		text-align: right;
	}

	.top-features__h2 {
		margin-top: 4px;
	}

	.top-features__base .top-features__explanation {
		margin-left: 0;
		text-align: right;
	}

	.top-features__base .top-features__headline img {
		position: absolute;
		width: 17.5%;
		left: 0;
		top: -68px;
	}

	.top-features__base .top-features__p {
		margin-left: auto;
	}



	.top-features__base {
		margin-bottom: 40px;
	}

	/*スマホ版 MAP*/
	.top-sp__carousel--list {
		overflow-x: auto;
		padding: 0 12vw 0 13.5vw;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.top-sp__carousel--list::-webkit-scrollbar {
		display: none;
		/* Chrome・Safari */
	}

	.top-sp__carousel--list--wrap {
		display: flex;
		justify-content: space-between;
		width: 1500px;
		width: 400vw;
	}

	.top-sp-banner__item {
		width: 18.7%;
	}

	.top-sp-map {
		background-image: url(../images/top/map-sp.svg);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
		position: relative;
		padding-bottom: 298%;
		padding-bottom: calc(100vw * 2.65);
		width: 100vw;
		max-width: 100vw;
		margin-left: -30px;
		margin-bottom: 52px;
	}


	.mas-line-sp {
		position: absolute;
		left: 13%;
		bottom: 60%;
		width: 75%;
	}

	.sp-banner-hanaten {
		position: absolute;
		width: 75%;
		bottom: 26.8%;
		left: 8%;
		margin: auto;
	}

	.sp-banner-mie {
		width: 74%;
		position: absolute;
		bottom: 3.8%;
		left: 18%;
	}


	/*oem-odm*/
	.top-features__oem-odm {
		padding-left: 0;
		margin-bottom: 70px;
		padding-top: 25px;
	}

	.top-features__oem-odm .top-features__headline img {
		position: absolute;
		width: 16.5%;
		right: 0;
		top: -95px;
	}

	.top-features__caption .oem_caption {
		margin-bottom: 25px;
	}

	.top-features__oem-odm .top-features__img {
		margin-bottom: 50px;
	}

	.top-features__oem-odm .linkbtn-white::after {
		/*border-bottom: solid 4px #012254;
    border-left: solid 4px #012254;*/
	}

	.top-features__oem-odm .linkbtn-white::before {
		/*background-color: #012254;*/
	}

	/*熱交換器*/
	.top-features__exchanger {
		margin-right: auto;
		margin-left: 0;
		padding-right: 0px;
	}

	.top-features__exchanger .top-features__flex {
		flex-direction: column;
	}

	.top-features__exchanger .top-features__headline img {
		width: 17.5%;
		left: 2.4%;
		top: -67px;
	}

	.top-features__exchanger .exchanger_caption {
		margin-left: auto;
	}

	.top-features__caption .exchanger_caption {
		margin-bottom: 25px;
	}

	.top-features__exchanger .top-features__img {
		margin-left: -31px;
	}

	.top-features__exchanger .linkbtn {
		margin-top: 160px;
	}

	.features-item04-1 {
		width: 39.5%;
		top: 476px;
		right: 0;
		left: 5px;
	}

	.features-item04-2 {
		width: 54.5%;
		top: 452px;
		right: -2%;
	}

	/*家電製品供給体制*/
	.top-features__supply-system {
		padding-left: 0px;
	}

	.top-features__supply-system .top-features__headline img {
		width: 17.5%;
		right: 4.9%;
		top: -100px;
	}

	.top-features__supply-system .top-features__img {
		margin-bottom: 118px;
	}

	.features-item05 {
		position: absolute;
		width: 230px;
		top: 87%;
		right: 4%;
	}

	.top-features__item:last-child {
		margin-bottom: 0;
	}

	.crystal-electrical__link::after {
		border-bottom: solid 4px #012254;
		border-left: solid 4px #012254;

	}

	.crystal-electrical__link::before {
		background-color: #012254;
	}




}