@charset "utf-8";
/*************************
共通
*************************/
/* --------▼　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;}
/* 商品モジュール調整 (使用しない場合は削除) */
.orihica_main .topicModuleCol2 {max-width: 1000px;margin-top: 30px;margin-bottom: 0px;}
.orihica_main .topicModuleCol2__text {padding-left: 0px;padding-right: 0px;}
.orihica_main .topicModuleCol2 .topicModuleCol2__image {display: none;}
.orihica_main .topicModuleCol2__price + .topicModuleCol2__price {border-top: 1px solid rgba(35, 48, 82, 0.25);}
.orihica_main .topicModuleItem, .orihica_main .topicModuleItem__button {color: #333 !important;}
.orihica_main .topicModuleItem__titleCol {width: 40%;}
.orihica_main .topicModuleItemBtn {color: #fff;background-color: #231815;border: 1px solid #fff;}
.orihica_main .topicModuleItemBtn::after {border-top: 1px solid #fff;border-right: 1px solid #fff;}
.orihica_main .topicModuleCol1 {margin-bottom: 45px;}
.orihica_main .topicModuleCol1__item {margin-top: 13px;}
.orihica_main .topicModuleCol1__image {display: none;}
.orihica_main .topicModuleCol1__priceItem {display: block;width: auto;padding-right: 20px;padding-left: 20px;}
.orihica_main .topicModuleCol1__priceItem + .topicModuleCol1__priceItem {border-top: 1px solid rgba(35, 48, 82, 0.25);}
.orihica_main .topicModuleCol1__text, .orihica_main .topicModuleCol1__priceList {padding: 0;}
@media screen and (min-width:862px) {.orihica_main .topicModuleCol1__item{width: auto;max-width: 475px;}}
@media screen and (max-width: 861px) {.orihica_main .topicModuleCol2, .orihica_main .topicModuleCol2__item {margin-top: 6vw;}
.orihica_main .topicModuleCol1 {margin-top: 6vw;}.orihica_main .topicModuleCol1__priceItem {padding: 0;}}
/* --------▲　MT調整　▲-------- */

main .container {
	width: auto;
	height: auto;
	max-width: inherit;
	padding: 0;
}
body .orihica_main img {
	height: auto;
}
.container .breadcrumbs {
	padding: 12px;
}
.orihica_main p, .orihica_main ul {
	line-height: 2;
	color: #333;
}
.orihica_main .topicModuleCol2__text {
	color: #333 !important;
}
.orihica_main .topicModuleBanner a:hover {
	opacity: .7;
	transition: .2s;
}

/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「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;
}
/*
【MVの横幅が1200pxの場合】
.orihica_main .mv .mv_img img {width: 100%;margin: 0 auto;}をトルツメし、以下追加する。
.orihica_main .mv .mv_img {text-align: center;}
.orihica_main .mv .mv_img img {width: auto;}
*/

.orihica_main section {
	margin-top: 150px;
}

/* リード */
.orihica_main .about {
	margin: 0 0 80px;
	padding-top: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 2.3;
}
.orihica_main .lead_text {
	font-size: 14px;
	text-align: center;
}

/* 追従ボタン */
.fixedMenu_wrap {
opacity: 0;
visibility: hidden;
}
.fixedMenu_wrap.is-show {
	opacity: 1;
    visibility: visible;
}
.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: 230px;
    border-radius: 10px 0 0 10px;
    color: #fff !important;
    font-size: 14px;
    background-color: #6f4739;
}
.fixedMenu_wrap a:hover {
	opacity: .7;
	transition: .2s;
}

/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	line-height: 2;
}
.ttl_ul {
	margin-right: 4px;
	padding: 0 3px;
    background: linear-gradient(transparent 60%, #e6ddda 50%);
	}
.ttl_bg {
	background: #6f4739;
	color: #fff;
	font-size: 21px;
    margin-right: 6px;
    padding: 3px 8px 0px;
}
.orihica_main h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1;
}

/* ボタン*/
.button_typeA {
	width: 400px;
	margin: 60px auto 80px;
	text-align: center;
}
.button_typeA a {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 17px 50px;
	background: #6f4739;
	border: 2px solid #6f4739;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	transition: 0.2s;
}
.button_typeA a:after {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transition: 0.5s;
}
.button_typeA a:hover {
	color: #6f4739;
	background-color: #fff;
	border: 2px solid #6f4739;
}
.button_typeA a:hover:after {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #6f4739;
	border-right: 2px solid #6f4739;
	content: "";
}

