@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;}}
/* --------▲　MT調整　▲-------- */

main .container {
	width: auto;
	height: auto;
	max-width: inherit;
	padding: 0;
}
body .orihica_main img {
	height: auto;
}
.container .breadcrumbs {
	padding: 12px;
}
.orihica_main p, .orihica_main ul {
	line-height: 2;
	color: #333;
}
.orihica_main .item-text {
  color: #2d546d;
  font-weight: bold;
}
.orihica_main .topicModuleCol2__text {
	color: #2d546d !important;
}
.orihica_main .topicModuleBanner a:hover,.orihica_main 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 60px;
	padding-top: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 2.3;
}
.orihica_main .lead_text {
	font-size: 14px;
	text-align: center;
}

/* テキストアンカーリンク01（anchorLink_typeA）*/
.anchorLink_typeA {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 490px;
	margin: 0 auto;
	font-size: 16px;
}
.anchorLink_typeA li {
	display: flex;
	align-items: stretch;
	width: calc(100% / 2 - 10px);
	text-align: center;
}
.anchorLink_typeA li + li {
	margin-left: 20px;
}
.anchorLink_typeA li a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 20vw;
	padding: 18px 27px 18px 10px;
	background-color: #fff;
	color: #fff;
  border: solid 2px #2d546d;
  margin-top: 55px;
}
  .anchorLink_typeA li a .Mens {
  width: 32%;
}
  .anchorLink_typeA li a .Ladies {
  width: 42%;
}

.anchorLink_typeA li a::after {
	position: absolute;
	transform: rotate(135deg);
	top: 0;
	right: 20px;
	bottom: 0;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #2d546d;
	border-right: 2px solid #2d546d;
	content: "";
}
.anchorLink_typeA li a:hover {
	opacity: 0.8;
	transition: all 500ms;
}


/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.1;

}
h2:before, h2:after {
  border-top: 2px solid #2d546d;
  content: "";
  width: 100%;
}
h2:before {
  margin-right: 20px;
}
h2:after {
  margin-left: 20px;
}
.title-Mens img {
  width: 110px;
}
.title-Ladies img{
  width: 145px;
}
.orihica_main h3 {
	margin : 60px auto 0;
}
h3 a {
display: block;
}

/* コンテンツ */
.orihica_main .contents_inner {
	max-width: 900px;
	margin: 0 auto;
}
.item-menu li {
  display: inline-block;
}
.item-menu li + li {
  margin-left: 15px;
}
.item-menu li img {
  max-width: 211px;
}
/* 4カラムレイアウト01(col04_typeA) */
.col04_typeA {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 20px auto 0;
}
.col04_typeA li {
	width: calc(100% / 4 - 15px);
}
.col04_typeA li + li {
	margin-left: 20px;
}
.col04_typeA li p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.7;
}
/* 画像リンク */
/* img-link01*/
.orihica_main a .img-link{
	display: block;
	position: relative;
}
.orihica_main a .img-link::after {
	content: "";
  display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: #2d546d;
	width: 38px;
	height: 38px;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.orihica_main a .img-link::before {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 7px;
	width: 8px;
	height: 8px;
	z-index: 2;
	transform: rotate(45deg);
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
}


.text {
  margin-top: 20px ;
}
.orihica_main li a p .small-text {
  font-size: 10px;
}

/* ボタン */
/* button_typeA */
.button_typeA {
	width: 400px;
	margin: 40px auto 85px;
	text-align: center;
}
.button_typeA a {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 17px 35px;
	border: 2px solid #2d546d;
	color: #2d546d;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	transition: 0.2s;
}
.button_typeA a:hover {
	color: #fff;
	background-color: #2d546d;
}
.button_typeA a:after {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #233052;
	border-right: 2px solid #233052;
	content: "";
	transition: 0.5s;
}
.button_typeA a:hover:after {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
}


/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
  
/* テキストアンカーリンク01（anchorLink_typeA）*/
  	.anchorLink_typeA li:nth-child(n+5) {
		margin-top: 13px;
	}
	.anchorLink_typeA li:nth-child(5n) {
		margin-left: 0;
	}
	.col04_typeA li:nth-child(n+5) {
		margin-top: 25px;
	}
	.col04_typeA li:nth-child(5n) {
		margin-left: 0px;
	}
}


/*************************
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.3vw;
		text-align: left;
	}
  .orihica_main h3 {
	margin : 70px auto 0;
}

/* テキストアンカーリンク01（anchorLink_typeA）*/
  	.anchorLink_typeA {
		width: 100%;
		justify-content: left;
		font-size: 13px;
	}
	.anchorLink_typeA li {
		width: calc(100% / 2 - 1%);
	}
	.anchorLink_typeA li + li {
		margin-left: 2%;
	}
	.anchorLink_typeA li:nth-child(n+3) {
		margin-top: 13px;
	}
	.anchorLink_typeA li:nth-child(2n+1) {
		margin-left: 0;
	}
	.anchorLink_typeA li a {
		width: 100%;
		padding: 16px 25px 16px 15px;
		line-height: 1.5;
    margin-top: 30px;

	}
  .anchorLink_typeA li a .Mens {
  width: 40%;
}
  .anchorLink_typeA li a .Ladies {
  width: 50%;
}

	.anchorLink_typeA li a::after {
		right: 3vw;
		width: 7px;
		height: 7px;
	}

  
	/* 見出し */
  .orihica_main h2 {
    margin-top: 25px;
    margin-bottom: -50px;

  }
  .orihica_main  .title-Ladies {
    margin-top: 80px;
    margin-bottom: -50px;
  }
	.orihica_main h3 {
		font-size: 5vw;
	}
    .title-Mens img {
  width: 68px;
}
	.title-Ladies img{
    width: 91px;
  }
	/* コンテンツ */
  .text {
  font-size: 12px;
}
	.orihica_main .contents_inner, main .topicModuleBanner ,.anchorLink_typeA {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		width: 100%;
    max-width: 700px;
	}
  	.col04_typeA li {
		width: calc(100% / 2 - 8px);
	}
	.col04_typeA li p {
		margin-top: 10px;
		font-size: 10px;
	}
	.col04_typeA li:nth-child(n+3) {
		margin-top: 20px;
	}
	.col04_typeA li:nth-child(2n+1) {
		margin-left: 0px;
	}
  .col04_typeA li + li {
	margin-left: 15px;
}
.orihica_main a .img-link::after {
	width: 32px;
	height: 32px;
}
.orihica_main a .img-link::before {
	right: 7px;
	bottom: 6px;
  width: 7px;
  height: 7px;

}
.orihica_main li a p .small-text {
  font-size: 2.0vw;
}

  /* ボタン */
/* button_typeA */
	.button_typeA {
		width: auto;
    margin: 35px auto 0;
	}
.button_typeA a {
	padding: 17px 20px 17px 10px;
	font-size: 13px;
}
.button_typeA a:after {
	right: 14px;
	width: 8px;
	height: 8px;
}
  
}