/*--------------------------------------------------
 common
--------------------------------------------------*/
body {
  color: #555;
}

a {
  color: #555;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover, a:visited, a:active {
  color: #555;
}

/*--------------------------------------------------
 top page
--------------------------------------------------*/
.header_block_top_text {
  color: #fff;
}

.header_block_top {
  color: #333;
  background-color: #d4231f;
}

.header_block_top a {
  color: #fff;
}

.header_block_top_group .top_menu button {
  color: #333;
}

.header_block_top_group .top_menu button .open svg path, .header_block_top_group .top_menu button .close svg path {
  fill: #333;
}

.header_block_top_group .top_right_contents form.search input[type=text] {
  border-color: #898989;
  background-color: #fff;
}

.header_block_top_group .top_right_contents form.search input[type=submit] {
  background-image: url("../img/peko/icon_header_search.png");
}

.header_block_top_group .top_right_contents .menu_list > li.home a::before {
  background-image: url("../img/peko/icon_header_btn_home.png");
  background-size: auto 22px;
}

.header_block_top_group .top_right_contents .menu_list > li.mypage a::before {
  background-image: url("../img/peko/icon_header_btn_mypage.png");
  background-size: auto 22px;
}

.header_block_top_group .top_right_contents .menu_list > li.bookmark a::before {
  background-image: url("../img/peko/icon_header_btn_bookmark.png");
  background-size: auto 22px;
}

.header_block_top_group .top_right_contents .menu_list > li.cart a::before {
  background-image: url("../img/peko/icon_header_btn_cart.png");
  background-size: auto 22px;
}

@media screen and (max-width: 768px) {
  .header_block_top_group .top_right_contents .menu_list > li.cart a::before {
    background-size: contain;
  }
}

.header_block_navi {
  color: #555;
  background-color: #efedde;
}

.header_block_navi .navi_list > div {
  background-image: url("../img/peko/img_header_navi_border.png");
}

.header_block_navi .navi_list > div:first-child::before {
  background-image: url("../img/peko/img_header_navi_border.png");
}

.header_block_navi .navi_list > div > a {
  color: #555;
}

.header_block_navi .navi_list > div.mega_open > span::after {
  background-image: url("../img/peko/icon_header_navi_arrow.png");
}

.header_block_navi .navi_list > div .mega_menu {
  color: #000;
  background-color: #f0f0f0;
}

.header_block_navi .navi_list > div .mod_menu_category {
  background-color: #fff;
}

.header_block_navi .navi_list > div .mod_menu_category .menu_item_list ul > li a {
  color: #000;
}

.header_block_navi .navi_list > div .mod_menu_category .menu_item_list ul.top_item_list_text > li a .item_list_inner {
  color: #000;
  background-color: #999;
}

.header_block_navi_sp {
  background-color: #fff;
  border-color: #c0c0c0;
}

.header_block_navi_sp .navi_form form.search input[type=text] {
  border-color: #c0c0c0;
  background-color: #fff;
}

.header_block_navi_sp .navi_form form.search input[type=submit] {
  background-image: url("../img/peko/icon_header_search.png");
}

.header_block_navi_sp .navi_icon {
  border-top: 1px solid #c0c0c0;
}

.header_block_navi_sp .navi_icon_list > li {
  border-color: #c0c0c0;
}

.header_block_navi_sp .navi_icon_list > li a {
  color: #333;
}

.header_block_navi_sp .navi_icon_list > li.home a::before {
  background-image: url("../img/peko/icon_header_btn_home.png");
  background-size: auto 22px;
}

.header_block_navi_sp .navi_icon_list > li.mypage a::before {
  background-image: url("../img/peko/icon_header_btn_mypage.png");
  background-size: auto 22px;
}

.header_block_navi_sp .navi_icon_list > li.bookmark a::before {
  background-image: url("../img/peko/icon_header_btn_bookmark.png");
  background-size: auto 22px;
}

.header_block_navi_sp .navi_icon_list > li.register a::before {
  background-image: url("../img/peko/icon_header_btn_register.png");
  background-size: auto 22px;
}

