@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: #483a2a;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;
  max-width: inherit;
  height: auto;
  padding: 0;
}
body {
  background-color: #f7f8f8;
}
body .orihica_main img {
  height: auto;
}
.container .breadcrumbs {
  padding: 12px;
}
.orihica_main p, .orihica_main ul {
  line-height: 1.7;
  font-size: 16px;
  color: #333;
}
.orihica_main .topicModuleCol2__text {
  color: #333 !important;
}
.orihica_main .topicModuleBanner a:hover, .style-img a:hover {
  opacity: .7;
  transition: .2s
}
/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
  margin-top: -35px !important;
  padding-top: 35px !important;
}
/* メインビジュアル */
.orihica_main .mv {
  margin: 0 auto 40px;
}
.orihica_main .mv .mv_img img {
  width: 100%;
  margin: 0 auto;
}
/* リード */
.orihica_main .about {
  margin: 0 0 90px;
}
.orihica_main .lead_text {
  line-height: 1.8;
  font-size: 16px;
  text-align: center;
}
/* 見出し */
h1 {
  margin: 0;
}
h2 {
  font-size: 0;
}
.variation h2 {
  width: 210px;
  margin: 0 auto 25px;
}
.styling h2 {
  width: 170px;
  margin: 0 auto 50px;
}
h3 {
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
}
/* コンテンツ */
.orihica_main .contents_inner {
  width: 900px;
  margin: 0 auto;
}
.styling {
  background-color: #fff;
  padding: 80px 150px;
  margin: 90px auto 80px;
  border: 1px solid #000;
  ;
}
.style:nth-of-type(n+2) {
  margin-top: 70px;
}
.styleCap, h3 {
  text-align: left;
}
.style-img a {
  position: relative;
  display: block;
}
.style-img a::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 52px;
  height: 52px;
  border: 2px solid #fff;
  border-radius: 100px;
  background: rgb(0 0 0 / 30%);
  content: "";
}
.style-img a::before {
  position: absolute;
  right: 31px;
  bottom: 29px;
  z-index: 2;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  content: "";
}
/*ノーマルボタン*/
.button_typeA {
  width: 540px;
  margin: 10px auto 40px;
  overflow: hidden;
  transition-duration: .4s;
  z-index: 2;
}
.button_typeA a {
  position: relative;
  display: block;
  padding: 18px 20px;
  color: #fff;
  background-color: #483a2a;
  border: 2px solid #483a2a;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.button02 {
  margin-bottom: 130px !important;
}
/*矢印*/
.button_typeA a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
/*マウスオン*/
.button_typeA a:hover {
  background: #fff;
  color: #000;
  transition: all 300ms;
}
.button_typeA a:hover::after {
  border-top: #000 2px solid;
  border-right: #000 2px solid;
}
/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.anchorLink-margin {
  padding-top: 35px !important;
  margin-top: -35px !important;
}
/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
  .sp {
    display: none;
  }
  .styleCap {
    margin: 8px auto 25px !important
  }
}
/*************************
tablet only
*************************/
@media screen and (max-width: 1232px) {}
/*************************
SP only
*************************/
@media screen and (max-width: 861px) {
  .pc {
    display: none;
  }
  main {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  /* メインビジュアル */
  .orihica_main .mv {
    margin-bottom: 15px;
  }
  /* リード */
  .orihica_main .about {
    margin-bottom: 43px;
  }
  .orihica_main p, h3 {
    font-size: 3.33vw;
  }
  .orihica_main .about .lead_text {
    font-size: 3.6vw;
    text-align: left;
  }
  /* 見出し */
  h2 {
    font-size: 0;
  }
  .variation h2 {
    width: 160px;
    margin: 0 auto 9px;
  }
  .styling h2 {
    width: 120px;
    margin: 0 auto 30px;
  }
  h3 {
    margin-top: 20px;
  }
  /* コンテンツ */
  .orihica_main .contents_inner, .topicModuleBanner {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .orihica_main .contents_inner {
    width: 100%;
  }
  .styling {
    padding: 57px 22px 0;
    margin: 50px auto;
    font-size: 12px;
    text-align: left;
  }
  .style-img a::before {
    width: 13px;
    height: 13px;
    right: 29px;
    bottom: 27px;
  }
  .style-img a::after {
    width: 47px;
    height: 47px;
  }
  .button_typeA {
    width: auto;
    margin: 0 auto 30px;
  }
  .button_typeA a {
    padding: 14px 20px;
    font-size: 14px;
  }
  .button_typeA a::after {
    right: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
  }
  .styleCap {
    margin-top: 6px;
  }
  .style:nth-of-type(n+2) {
    margin-top: 50px;
  }
  .button02 {
    margin-bottom: 70px !important;
  }
  /* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白 */
  .anchorLink-margin {
    padding-top: 50px !important;
    margin-top: -50px !important;
  }
}