@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;
}

/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
  margin-top: -55px !important;
  padding-top: 55px !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: 30px;
   font-size: 14px;
   text-align: center;
}
.orihica_main .lead_text {
   font-size: 14px;
   text-align: center;
}
.anchorLink{
   display: flex;
   justify-content: center;
   margin-top: 40px;
}
.anchorLink li{
   position: relative;
}
.anchorLink li::after{
   position: absolute;
   content:"";
   background:  url("https://www.orihica.com/setup_catalog_women/250203/img/setup_catalog_women_arrow.png");
   bottom: 10px;
   left: 39%;
   width: 40px;
   height: 40px;
   background-size: 40px 40px;
   z-index: 3
}
.anchorLink li a{
   display: flex;
   align-items: center;
   justify-content: center;
}
.anchorLink p{
   content: "";
   position: absolute;
   color: #fff;
   font-weight: bold;
   font-size: 15px;
   z-index: 2;
   line-height: 1.7;
}
.anchorLink .anc-img{
   position: relative;
   z-index: 1;
   background: #54738b;
   border-radius: 15px;
}
.anchorLink li+li{
   margin-left: 20px;
}
.anchorLink li:first-child{
   margin-left: 0;
}

/*ホバー*/
.orihica_main a,
.orihica_main .sliderItem img,
.anc-img img{
   transition: 0.5s!important;
}
.orihica_main .topicModuleBanner a:hover {
   opacity: .5;  
}
.orihica_main .anc-img{
   cursor: pointer;
   max-width: 160px;
   overflow: hidden;
   width: 100%;
}
.orihica_main .anchorLink a:hover img,
.sliderItem:hover img{
   transform: scale(1.02); 
}

/* コンテンツ */
main .container {
   background: #f2f2f2;
   padding-bottom: 1px;
}
.orihica_main .contents_inner {
   max-width: 1000px;
   margin: 0 auto;
}
.orihica_main section{
   margin-bottom: 120px;
}
.footer{
   margin-top: 0;
}

/* 見出し */
.orihica_main h1 {
   margin-bottom: 0;  
}
.orihica_main h2 {
   line-height: 1.1;
   margin-bottom: 20px;
   font-size: 16px;
   color: #13afd1;
   font-weight: bold;
}
.contents_inner{
   display: flex;
   justify-content: center
}
.h2-text{
   max-width: 680px;
   padding: 15px 0px 15px 30px;
   border-left: 1px solid #939393;
}
.h2-text span {
	font-size:10px; 
	font-weight: bold;
}
.h2-text .small-text a {
	color: #333;
	text-decoration-line: underline;
}
.h2-text .small-text a:hover {
	color: #858585;
}
.h2-icon{
   display: inline-block;
   margin-right: 30px;
   margin-left: -4px;
   width: 10px;
   height: 10px;
   background: #939393;
   transform: rotate(45deg);
}
.orihica_main h3 {
   line-height: 1.1;
   margin-bottom: 20px;
   font-size: 30px;
   font-weight: bold;
}

/*.slider */
.orihica_main .sliderItem p{
   padding-top: 10px;
   line-height: 1.7;
}
.slider-img{
   border-radius: 15px;
   overflow: hidden;
}

/*ノーマルボタン*/
.button {
   margin: 15px auto 0;
   align-items: center;
}
.button a {
   position: relative;
   display: block;
   max-width: 340px;
   margin: auto;
   padding: 23px 0px;
   border-radius: 1000px;
   color: #333;
   text-align: center;
   background-color: #fff;
   box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
   transition: 0.3s;
}
.button a:hover {
   background-color: #d2f0f7; 
}
.h2-box{
   margin-bottom: 20px;
}
.orihica_main .card_desc p{
   line-height: 1!important;
}

/*ALL-ITEM*/
#sec04{
   padding: 6vw 0;
   background: url("../img/setup_catalog_women_bg_pc.jpg")no-repeat;
   background-size: 100vw auto;
}
.orihica_main .ALL-ITEM{
   margin-bottom: 40px;
   text-align: center;
}
.ALL-ITEM img{
   max-width: 207px;
}
.breadcrumbs{
   margin-top: 0;
}
.card_list{
   margin-bottom: 0;
}

/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
   .orihica_main .sp {
      display: none;
   }
   
   /*slider*/
   .sliderWrap{
      width: 72vw;
      margin: auto;
   }
   .slider{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 40px;
   }
   .sliderItem{
      width: calc( 100% / 4 - 15px);
   }
   .sliderItem:nth-of-type(n+5){
      margin-top: 45px;
   }
   .sliderItem+.sliderItem{
      margin-left: 20px;
   }
   .sliderItem:nth-of-type(5n){
      margin-left: 0;
   }
}

/*************************
tablet only
*************************/
@media screen and (min-width: 862px) and (max-width: 1400px) {
   .sliderWrap{
      width: 96vw;
      margin: auto;
   }
}

/*************************
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: 22vw;
      padding-top: 20px;
   }
   .orihica_main .about .lead_text {
      font-size: 3.3vw;
      text-align: left;
   }
   .anchorLink li+li{
      margin-left: 2vw;
   }
   .anchorLink p{
      font-size: 2.9vw;
   }
   .anchorLink li::after{
    bottom: 8px;
    left: 36%;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
   }
   /* 見出し */
   .orihica_main h2 {
      margin-bottom: 12px;
      font-size: 3.6vw;
   }
   .h2-text{
      padding: 3px 0px 9px 23px;
   }
   .orihica_main h3 {
      font-size: 5vw;
   }

  /* コンテンツ */
   main .topicModuleBanner,.anchorLink,.orihica_main .contents_inner {
      padding: 0 16px;
      box-sizing: border-box;
   }
   .orihica_main section {
      margin-bottom: 100px;
   }
   .h2-box{
      width: 95%;
      margin-bottom: 30px;
   }
   .h2-icon{
    margin-right: 18px;
}
	.h2-text span {
	font-size:2.7vw; 
}
   #sec03 .h2-box{
      margin-bottom: 20px;
   }
   .button{
      margin: 25px auto 0;
   }
   .button a{
      max-width: 90%;
      font-size: 3vw;
   }

   /*ALL-ITEM*/
#sec04{
 padding: 22vw 0;
   background: url("../img/setup_catalog_women_bg_sp.jpg")no-repeat;
   background-size: 100vw auto;
}
   .orihica_main .slider p {
      margin-bottom: 0;
   }
   .orihica_main .sliderItem {
      padding: 0 5px;
      width: 250px!important;
   }
   
/* --------▼　JS　▼-------- */
   .sliderWrap{
      position: relative;
   }
   .sliderWrap::before{
      position: absolute;
      content: "";
      background: url("/setup_catalog_women/250203/img/setup_catalog_women_swipe.png");
      background-size: 60px 15px;
      width: 60px;
      height: 15px;
      top: -26px;
      right: 15px;
      animation: test-animation 1.5s linear infinite;
   }
   @keyframes test-animation {
   0% , 100% {right: 20px;}
   50% {right: 15px;}
   }
}