.header_block_navi_sp .navi_menu {
  background-color: #999;
}

.header_block_navi_sp .navi_menu > div {
  border-top: 1px solid #fff;
}

.header_block_navi_sp .navi_menu a {
  color: #fff;
}

.header_block_navi_sp .navi_menu .toggle::before {
  background-image: url("../img/peko/icon_header_navi_arrow.png");
}

.header_block_navi_sp .navi_menu .inline {
  color: #333;
  background-color: #fff;
}

.header_block_navi_sp .navi_menu .inline > li:nth-of-type(n+2) {
  border-color: #999;
}

.header_block_navi_sp .navi_menu .inline a {
  color: #333;
}

.header_block_navi_sp .navi_menu .menu_category_list {
  background-color: #fff;
}

.header_block_navi_sp .navi_menu .menu_category_list .menu_item_list ul > li a {
  color: #000;
}

.header_block_navi_sp .navi_menu .menu_category_list .menu_item_list ul.top_item_list_text > li a .item_list_inner {
  color: #000;
  background-color: #999;
}

.header_block_navi_sp .navi_sns {
  padding: 20px 0;
}

.header_block_navi_sp .navi_sns_list_twitter > a {
  background-image: url("../img/peko/icon_sns_twitter.png");
}

.header_block_navi_sp .navi_sns_list_facebook > a {
  background-image: url("../img/peko/icon_sns_facebook.png");
}

.header_block_navi_sp .navi_sns_list_instagram > a {
  background-image: url("../img/peko/icon_sns_instagram.png");
}

.header_block_headline {
  background-color: #fff;
}

.header_block_headline a {
  color: #333;
  border-bottom: 1px solid #333;
}

.main_block {
  background: url("../img/peko/img_bg.png");
  background-attachment: fixed;
}

.main_block .block_heading .update {
  left: initial;
  top: calc(50% - 10px);
  right: calc(50% - 270px);
  color: #fff;
  background-color: #d61324;
}

@media screen and (max-width: 768px) {
  .main_block .block_heading .update {
    right: calc(50% - 31%);
    font-size: 13px;
    width: 38px;
    height: 38px;
  }
}

.main_block .mod_more a {
  color: #fff;
  background-color: #e7170c;
  font-weight: normal;
}

.main_block_slider .slick-dots li.slick-active button::before {
  color: #e7170c;
}

.main_block .mod_block_newgoods .top_ttl {
  background-image: url("../img/peko/img_ttl_text_newgoods.png");
  height: 59px;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_newgoods .top_ttl {
    height: calc(59px / 2);
  }
}

.main_block .mod_block_newgoods .top_ttl::before {
  width: 14.63414634%;
  height: 213.559322%;
  background-image: url("../img/peko/ttl_chara_newgoods01.png");
  left: calc(50% - 30%);
  top: -75%;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_newgoods .top_ttl::before {
    width: 20%;
    height: 185.2941176%;
    left: calc(50% - 48%);
  }
}

.main_block .mod_block_newgoods .top_ttl::after {
  width: 14.63414634%;
  height: 213.559322%;
  background-image: url("../img/peko/ttl_chara_newgoods02.png");
  right: calc(50% - 40%);
  top: -75%;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_newgoods .top_ttl::after {
    right: -5%;
    width: 20%;
    height: 185.2941176%;
  }
}

.main_block .mod_block_newgoods .top_item_list {
  background-color: #fff;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_newgoods .top_item_list {
    border-width: 13px;
  }
}

.main_block .mod_block_special .top_ttl {
  background-image: url("../img/peko/img_ttl_text_special.png");
  height: 59px;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_special .top_ttl {
    height: calc(59px / 2);
  }
}

.main_block .mod_block_special .top_ttl::before {
  width: 14.63414634%;
  height: 213.559322%;
  background-image: url("../img/peko/ttl_chara_special01.png");
  left: calc(50% - 25%);
  top: -100%;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_special .top_ttl::before {
    width: 20%;
    height: 185.2941176%;
    left: calc(50% - 32%);
  }
}

