.brandsite-top-box {
  display: flex;
  border-right: 1px solid #d0021b;
  border-left: 1px solid #d0021b;
  margin: 70px auto 50px;
}

@media only screen and (max-width: 480px) {
  .brandsite-top-box {
    border-top: 1px solid #d0021b;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 43px auto 40px;
  }
}

.business-recipe.brandsite-top-box .business-recipe-archive {
  display: block;
}
.business-recipe .business-recipe-archive .business-recipe-link {
  text-align: center;
}
.business-recipe.brandsite-top-box .business-recipe-archive>div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 52px;
  margin: 9px auto;
}

.brandsite-top-box .business-recipe-archive .business-text {
  width: 200px;
  color: #d0021b;
  font-size: 1.2rem;
  margin: 0 !important;
}


.brandsite-top-box .brandsite-top-box-search {
  width: 50%;
  display: block;
  text-align: center;
}

.brandsite-top-box .brandsite-top-box-search a {
  display: inline-block;
  height: 52px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.brandsite-top-box .brandsite-top-box-search a img {
  max-width: 100%;
  width: 77%;
}

@media only screen and (max-width: 480px) {
  .brandsite-top-box .brandsite-top-box-search {
    width: 100%;
    padding: 8px;
    border-bottom: 1px solid #d0021b;
  }
}

.brandsite-new-recipe,
.brandsite-popular-recipe {
  padding: 20px 0;
}

.hishiho-category-list h2,
.brandsite-new-recipe h2,
.brandsite-popular-recipe h2 {
  background: url("/wp-content/themes/yamasa-cms/dist/images/koreuma/h2Line.png") no-repeat center bottom/220px;
  padding-bottom: 1em;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 30px;
  color: #c70025;
  font-size: 18px;
  font-weight: bold;
}




.new-and-pop-recipe .simple-sp-post-list li {
  position: relative;
  min-height: 284px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: rgba(13, 5, 9, 0.1) 2px 2px 4px;
  border: 1px solid #e8e8d5;
  width: calc(100% / 3 - 2em);
}

.new-and-pop-recipe .simple-sp-post-list li a {
  color: #333;
}

.new-and-pop-recipe .simple-sp-post-list li .recipeBox {
  padding: 8px 12px;
}

.new-and-pop-recipe .simple-sp-post-list li h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 18px;
  min-height: 25px;
  padding-bottom: 3px;
}

.new-and-pop-recipe .simple-sp-post-list li p {
  font-size: 12px;
  line-height: 17px;
  display: block;
  min-height: 1px;
  margin-top: 0;
}


.new-and-pop-recipe .new-and-pop-more a {
  border-radius: 25px;
  border: 1px solid #1a7073;
  background-color: #fff;
  display: block;
  margin: 3em auto;
  width: calc(100% / 3);
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 0;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: #1a7073;
}

.new-and-pop-recipe .new-and-pop-more a:hover {
  background-color: #e4e9de;
}

.new-and-pop-recipe .new-and-pop-more a::after {
  content: "";
  position: absolute;
  left: 65%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #1a7073;
  display: block;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/yamasa-cms/dist/images/koreuma/arrow.png") no-repeat center/contain;
}

.new-and-pop-recipe .new-and-pop-more a:hover::after {
  opacity: 1;
}

.hishiho-category-list ul {
  margin: 3em auto;
}

.hishiho-category-list ul li {
  min-width: 130px;
}

.hishiho-category-list ul li a {
  border-radius: 25px;
  border: 1px solid #555;
  background-color: #fff;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 0;
  font-size: 0.8rem;
}

.brandsite-news {
  margin-bottom: 3em;
}

.brandsite-news h2 {
  display: none;
}

@media screen and (max-width: 768px) {
  .new-and-pop-recipe .simple-sp-post-list {
    display: block;
    width: 100%;
  }

  .new-and-pop-recipe .simple-sp-post-list li {
    width: 100%;
    min-height: 108px;
  }

  .new-and-pop-recipe .simple-sp-post-list li a {
    width: 100%;
    display: flex;
  }

  .new-and-pop-recipe .simple-sp-post-list li .thumbnail-box .brandsite-news .simple-sp-post-list li .thumbnail-box {
    width: 35%;
  }

  /* .new-and-pop-recipe .simple-sp-post-list li .thumbnail-box {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  } */

  .new-and-pop-recipe .simple-sp-post-list li .recipeBox {
    display: block;
    width: 60%;
  }

  .new-and-pop-recipe .simple-sp-post-list li h3 {
    display: block;
    width: 100%;
  }

  .new-and-pop-recipe .new-and-pop-more a {
    width: 50%;
    margin: 2em auto;
  }

  .brandsite-news h2 {
    display: inline;
  }

  .brandsite-news .simple-sp-post-list li {
    margin-bottom: 0px;
    border-top: 1px solid #ddd;
    margin-top: 1em;
    padding-top: 1em;
  }

  .brandsite-news .simple-sp-post-list li a {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brandsite-news .simple-sp-post-list li .brandsite-news-box {
    width: 55%;
  }

  .brandsite-news .simple-sp-post-list li .brandsite-news-box h3 {
    width: 100%;
  }

  .brandsite-news .simple-sp-post-list li .brandsite-news-box p {
    margin-top: 0.5em;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {

  .brandsite-top-box .brandsite-top-box-search a {
    height: auto;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .brandsite-top-box .brandsite-top-box-search a img {
    width: 90%;
  }


  .business-recipe .business-recipe-archive {
    box-sizing: border-box;
    padding: 0 12px;
  }

  .business-recipe.brandsite-top-box .business-recipe-archive>div {
    width: 84%;
  }

  .kinushoyu-archive-content-wrap .kinushoyu-archive .business-recipe .business-text {
    font-size: .8rem;
    line-height: 1.3;
  }

  .business-recipe .business-recipe-archive .business-recipe-link {
    width: 110px;
    font-size: .7rem;
    padding: .3em .6em;
  }

  .business-recipe .business-recipe-archive .business-bottle {
    margin-right: 10px;
  }

  .brandsite-top-box .business-recipe-archive .business-text {
    width: 180px;
  }

  .simple-sp-post-list li .thumbnail-box {
    width: 42%;
  }
}