@charset "UTF-8";
blockquote {
  border: none;
  padding: 0;
}

.brandsite-title {
  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;
}

.brand_new_and_popular {
  padding: 20px 0;
}
.brand_new_and_popular ul {
  display: flex;
}
.brand_new_and_popular ul li {
  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(33.3333333333% - 2em);
}
.brand_new_and_popular ul li h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 18px;
  min-height: 25px;
  padding-bottom: 3px;
}
.brand_new_and_popular ul li .recipeBox {
  padding: 8px 12px;
}
.brand_new_and_popular ul li .thumbnail-box::before {
  padding-top: 75%;
}
.brand_new_and_popular ul li p {
  font-size: 12px;
  line-height: 17px;
  display: block;
  min-height: 1px;
  margin-top: 0;
}
.brand_new_and_popular ul a:hover {
  text-decoration: none;
}

.ReadMore a {
  border-radius: 25px;
  border: 1px solid #1a7073;
  background-color: #fff;
  display: block;
  margin: 3em auto;
  width: 33.3333333333%;
  position: relative;
  transition: all 0.3s;
  padding: 10px 0;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: #1a7073;
}
.ReadMore a:hover {
  background: #e4e9de;
}
.ReadMore a::after {
  content: "";
  position: absolute;
  left: 65%;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  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;
}

@media screen and (max-width: 768px) {
  .brand_new_and_popular ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .brand_new_and_popular ul li {
    width: 100%;
    min-height: 108px;
  }
  .brand_new_and_popular ul li h3 {
    display: block;
    width: 100%;
  }
  .brand_new_and_popular ul li .recipeBox {
    display: block;
    width: 60%;
  }
  .brand_new_and_popular ul li a {
    width: 100%;
    display: flex;
  }
  .brand_new_and_popular ul li a:hover {
    width: 100%;
  }
  .brand_new_and_popular ul li a .thumbnail-box {
    width: 35%;
  }
  .brand_new_and_popular ul li a .thumbnail-box img {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    height: auto;
  }
  .brand_new_and_popular ul li a .thumbnail-box img:hover {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    height: auto;
  }
  .brand_new_and_popular ul li a .thumbnail-box::before {
    display: none;
  }
  .brand_new_and_popular ul li p {
    font-size: 12px;
  }
}
.ReadMore a {
  width: 50%;
  margin: 2em auto;
}

.brandsite-category-list ul {
  width: 90%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: 3em auto;
}
.brandsite-category-list ul li {
  min-width: 130px;
  text-align: center;
}
.brandsite-category-list ul li a {
  border-radius: 25px;
  border: 1px solid #555;
  background-color: #fff;
  display: block;
  position: relative;
  transition: all 0.3s;
  padding: 10px 0;
  font-size: 0.8rem;
  color: #333;
}

.brandsite-archive {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .brandsite-archive {
    padding: 0 20px;
    margin-top: 40px;
  }
  .brandsite-category-list ul {
    display: none;
  }
}
.brandNews h2 {
  display: none;
}

@media screen and (max-width: 768px) {
  .brandNews h2 {
    display: inline;
  }
  .brandNews a {
    display: flex;
    justify-content: space-between;
  }
  .brandNews ul li {
    margin-bottom: 0px;
    border-top: 1px solid #ddd;
    margin-top: 1em;
    padding-top: 1em;
  }
  .brandNews ul li .thumbnail-box {
    width: 35%;
  }
  .brandNews ul li .brandNewsBox {
    width: 60%;
  }
  .brandNews ul li .brandNewsBox h3 {
    width: 100%;
  }
  .brandNews ul li .brandNewsBox p {
    margin-top: 0.5em;
    width: 100%;
  }
}
#snapdish {
  margin-top: 3em;
  text-align: center;
}
#snapdish p {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-family: "ヒラギノ角ゴ Pro W6", HiraKakuPro-W6;
  font-size: 26px;
  margin-bottom: 25px;
  color: #341207;
}
#snapdish .view_more_link {
  color: #341207;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-family: "ヒラギノ角ゴ Pro W6", HiraKakuPro-W6;
  font-size: 20px;
  border: 1px solid #341207;
  border-radius: 25px;
  width: 332px;
  display: inline-block;
  margin: 0 auto 45px;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  #snapdish #snapdish_logo {
    display: block;
    margin: 0 auto 15px;
    width: 45vmin;
  }
  #snapdish p {
    line-height: 5vmin;
    font-size: 5vmin;
    line-height: 1.5;
  }
  #snapdish .view_more_link {
    line-height: 5vmin;
    font-size: 5vmin;
    line-height: 1.5;
  }
  #snapdish + iframe {
    max-width: 100%;
  }
}
.business-box {
  display: flex;
  border-right: 1px solid #d0021b;
  border-left: 1px solid #d0021b;
  margin: 70px auto 50px;
}