.main_block .mod_block_special .top_ttl::after {
  width: 14.63414634%;
  height: 150%;
  background-image: url("../img/peko/ttl_chara_special02.png");
  right: calc(50% - 23%);
  top: -60%;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_special .top_ttl::after {
    width: 20%;
    height: 150%;
    right: calc(50% - 30%);
  }
}

.main_block .mod_block_pickup .top_ttl {
  background-image: url("../img/peko/img_ttl_text_pickup.png");
  height: 58px;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_pickup .top_ttl {
    height: calc(58px / 2);
  }
}

.main_block .mod_block_pickup .top_ttl::before {
  width: 14.63414634%;
  height: 213.559322%;
  background-image: url("../img/peko/ttl_chara_pickup01.png");
  left: calc(50% - 25%);
  top: -80%;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_pickup .top_ttl::before {
    width: 20%;
    height: 185.2941176%;
    left: calc(50% - 36%);
  }
}

.main_block .mod_block_pickup .top_ttl::after {
  width: 14.63414634%;
  height: 213.559322%;
  background-image: url("../img/peko/ttl_chara_pickup02.png");
  right: calc(50% - 25%);
  top: -80%;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_pickup .top_ttl::after {
    width: 20%;
    height: 185.2941176%;
    right: calc(50% - 36%);
  }
}

.main_block .mod_block_category .top_ttl {
  background-image: url("../img/peko/img_ttl_text_category.png");
  height: 59px;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_category .top_ttl {
    height: calc(59px / 2);
  }
}

.main_block .mod_block_category .top_ttl::before {
  width: 14.63414634%;
  height: 213.559322%;
  background-image: url("../img/peko/ttl_chara_category01.png");
  left: calc(50% - 26%);
  top: -50%;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_category .top_ttl::before {
    width: 20%;
    height: 185.2941176%;
    left: calc(50% - 40%);
  }
}

.main_block .mod_block_category .top_ttl::after {
  width: 14.63414634%;
  height: 213.559322%;
  background-image: url("../img/peko/ttl_chara_category02.png");
  right: calc(50% - 26%);
  top: -50%;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_category .top_ttl::after {
    width: 20%;
    height: 185.2941176%;
    right: calc(50% - 38%);
  }
}

.main_block .mod_block_category .top_item_list ul.top_item_list_text > li a .item_list_inner {
  background-color: #c9151e;
}

.main_block .mod_block_bottom .inner_wrap:nth-of-type(n+3) {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_bottom .inner_wrap:nth-of-type(n+3) {
    margin-top: 50px;
  }
}

.main_block .mod_block_bottom .top_ttl {
  background-image: url("../img/peko/img_ttl_text_ranking.png");
  height: 59px;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_bottom .top_ttl {
    height: calc(59px / 2);
  }
}

.main_block .mod_block_bottom .top_ranking_list > div > ul > li:nth-child(n+2)::before {
  color: #491d13;
}

.main_block .mod_block_bottom .top_recommend_list {
  padding: 0;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_bottom .top_recommend_list {
    margin-bottom: 35px;
  }
}

.main_block .mod_block_bottom .top_recommend_list .inner_ttl {
  background-image: url("../img/peko/img_ttl_text_recommend.png");
  height: 24px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_bottom .top_recommend_list .inner_ttl {
    height: calc(24px / 2);
    margin-bottom: 20px;
  }
}

.main_block .mod_block_bottom .top_recommend_list .inner_ttl::before {
  width: 11.31707317%;
  height: 383.3333333%;
  background-image: url("../img/peko/img_ttl_chara_recommend.png");
  left: calc(50% - 27%);
  top: -200%;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_bottom .top_recommend_list .inner_ttl::before {
    width: 19.33333333%;
    height: 383.3333333%;
    left: calc(50% - 44%);
    top: -155%;
  }
}

.main_block .mod_block_bottom .top_link_list {
  padding: 0;
  background: none;
}

