@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: #333 !important;}
.orihica_main .topicModuleItem__titleCol {width: 40%;}
.orihica_main .topicModuleItemBtn {color: #fff;background-color: #333;border: 1px solid #333;}
.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: 0;}
.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;}}
.main .orihica_main .topicModuleCol1 .mb_50_sp {
	margin-bottom: 0px !important;
}
/* --------▲　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, .styling-tx, .button-area a {
	line-height: 2;
}
.orihica_main .topicModuleCol2__text {
	color: #333 !important;
}
.orihica_main .topicModuleBanner a:hover, .anchorLink li a:hover, .button-area .button:hover {
	opacity: .7;
	transition: .2s;
}
/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
	margin-top: -35px !important;
	padding-top: 35px !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;
	text-align: center;
	content: "";
	width: 28vw;
	top: 19vw;
	left: 18vw;
	z-index: 1000;
}
.orihica_main h1 .NewArrival {
	margin-bottom: 1.7vw;
	max-width: 23vw;
}
/* リード */
.orihica_main .about {
	margin: 0 0 100px;
	padding-top: 60px;
	font-size: 14px;
}
.orihica_main .w710 {
	max-width: 711px !important;
}
.orihica_main .lead_text {
	font-size: 14px;
}
.lead_text + .lead_text {
	margin-top: 7px;
}
.orihica_main .BIGtext {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
}
.anchorLink {
	display: flex;
	justify-content: space-between;
	margin: 50px auto 50px;
}
.anchorLink li {
	width: calc(100% / 4 - 17px);
}

/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2 {
	margin: -20px 0 23px 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 2px;
}
.orihica_main h3 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
/* コンテンツ */
.orihica_main .contents_inner {
	max-width: 1120px;
	margin: 0 auto;
}
.bg {
	padding: 90px 0 90px 0;
}
.bg.gray {
	background-color: #e6e8eb;
	max-width: 100%;
}
#sec01 .bg {
	padding-top: 0;
}
.orihica_main section + section {
	margin-top: 100px !important;
}
.textBox {
	max-width: 365px;
}
.module, .styling-tx {
	font-size: 13px;
}
.styling-tx {
	padding: 5px 0 5px 20px;
	border-left: 2px solid #333;
}
.moduleBox {
	width: 355px;
}
.width770 {
	max-width: 770px;
	margin: 40px auto 0;
}

/* button */
.button-area {
	display: flex;
	justify-content: center;
	margin: 60px auto 0 auto;
	text-align: center;
}
.button {
	position: relative;
	width: 400px;
	background-color: #3b5674;
	text-align: center;
	align-items: center;
}
.button-area a {
	display: block;
	margin: auto;
	padding: 25px 30px 25px 10px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}
.button::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	transform: rotate(45deg);
}
.button-area .button + .button {
	margin-left: 30px;
}
.button-area .all {
	background-color: #fff;
	border: 1px solid #44585f;
}
.button-area .all a {
	color: #44585f;
}
.all::after {
	border-top: 1px solid #44585f;
	border-right: 1px solid #44585f;
}

/* 商品モジュール調整 */
.orihica_main .topicModuleItem {
	color: #000;
}
.orihica_main .topicModuleCol1 {
	margin-bottom: 0px;
}
.orihica_main .topicModuleCol1__priceItem {
	display: block;
	width: 100%;
}
.orihica_main .topicModuleItem__buttonCol, .topicModuleItem__priceCol, .topicModuleItem__titleCol {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	min-width: 88px;
}
.orihica_main .topicModuleCol1__image {
	margin-bottom: 0px;
}
.orihica_main .topicModuleCol1__priceList {
	padding: 0;
}
.orihica_main .topicModuleItemBtn {
	background-color: #333;
	color: #fff;
}
.orihica_main .topicModuleItemBtn::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.orihica_main .topicModuleItem__button {
	background-color: #333;
	color: #fff !important;
	font-size: 12px;
	line-height: 36px;
}
.orihica_main .topicModuleImage__text .topicModuleImage__price {
	border-bottom: none;
}


/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
	.pc-flex {
		display: flex;
		justify-content: space-between;
		margin: 0 auto 0;
		align-items: center;
	}
	.styling-tx + .module {
		margin-top: 40px;
	}
	.img-box li {
		width: 55%;
	}
	.img-box li + li {
		width: 41%;
	}
	.width770 .pc-flex {
		align-items: flex-start;
	}
}


/*************************
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;
	}
	.orihica_main h1 {
		width: 66vw;
		top: 1vw;
		left: 18vw;
	}
	.orihica_main h1 .NewArrival {
		margin-bottom: 12px;
		max-width: 48vw;
	}
	/* リード */
	.orihica_main h2, .lead_text, .styling-tx, .button-area a {
		line-height: 1.7;
	}
	.orihica_main .about {
		margin-bottom: 12vw;
		padding-top: 20px;
	}
	.orihica_main .about .lead_text {
		font-size: 3.2vw;
	}
	.orihica_main .about .BIGtext {
		font-size: 5vw;
	}
	.anchorLink {
		flex-wrap: wrap;
	}
	.anchorLink li {
		width: calc(100% / 2 - 7px);
	}
	.anchorLink li:nth-child(n+3) {
		margin-top: 15px;
	}
	
	/* 見出し */
	.orihica_main h2 {
		margin: 15px;
		font-size: 5.8vw;
	}
	.orihica_main h3 {
		font-size: 4vw;
		margin-bottom: 22px
	}
	
	/* コンテンツ */
	.orihica_main section + section {
		margin-top: 50px !important;
	}
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		width: 100%;
	}
	.anchorLink {
		display: flex;
		justify-content: space-between;
		margin: 40px 10px 90px 10px;
	}
	.bg {
		padding: 50px 0 50px 0;
	}
	.textBox {
		max-width: 361px;
		margin: auto;
	}
	.width940, .width770 {
		margin: 30px auto 0;
	}
	.styling-tx {
		margin-bottom: 24px !important;
		padding: 5px 0 5px 20px;
		border-left: 2px solid #333;
		font-size: 12px;
	}
	.img01 {
		width: 100vw;
		margin-bottom: 14px;
		margin-left: calc(-50vw + 50%);
	}
	.moduleBox {
		width: 100%;
	}
	.button-area {
		display: block;
		margin: 20px auto 0 auto;
		text-align: center;
	}
	.button {
		width: auto;
	}
	.button::after {
		right: 17px;
	}
	.button-area .button + .button {
		margin-top: 15px;
		margin-left: 0;
	}
	
	/* 商品モジュール調整 */
	.orihica_main .topicModuleImage {
		margin-bottom: 0;
		padding-bottom: 6vw;
	}
	.orihica_main .topicModuleImage__image {
		margin-bottom: 0;
	}
	.orihica_main .topicModuleItem__name.topicModuleItem__name--small {
		font-size: 11px;
		min-width: 112px;
	}
	.orihica_main .topicModuleItem__titleCol {
		width: auto;
	}
	.orihica_main .topicModuleItem__price {
		font-size: 13px;
	}
	.orihica_main .topicModuleItem__button {
		font-size: 11px
	}
	.orihica_main .card_list {
		width: 100%;
	}
}