@media screen and (min-width: 992px) {
  main{
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    scroll-snap-type: y mandatory;
  }
 
  .scrbox{
    height: auto;
    min-height: 100vh;
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*
    scroll-snap-align: start;
    */
  }

  .fs13{
    font-size: 1.3rem;
  }
  .w300{
    display: inline-block;
    width: 200px;
    text-align: center;
  }
  header {
    background: none;
  }
  header .logo {
  }
  .catch_top {
    font-size: 3rem;
  }
  .catch_bottom {
    font-size: 3rem;
  }
  .catchimg{
    text-align: center;
  }
  .catchimg img{
    max-width: 1200px;
    margin: 0 auto;   
  }

  #main2 h2.pickup_h2 {
    margin-top: 2rem;
    font-size: 4.5rem;
  }
  #main2 .h2_sub {
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    vertical-align: 0.5rem;
  }
  #main2 .h2_sub span {
    color: #fff;
    font-size: 1.5rem;
    background: rgba(218, 55, 55, 0.8);
    padding: 0 1rem 0.3rem;
    border-radius: 10px;
    vertical-align: 0.5rem;

  }

  #main2 h3.pickup_h3 {
    font-size: 2rem;
  }
 /* .pickup_box .item_txt {
    height: 3rem;
  }*/

  #main2 .shopcatalog_box {
    padding: 0 0 4rem 0;
    /*background: rgb(30, 30, 30, 0.8);*/
    /*height: 100vh;*/
    color: rgb(255, 255, 255, 0.9);
    font-size: 1.1rem;
    
  }
  #main2 .shopcatalog_box img{
    opacity: 0.95;
  }

  #main2 .product_category {

  }
  #main2 h3.shopping_h3 {
    border-radius: 10px;
    padding: 0.5rem 0;
    text-align: center;
    margin: 0 2rem 3.5rem 0;
  }
  #main2 h3.catalog_h3 {
    color: #fff;
    background: #658ee7;
    border-radius: 10px;
    padding: 0.5rem 0;
    text-align: center;
    margin: 0 2rem 0 0;
  }
	.rental_box {
    position: relative;
    width: 100%;
  }
.rental_wrap .tit1,.rental_wrap .tit2,.rental_wrap .tit3,.rental_wrap .tit4,.rental_wrap .tit5,.rental_wrap .tit6{
	display: inline-block;
	width: 180px;
}
.rental_wrap{
  padding-bottom: 10rem;
}
.rental_wrap article{width: 14.2% !important;}
.rental_wrap .col-lg-3{width: 28.6% !important;}
.rental_wrap .col-lg-3 article{width:49.9% !important}
.rental_wrap .col-lg-4{width:42.6% !important;}
.rental_wrap .col-lg-4 article{width:33.333% !important;}
.rental_wrap article img{max-width:264px;}

.rental_wrap .group.is-show2{
  padding-bottom: 35vh;
}

.rental_wrap .panel{
  display:none;
  position: absolute;
  left: 0;
  width: 100%;
  min-height:380px;
	height: auto;
  margin: 15px 0;
  color: #333;
  background: #fff;

}
.rental_wrap .panel-full{
  width: 100%;
  padding: 2rem 5rem;
  display: flex;
  justify-content: start;
}

.rental_wrap .panel-full .panel-left{
  width: 35%;
  padding: 0rem 2rem;
  display: block;
}
.panel .panel-left h3{
  display: block;
  color: #658ee7;
  padding-bottom: 1rem;
  border-bottom: 3px solid #658ee7;
  margin-bottom: 1rem;
  
}
.panel .panel-left p{
  display: block;
  padding: 1rem;
}
.panel .panel-left .info_btn2 {
  display: inline-block;
  color: #fff;
  background: #658ee7;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.5rem 2.5rem 0.6rem;
  border-radius: 20px;
  transition: 1s;
}
.panel .panel-left .info_btn2:link,
.panel .panel-left .info_btn2:active,
.panel .panel-left .info_btn2:visited {
  color: #fff;
}
.panel .panel-left .info_btn2:hover{
  background: #4e7cdf;
}
.rental_wrap .panel .panel-right{
  width: 75%;
  padding: 0 2rem;
}
.rental_wrap .panel .panel-right ul{
  width: 100%;
  font-size: 1.2rem;
}
.rental_wrap .panel .panel-right li{
  width: 45%;
  border-bottom: 1px dotted #666;
  position: relative;
  display: block;
  margin: 0 2%;
}
.rental_wrap .panel .panel-right li a{
  display: block;
  color: #658ee7;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: 1s;
}
.rental_wrap .panel .panel-right li a:link,
.rental_wrap .panel .panel-right li a:visited,
.rental_wrap .panel .panel-right li a:active
{
  color: #658ee7;
}
.rental_wrap .panel .panel-right li a:hover{
  background: #e8eef9;
}
.rental_wrap .panel .panel-right li::after{
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #555;   /* 好みで色を変えてください */  
  border-right: solid 1px #555;   /* 好みで色を変えてください */  
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}


  .special_box {
    height: auto;
    min-height: 100vh;
    padding-top: 7rem;
    padding-bottom: 13rem;
  }
  .special_box h2 {
    font-size: 4.5rem;
  }
  .special_box h3 {
    font-size: 2rem;
  }
  .special_box h4 {
    font-size: 2rem;
  }
  .special_box p {
    font-size: 1.3rem;
  }
