@charset "utf-8";
/*************************
共通
*************************/
html {
  -webkit-overflow-scrolling: touch;
}
/* --------▼　MT調整　▼-------- */
*, :after, :before, html , a {box-sizing:border-box;} 
figure {margin:0 0 1rem;}
h1, h2, h3, h4, h5, h6 {margin-top:0; margin-bottom:0.5rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {color:inherit; font-family:inherit; font-weight:500; line-height:1.1; margin-bottom:0.5rem;}
/* --------▲　MT調整　▲-------- */
:root {
  --main-color: #0178b1 ;
	--sub-color: #e96300;
}
main .container {
  width: auto;
  max-width: inherit;
  height: auto;
  padding: 0;
}
body .orihica_main img {
  max-width: 100%;
  height: auto;
}
.container .breadcrumbs {
	padding: 12px;
}
.orihica_main p, .orihica_main ul {
	font-size: 16px;
	line-height: 2;
	color: #333;
}
.orihica_main .topicModuleCol2__text {
	color: #333 !important;
}
.orihica_main .topicModuleBanner a:hover {
	opacity: .7;
	transition: .2s;
}
.orihica_main {
	margin-bottom: 90px;
}

/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
	margin-top: -35px !important;
	padding-top: 35px !important;
}

/* メインビジュアル */
.orihica_main .mv .mv_img img {
	width: 100%;
	margin: 0 auto;
}

/* リード */
.orihica_main .about {
	margin: 0 0 50px;
	padding-top: 30px;
	text-align: center;
	line-height: 2.3;
}
.orihica_main .lead_text {
	text-align: center;
}
.orihica_main .lead_text .bold-tx {
	font-size: 17px;
}

/* 見出し・テキスト */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2 {
	margin-bottom: 20px;
	color: var(--main-color);
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	line-height: 1.6;
}
.orihica_main .sub-h2 {
	position: relative;
	padding: 0px 23px 0 20px;
	font-size: 20px;
}
.orihica_main .sub-h2::before,.orihica_main .sub-h2::after {
	position: absolute;
	content: "";
	top: 0;
	width: 2px;
	height: 100%;
	background: var(--main-color);
}
.orihica_main .sub-h2::before {
	left: 0;
	transform: rotate(-30deg);
}
.orihica_main .sub-h2::after {
	right: 0;
	transform: rotate(30deg);
}
.orihica_main h3 {
	display: inline-block;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.6;
}
.orihica_main h3.emphasis-tx02 {
	position: relative;
	padding-left: 20px;	
	color: var(--sub-color);
}
.orihica_main h3.emphasis-tx02 span {
	display: flex;
	position: absolute;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	top: -20px;
	left: -55px;
	background: var(--sub-color);
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2;
}
.orihica_main .h2-text {
	margin-bottom: 30px;
}
.bold-tx {
	font-weight: bold;
}
.orihica_main .note {
	color: #333;
	font-weight: normal;
	font-size: 13px;
}
.orihica_main .note.block {
	display: block;
	margin-top: 4px;
}
.orihica_main .emphasis-tx03 {
	margin-top: 40px;
	color: var(--main-color);
	font-size: 26px;
	font-weight: bold;
}

/*button*/
.button {
	width: 640px;
	margin: 0 auto;
}
.button a {
	display: block;
	position: relative;
	padding: 20px 20px;
	background-color: var(--main-color);
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
.button a::after {
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
}
.button a:hover {
	opacity: 0.8;
	transition: .2s;
}
.img-link a:hover {
	opacity: .7;
	transition: .2s;
}
.img-link a {
	display: block;
	position: relative;
}
.img-link a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: var(--main-color);
	width: 50px;
	height: 50px;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.img-link a::before {
	content: "";
	position: absolute;
	right: 12px;
	bottom: 10px;
	width: 8px;
	height: 8px;
	z-index: 2;
	transform: rotate(45deg);
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
}


/* コンテンツ */
.orihica_main .contents_inner {
	max-width: 1120px;
	margin: 0 auto;
}
section:nth-child(2n) {
	background: #ecf1f7;
}
section .contents_inner {
	padding: 80px 0;
	text-align: center;
}

/* Air Tech Spun®ヒートブロックとは？ */
#sec01 .bg-white {
	padding: 30px;
}
.orihica_main .illustration {
	max-width: 374px!important;
	margin: 0 auto 15px;
}
.emphasis-tx01 {
	padding: 0 5px;
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #bae4f9 50%);
}

