@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 {
  line-height: 2;
  color: #333;
}
.orihica_main .topicModuleCol2__text {
  color: #333 !important;
}
.orihica_main .topicModuleBanner a:hover {
  opacity: .7;
   transition: .2s
}
.orihica_main{
   margin-bottom: 90px;
}

/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「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 {
  line-height: 2.3;
  margin: 0 0 80px;
  padding-top: 40px;
  font-size: 14px;
  text-align: center;
}
.orihica_main .lead_text {
  font-size: 14px;
  text-align: center;
}

/* 見出し */
h2{
   margin-bottom: 45px;
   text-align: center;
}
.ITEM-LIST{
   font-family: "Cooper Lt BT",serif;
   font-size: 22px;
   color: #a33139!important;
   letter-spacing: 0.1em;
}

/* コンテンツ */
.orihica_main .contents_inner{
   max-width: 1120px;
   margin: 0 auto;
}
section{
   margin-top: 160px;
}
.sec01{
   margin-top: 80px;
}
 .contentBox {
  margin-bottom: 180px;
}
 .contentBox:last-of-type {
  margin-bottom: 0;
}
 .contentInner {
  position: relative;
}
 .contentInner + .contentInner {
  margin-top: 130px;
}
 .content_text {
  line-height: 2;
  margin-bottom: 20px;
  color: #000;
  font-size: 13px;
}
.contents_inner+.flex{
   margin-top: 45px;
}
.topicModuleCol1{
   padding-bottom: 30px;
}
/* ボタン */

/* 商品モジュール調整 */
 .topicModuleItem {
  color: #000;
}
.topicModuleCol1__priceItem+.topicModuleCol1__priceItem{
   border-top: 1px solid #ccc;
}
.topicModuleCol1__priceItem {
   display: block;
    width: 100%;
}
.topicModuleItem__buttonCol,
.topicModuleItem__priceCol,
.topicModuleItem__titleCol{
    padding-top: 21px;
    padding-bottom: 10px;
}
   .topicModuleCol1__image{
     margin-bottom: 0px;
   }
 .topicModuleItem__button {
   background: #fff;
   color: #a33139!important;
   border: 2px solid #a33139;
   background-color: #fff;
   font-size: 12px;
   line-height: 36px;
}
 .topicModuleImage__text .topicModuleImage__price {
  border-bottom: none;
}
.topicModuleCol1__item{
   width: auto;
}

/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
 .orihica_main .sp {
    display: none;
  }

  /* コンテンツ */
   .flex{
      display: flex;
       align-items: center;
   }
      .flex .img-C{
      order: 2;
   }
   .flex .text-area{
      order:1;
	  width: 400px;
   }
   .mainText{
      font-size: 14px;
   }
   .mainText+.mainText{
      margin-top: 20px;
   }
   .text-area{
    margin-right: 80px;
      margin-top: 80px;
}
  .topicModuleCol1{
      margin-left: 85px;
   }
   .C-inner{
   margin-top: -90px;
    justify-content: flex-end;
   }
  /* 商品モジュール調整 */
   .topicModuleCol1__priceList {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
   }
   .topicModuleImage {
    max-width: 1000px;
    margin-bottom: 0;
    align-items: flex-start;
  }
.topicModuleCol1{
   padding-bottom: 30px;
}
   .topicModuleImage__image {
    width: 49%;
  }
   .topicModuleImage.type-right .topicModuleImage__text {
    padding-right: 40px;
    padding-left: 0;
  }
   .topicModuleImage.type-left .topicModuleImage__text {
    padding-left: 40px;
    padding-right: 0;
  }
   .topicModuleImage__text {
    width: 51%;
    align-items: flex-start;
  }
   .topicModuleImage__text .topicModuleImage__price {
    width: 100%;
  }
   .topicModuleItem__titleCol {
    display: block;
  }
   .topicModuleImage__text .topicModuleItem__name.topicModuleItem__name--medium {
    font-size: 12px;
  }
}

/*************************
tablet only
*************************/
@media screen and (min-width: 862px) and (max-width: 1232px) {
  body .container{
      padding: 0;
   }
  .orihica_main .sp {
    display: block;
  }
   .orihica_main .mainText,
   .orihica_main .lead_text{
   font-size: 14px!important;
   }
   .orihica_main .C-inner{
      margin: auto;
   }
}


/*************************
SP only
*************************/
@media screen and (max-width: 1120px) {
     .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;
   font-size: 3.46vw;
   text-align: left;
  }
  .orihica_main .about .lead_text{
    font-size: 3.73vw;
    text-align: left;
  }
   .mv_img {
    margin-bottom: 7vw;
  }
   .mainText{
      font-size: 3.2vw;
   }
     .text-area{
    margin-top: 20px;
}
   .flex img{
   width: 90%;
}
   .img-C{
   text-align: right;
   }


  /* 見出し */
  .orihica_main h2 {
   width: 100vw;
   margin-left: calc(-50vw + 50%);
   margin-bottom: 6vw;
   font-size: 6.4vw;
  }

  /* コンテンツ */
  .orihica_main .contents_inner,
  main .topicModuleBanner {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .orihica_main .contents_inner {
    width: 100%;
  }
   section{
      margin-top: 20vw;
   }
   .sec01{
   margin-top: 10vw;
}

  /* ボタン */


  /* コンテンツ */
   .contentBox {
    margin-bottom: 33.33vw;
  }
   .contentInner + .contentInner {
    margin-top: 12vw;
  }
   .content_text {
    margin-bottom: 4vw;
    font-size: 3.46vw;
  }
   .topicModuleCol1{
      margin: 20px 0 0 0;
      padding-bottom: 10px;
   }
   .ITEM-LIST {
    font-size: 20px;
    line-height: normal;
   }
  /* 商品モジュール調整 */
   .topicModuleImage {
    margin-bottom: 0;
    padding-bottom: 6vw;
  }
   .topicModuleImage__image {
    margin-bottom: 0;
  }
   .topicModuleItem__name.topicModuleItem__name--small {
    font-size: 11px;
      min-width: 112px;
}
   .topicModuleItem__titleCol{
    width: auto;
   }
   .topicModuleItem__price{
      font-size: 13px;
   }
   .topicModuleItem__button{
      font-size: 11px
   }
   .card_list {
    width: 100%;
  }
}