.main_block .mod_block_bottom .top_link_list .inner_ttl {
  background-image: url("../img/peko/img_ttl_text_link.png");
  height: 60px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_bottom .top_link_list .inner_ttl {
    height: calc(60px / 2);
    margin-bottom: 20px;
  }
}

.main_block .mod_block_bottom .top_link_list .inner_ttl::before {
  width: 14.63414634%;
  height: 213.559322%;
  background-image: url("../img/peko/ttl_chara_links02.png");
  left: calc(50% - 23%);
  top: -100%;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_bottom .top_link_list .inner_ttl::before {
    width: 20%;
    height: 185.2941176%;
    left: calc(50% - 41%);
  }
}

.main_block .mod_block_bottom .top_link_list .inner_ttl::after {
  width: 14.63414634%;
  height: 213.559322%;
  background-image: url("../img/peko/ttl_chara_links01.png");
  right: calc(50% - 23%);
  top: -100%;
}

@media screen and (max-width: 768px) {
  .main_block .mod_block_bottom .top_link_list .inner_ttl::after {
    width: 20%;
    height: 185.2941176%;
    right: calc(50% - 37%);
  }
}

.footer_block_top {
  color: #555;
  background-color: #fff;
}

.footer_block_top a {
  color: #555;
}

.footer_block_top .top_sns_list_twitter > a {
  background-image: url("../img/peko/icon_sns_twitter.png");
}

.footer_block_top .top_sns_list_facebook > a {
  background-image: url("../img/peko/icon_sns_facebook.png");
}

.footer_block_top .top_sns_list_instagram > a {
  background-image: url("../img/peko/icon_sns_instagram.png");
}

.footer_block_top .top_contents_contact .heading {
  border-bottom: 2px dashed #555;
}

.footer_block_top .top_contents_contact .heading::before {
  background-image: url("../img/peko/img_ttl_text_contact.png");
  width: 145px;
  height: 25px;
}

@media screen and (max-width: 768px) {
  .footer_block_top .top_contents_contact .heading::before {
    width: 88px;
    height: 15px;
  }
}

.footer_block_top .top_contents_howto .heading {
  border-bottom: 2px dashed #555;
}

.footer_block_top .top_contents_howto .heading::before {
  background-image: url("../img/peko/img_ttl_text_howtouse.png");
  width: 195px;
  height: 25px;
}

@media screen and (max-width: 768px) {
  .footer_block_top .top_contents_howto .heading::before {
    width: 117px;
    height: 15px;
  }
}

.footer_block_top .top_contents_howto .menu_list_01 a::before {
  background-image: url("../img/peko/icon_footer_menu01.png");
  background-size: auto 50px;
}

@media screen and (max-width: 768px) {
  .footer_block_top .top_contents_howto .menu_list_01 a::before {
    background-size: auto 35px;
  }
}

.footer_block_top .top_contents_howto .menu_list_02 a::before {
  background-image: url("../img/peko/icon_footer_menu02.png");
  background-size: auto 43px;
}

@media screen and (max-width: 768px) {
  .footer_block_top .top_contents_howto .menu_list_02 a::before {
    background-size: auto 30px;
  }
}

.footer_block_top .top_contents_howto .menu_list_03 a::before {
  background-image: url("../img/peko/icon_footer_menu03.png");
  background-size: auto 41px;
}

@media screen and (max-width: 768px) {
  .footer_block_top .top_contents_howto .menu_list_03 a::before {
    background-size: auto 24px;
  }
}

.footer_block_fixed a {
  background-image: url("../img/peko/img_pagetop.png");
  width: 108px;
  height: 93px;
}

@media screen and (max-width: 768px) {
  .footer_block_fixed a {
    width: 54px;
    height: 46.5px;
  }
}

.footer_block_bottom {
  color: #fff;
  background-color: #c9151e;
}

.footer_block_bottom a {
  color: #fff;
}

.footer_block_bottom .bottom_menu_list > li {
  border-left: 2px solid #fff;
}
/*# sourceMappingURL=category_osamugoods.css.map */