/*驚異の抑熱効果。その差、最大で「-9.5℃」*/
.material-area {
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.material-area .Celsius-tx {
	color: var(--main-color);
	font-size: 22px;
	text-align: right;
}
.material-area li+li {
	margin-left: 18px;
}

/*もはや着てないレベル？*/
#sec03 .bg-white {
	padding: 50px 0 75px;
}
#sec03 .bg-white-inner {
	max-width: 900px;
	margin: auto;
}
#sec03 .note {
	margin-top: 10px;
}
/*追従*/
.fixedMenu_wrap {
	position: fixed;
	opacity: 0;
	top: 10vw;
	right: 0;
	z-index: 1000;
	writing-mode: vertical-rl;
	transition: 0.3s;
}
.fixedMenu_wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 210px;
	border-radius: 10px 0 0 10px;
	color: #fff!important;
	font-size: 16px;
	background-color: var(--main-color);
}
.fixedMenu_wrap a:hover{
	background-color: #3fa2d1;
}
.fixedMenu_wrap.is-show {
	opacity: 1;
	visibility: visible;

}
/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
	.PCflex-box {
		display: flex;
		justify-content: space-between;
	}
	.PCflex-box .bg-white {
		width: 48.5%;
	}
	#sec02 .PCflex-box {
		align-items: center;
	}
	#sec02 .PCflex-box .PCflex-inner {
		width: 50%;
	}
	#sec02 .PCflex-box .PCflex-inner+.PCflex-inner{
		width: 42%;
	}
	.sliderWrap_typeB {
		max-width: 900px;
		margin: auto;
	}
	.sliderWrap_typeB .slider_typeB {
		display: flex;
		justify-content: space-between;
		margin: 40px auto 0;
	}
	.slider_typeB .sliderItem {
		width: 48%;
	}
	
	/*STYLING*/
	#sec05 .contents_inner {
		max-width: 94vw;
	}
	.styling-area {
		display: flex;
		justify-content: space-between;
	}
	.styling-area li {
		width: 31.5%;
	}
	.styling-area+.button {
		margin-top: 50px;
	}
}


/*************************
tablet only
*************************/
@media screen and (min-width: 862px) and (max-width: 1232px) {
	  body .container{
      padding: 0;
   }
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
}


