@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調整　▲-------- */

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,.orihica_main a {
	line-height: 2;
	color: #333;
}
.orihica_main .topicModuleCol2__text {
	color: #333 !important;
}
.orihica_main .topicModuleBanner a:hover {
	opacity: .7;
	transition: .2s;
}
.orihica_main .note {
	font-size: 11px;
	font-weight: normal;
}
/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
	margin-top: -75px !important;
	padding-top: 75px !important;
}
/* メインビジュアル */
.orihica_main .mv .mv_img {
	text-align: center;
}
.orihica_main .mv .mv_img img {
	width: auto;
}
/* リード */
.orihica_main .about {
	margin: 0 0 80px;
	padding-top: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 2.3;
}
.orihica_main .lead_text {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2 {
	margin-top: 20px;
	margin-bottom: 25px;
	color: #233052;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	line-height: 1.1;
}
.orihica_main .h2-text {
	margin-bottom: 30px;
	font-size: 14px;
	text-align: center;
}
.orihica_main .red-tx {
	color: #e30000;
}
.orihica_main h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1;
}
/*tab_area*/
.tab_area {
	overflow: hidden;
	display: flex;
	margin: auto;
}
.tab_area li {
	display: block;
	width: 50vw;
	margin-bottom: -7px;
	padding: 25px 0;
	background-color: #eee;
	border-radius: 15px 15px 0 0;
	color: #666;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	z-index: 1;
	cursor: pointer;
}
.tab_area li + li {
	margin-left: 16px;
}
.tab_area li.select {
	background-color: #ffffff;
	border: 2px solid #233052;
	color: #233052;
	z-index: 3;
}
.hide {
	display: none;
}
.tab_area li.select:hover {
	opacity: 1;
}
.tab_area li:hover {
	opacity: .7;
}
/* コンテンツ */
.orihica_main .contents_inner {
	max-width: 1200px;
	margin: 0 auto;
}
.orihica_main section {
	margin-bottom: 100px;
}
.orihica_main section:last-of-type {
	margin-bottom: 80px;
}
.content_area {
	position: relative;
	padding-top: 120px;
}
.border {
	position: relative;
	height: 2px;
	margin-top: -2px;
	background-color: #233052;
	z-index: 2;
}
/* アンカーリンク ボタン */
.anchorArea, .btnArea {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0px auto 90px;
}
.anchorArea li, .btnArea li {
	display: flex;
	width: 280px;
	text-align: center;
	background-color: #233052;
}
.btnArea li {
	width: 450px;
}
.anchorArea li a, .btnArea li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	padding: 18px 15px 18px 0;
	color: #ffffff;
	background-color: #233052;
	border: 2px solid #233052;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	transition: .4s;
}
.anchorArea li a:hover, .btnArea li a:hover {
	color: #233052;
	background-color: #fff;
}
.anchorArea li a::after, .btnArea li a::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 40%;
	right: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: .4s;
}
.btnArea li a::after {
	transform: rotate(45deg);
}
.anchorArea li a:hover::after, .btnArea li a:hover::after {
	border-top: 2px solid #233052;
	border-right: 2px solid #233052;
}
/*item-list*/
.item-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.item-list li {
	width: calc(100% / 4 - 25px);
}
.item-list li + li {
	margin-left: 33px;
}
.item-list li a {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.item-list a:hover {
	opacity: .7;
	transition: .2s;
}
.item-list a::after {
	content: "";
	position: absolute;
	bottom: -1px;
	right: -1px;
	z-index: 1;
	background: #233052;
	width: 50px;
	height: 50px;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.item-list 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;
}
.item-list li p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}
.text-area {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.orihica_main .price {
	display: inline;
	margin-top: 5px;
	color: #e30000;
	font-size: 24px;
}
.orihica_main .price .small-tx {
	font-size: 65%;
}
/*saleItem_list_wrap*/
.saleItem_list_wrap {
	margin-top: 40px;
}
.saleItem_list_wrap + .saleItem_list_wrap {
	margin-top: 80px;
}
.saleItem_title {
	text-align: center;
	font-size: 20px;
}
.saleItem_title span {
	font-size: 24px;
	font-weight: bold;
}
[class*="saleItem_subtitle"] {
	position: relative;
	padding: 0 30px;
}
[class*="saleItem_subtitle"]:before, [class*="saleItem_subtitle"]:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 1px;
}
[class*="saleItem_subtitle"]:before {
	left: 0;
}
[class*="saleItem_subtitle"]:after {
	right: 0;
}
[class*="saleItem_list"] li a {
	transition: .5s;
}
[class*="saleItem_list"] li a:hover {
	opacity: 0.7;
}
.saleItem_list_wrap [class*="saleItem_list"] {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.saleItem_list_wrap [class*="saleItem_list"] li {
	display: table;
	width: calc(100% / 4);
	height: 60px;
	border-right: 1px solid #e4e5e7;
	border-bottom: 1px solid #e4e5e7;
	box-sizing: border-box;
}
.saleItem_list_wrap [class*="saleItem_list"] li a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	line-height: 1.3;
	padding: 0 30px;
}
.saleItem_list_wrap [class*="saleItem_list"] li a::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 45%;
	right: 20px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
	/* アンカーリンク */
	.anchorArea li:not(:last-child) {
		margin-right: 20px;
	}
	.item-list li:nth-child(n+5) {
		margin-top: 33px;
	}
	.item-list li:nth-child(4n+1) {
		margin-left: 0px;
	}
	.saleItem_list_wrap [class*="saleItem_list"] li:first-child, .saleItem_list_wrap [class*="saleItem_list"] li:nth-child(2), .saleItem_list_wrap [class*="saleItem_list"] li:nth-child(3), .saleItem_list_wrap [class*="saleItem_list"] li:nth-child(4) {
		border-top: 1px solid #e4e5e7;
	}
	.saleItem_list_wrap [class*="saleItem_list"] li:nth-child(4n+1) {
		border-left: 1px solid #e4e5e7;
	}
}
/*************************
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 .note {
		font-size: 2.9vw;
	}
	/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白 */
	.orihica_main .anchorLink-margin {
		margin-top: -50px !important;
		padding-top: 50px !important;
	}
	/* リード */
	.orihica_main .about {
		margin-bottom: 12vw;
		padding-top: 20px;
	}
	.orihica_main .about .lead_text {
		font-size: 4.3vw;
	}
	/* 見出し */
	.orihica_main h2 {
		font-size: 6vw;
		margin-bottom: 20px;
	}
	.orihica_main .h2-text {
		margin-bottom: 20px;
		font-size: 3.2vw;
	}
	.orihica_main h3 {
		font-size: 5vw;
	}
	/*.tab_area*/
	.tab_area li {
		padding: 20px 0;
		font-size: 3.6vw;
	}
	/* コンテンツ */
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		width: 100%;
	}
	.orihica_main section {
		margin-bottom: 19vw;
	}
	.content_area {
		padding-top: 16vw;
	}
	/* アンカーリンク */
	.anchorArea {
		width: 100%;
		justify-content: left;
		margin-bottom: 10vw;
	}
	.anchorArea li {
		width: calc(100% / 2 - 1%);
	}
	.anchorArea li + li {
		margin-left: 2%;
	}
	.anchorArea li:nth-child(n+3) {
		margin-top: 13px;
	}
	.anchorArea li:nth-child(2n+1) {
		margin-left: 0;
	}
	.anchorArea li a {
		width: 100%;
		padding: 15px 25px 15px 15px;
		font-size: 3.4vw;
		line-height: 1.5;
	}
	.anchorArea li a::after {
		right: 3vw;
		width: 7px;
		height: 7px;
	}
	/* item-list */
	.item-list li {
		width: calc(100% / 2 - 8px);
	}
	.item-list li + li {
		margin-left: 16px;
	}
	.item-list li:nth-child(n+3) {
		margin-top: 25px;
	}
	.item-list li:nth-child(2n+1) {
		margin-left: 0px;
	}
	.orihica_main .price {
		margin-top: 2px;
		font-size: 3.9vw;
	}
	.item-list li a {
		padding: 0;
	}
	.item-list a::after {
		width: 35px;
		height: 35px;
	}
	.item-list a::before {
		right: 9px;
		bottom: 6px;
		width: 6px;
		height: 6px;
	}
	.item-list li p {
		font-size: 3.1vw;
	}
	.text-area {
		padding: 8px 8px 4px;
	}
	.saleItem_list_wrap {
		margin-top: 5.3vw;
	}
	.saleItem_list_wrap + .saleItem_list_wrap {
		margin-top: 9.3vw;
	}
	.saleItem_title {
		font-size: 4vw;
	}
	.saleItem_title span {
		font-size: 4.5vw;
	}
	[class*="saleItem_subtitle"] {
		padding: 0 5.3vw;
	}
	[class*="saleItem_subtitle"]:before, [class*="saleItem_subtitle"]:after {
		width: 4.5vw;
	}
	.saleItem_list_wrap [class*="saleItem_list"] {
		margin-top: 2.7vw;
	}
	.saleItem_list_wrap [class*="saleItem_list"] li {
		width: 50%;
		height: 16vw;
	}
	.saleItem_list_wrap [class*="saleItem_list"] li:first-child, .saleItem_list_wrap [class*="saleItem_list"] li:nth-child(2) {
		border-top: 1px solid #e4e5e7;
	}
	.saleItem_list_wrap [class*="saleItem_list"] li:nth-child(2n+1) {
		border-left: 1px solid #e4e5e7;
	}
	.saleItem_list_wrap [class*="saleItem_list"] li a {
		font-size: 3.3vw;
		padding: 0 5.3vw;
	}
	.saleItem_list_wrap [class*="saleItem_list"] li a::after {
		width: 1.7vw;
		height: 1.7vw;
		top: 46%;
		right: 2.7vw;
	}
}