@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;}

main .container {
	width: auto;
	height: auto;
	max-width: inherit;
	padding: 0;
}
.orihica_main {
	margin-bottom: 90px;
}
body .orihica_main img {
	height: auto;
}
.container .breadcrumbs {
	padding: 12px;
}
.orihica_main p, .orihica_main ul {
	font-size: 14px;
	line-height: 2;
	color: #333;
}
.orihica_main .topicModuleCol2__text {
	color: #333 !important;
}
.orihica_main .topicModuleBanner a:hover {
	opacity: .7;
	transition: .2s;
}

/* フェイドアップ */
.fadeInUp {
	opacity: 0;
	transform: translateY(20px);
	transition: 1.2s;
}

/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
	margin-top: -100px !important;
	padding-top: 100px !important;
}

/* リード */
.orihica_main .about {
	margin: 0 0 80px;
	padding-top: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 2.3;
}
.orihica_main .lead_text {
	font-size: 14px;
	text-align: center;
}

/*追従アンカーリンク*/
.fixedMenu_wrap {
	display: none;
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	position: sticky;
	position: -webkit-sticky;
	top: 35px;
	z-index: 1000;
	border-bottom: 1px solid #f4f4f4;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .1);
}
.fixedMenu_wrap.-fixed {
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	justify-content: center;
	align-items: center;
	animation: showMenu .6s ease-in-out;
}
@keyframes showMenu {
	0% {
		opacity: 0.5;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fixedMenu_content {
	width: 240px;
	height: 70px;
	position: relative;
	text-align: center;
	border-bottom: none;
	font-size: 16px;
	display: inline-block;
}
.fixedMenu_anchor {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #333;
	font-weight: bold;
	line-height: 1.4;
}
.fixedMenu_anchor:hover {
	opacity: 0.6;
}
.fixedMenu_anchor:visited {
	text-decoration: none;
}
.fixedMenu_anchor:hover, .fixedMenu_anchor:active {
	text-decoration: none;
}
.fixedMenu_content.one_col {
	width: 100%;
}
.fixedMenu_content {
	position: relative;
}
.fixedMenu_content::before {
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 60%;
	background: #ccc;
	top: 23%;
	left: 0;
}
.fixedMenu_content:last-child::after {
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 60%;
	background: #ccc;
	top: 23%;
	right: 0;
}
.fixedMenu_anchor.current {
	position: relative;
}
.fixedMenu_anchor.current::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	background: #636b70;
	bottom: -1px;
	left: 0;
}
.fixedMenu_anchor span {
	display: contents;
	font-weight: bold;
}

/* アンカーリンク */
.anchor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
	margin: 40px auto 0;
	font-size: 14px;
}
.anchor li {
	display: flex;
	align-items: stretch;
	width: calc(100% / 3 - 3%);
	box-shadow: 5px 4px 4px 0px rgba(0, 0, 0, 0.15);
	text-align: center;
}
.anchor li + li {
	margin-left: 1%;
}
.anchor li a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	min-height: 75px;
	padding: 15px 30px 15px 20px;
	background-color: #fff;
	border: 2px solid #636b70;
	color: #636b70;
	font-weight: bold;
	line-height: 1.4;
}
.anchor li a::after {
	position: absolute;
	transform: rotate(135deg);
	top: 0;
	right: 20px;
	bottom: 0;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #636b70;
	border-right: 2px solid #636b70;
	content: "";
}
.anchor li a:hover {
	opacity: 0.8;
	transition: all 500ms;
	background-color: #636b70;
	color: #fff;
}
.anchor li a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2 {
	margin-bottom: 20px;
	padding-top: 30px;
	color: #636b70;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.1;
}
.orihica_main h2 .small-tx {
	margin-left: 20px;
	font-size: 67%;
}
.orihica_main h3 {
	display: flex;
	margin-top: 0 !important;
	margin-bottom: 8px;
	align-items: center;
	font-feature-settings: 'palt';
	font-weight: bold;
	font-size: 15px;
	letter-spacing: .05em;
	line-height: 1.5;
}

/* コンテンツ */
.orihica_main .contents_inner {
	max-width: 900px;
	margin: 0 auto;
}
.orihica_main section {
	margin-bottom: 100px;
}
.orihica_main section:last-child {
	margin-bottom: 0;
}
.orihica_main .bold-tx {
	font-size: 15px;
	font-weight: bold;
}

/* 各アイテム紹介 */
.kv-container {
	position: relative;
	overflow: hidden;
	width: 100vw;
	margin-bottom: 15px;
	margin-left: calc(-50vw + 50%);
}
.orihica_main .kv-subText {
	position: absolute;
	top: 6%;
	right: 22.5%;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.7;
	writing-mode: vertical-rl;
	text-orientation: upright;
	content: "";
}
.kv-subText .marker {
	background-color: #fff;
	padding: 8px 0;
}
.marker + .marker {
	margin-top: 70px;
}