.business-box-search {
  text-align: center;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .business-box {
    border-top: 1px solid #d0021b;
    flex-wrap: wrap;
    margin: 43px auto 40px;
  }
  .business-box-search {
    width: 100%;
    padding: 8px;
    border-bottom: 1px solid #d0021b;
  }
}
/* レシピ動画ページスタイル */
.recipeMovie .article__title {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 4px solid #c70025;
  font-size: 26px;
  font-weight: 700;
  color: #333;
}
.recipeMovie .article__img__holder {
  width: 100%;
  margin-top: 35px;
  display: inline-block;
  position: relative;
}
.recipeMovie .article__img__holder .article__img {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.recipeMovie .article__date-holder {
  display: inline-block;
  width: 100%;
  margin-left: 0;
  vertical-align: top;
}
.recipeMovie .article__date-holder .article__content p {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.recipeMovie .article__footer {
  border-top: 3px solid #c70025;
  margin-top: 50px;
  padding-top: 25px;
}
.recipeMovie .article__footer a {
  display: inline-block;
  margin-left: -80px;
}
.recipeMovie .article__footer a img {
  display: inline-block;
  max-width: 100%;
}
.recipeMovie .ReadMore a {
  max-width: 400px;
}

.article__footer {
  text-align: center;
}

#brand_Movie {
  margin-bottom: 20px;
}
#brand_Movie .recipeMovie {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
#brand_Movie .recipeMovie h3 {
  font-size: 18px;
  margin: 15px 0 10px;
}

@media only screen and (max-width: 480px) {
  .recipeMovie .article__title {
    border-bottom-width: 2px;
    font-size: 24px !important;
  }
  .recipeMovie .article__date-holder .article__subtitle {
    margin: 10px 0;
  }
  .recipeMovie .article__footer {
    margin-top: 25px;
    border-top-width: 2px;
  }
  .recipeMovie .article__footer a {
    margin-left: -40px;
  }
  .recipeMovie .article__footer a img {
    width: 80%;
  }
  .recipeMovie .ReadMore a {
    width: 80%;
  }
  #brand_Movie .recipeMovie .article__date-holder .article__content p {
    font-size: 13px;
  }
}
.tiktok__embed {
  margin: 50px auto;
  width: 100%;
}

/* ラインナップページ */
#LINEUP * {
  box-sizing: border-box;
}
#LINEUP .product-detail-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#LINEUP .product-detail-wrap .product-detail {
  width: 450px;
  margin: 0 0 40px;
  padding: 0;
  position: relative;
  border-width: 3px;
  border-style: solid;
}
#LINEUP .product-detail-wrap .product-detail p {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.4;
}
#LINEUP .product-detail-wrap .product-detail p.link-btn {
  text-align: center;
  height: 42px;
  width: 100%;
}
#LINEUP .product-detail-wrap .product-detail h3 {
  width: 100%;
  height: 70px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  font-size: 23px;
  font-weight: bold;
}
#LINEUP .product-detail-wrap .product-detail .detail-content {
  width: 100%;
  padding: 20px 30px 10px;
}
#LINEUP .product-detail-wrap .product-detail .detail-content img {
  display: inline-block;
  margin-bottom: 20px;
  max-height: 260px;
}
#LINEUP .product-detail-wrap .product-detail .detail-content a.arrow-red {
  border-radius: 21px;
  background-color: #e50012;
  display: inline-block;
  font-size: 16px;
  letter-spacing: initial;
  font-weight: bold;
}
#LINEUP .product-detail-wrap .product-detail .detail-content a.arrow-red:hover {
  background-color: #fff;
}
#LINEUP .product-detail-wrap .product-detail .detail-content a.arrow-red:hover:after {
  border-color: transparent transparent transparent #fff;
}
#LINEUP .product-detail-wrap .product-detail .detail-content a.arrow-red:after {
  border-color: transparent transparent transparent #e50012;
}
#LINEUP .sendo-seikatsu-products::before {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #LINEUP .product-detail-wrap .product-detail {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 30px;
  }
  #LINEUP .product-detail-wrap .product-detail h3 {
    height: 50px;
    font-size: 16px;
  }
  #LINEUP .product-detail-wrap .product-detail .detail-content {
    padding: 15px 20px 30px;
  }
  #LINEUP .product-detail-wrap .product-detail .detail-content img {
    max-width: 220px;
    max-height: 200px;
  }
  #LINEUP .product-detail-wrap .product-detail .detail-content a.arrow-red {
    font-size: 14px;
    border-radius: 19px;
  }
  #LINEUP .product-detail-wrap .product-detail p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #LINEUP .product-detail-wrap .product-detail p.link-btn {
    height: 38px;
  }
  .article__footer {
    text-align: center;
    padding: 20px 5% 0;
  }
  .article__footer img {
    width: 100%;
  }
}