@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: #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;}.orihica_main .topicModuleItem__titleCol {min-width: 0px;}}
/* --------▲　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 {
	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;
}

/* リード */
.orihica_main .about {
	margin: 0 0 110px;
	padding-top: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 2.3;
}
.orihica_main .lead_text {
	font-size: 20px;
	font-weight: bold;
}
.orihica_main .red_text {
	color: #e90c0c;
	font-size: 25px;
	font-weight: bold;
}
.orihica_main .note {
	font-size: 12px;
}

/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2 {
	margin-top: 100px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	line-height: 1.1;
}
.orihica_main h2 span {
	position: relative;
	padding: 0 30px 5px;
}
.orihica_main h2 span::before, .orihica_main h2 span::after {
	position: absolute;
	content: "";
	top: 0;
	width: 2px;
	height: 100%;
	background: #333;
	border-radius: 3px;
}
.orihica_main h2 span::before {
	left: 0;
	transform: rotate(-30deg);
}
.orihica_main h2 span::after {
	right: 0;
	transform: rotate(40deg);
}

/* ボタン */
.button {
	width: 340px;
	text-align: center;
}
.button a {
	display: flex;
	position: relative;
	min-height: 75px;
	justify-content: center;
	align-items: center;
	padding: 17px 27px 17px 13px;
	background-color: #334b5e;
	border: 2px solid #334b5e;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	transition: 0.2s;
	line-height: 1.7;
}
.button a:hover {
	color: #334b5e;
	background-color: #fff!important;
}
.button a:after {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #fff!important;
	border-right: 2px solid #fff!important;
	content: "";
	transition: 0.5s;
}
.button a:hover:after {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #334b5e!important;
	border-right: 2px solid #334b5e!important;
	content: "";
}
.button.L-btn a{
	background-color: #cf5163;
	border: 2px solid #cf5163;
}
.button.L-btn a:hover {
	color: #cf5163;
}
.button.L-btn a:hover:after {
	border-top: 2px solid #cf5163!important;
	border-right: 2px solid #cf5163!important;
}
.button.shop-btn a {
	justify-content: space-between;
	padding: 0px 70px 0px 0px;
	background-color: #fff100;
	border: 2px solid #fff100;
	color: #d70256;
}
.button.shop-btn {
	width: 420px;
}
.button.shop-btn a:after {
	border-top: 2px solid #d70256!important;
	border-right: 2px solid #d70256!important;
}
.button.shop-btn a:hover {
	background-color: #fff100!important;
	opacity: .6;
	transition: .2s;
}
.button.shop-btn img {
	max-width: 90px;
}

/* コンテンツ */
.orihica_main .contents_inner {
	max-width: 1000px;
	margin: 0 auto;
}


/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}

	/* ボタン */
	.btn-area {
		display: flex;
		justify-content: space-between;
		max-width: 720px;
		margin: 35px auto 0;
	}
	.btn-area.col01 {
		justify-content: center;
	}
}


/*************************
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 .about {
		margin-bottom: 12vw;
		padding-top: 20px;
	}
	.orihica_main .about .lead_text {
		font-size: 3.73vw;
	}
	.orihica_main .red_text {
		font-size: 4.73vw;
	}
	.orihica_main .note {
		font-size: 2.7vw;
	}
	/* 見出し */
	.orihica_main h2 {
		margin-top: 80px;
	}
	.orihica_main h2,.button a {
		font-size: 4.2vw;
	}
	.orihica_main h2 span {
    padding: 0 17px 5px;
	}
	/* ボタン */
	.button,.button.shop-btn {
		width: auto;
	}
	.btn-area {
		margin-top: 20px;
	}
	.button+.button {
		margin-top: 25px;
	}
	.button a:after {
		right: 12px;
	}
	.button.shop-btn a {
		padding: 0px 34px 0px 0px;
	}

	/* コンテンツ */
	.orihica_main {
		margin-bottom: 90px;
	}
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		width: 100%;
	}
}