@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 {
  height: auto;
}
.container .breadcrumbs {
  padding: 12px;
}
.orihica_main p, .orihica_main ul {
  color: #333;
}
.orihica_main h2, .lead_text, .styling-tx, .button-area a {
  line-height: 2;
}
.orihica_main .topicModuleCol2__text {
  color: #333 !important;
}
.orihica_main .topicModuleBanner a:hover, .anchorLink li a:hover, .button-area .button:hover {
  opacity: .7;
  transition: .2s;
}
/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
  margin-top: -35px !important;
  padding-top: 35px !important;
}
/*フェードアップ*/
.fadeInUp {
  opacity: 0;
  transition: 1.5s;
  transform: translateY(20px);
}
/*フェードイン*/
.orihica_main {
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

/* メインビジュアル */
.orihica_main .mv .mv_img img {
  width: 100%;
  margin: 0 auto;
}
.orihica_main .mv_img {
  position: relative;
}
.orihica_main h1 {
  position: absolute;
  content: "";
  width: 31vw;
  top: 20vw;
  left: 17vw;
  z-index: 1000;
}

/* リード */
.orihica_main .about {
  margin: 0 0 90px;
  padding-top: 35px;
  font-size: 14px;
}
.orihica_main .w710 {
  max-width: 710px !important;
}
.orihica_main .lead_text {
  font-size: 14px;
}
.lead_text + .lead_text {
  margin-top: 15px;
}
.orihica_main .BIGtext {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.anchorLink {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 50px;
}
.anchorLink li {
  width: calc(100% / 4 - 17px);
}

/* 見出し */
.orihica_main h1 {
  margin-bottom: 0;
}
.orihica_main h2 {
  line-height: 1.1;
  margin: -20px 0 23px 0;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.orihica_main h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/* コンテンツ */
.orihica_main .contents_inner {
  max-width: 1120px;
  margin: 0 auto;
}
.bg {
  padding: 90px 0 90px 0;
}
.bg.gray {
  background-color: #eaeff1;
}
#sec01 .bg {
  padding-top: 0;
}
.orihica_main section + section {
  margin-top: 100px !important;
}
.textBox {
  max-width: 330px;
}
.module, .styling-tx {
  font-size: 13px;
}
.styling-tx {
  padding: 5px 0 5px 20px;
  border-left: 2px solid #333;
}
.img03 {
  max-width: 560px;
}
.width940, .width700 {
  margin: 40px auto 0;
}
.width940 {
  max-width: 940px;
}
.width700 {
  max-width: 700px;
}

/* button */
.button-area {
  display: flex;
  justify-content: center;
  margin: 80px auto 0 auto;
  text-align: center;
}
.button {
  position: relative;
  width: 400px;
  background-color: #44585f;
  text-align: center;
  align-items: center;
}
.button-area a {
  display: block;
  margin: auto;
  padding: 25px 30px 25px 10px;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}
.button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
}
.button-area .button+.button {
  margin-left: 30px;
}
.button-area .all {
  background-color: #fff;
  border: 1px solid #44585f;
}
.button-area .all a {
  color: #44585f;
}
.all::after {
  border-top: 1px solid #44585f;
  border-right: 1px solid #44585f;
}

/* js */
.fadeInUp {
  opacity: 0;
}
/* 商品モジュール調整 */
.orihica_main .topicModuleItem {
  color: #000;
}
.orihica_main .topicModuleCol1 {
  margin-bottom: 0px;
}
.orihica_main .topicModuleCol1__priceItem {
  display: block;
  width: 100%;
}
.orihica_main .topicModuleItem__buttonCol, .topicModuleItem__priceCol, .topicModuleItem__titleCol {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  min-width: 100px;
}
.orihica_main .topicModuleCol1__image {
  margin-bottom: 0px;
}
.orihica_main .topicModuleCol1__priceList {
  padding: 0;
}
.orihica_main .topicModuleItemBtn {
  background-color: #333;
  color: #fff;
}
.orihica_main .topicModuleItemBtn::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.orihica_main .topicModuleItem__button {
  background-color: #333;
  color: #fff !important;
  font-size: 12px;
  line-height: 36px;
}
.orihica_main .topicModuleImage__text .topicModuleImage__price {
  border-bottom: none;
}
.orihica_main .topicModuleCol1__item {
  width: auto;
}
/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
  .orihica_main .sp {
    display: none;
  }
  .pc-flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0;
    align-items: center;
  }
  .styling-tx + .module {
    margin-top: 40px;
  }
  .img-box li {
    width: 55%;
  }
  .img-box li + li {
    width: 41%;
  }
}
/*************************
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 .pc {
    display: none;
  }
  /* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白 */
  .orihica_main .anchorLink-margin {
    margin-top: -50px !important;
    padding-top: 50px !important;
  }
  .orihica_main h1 {
    width: 83vw;
    top: 90vw;
    left: 8vw;
  }
  /* リード */
  .orihica_main .about {
    margin-bottom: 12vw;
    padding-top: 20px;
  }
  .orihica_main .about .lead_text {
    font-size: 3vw;
  }
  .orihica_main .about .BIGtext {
    font-size: 5vw;
  }
  .anchorLink {
    flex-wrap: wrap;
  }
  .anchorLink li {
    width: calc(100% / 2 - 7px);
  }
  .anchorLink li:nth-child(n+3) {
    margin-top: 15px;
  }
  /* 見出し */
  .orihica_main h2 {
    margin: 15px;
    font-size: 5.8vw;
  }
  .orihica_main h3 {
    font-size: 4vw;
    margin-bottom: 22px
  }
  /* コンテンツ */
  .orihica_main section + section {
    margin-top: 50px !important;
  }
  .orihica_main .contents_inner, main .topicModuleBanner {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .orihica_main .contents_inner {
    width: 100%;
  }
  .anchorLink {
    display: flex;
    justify-content: space-between;
    margin: 25px 10px 50px 10px;
  }
  .bg {
    padding: 50px 0 50px 0;
  }
  .width940 {
    margin: 25px auto 0;
  }
  .textBox {
    max-width: 361px;
  }
  .styling-tx {
    margin-bottom: 24px !important;
    padding: 5px 0 5px 20px;
    border-left: 2px solid #333;
    font-size: 12px;
  }
  .img01 {
    margin-bottom: 14px;
  }
  .img01, .img03 {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .img03 {
    margin-top: 40px;
  }
  .button-area {
    display: block;
    margin: 45px auto 0 auto;
    text-align: center;
  }
  .button {
    width: auto;
  }
  .button::after {
    right: 17px;
  }
  .button-area .button + .button {
    margin-top: 15px;
    margin-left: 0;
  }

  /* 商品モジュール調整 */
  .orihica_main .topicModuleImage {
    margin-bottom: 0;
    padding-bottom: 6vw;
  }
  .orihica_main .topicModuleImage__image {
    margin-bottom: 0;
  }
  .orihica_main .topicModuleItem__name.topicModuleItem__name--small {
    font-size: 11px;
    min-width: 112px;
  }
  .orihica_main .topicModuleItem__titleCol {
    width: auto;
  }
  .orihica_main .topicModuleItem__price {
    font-size: 13px;
  }
  .orihica_main .topicModuleItem__button {
    font-size: 11px
  }
  .orihica_main .card_list {
    width: 100%;
  }
}