@charset "utf-8";
/*************************
共通
*************************/
html {
  -webkit-overflow-scrolling: touch;
}
main{
  overflow-x: hidden;
}
body .container {
  width: auto;
  height: auto;
}
.orihic_main a,
.about,
.topicModuleItem,
.topicModuleItem__button{
   color: #1B1B1B!important;
}
.orihic_main a:hover,
.topicModuleBanner:hover,
.btn_contents a:hover,
.orihica_main .topicModuleCol3__price:hover{
   opacity: .7;
}
body img {
  max-width: 100%;
  height: auto;
}
body .container{
  max-width: 100%;
}

.orihica_main {
  color: #1b1b1b;
}
  h1{
    margin-top: 0;
  }
.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 60px;
  text-align: left;
  font-size: 12px;
  color: #535353;
}
.about,
.containerBox {
   box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto;
}
.containerWrapper {
   margin-bottom: 130px;
}
.containerInner {
   display: flex;
   justify-content: space-between;
   margin-top: 90px;
}
/* 見出し */
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: 40px;
}
.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: 30px!important;   
}
/*アンカーリンク*/
.anchor-link{
    display: flex;
    justify-content: center;
   margin-top: 80px;
}
.anchor-link li{
   display: flex;
    width: 22%;
    background-color: #e5ecf2;
}
.anchor-link li a{
    display: block;
    position: relative;
    padding: 20px 20px 40px;
    font-size: 15px;
    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 {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 14px;
    height: 12px;
    margin-right: -7px;
    background: url("../img/sale_item_w_arrow.png")no-repeat;
    background-size: 14px 12px;
    transition: all .2s;
}
.anchor-link li a:hover {
    transition: all 500ms;
}
.anchor-link li a:hover::after {
    bottom: 10px;
}
.anchorLink-margin {
  padding-top: 25px !important;
  margin-top: -25px !important;
}
 .btn_contents p {
   max-width: 425px;
   margin: 0 auto;
   }
.btn_contents a {
   display: block;
   position: relative;
   padding: 24px;
   background-color: #e8a14c;
   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;
}
/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
   .orihica_main .about p {
      letter-spacing: 0.08em;
   }
   .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;
   }
  
  /* モジュール調整*/
   .topicModuleCol3__price {
    padding-left: 0px;
    padding-right: 0px;
}
   .topicModuleItem{
      color: #333;
   }
   .topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--new {
          display: contents;
   }
   .topicModuleCol3__price{
      padding-bottom: 15px;
   }
}

/*************************
SP only
*************************/
@media screen and (max-width: 861px) {
   .anchorLink-margin {
      padding-top: 70px !important;
      margin-top: -70px !important;
   }
   .pc{
      display: none;
   }
   .orihica_main{
      margin: 0 -16px;
   }
   .orihica_main .mv{
      margin-bottom: 0;
   }
   .orihica_main .about {
      text-align: left;
   }
   .orihica_main .about .date{
      width: 100%;
      margin: 10px 0;
   } 
   .containerBox,
   .about{
      padding: 0 20px;
   }
   .containerWrapper {
      margin-bottom: 80px;
   }
   .title_area{
      margin: 0 -7px 30px;
   }
   h2 {
      font-size: 5vw;
   }
   .title_area span img {
      max-width: 150px;
      margin-right: 15px;
   }
   .text {
      font-size: 13px;
      text-align: left;
      margin: 25px 0!important;
   }
   .btn_contents a {
      padding: 20px;
      font-size: 14px;
   }
   .btn_contents p {
      width: 100%;
      margin: 0 auto;
   }
   .btn_contents a::after {
      border-top: #fff 1px solid;
      border-right: #fff 1px solid;
   }
   /*アンカーリンク*/
   .anchor-link{
      display: flex;
      margin-top: 40px;
   }
   .anchor-link li{
      width: 33%;
   }
   .anchor-link li a{
      padding: 5px 5px 30px;
      font-size: 2.5vw;
   }
   .anchor-link li + li{
      margin-left: 10px;
   }
   .anchor-link li .anchor-text {
      margin: 10px 0  2px;
      line-height: 1.5;
      font-size: 3.4vw;
   }
   .anchor-link li a::after {
      bottom: 12px;
      width: 12px;
      height: 10px;
      background-size: 12px 10px;
   }
   /* モジュール調整*/
   .orihica_main .topicModuleCol3__item+.orihica_main .topicModuleCol3__item{
      margin-top: 30px;
   }
   .orihica_main .card_list{
      width: 100%;
   }
}