#contents {
padding: 120px 0 0;
position: relative;
}

#wrapper{
animation: fadeIn 1s ease 1s 1 normal;
animation-fill-mode: both;
}

#wrapper::before{
content:"";
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
width:100%;
height:100%;
z-index:0;
animation: fadeIn 1s ease 0s 1 normal;
animation-fill-mode: both;
}

#wrapper.cate_bddvd::before{
background: url(../../../../../core_sys/images/main/cont/bg_bddvd.jpg) no-repeat center top,#000;
}

#wrapper.cate_products::before{
background: url(../../../../../core_sys/images/main/cont/bg_products.jpg) no-repeat center top,#000;
}

@-webkit-keyframes fadeIn {
0%{opacity:0;}
100%{opacity:1;}
}
@keyframes fadeIn {
0%{opacity:0;}
100%{opacity:1;}
}


#cms_block{
  position: relative;
  margin-bottom: 85px;
  text-align: center;
}


#cms_block div.read{
  margin: 0 auto;
  width: 600px;
  font-size: 18px;
  text-align:center;
}

.cate_bddvd #cms_block div.read{
  width: 826px;
}


div#cms_block img {
  max-width: 100%;
}
.img_t{
  margin:0 auto;
}

h4.ti_c_h4{
  margin-top: 10px !important;
}

.oritoku_store {
  font-size: 26px;
  font-weight: 600;
  margin:0 0 1em;
}

.oritoku_store:not(:first-child) {
  border-top:2px solid;
  padding:1.5em 0 0;
  margin:1.5em 0 1em;
}

.oritoku_item {
  font-size: 24px;
  color:#fff000;
}

.oritoku_img {
  margin:1em 0;
}