@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;}
/* 商品モジュール調整 (使用しない場合は削除) */
.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: #000!important;}
.orihica_main .topicModuleItem__button {background-color: #333;color: #fff!important;font-size: 12px;line-height: 36px;}
.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: 0px;}
.orihica_main .topicModuleCol1__item {margin-top: 13px;}
.orihica_main .topicModuleCol1__image {display: none;}
.orihica_main .topicModuleCol1__priceItem {width: 100%;display: block;;padding-right: 0px;padding-left: 0px;}
.orihica_main .topicModuleCol1__text, .orihica_main .topicModuleCol1__priceList {padding: 0;}
.orihica_main .topicModuleItem__buttonCol,.orihica_main .topicModuleItem__priceCol,.orihica_main .topicModuleItem__titleCol{min-width: 90px;padding-top: 10px;padding-bottom: 10px;padding-left: 0px;padding-right: 0px;}
@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;}.orihica_main .topicModuleItem__titleCol {min-width: 0px;}.card_list {width: 100%;}.orihica_main .topicModuleItem__name.topicModuleItem__name--small {font-size: 11px;min-width: 120px;}.orihica_main .topicModuleItem__titleCol{width: auto;}.orihica_main .topicModuleItem__price{font-size: 13px;}
.orihica_main .topicModuleItem__button{font-size: 11px}}
/* --------▲　MT調整　▲-------- */

main .container {
	width: auto;
	max-width: inherit;
	height: auto;
	padding: 0;
}
body .orihica_main img {
	height: auto;
}
.container .breadcrumbs {
	padding: 12px;
}
.orihica_main p, .orihica_main ul {
	color: #333;
}
.orihica_main h2, .lead_text, .lead_text_complement, .styling-tx, .button-area a {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 500;
	line-height: 2;
}
.orihica_main .topicModuleCol2__text {
	color: #333 !important;
}
.orihica_main .topicModuleBanner a:hover, .anchorLink li a:hover {
	opacity: .7;
	transition: .2s;
}
/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
	margin-top: -35px !important;
	padding-top: 35px !important;
}
.anchorLink-margin + .anchorLink-margin {
	padding-top: 130px !important;
}
/*フェードアップ*/
.fadeInUp {
	opacity: 0;
	transition: 1.5s;
	transform: translateY(20px);
}
/*フェードイン*/
.orihica_main {
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
	animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
/* メインビジュアル */
.orihica_main .mv .mv_img img {
	width: 100%;
	margin: 0 auto;
}
.orihica_main .mv_img {
	position: relative;
}
.orihica_main h1 {
	position: absolute;
	content: "";
	width: 30vw;
	top: 17vw;
	left: 14vw;
	z-index: 1000;
	text-align: center;
}
.orihica_main h1 .new_arrival {
	margin-bottom: 2vw;
	width: 23vw;
}
.new_arrival {
	margin-bottom: 10px;
}
/* リード */
.orihica_main .about {
	line-height: 2.3;
	margin: 0 0 110px;
	padding-top: 35px;
	font-size: 14px;
	text-align: center;
}
.orihica_main .lead_text {
	font-size: 14px;
	text-align: center;
}
.lead_text + .lead_text {
	margin-top: 15px;
}
.orihica_main .lead_text_complement {
	font-size: 11px;
	margin-top: 15px;
}
.anchorLink {
	display: flex;
	justify-content: space-between;
	max-width: 700px;
	margin: 45px auto 0;
}
.anchorLink li {
	width: calc(100% / 4 - 17px);
}
/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2 {
	line-height: 1.1;
	margin-bottom: 35px;
	font-size: 35px;
	font-weight: normal;
	text-align: center;
}
.orihica_main h3 {
	line-height: 1.1;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
}
/* コンテンツ */
.orihica_main .contents_inner {
	max-width: 1120px;
	margin: 0 auto;
}
.orihica_main section + section {
	margin-top: 135px !important;
}
.module, .styling-tx {
	max-width: 320px;
	font-size: 13px;
}
.styling-tx {
	position: relative;
	padding: 20px 30px;
	border: 1px solid #333;
}
.styling-tx::before {
	position: absolute;
	content: "";
	width: 45px;
	background-color: #333;
	height: 1px;
	top: 11px;
	left: -12px;
	transform: skew(25deg, -45deg);
}
.img03 {
	max-width: 560px;
}
.width940 {
	max-width: 940px;
	margin: 40px auto;
}
/* button */
.button-area {
	margin-bottom: 30px;
}
.button {
	position: relative;
	display: flex;
	height: 85px;
	margin: auto;
	padding: 1rem;
	border-radius: 10px;
	background-color: #968267;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.button-area a {
	display: block;
	width: 400px;
	margin: auto;
	font-weight: bold;
	font-size: 13px;
	color: #fff !important;
}
.button::before {
	content: '';
	position: absolute;
	inset: 7px -7px -7px 7px;
	border-radius: 10px;
	border: 1px solid #333;
	transition: 0.5s;
}
.button::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: -4px;
	right: 25px;
	width: 11px;
	height: 11px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.button:hover.button::before {
	inset: 0;
}


/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
	.pc-flex {
		display: flex;
		justify-content: space-between;
		margin: auto;
		align-items: center;
	}
	.styling-tx + .module {
		margin-top: 25px;
	}
	.img-box li {
		width: 55%;
	}
	.img-box li + li {
		width: 41%;
	}
}


/*************************
tablet only
*************************/
@media screen and (min-width: 862px) and (max-width: 1232px) {
	body .container {
		padding: 0;
	}
}


/*************************
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;
	}
	.anchorLink-margin + .anchorLink-margin {
		margin-top: 50px !important;
	}
	.orihica_main h1 {
		width: 65vw;
		top: -0.5vw;
		left: 18vw;
	}
	.orihica_main h1 .new_arrival {
		margin-bottom: 2.5vw;
		width: 49vw;
	}
	.new_arrival {
		margin-bottom: 10px;
	}
	/* リード */
	.orihica_main .about {
		margin-bottom: 22vw;
		padding-top: 20px;
	}
	.orihica_main .about .lead_text {
		font-size: 3.1vw;
	}
	.anchorLink {
		flex-wrap: wrap;
	}
	.anchorLink li {
		width: calc(100% / 2 - 7px);
	}
	.anchorLink li:nth-child(n+3) {
		margin-top: 15px;
	}
	/* 見出し */
	.orihica_main h2 {
		margin-bottom: 15px;
		font-size: 7.2vw;
	}
	.orihica_main h3 {
		font-size: 5vw;
	}
	.img-box li:first-child, .img03 {
		margin: 0px -16px 16px;
		;
	}
	/* コンテンツ */
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		width: 100%;
	}
	.width940 {
		margin: 26px auto 38px;
	}
	.styling-tx {
		margin-bottom: 25px !important;
		padding: 15px 20px;
	}
	.module, .styling-tx {
		max-width: 320px;
		font-size: 13px;
	}
	.module, .styling-tx {
		max-width: 100%;
		font-size: 3.35vw;
	}
	.styling-tx::before {
		width: 30px;
		top: 7px;
		left: -7px;
	}
	.img03 {
		margin-top: 25px;
	}
	.orihica_main section + section {
		margin-top: 80px !important;
	}
	.button-area a {
		width: auto;
	}
	.orihica_main .button {
		height: 82px;
	}
	.button::after {
		right: 17px;
	}
}