@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__button {min-width: 80px;font-size: 12px;}
.orihica_main .topicModuleItem__titleCol {width: 40%;min-width: 100px;}
.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: 20px;}
.orihica_main .topicModuleCol1__item {margin-top: 5px;}
.orihica_main .topicModuleCol1__image {display: none;}
.orihica_main .topicModuleCol1__priceItem {display: block;width: auto;padding-right: 0px;padding-left: 0px;}
.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;}.orihica_main .card_list {max-width: 100%;}.orihica_main .card_item{width: calc(250 / 1100 * 100%);margin-right: calc(33 / 1100 * 100%);}}
@media screen and (max-width: 861px) {.orihica_main .topicModuleCol2, .orihica_main .topicModuleCol2__item {margin-top: 6vw;}
.orihica_main .topicModuleCol1 {margin-top: 1.5vw;}.orihica_main .topicModuleCol1__priceItem {padding: 0;}.orihica_main .topicModuleItem__titleCol {min-width: 0px;}
.orihica_main .topicModuleCol1__item{margin: 0;}}
/* --------▲　MT調整　▲-------- */
main .container {
	width: auto;
	max-width: inherit;
	height: auto;
	padding: 0;
}
body .orihica_main img {
	max-width: 100%;
	height: auto;
}
.orihica_main {
	margin-bottom: 90px;
}
.orihica_main a, .orihica_main, .orihica_main .about, .orihica_main .topicModuleItem, .orihica_main .topicModuleItem__button {
	color: #1B1B1B !important;
}
.orihica_main a:hover {
	opacity: .7;
	transition: .2s;
}
.orihica_main .mv .mv_img img {
	margin: 0 auto 0;
}
.orihica_main .about {
	line-height: 2.2;
	margin-bottom: 110px;
}
.orihica_main .about .date {
	display: block;
	width: 1200px;
	margin: 0 auto 40px;
	text-align: left;
	font-size: 12px;
	color: #535353;
}
.orihica_main .lead_text {
	margin-bottom: 40px;
}
.about, .contents_inner {
	box-sizing: border-box;
	max-width: 1100px;
	margin: 0 auto;
}
.orihica_main section:nth-of-type(n+2) .contents_inner {
	padding-top: 110px;
}
.containerInner {
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}
/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
h2 {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.3;
}
.title_area h2 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.title_area {
	margin-bottom: 20px;
}
.title_area span {
	display: block;
}
.title_area span img {
	max-width: 200px;
	margin-right: 20px;
}
.text {
	font-size: 14px;
	line-height: 2;
	text-align: center;
	margin: 20px !important;
}
/*アンカーリンク*/
.anchor-link {
	display: flex;
	max-width: 900px;
	margin: 20px auto;
	justify-content: center;
}
.anchor-link li {
	display: flex;
	width: 22%;
	background-color: #e8dfde;
}
.anchor-link li a {
	display: block;
	position: relative;
	padding: 20px 20px 40px;
	font-size: 14.4px;
	font-weight: bold;
	text-align: center;
}
.anchor-link li + li {
	margin-left: 30px;
}
.anchor-link li .anchor-text {
	margin: 10px 0;
}
.anchor-link li a::after, .anchor-link li a::before {
	content: '';
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #ad5151;
	border-right: 2px solid #ad5151;
	margin-right: -7px;
	transition: all .2s;
	transform: rotate(135deg);
}
.anchor-link li a::before {
	bottom: 27px;
}
.anchor-link li a:hover {
	transition: all 500ms;
}
.anchor-link li a:hover::after {
	bottom: 10px;
}
.anchor-link li a:hover::before {
	bottom: 17px;
}

/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
	.orihica_main .about p {
		letter-spacing: 0.08em;
		text-align: center;
	}
	.breadcrumbs {
		padding-left: 10px;
	}
	.orihica_main .about .anchor-link li p {
		letter-spacing: 0.05em;
		line-height: 1.6;
	}
	.orihica_main .about {
		font-size: 15px;
	}
	.btn_contents p {
		width: 425px;
		margin: 0 auto;
	}
	.btn_contents a {
		display: block;
		position: relative;
		padding: 24px;
		background-color: #ad5151;
		color: #fff !important;
		font-size: 16px;
		text-align: center;
	}
	.btn_contents a::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		width: 8px;
		height: 8px;
		margin-top: -5px;
		transform: rotate(45deg);
		border-top: #fff 2px solid;
		border-right: #fff 2px solid;
	}
	.col3_wrapper {
		display: flex;
		justify-content: space-between;
	}
	.col3_inner {
		width: 31%;
	}
}
/*************************
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 section:nth-of-type(1).anchorLink-margin {
		padding-top: 70px !important;
		margin-top: -70px !important;
	}
	.pc {
		display: none;
	}
	.orihica_main section:nth-of-type(n+2) .contents_inner {
		padding-top: 70px;
	}
	.orihica_main .mv {
		margin-bottom: 0;
	}
	.orihica_main .about {
		margin-bottom: 70px;
		text-align: left;
	}
	.orihica_main .about .date {
		width: 100%;
		margin: 10px 0;
	}
	.orihica_main .lead_text {
		margin-bottom: 30px;
	}
	.contents_inner, .about, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.title_area {
		margin: 0 -7px;
	}
	h2 {
		font-size: 5vw;
	}
	.title_area span img {
		max-width: 150px;
		margin-right: 15px;
	}
	.text {
		font-size: 13px;
		text-align: left;
		margin: 10px 0 !important;
	}
	.btn_contents a {
		display: block;
		position: relative;
		padding: 20px;
		background-color: #ad5151;
		color: #fff !important;
		font-size: 14px;
		text-align: center;
	}
	.btn_contents p {
		width: 100%;
		margin: 0 auto;
	}
	.btn_contents a::after {
		content: "";
		position: absolute;
		right: 12px;
		top: 50%;
		width: 8px;
		height: 8px;
		margin-top: -5px;
		transform: rotate(45deg);
		border-top: #fff 1px solid;
		border-right: #fff 1px solid;
	}
	/*アンカーリンク*/
	.anchor-link {
		display: flex;
		margin-top: 20px;
	}
	.anchor-link li {
		width: 33%;
	}
	.anchor-link li a {
		padding: 5px 5px 18px;
		font-size: 2.5vw;
	}
	.anchor-link li + li {
		margin-left: 10px;
	}
	.anchor-link li .anchor-text {
		margin: 10px 0;
		line-height: 1.5;
	}
	.anchor-link li a::after, .anchor-link li a::before {
		width: 8px;
		height: 8px;
		bottom: 10px;
	}
	.anchor-link li a::before {
		bottom: 17px;
	}
	/* モジュール調整*/
	.card_list {
		width: 100%;
	}
}