/* コンテンツ */
.orihica_main .contents_inner {
	max-width: 1120px;
	margin: 0 auto;
}
/* 選ばれる理由*/
.reason_box {
	margin-bottom: 30px;
}
.reason_box:nth-of-type(2n) {
	max-width: 1000px;
	margin: 0 auto 30px;
    position: relative;
}
.reason_box:nth-of-type(2n) .flex-wrap {
	flex-direction: row-reverse;
}
.reason_box .flex-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1120px;
	margin: 0 auto;
}
.reverse {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f5f5f5;
    width: 100vw;
    height: 400px;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
}
.flex-inner_img {
	max-width: 617px;
}
.flex-inner_tx {
	width: 430px;
	text-align: center;
}
.reason_01,.reason_02,.reason_03 {
	position: relative;
}
.reason_01:before {
	content: "";
	position: absolute;
	background-image:url("../img/pants-single-pleat_pointic01.webp");
	width: 163px;
	height: 124px;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
	z-index: -1; 
	pointer-events: none; 
}
.reason_02:before {
	content: "";
	position: absolute;
	background-image:url("../img/pants-single-pleat_pointic02.webp");
	width: 205px;
	height: 124px;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
	z-index: -1; 
	pointer-events: none; 
}
.reason_03:before {
	content: "";
	position: absolute;
	background-image:url("../img/pants-single-pleat_pointic03.webp");
	width: 206px;
	height: 124px;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
	z-index: -1; 
	pointer-events: none; 
}
.reason_ttl {
    padding: 20px 0 0;
    font-size:22px;
    font-weight: bold;
}
/* 着回し(3カラム)*/
.img_col03 a:hover {
	opacity: .7;
    transition: .2s;
}


/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
	
/* 着回し(3カラム)*/
	.img_col03{
		display: flex;
		flex-wrap: wrap;
		max-width: 1530px;
		margin: 0 auto;
	}
	.img_col03 li {
		width: calc(100% / 3 - 10px);
	}
	.img_col03 li + li {
		margin-left: 15px;
	}
	.img_col03 li:nth-child(n+4) {
	    margin-top: 54px;	
	}
	.img_col03 li:nth-child(4n) {
	    margin-left: 0;
	}
}


/*************************
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 section {
		margin-top: 80px;
	}
	
	/* リード */
	.orihica_main .about {
		margin-bottom: 12vw;
		padding-top: 20px;
	}
	.orihica_main .about .lead_text {
		font-size:3.2vw;
		text-align: left;
	}
	/* 追従ボタン */
	.fixedMenu_wrap {
		position: fixed;
		top: 30vw;
		right: 0;
		z-index: 1000;
		writing-mode: vertical-rl;
		transition: 0.3s;
	}
	.fixedMenu_wrap a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 38px;
		height: 140px;
		border-radius: 10px 0 0 10px;
		color: #fff !important;
		font-size: 10px;
		background-color: #6f4739;
	}
	.fixedMenu_wrap a:hover {
		opacity: .7;
		transition: .2s;
	}
	/* 見出し */
	.orihica_main h2 {
		font-size: 5.3vw;
		text-align: left;
	}
	.ttl_bg {
		font-size: 4.8vw;
	}
	.orihica_main h3 {
		font-size: 5vw;
	}
	
	/* ボタン*/
	.button_typeA {
		width: auto;
	}
	.button_typeA {
		margin: 0 auto 20px;
		text-align: center;
	}
	.button_typeA a {
		display: block;
		position: relative;
		margin: 0 auto;
		padding: 17px 50px;
		font-size: 14px;
		text-align: center;
		transition: 0.2s;
	}

	/* コンテンツ */
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		width: 100%;
	}
	/* 選ばれる理由*/
	.reason_box:nth-of-type(2n) {
		margin: 0 auto 65px;
	}
	.reason_box .flex-wrap {
		display: block;
	}
	.reverse {
		position: absolute;
		top: 60%;
		transform: translateY(-50%);
		background: #f5f5f5;
		width: 100vw;
		height: 410px;
		margin: 0 calc(50% - 50vw);
		z-index: -1;
}
	.reason_box:nth-of-type(2) .flex-inner_img {
		width: 250px;
    	margin: 0 auto;
	}
	.flex-inner_tx {
		width: 100%;
		text-align: left;
	}
	.reason_01,.reason_02,.reason_03 {
		position: relative;
	}
	.reason_01:before {
		content: "";
		display: block;
		position: absolute;
		background-image:url("../img/pants-single-pleat_pointic01.webp");
		background-size: 82px 62px;
		width: 82px;
		height: 62px; 
		top: 70%;
		left: 10%;
		transform: translate(-50%, -50%);
		z-index: -1; 
		pointer-events: none; 
	}
	.reason_02:before {
		content: "";
		display: block;
		position: absolute;
		background-image:url("../img/pants-single-pleat_pointic02.webp");
		background-size: 102px 62px;
		width: 102px;
		height: 62px; 
		top: 70%;
		left: 12%;
		transform: translate(-50%, -50%);
		z-index: -1; 
		pointer-events: none; 
	}
	.reason_03:before {
		content: "";
		display: block;
		position: absolute;
		background-image:url("../img/pants-single-pleat_pointic03.webp");
		background-size: 102px 62px;
		width: 102px;
		height: 62px; 
		top: 70%;
		left: 12%;
		transform: translate(-50%, -50%);
		z-index: -1; 
		pointer-events: none; 
	}
	.reason_ttl {
		padding: 20px 0 0;
		font-size:3.7vw;
		font-weight: bold;
	}
	.reason_tx {
		font-size:3.2vw;
	}
	/* 着回し(3カラム)*/
	.img_col03 {
		margin-bottom: 30px;
	}
	.img_col03 li {
		margin-bottom: 20px;
	}
}