section p {
  line-height: 1.6;
  margin-bottom: 24px;
  font-size: 1rem;
}

.f-box{
 display: flex;
 gap: 40px;
}
.f-box_lg{
  display: flex;
}

.f_picbox{
  display: block;
  padding: 1em;
  max-width: 380px;
}
f_order1{
  order: 1;
}
.f_order2{
  order: 2;

}

div.f_box_content{
    padding: 1em 0;
}
.f_box_content H3{
  margin: 0 0 1em;
}

.ec_platform{
  padding: 1em;
}
.ec_platform div{
  height: 45px;
  display: flex;
  align-items: center;
}

div.res-pic{
  margin: 4rem 0 2rem;
}
div.icon_img_wrap {
  display: flex;
  align-items: flex-start;
  margin-right: 1rem;
}

img.icon_img{
  max-width: 50px;
  height: auto;
}
div.res-pic img{
  margin: 2rem auto;
  display: block;
  height: auto;
  max-width: 95%;
}

.f-box_lg div h4,.f-box_lg div h5{
  margin-top: 0;
}
.main_contents{
  margin-top: 80px 0;
}

/***Grid**/
.content_wrap{
  width: 100%;
}

.content_wrap_1_2{
  width: 50%;
  margin-top: 2rem;
}


/**Product Page**/
section h1 {
  padding: 0 1rem 0;
}
section.product_list h2{
  margin: 5rem 1rem 2rem;
  font-weight: bold;

}
.category_pic{
  display: block;
  max-width: 400px;
  margin: 1rem auto;
}
.grit-box{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;

}
.grit-box article{
  max-width: 300px;
  font-size: 1rem;
}

section.article_content div.res-pic{
  max-width: 100%;
}

/**SVG Filter***/
.filter_red{
  filter: brightness(0) saturate(100%) invert(38%) sepia(55%) saturate(7183%) hue-rotate(307deg) brightness(90%) contrast(105%);
}

.filter_blue{
  filter: brightness(0) saturate(100%) invert(29%) sepia(81%) saturate(3271%) hue-rotate(212deg) brightness(98%) contrast(87%);
}
.filter_yellow{
filter: brightness(0) saturate(100%) invert(77%) sepia(55%) saturate(607%) hue-rotate(17deg) brightness(84%) contrast(94%);
}

/**top**/
.HeadWrapper{
background: url(/user/pages/images/title.webp) no-repeat center center;
background-size:100% auto;
position: relative;
margin-bottom: 3rem;
min-height: 450px;

}
.HeadWrapper H1{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 30%;
  left: 0;
  margin: auto;
  width: 80%;
  height: 3.2rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  font-weight: bold;

}
a.lang_icon::before {
  float: none!important;
  content: "\f0ac"!important;
  font-family: "FontAwesome";
  font-weight: 900;
  display: inline-block;
  margin-right: 4px!important;
  vertical-align: middle;


}

/***Product Page****/
article.products_list{
  font-size: 130%;
}
div.a_title a,
div.gotoshop p a{
  position: relative;
  display: inline-block;
  transition: .1s;
  color: #3085ee;
  text-decoration: none;/*元々のアンダーラインを非表示にしておく*/
  font-weight: 800;
}
/*hover時のアンダーライン*/
div.a_title a::after,
div.gotoshop p a::after{
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #3085ee;
  opacity: 0;
  transition: .1s;
}
div.a_title a:hover::after,
div.gotoshop p a::after{
  bottom: 0;
  opacity: 1;
}

div.a_star i{
  color:rgb(255, 187, 28);
}
div.a_price{
  color: rgb(241, 107, 80);
  font-weight: 800;
}
.font-smaller{
  font-size: 70%;
}
@media (max-width: 768px) {


  /***Grid_SP**/
.content_wrap_1_2{
  width: 100%;
}

  .f-box{
  display: block;
  gap: 0;
}

.f_picbox{
  max-width: 320px;
  margin: 0 auto;
}


.navbar-section a img{
  width: 160px;
  height: auto!important;
  }

.HeadWrapper{
  min-height: 380px;

}

.HeadWrapper H1{
  font-size: 2rem;
  font-weight: bold;
  bottom: 10%;
}

.grit-box{
  display: block;
  margin: 1rem auto;
}
.grit-box article{
  max-width: 400px;
  margin: 1rem auto;
}
.overlay{
  background: #fff!important;
}
.treemenu li{
  padding: .8rem 0;
}
li.tree-opened ul.treemenu{
  margin: 1rem;
}
}

@media (max-width: 480px) {
.HeadWrapper{
  min-height: 250px;
}

.category_pic{
  max-width: 340px;
}
.grit-box article{
  max-width: 340px;
}
}