/* button */
.button-area {
	margin-top: 40px;
}
.button {
	width: 400px;
}
.button a {
	display: block;
	position: relative;
	padding: 20px 27px 20px 10px;
	background-color: #636b70;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.button a::after {
	position: absolute;
	top: 0;
	right: 23px;
	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;
}

/*シルエット比較*/
.flex-inner-tx p + p {
	margin-top: 20px;
}
.orihica_main .note {
	font-size: 11px;
}

/*豊富な衿型*/
.collar-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.collar-area li {
	width: calc(100% / 2 - 21px);
	align-items: center;
	text-align: center;
}
.collar-area li:nth-child(n+3) {
	margin-top: 45px;
}
.collar-area li:nth-child(2n) {
	margin-left: 40px;
}
.collar-area li a {
	display: flex;
	position: relative;
	border: 2px solid #636b70;
}
.collar-area li a::after {
	content: "";
	position: absolute;
	bottom: -1px;
	right: -1px;
	z-index: 1;
	background: #636b70;
	width: 45px;
	height: 45px;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.collar-area li a::before {
	content: "";
	position: absolute;
	right: 9px;
	bottom: 8px;
	width: 8px;
	height: 8px;
	z-index: 2;
	transform: rotate(45deg);
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
}
.collar-area li a:hover {
	opacity: .7;
	transition: .2s;
}
.collar-area li .flex-inner {
	width: 50%;
	margin: auto 0;
}
.collar-area li .flex-inner + .flex-inner {
	padding: 10px;
}
.collar-area li p {
	line-height: 1.7;
	font-size: 12px;
	text-align: left;
}
.collar-area li .bold-tx {
	margin-top: 10px;
	text-align: center;
}
.collar-area .collar-ic {
	text-align: center
}
.collar-area .collar-ic img {
	max-width: 85px;
}

/*お洗濯方法*/
.col04 {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto;
}
.col04 li {
	width: calc(100% / 4 - 15px);
}
.col04 li + li {
	margin-left: 20px;
}
.step_ic img{
	width: 38px;
	margin-right: 7px;
}
.col04 li p {
	margin-top: 10px;
}


/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
	
	/*追従アンカー*/
	.hide {
		top: 100px;
	}
	
	/* テキストアンカーリンク01（anchor）*/
	.anchor li:nth-child(n+4) {
		margin-top: 13px;
	}
	.anchor li:nth-child(4n) {
		margin-left: 0;
	}
	
	/* メインビジュアル */
.kv-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kv-entxt {
	width: 30%;
	padding-left: 5vw;
	text-align: center;
	z-index: 1;
}
.slideWrap {
	width: 69%;
	text-align: -webkit-right;
}
	
	/* 各アイテム紹介 list_typeA　*/
	.list_typeA {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.list_typeA li {
		width: calc(100% / 3 - 17px);
	}
	.list_typeA li + li {
		margin-left: 25px;
	}
	.list_typeA li:nth-child(4n) {
		margin-left: 0px;
	}
	.list_typeA li:nth-child(n+4) {
		margin-top: 30px;
	}
	.list_typeA p {
		margin-top: 10px;
	}
	/*ボタン*/
	.button-area {
		display: flex;
		justify-content: center;
	}
	.button-area .button + .button {
		margin-left: 20px;
	}
	
	/*シルエット比較*/
	.flex-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.flex-inner-img {
		width: 60%;
	}
	.flex-inner-tx {
		width: 35%;
	}
	
	/*お洗濯方法*/
	.col04 li:nth-child(n+5) {
		margin-top: 25px;
	}
	.col04 li:nth-child(5n) {
		margin-left: 0px;
	}
}


/*************************
tablet only
*************************/
@media screen and (min-width: 1232px) and (max-width: 1500px) {
	.orihica_main .kv-subText {
		font-size: 1.8vw;
		right: 21%;
	}
	.marker + .marker {
		margin-top: 60px;
	}
}

@media screen and (min-width: 862px) and (max-width: 1420px) {
	.hide {
		top: 165px;
	}
}
@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;
	}
	.orihica_main .kv-subText {
		font-size: 2vw;
	}
	.marker + .marker {
		margin-top: 40px;
	}
}