/*************************
SP only
*************************/
@media screen and (max-width: 861px) {
	.orihica_main .pc {
		display: none;
	}
	/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白 */
	.orihica_main .anchorLink-margin {
		margin-top: -50px !important;
		padding-top: 50px !important;
	}
	/* リード */
	.orihica_main .about {
		margin-bottom: 12vw;
		padding-top: 5.33vw;
	}
	.orihica_main .about .lead_text {
		text-align: left;
	}
	/* 見出し・テキスト */
	.orihica_main p, .orihica_main ul,.emphasis-tx01 {
		font-size: 3.17vw;
	}
	.orihica_main h2 {
		margin-bottom: 4.5vw;
		font-size: 4.25vw;
	}
	.orihica_main .sub-h2 {
	padding: 0px 3.46vw;
	font-size: 3.73vw;
}
	.orihica_main h3 {
		margin-bottom: 5.33vw;
		font-size: 3.46vw;
	}
	.orihica_main .lead_text .bold-tx {
		font-size: 3.46vw;
	}
	.orihica_main .h2-text {
		margin-bottom: 5.33vw;
	}
	.emphasis-tx01 {
		padding: 0 0.8vw;
	}
	#sec01 .PCflex-box .bg-white p {
		font-size: 2.93vw;
		line-height: 1.8;
	}
	.orihica_main h3.emphasis-tx02 span {
		font-size: 2.93vw;
		letter-spacing:1.2px;
		line-height: 1.3;
		width: 11.3vw;
		height: 11.3vw;
		top: -3.8vw;
		left: -7.4vw;
	}
	.orihica_main .note {
		font-size: 2.4vw;
	}
	.orihica_main .emphasis-tx03 {
		margin-top: 5.33vw;
		font-size: 4.8vw;
		text-align: left;
		line-height: 1.5;
	}
	/*button*/
	.button {
		max-width: 100%;
		margin-top: 1.5vw;
	}
	.button a {
		padding: 15px 20px;
		font-size: 3.2vw;
	}
	.button a::after {
		right: 13px;
		width: 7px;
    height: 7px;
	}
	.img-link a::after {
		width: 40px;
		height: 40px;
	}
	.img-link a::before {
		right: 10px;
		bottom: 8px;
		width: 7px;
		height: 7px;
	}

	/* コンテンツ */
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		width: 100%;
	}
	section .contents_inner {
		padding-top: 10vw!important;
		padding-bottom: 12vw!important;
	}
	/* Air Tech Spun®ヒートブロックとは？ */
	.orihica_main .illustration {
		width: 90%;
	}
	#sec01 .bg-white {
		padding: 5.33vw;;
	}
	.bg-white+.bg-white {
		margin-top: 5.33vw
	}
	/*驚異の抑熱効果。その差、最大で「-9.5℃」*/
		#sec02 .PCflex-box .PCflex-inner+.PCflex-inner{
		margin-top: 8vw;
	}
	.material-area li+li {
		margin-left: 2.13vw;
	}
	.material-area .Celsius-tx {
		font-size: 4.26vw;
	}
	
	/*もはや着てないレベル？*/
	#sec03 .bg-white {
		padding: 5.33vw 16px 13vw;
	}
	#sec03 .bg-white-inner {
		max-width: 900px;
		margin: auto;
	}
	#sec03 .note {
		margin-top: 10px;
	}
	#sec03 .text-right {
		text-align: left!important;
	}
	
	/*sliderWrap*/
	.sliderWrap_typeB {
		width: 75vw;
		margin: auto;
	}
	.sliderWrap_typeB .sliderItem {
		position: relative;
	}
	.slick-prev {
		left: 0;
	}
	.slick-arrow {
		right: 0;
	}
	.sliderWrap_typeB .slick-prev::after, .sliderWrap_typeB .slick-next::after, .sliderWrap_typeB .slick-prev::before, .sliderWrap_typeB .slick-next:before {
		opacity: 1;
	}
	.sliderWrap_typeB .slick-prev::after, .sliderWrap_typeB .slick-next::after {
		position: absolute;
		right: 5px;
		bottom: 0px;
		z-index: 1;
		width: 38px;
		height: 38px;
		border: 2px solid #fff;
		border-radius: 100px;
		background: rgb(0 0 0 / 30%);
		content: "";
	}
	.sliderWrap_typeB .slick-prev::after {
		left: 5px;
	}
	.sliderWrap_typeB .slick-prev::before, .sliderWrap_typeB .slick-next:before {
		position: absolute;
		right: 20px;
		bottom: 14px;
		z-index: 2;
		transform: rotate(45deg);
		width: 11px;
		height: 11px;
		border-top: #fff 2px solid;
		border-right: #fff 2px solid;
		content: "";
	}
	.sliderWrap_typeB .slick-prev::before {
		transform: rotate(225deg);
		left: 20px;
	}
	.sliderWrap_typeB button.slick-next.slick-arrow:hover, .sliderWrap_typeB button.slick-prev.slick-arrow:hover {
		opacity: 0.6;
		transition: all 400ms;
	}
	.sliderWrap_typeB .slick-dots li button, .sliderWrap_typeB .slick-dots li {
		width: 10px;
		height: 10px;
	}
	.sliderWrap_typeB .slick-dots li {
		margin: 0 7px;
	}
	.sliderWrap_typeB .slick-dots li button::before {
		opacity: 1;
		width: 10px;
		height: 10px;
		border-radius: 100vw;
		background-color: #ccc;
		content: ' ';
	}
	.sliderWrap_typeB .slick-dots li button:hover::before {
		background-color: #848484;
	}
	.sliderWrap_typeB .slick-dots li.slick-active button:before {
		background-color: var(--main-color);
	}
	
	/*styling*/
	.styling-area li+li,.styling-area+.button {
		margin-top: 8vw
	}
	/*追従*/
	.fixedMenu_wrap {
		top: 40vw;
	}
	.fixedMenu_wrap a {
		width: 9vw;
		height: 34vw;
		font-size: 3.2vw;
	}
}