.special_box .date span:nth-child(3){
	grid-row: 2;
	grid-column: 2;
}
.special_box .date span:nth-child(4){
	grid-row: 3;
	grid-column: 2;
}
.special_box .date span:nth-child(5){
	grid-row: 4;
	grid-column: 2;
}
	
/* サブスクリプション一覧 */

	#list_search ul.category{
	grid-template-columns: repeat(3,1fr);		
	}	
@media only screen and (min-width:1400px){#list_search ul.category{grid-template-columns:repeat(4, 1fr);}}
@media only screen and (max-width:991px){#list_search ul.category{grid-template-columns:repeat(2, 1fr);}}
  .case_box{
    width: 100%;
    padding: 5rem;
  }
  .info_btn {
    font-size: 1rem;
  }
  footer {
    padding: 10rem 0 4rem 0;
    height: 100vh;
  }
  footer article {
    font-size: 1.1rem;
  }
  .footer_logo img{
    width: 35%;
  }
  footer ul {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 0.9rem;
  }
  #linebtn {
    bottom: 12%;
  }
  #menubtn{
    bottom: 4%;
  }
  #topbtn {
    bottom: 2%;
  }
	
/*トップページ PRODUCT*/

	
.acd-label h4 img{
    width:65px;
    height:65px;
}
.index_category_list h4,.category_list h4 {
	font-size: 1rem !important;
}
	
/*トップページ sidearea*/
#sidearea{
	background: rgb(30, 30, 30, 0.8);
    padding: 0 1rem;
    color: #FFF;
	border-radius:0 10px 0 0;
	margin:1rem 0 0;
}
#sidebar h3, #sidebar_category h3 {
    font-size: 1.3rem;
    padding-bottom: 0.5rem;
    margin-top: 2.5rem !important;
    position: relative;
    font-weight: bold;
}
#sidebar h3:before, #sidebar_category h3:before {
    content: '';
    background: #CCC;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#sidebar h3:after, #sidebar_category h3:after {
    content: '';
    background: #3595C4;
    width: 30%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
ul.pc_category li a{
	color: #FFF;
	text-decoration: none;
	display: block;
}
ul.pc_category li a:hover{
    background: #FFFF00;
    color: #0000FF;
}
ul.pc_category li a img {
    margin-right: 5px;
    width: 28px;
    height: 28px;
    margin: 0 5px 0 0;
}
.index_category_list img{
    margin-bottom: 2rem;    
}
.index_category_list img:hover{
    opacity: .7;
}
#sidebar h3,#sidebar_category h3{
    font-size:1.3rem;
    padding-bottom:.5rem;
    margin-top:2.5rem !important;
    position: relative;
    font-weight: bold;
}
#sidebar h3:before,#sidebar_category h3:before{
    content:'';
    background:#CCC;
    width:100%;
    height:1px;
    position:absolute;
    bottom:0;left:0;
}
#sidebar h3:after,#sidebar_category h3:after{
    content:'';
    background:#3595C4;
    width:30%;
    height:1px;
    position:absolute;
    bottom:0;left:0;
}
#sidebar h3 .nowrap,#sidebar_category h3 .nowrap{
    white-space: nowrap;
}
#global-nav ul,
#global-nav li{
    /*padding: 0;
    margin: 0;*/
}
#global-nav .sub-menu-nav {
    position: fixed;
    background: #333;
    color: #fff;
    top: 0;
    padding-top: 5rem;
    left:16%;
    width: 0;
    height: 100%;
    overflow:hidden;
    overflow-y: scroll;
    transition: width .2s ease-out;
    z-index: 10000;
}

#global-nav .sub-menu:hover .sub-menu-nav {
    width: 300px;
}
#global-nav_cate ul,
#global-nav_cate li{
    /*padding: 0;
    margin: 0;*/
}
#global-nav_cate .sub-menu-nav {
    position: fixed;
    background: #333;
    color: #fff;
    top: 0;
    padding-top: 5rem;
    left: 14%;
    width: 0;
    height: 100%;
    overflow:hidden;
    overflow-y: scroll;
    transition: width .2s ease-out;
    z-index: 10000;
}

#global-nav_cate .sub-menu:hover .sub-menu-nav {
    width: 300px;
}
#global-nav .sub-menu-nav li,#global-nav_cate .sub-menu-nav li{
    margin:0 1rem;
}
}
/*--------------------------------
 2ndページ
---------------------------------*/
.sec_h2{
  background-image: linear-gradient(90deg, rgba(200,70, 110, 1),rgba(205,88,124, 1), rgba(200,70, 110, 1));
	padding: 1rem;
	border-radius: 10px;
	font-weight: bold;
	color: #FFF;
	text-shadow: -1px 2px 3px rgba(0,0,0,.3);
}
.sec_h2 span.fs-6{
	line-height: 1.3;
    display: block;
    margin: .5rem 0 0;
}
/* FAROの専門家との対面デモ
---------------------------------*/
.form-container {
      max-width:94%;
      margin: 0 auto;
      padding: 25px;
      background: #ffffff;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
.form-container .form-group{
	padding: .5rem 0;
}
.form-container .required{color:#cc0000; }
 .form-container label {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
    }
.form-container input,.form-container select {
      width: 100%;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
    }
.form-container button {
      width: 100%;
      padding: 10px;
      background-color: #c8466e;
      color: #fff;
      border: none;
      border-radius: 4px;
      font-size: 16px;
      cursor: pointer;
	margin-top: 1.5rem;
    }
 .form-container button:hover {
      opacity: .7;
    }
.error-message {
  color:#CC0000; font-size:13px; margin-top:5px;
}
.error {
  border-color:#CC0000;
}