/*************************
SP only
*************************/
@media screen and (max-width: 861px) {
	.orihica_main .pc {
		display: none;
	}
	
	/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白 */
	.orihica_main .anchorLink-margin {
		margin-top: -80px !important;
		padding-top: 80px !important;
	}
	
	/* メインビジュアル */
	.kv-entxt {
		padding: 25px 16px 16px;
	}
	
	/* リード */
	.orihica_main .about {
		margin-bottom: 13vw;
		padding-top: 10px;
	}
	.orihica_main .about .lead_text {
		font-size: 3.2vw;
		text-align: left;
	}
	
	/*追従アンカー*/
	.fixedMenu_wrap {
		top: 49px;
	}
	.fixedMenu_content {
		width: 20%;
		height: 57px;
		font-size: 10px;
	}
	.fixedMenu_content::before {
		height: 70%;
		top: 18%;
	}
	.fixedMenu_content {
		position: relative;
	}
	.fixedMenu_content:last-child::after, .fixedMenu_content:first-child::before {
		width: 0px;
	}
	.fixedMenu_anchor .pc {
		display: none;
	}
	
	/* アンカーリンク（anchor）*/
	.orihica_main .anchor {
		width: 100%;
		justify-content: left;
		margin: 20px auto 0;
		font-size: 12px;
	}
	.anchor li {
		width: calc(100% / 2 - 1%);
	}
	.anchor li + li {
		margin-left: 2%;
	}
	.anchor li:nth-child(n+3) {
		margin-top: 13px;
	}
	.anchor li:nth-child(2n+1) {
		margin-left: 0;
	}
	.anchor li a {
		width: 100%;
		min-height: 65px;
		padding: 5px 19px 5px 10px;
		border: 1px solid #636b70;
		line-height: 1.5;
		font-size: 3.2vw;
	}
	.anchor li a::after {
		right: 3vw;
		width: 7px;
		height: 7px;
		border-top: 1px solid #636b70;
		border-right: 1px solid #636b70;
	}
	/* 見出し */
	.orihica_main h2 {
		font-size: 6.7vw;
		margin-bottom: 10px;
	}
	.orihica_main h2 .small-tx {
		margin-left: 0;
	}
	.orihica_main h3 {
		font-size: 3.4vw;
	}
	
	/* コンテンツ */
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		width: 100%;
	}
	.orihica_main section {
		margin-bottom: 50px;
	}
	.orihica_main p, .orihica_main ul {
		font-size: 12px;
		line-height: 1.8;
	}
	.orihica_main .bold-tx {
		font-size: 3.5vw;;
		font-weight: bold;
	}
	
	/* 各アイテム紹介　*/
	.kv-container {
		overflow: hidden;
		width: 100vw;
		margin-bottom: 10px;
		margin-left: calc(-50vw + 50%);
	}
	.orihica_main .kv-subText {
		top: auto;
		bottom: 10px;
		left: 16px;
		font-size: 5.3vw;
		line-height: 1.7;
		writing-mode: horizontal-tb;
	}
	.kv-subText .marker {
		padding: 0 8px;
	}
	.marker + .marker {
		margin-top: 70px;
	}
	
	/* 各アイテム紹介 list_typeA　*/
	.list_typeA {
		margin-top: 25px;
	}
	.list_typeA li {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.list_typeA li img, .list_typeA li p {
		width: 47%;
	}
	.list_typeA li + li {
		margin-top: 25px;
	}
	.list_typeA li:nth-child(2n) p {
		order: -1;
	}
	/* button */
	.button {
		width: 100%;
	}
	.button-area .button + .button {
		margin-top: 20px;
	}
	/*シルエット比較*/
	.flex-inner-tx {
		margin-top: 10px;
	}
	.flex-inner-tx p + p {
		margin-top: 0;
	}
	
/*豊富な衿型*/
	.collar-area {
		display: block;
	}
	.collar-area li {
		width: 100%;
	}
	.collar-area li + li {
		margin-top: 25px!important;
		margin-left: 0!important;
	}
	.collar-area li a::after {
		width: 40px;
		height: 40px;
	}
	.collar-area li a::before {
		right: 9px;
		bottom: 8px;
		width: 7px;
		height: 7px;
	}
	.collar-area li .flex-inner {
		width: 50%;
	}
	.collar-area li .flex-inner + .flex-inner {
		padding: 3px 7px;
	}
	.collar-area li p {
		line-height: 1.7;
		font-size: 3vw;
	}
	.collar-area li .bold-tx {
		margin-top: 10px;
	}
	.collar-area .collar-ic img {
		max-width: 60px;
	}
	.collar-area li .bold-tx{
		margin-top: 6px;
	}
	
	/*お洗濯方法*/
	.step_ic img{
		width: 27px;
		margin-right: 4px;
	}
	.col04 li {
		width: calc(100% / 2 - 15px);
	}
	.col04 li p {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.7;
	}
	.col04 li:nth-child(n+3) {
		margin-top: 25px;
	}
	.col04 li:nth-child(2n+1) {
		margin-left: 0px;
	}
}