@charset "utf-8";

@font-face {
  font-family: "DINPro-Bold";
  src: url("../fonts/DINPro-Bold.ttf") format("truetype");
  font-weight: 700;
}

.f_din {
  font-family: "DINPro-Bold";
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .pc_display {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .sp_display {
    display: none !important;
  }
}

html,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #000000;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

a:link {
  color: black;
}
a:link:hover {
  /* color: #0083cb;; */
}
a:visited {
  color: inherit;
}
.bread_recipe_wrap {
  width: 100%;
  margin: 0 auto;
}

.sp_b {
  display: none !important;
}

.f_ser {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

#pc_header {
  padding: 0 calc(50vw - 600px);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}

#pc_header.active {
  opacity: 0.5;
}

#pc_header.active:hover {
  opacity: 1;
}

#pc_header.active.opacity {
  opacity: 0;
}

body {
  padding-top: 81px;
}

#pc_header .cont {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

#pc_header .cont .logo {
  display: block;
  width: 180px;
  padding: 15px 0;
}

#pc_header .cont .logo img {
  width: 100%;
}

#pc_header .header_nav {
  /* height: 100%; */
  display: flex;
  align-items: center;
}

#pc_header .header_nav .main_ul {
  display: flex;
  align-items: center;
  margin: 0;
  height: 100%;
}

#pc_header .header_nav .main_ul .main_li {
  position: relative;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pc_header .header_nav .main_ul .main_li .menu_name {
  height: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.7em;
  font-weight: 700;
  color: #d70c18;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  transition: 0.3s;
  cursor: pointer;
}

#pc_header .header_nav .main_ul .main_li .menu_name .icon {
  width: 1.1em;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pc_header .header_nav .main_ul .main_li .menu_name .icon img {
  width: 100%;
  opacity: 1;
}

#pc_header .header_nav .main_ul .main_li .menu_name::before,
#pc_header .header_nav .main_ul .main_li .menu_name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #d70c18;
  transition: 0.3s;
  opacity: 0;
}

#pc_header .header_nav .main_ul .main_li .menu_name::before {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 8px;
  aspect-ratio: 1;
  bottom: 4px;
}

#pc_header .header_nav .main_ul .main_li .menu_name::after {
  width: 100%;
  height: 4px;
  bottom: 0;
}

#pc_header .header_nav .main_ul .main_li .menu_name:hover::before,
#pc_header .header_nav .main_ul .main_li .menu_name:hover::after {
  opacity: 1;
}

#pc_header .header_nav .main_ul .main_li:first-child .menu_name:hover::before,
#pc_header .header_nav .main_ul .main_li:nth-child(4) .menu_name:hover::before,
#pc_header .header_nav .main_ul .main_li:nth-last-child(1) .menu_name:hover::before,
#pc_header .header_nav .main_ul .main_li:nth-last-child(2) .menu_name:hover::before {
  opacity: 0;
}

#pc_header .header_nav .main_ul .main_li .sub_menu {
  width: 385px;
  position: absolute;
  padding: 10px 30px 10px;
  background-color: #d70c18;
  transform: translateY(100%);
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

#pc_header .header_nav .main_ul .main_li .sub_menu .sub_menu_ttl {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
}

#pc_header .header_nav .main_ul .main_li .sub_menu ul {
  margin: 14px 0 20px;
}

#pc_header .header_nav .main_ul .main_li .sub_menu ul li {
  font-size: 14px;
}

#pc_header .header_nav .main_ul .main_li .sub_menu ul li + li {
  margin-top: 0.8em;
}

#pc_header .header_nav .main_ul .main_li .sub_menu ul li .sub_name {
  color: #fff;
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}

#pc_header .header_nav .main_ul .main_li .sub_menu ul li .sub_name:hover {
  opacity: 0.7;
}

#pc_header .header_nav .main_ul .main_li .sub_menu ul li .sub_name::before {
  content: "";
  width: 1em;
  height: 2px;
  background-color: #fff;
}

/*小松作業エリアここから*/

#bread_mv {
  background-color: #eb0000;
}
#bread_mv h2 {
  color: white;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  padding: 50px 0 70px;
}
#bread_mv .img {
  width: 100%;
}
#bread_mv .img img {
  width: 100%;
}

#bread_mv .scroll_box {
  margin: 46px auto 0;
  position: relative;
  width: fit-content;
}

#bread_mv .scroll_box .text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -10px;
  transform: translateX(100%);
  width: fit-content;
  height: fit-content;
  font-size: 16px;
  font-weight: 100;
}

#bread_mv .scroll_box .bar {
  width: 3px;
  height: 50px;
  border-radius: 100vmax;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

#bread_mv .scroll_box .bar::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 3px;
  height: 30px;
  background: #d70c18;
  border-radius: 100vmax;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

#bread_mv p {
  width: fit-content;
  color: white;
  font-size: 25px;
  line-height: 46px;
  font-weight: 600;
  padding: 50px 0;
  margin: 0 auto;
}

#bread_mv .mv_img .slick_mv {
  position: relative;
}

.bread_recipe_common_ttl_box {
  max-width: 1200px;
  margin: auto;
}
.bread_recipe_common_ttl_box .en_ttl {
  font-size: 22px;
  margin-bottom: 28px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.bread_recipe_common_ttl_box.white .en_ttl {
  color: #fff;
}

.bread_recipe_common_ttl_box .en_ttl::before {
  content: "";
  position: absolute;
  top: 10px;
  background-color: #d70c18;
  left: -10px;
  transform: translateX(-100%);
  width: 38px;
  height: 5px;
}

.bread_recipe_common_ttl_box.white .en_ttl::before {
  background-color: #fff;
}

.bread_recipe_common_ttl_box .ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.bread_recipe_common_ttl_box.white .ttl {
  color: #fff;
}

.bread_recipe_common_ttl_box .sub_ttl {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0.5em;
}
#bread_2recipe,
#bread_1recipe {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.common_recipe_sec.pink_bg {
  background-color: #fef7f8;
  padding-top: 80px;
  padding-bottom: 0;
}

#bread_1recipe .bread_recipe_common_ttl_box,
#bread_2recipe .bread_recipe_common_ttl_box {
  margin-bottom: 30px;
}

#other_recipe {
  position: relative;
  z-index: 1;
  padding-top: 106px;
}

#other_recipe .bread_recipe_common_ttl_box {
  margin-bottom: 62px;
}

#other_recipe .bread_recipe_wrap .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1200px;
  margin: 0 auto;
}
#other_recipe .bread_recipe_wrap .cont a {
  width: 50%;
  padding: 42px 12px;
}
#other_recipe .bread_recipe_wrap .cont a .img {
  width: 100%;
}
#other_recipe .bread_recipe_wrap .cont a .other_recipe_text {
  width: 100%;
  background-color: #eb0000;
  border-radius: 0 0 10px 10px;
  z-index: 1;
}
#other_recipe .bread_recipe_wrap .cont a .other_recipe_text p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
  padding: 20px 36px;
}
#other_recipe .bread_recipe_wrap .cont a .other_recipe_text p::after {
  content: "";
  color: white;
  display: block;
  width: 18px;
  height: 28px;
  background-image: url(../img/arrow_other_recipe.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

#bread_2recipe .bread_recipe_wrap .bread_2_wrap,
#bread_1recipe .bread_recipe_wrap .bread_1_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

#bread_2recipe .bread_recipe_wrap .bread_2_wrap .bread_2,
#bread_1recipe .bread_recipe_wrap .bread_1_wrap .bread_1 {
  padding: 50px 40px;
  width: calc(100% / 3 + 2px);
  transition: 0.2s;
  margin-bottom: -1px;
  margin-right: -3px;
}
.common_recipe_sec {
  position: relative;
}
.vertical_frame_left,
.vertical_frame_right {
  position: absolute;
  display: block;
  height: calc(100% - 160px);
  width: 1px;
  background-color: #ffbcc5;
  top: 200px;
}
.vertical_frame_left {
  left: calc(50% - 210px);
}
.vertical_frame_right {
  right: calc(50% - 210px);
  height: calc(80% - 140px);
}
.horizontal_frame_top,
.horizontal_frame_bottom {
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #ffbcc5;
}
.horizontal_frame_top.frame_0 {
  top: 200px;
}
.horizontal_frame_top.frame_1 {
  top: calc(20% + 165px);
}
.horizontal_frame_top.frame_2 {
  top: calc(40% + 130px);
}
.horizontal_frame_top.frame_3 {
  top: calc(60% + 95px);
}
.horizontal_frame_top.frame_4 {
  top: calc(80% + 60px);
}
.horizontal_frame_top.frame_5 {
  display: none;
}
.horizontal_frame_top.frame_6 {
  display: none;
}
.horizontal_frame_bottom {
  bottom: -40px;
  width: calc(50% - 210px);
}
#bread_2recipe .bread_recipe_wrap .bread_2_wrap::after {
  display: block;
  width: 30%;
  content: "";
}

.recipe_2products_img img,
.recipe_1product_img img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  transition: 0.2s;
  z-index: 1;
}

.recipe_2products_img .img,
.recipe_1product_img .img {
  position: relative;
}

.how_to_cook {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 10px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 6px 12px;
}
.recipe_2products_img .how_to_cook {
  background-color: #0083cb;
  z-index: 2;
}
.recipe_1product_img .how_to_cook {
  background-color: #ee8122;
  z-index: 2;
}

.how_to_cook img {
  display: flex;
  align-self: center;
  border-radius: 0;
}

.recipe_2products_img .how_to_cook img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.recipe_1product_img .how_to_cook img {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  color: black;
}

#bread_2recipe .bread_recipe_wrap .bread_2_wrap .bread_2 h3,
#bread_1recipe .bread_recipe_wrap .bread_1_wrap .bread_1 h3 {
  margin-top: 20px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

#bread_1recipe .bread_recipe_wrap .bread_1_wrap .bread_1 .recipe_area h3 {
  transition: 0.2s;
  margin-bottom: 20px;
  cursor: pointer;
}

.recipe_2products_img .img,
.recipe_1product_img .img {
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
}
.recipe_2products_img:hover .img .recipe_thumb,
.recipe_1product_img:hover .img .recipe_thumb {
  transform: scale(1.1);
  border-radius: 10px;
  z-index: 1;
}
#bread_1recipe .bread_recipe_wrap .bread_1_wrap .bread_1 .recipe_area:hover h3 {
  color: #0083cb;
}
.recipe_name {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin: 16px 0;
}
.products_area {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.products_area .package {
  width: 50%;
  height: 90px;
  object-fit: contain;
}
.products_area .product_detail {
  position: relative;
  width: 50%;
  height: 50%;
  aspect-ratio: 2.5/1;
  background-color: #eb0000;
  box-shadow: 1px 3px 0px #940000;
  cursor: pointer;
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  transition: 0.2s;
}

.products_area .product_detail p {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 45%;
  top: 50%;
  font-size: 18px;
}
.products_area .product_detail img {
  position: absolute;
  transform: translate(-50%, -50%);
  right: 5%;
  top: 50%;
  width: 16px;
  height: 16px;
}

.products_area .product_detail:active {
  box-shadow: unset;
  transform: translate(2px, 3px);
}

#bread_2recipe .wave_border {
  margin-top: -48px;
}

#top_share {
  position: relative;
  padding: 109px 0 135px;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#recipe-modal {
  display: none;
  pointer-events: none;
  /* opacity: 0; */
  /* transition: .3s; */
  /* animation: name duration timing-function delay iteration-count direction fill-mode; */
  animation: fadeout 0.3s 1;
  animation-fill-mode: forwards;
}

#recipe-modal.open {
  display: block;
  pointer-events: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: 999;
  opacity: 1;
  /* transition: .3s; */
  animation: fadein 0.3s 1;
  animation-fill-mode: forwards;
}

#recipe-modal.close {
  /* display: none; */
  pointer-events: none;
  /* opacity: 0; */
  /* transition: .3s; */
  /* animation: name duration timing-function delay iteration-count direction fill-mode; */
  animation: fadeout 0.3s 1;
  animation-fill-mode: forwards;
}
#recipe-modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#recipe-modal .modal-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 3vh;
  /* aspect-ratio: 696/785; */
  background-color: white;
  padding: 12px;
  width: 600px;
}
#recipe-modal .modal-wrapper .close-modal {
  position: absolute;
  top: -5%;
  right: -10%;
  width: 5vh;
  cursor: pointer;
}
#recipe-modal .modal-wrapper .modal-container {
  height: 100%;
  width: 100%;
  border-style: solid;
  border-color: #ee8122;
  border-width: 3px;
  border-radius: calc(3vh - 6px);
  padding-bottom: 48px;
}
#recipe-modal .modal-wrapper .modal-container .modal-title {
  color: #ee8122;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 8px 0;
}
#recipe-modal .modal-wrapper .modal-container span {
  display: block;
  background-color: #ee8122;
  width: 90%;
  height: 2px;
  margin: 0 auto;
}
#recipe-modal .modal-wrapper .modal-container .material-wrapper {
  width: 80%;
  margin: 32px auto 0;
}
#recipe-modal .modal-wrapper .modal-container .material-wrapper .material-title {
  background-color: #ee8122;
  font-size: 16px;
  font-weight: 600;
  color: white;
  padding: 4px 20px;
  width: fit-content;
  margin-bottom: 8px;
}
#recipe-modal .modal-wrapper .modal-container .material-wrapper .material-items li,
#recipe-modal .modal-wrapper .modal-container .material-wrapper .howtocook-items li {
  font-size: 24px;
  line-height: 36px;
}
/*小松作業分ここまで*/

@media (hover) {
  #main_footer .cont .top_box .link_area ul li a:hover {
    opacity: 0.7;
  }

  #main_footer .cont .top_box .sns_area ul li a:hover {
    opacity: 0.7;
  }

  #top_catalog .cont .catalog_link:hover {
    transform: translateY(10px);
  }

  #bread_2recipe .campaign_slider a.item:hover .img img {
    transform: scale(1.08);
  }

  #other_recipe .recipe_slider .item:hover .img img {
    transform: scale(1.08);
  }

  #top_special_series .china_series .hit_box .link:hover::before,
  #top_special_series .china_series .pick_up_area .box .link:hover .text_area::before,
  #top_special_series .wildish_series .pick_up_area .box .link:hover .text_area::before,
  .common_produsts_btn_area .btn_box .link:hover::after,
  #himitsu_product_btn_sec .flex_box .btn:hover::after {
    transform: translateX(10px);
  }

  #top_special_series .china_series .text_link:hover,
  #top_special_series .wildish_series .text_link:hover,
  #top_official .cont .text_link:hover {
    opacity: 0.8;
  }

  #top_character .text_link:hover {
    opacity: 0.7;
  }

  #top_cm .video_btn_slider .video_btn:hover .img::before,
  .page_common_featured .video_btn:hover::before,
  #wildish_movie .video_btn:hover:before,
  #shinchukagai_movie .flex_box .video_btn:hover::before {
    opacity: 1;
  }

  #top_sns .cont .box .link:hover {
    opacity: 0.7;
  }

  #top_share .cont ul li .link:hover {
    opacity: 0.7;
  }

  .common_recipe_sec .recipe_list ul li .link:hover .img img {
    transform: scale(1.1);
  }

  .common_other_recipe_sec .other_recipe_list ul li .link:hover .img img {
    transform: scale(1.1);
  }
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}

@media screen and (min-width: 1200px) {
  #bread_2recipe .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: center;
    transform: translate3d(0, 0px, 0px) !important;
  }

  #bread_2recipe .campaign_slider .item {
    float: none;
  }
}

@media screen and (max-width: 1200px) {
  body {
    padding-top: 80px !important;
  }

  body.top_body {
    min-width: 1390px;
  }

  .sp_b {
    display: block !important;
  }

  .pc_b {
    display: none !important;
  }

  header#sp_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    height: 80px;
  }

  header#sp_header .logo {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 140px;
  }

  header#sp_header .logo img {
    width: 100%;
  }

  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 999;
    right: 13px;
    top: 18px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #d70c18;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 100vmax;
  }

  .hamburger span:nth-child(1) {
    top: 10px;
  }

  .hamburger span:nth-child(2) {
    top: 20px;
  }

  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* ナビ開いてる時のボタン */

  /* sideの場合,popup1の場合ここから */
  .hamburger.active span:nth-child(1) {
    top: 22px;
    left: 6px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 100;
    top: 80px;
    left: 0;
    color: #000;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: calc(100vh - 80px);
    display: flex;
    justify-content: flex-start;
    background: #fff;
    overflow: scroll;
    padding: 0 20px;
    flex-direction: column;
  }

  nav.globalMenuSp > ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp > ul > li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: 0.4s all;
    margin-bottom: 0;
  }

  nav.globalMenuSp > ul > li .main_name {
    border-bottom: 1px dashed #d70c18;
  }

  nav.globalMenuSp > ul > li:first-child .main_name {
    border-top: 1px solid #d70c18;
  }

  nav.globalMenuSp > ul > li .main_name {
    display: block;
    color: #d70c18;
    padding: 1em 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
  }

  nav.globalMenuSp > ul > li .main_name.blank {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  nav.globalMenuSp > ul > li .main_name.blank::after {
    content: "";
    background-image: url(../img/icon_link.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.2em;
    aspect-ratio: 1;
  }

  nav.globalMenuSp > ul > li .main_name.switchHat {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  nav.globalMenuSp > ul > li .main_name.switchHat .circle {
    display: block;
    border-radius: 50%;
    width: 1.3em;
    aspect-ratio: 1;
    background-color: #d70c18;
    position: relative;
  }

  nav.globalMenuSp > ul > li .main_name.switchHat .circle::before,
  nav.globalMenuSp > ul > li .main_name.switchHat .circle::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 60%;
    height: 3px;
    background-color: #fff;
    transition: 0.3s;
  }

  nav.globalMenuSp > ul > li .main_name.switchHat .circle::before {
    transform: rotate(90deg);
  }

  nav.globalMenuSp > ul > li .main_name.switchHat.nowOpen .circle::before {
    transform: rotate(0deg);
  }

  nav.globalMenuSp.active {
    transform: translateX(0%);
  }

  nav.globalMenuSp .sub_menu {
    padding: 0;
  }

  nav.globalMenuSp .sub_menu > ul {
    margin: 20px 0;
  }

  nav.globalMenuSp .sub_menu .sub_menu_ttl {
    margin-bottom: 0;
    font-weight: 700;
    color: #d70c18;
    font-size: 15px;
    margin: 20px 0 1em;
  }

  nav.globalMenuSp .sub_menu > ul li {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
  }

  nav.globalMenuSp .sub_menu > ul li a {
    color: #d70c18;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5em;
  }

  nav.globalMenuSp .sub_menu > ul li a::before {
    content: "";
    width: 1em;
    height: 1px;
    background-color: #d70c18;
  }

  nav.globalMenuSp .sub_menu > ul li + li {
    margin-top: 3.4vw;
  }

  .globalmenu_logo {
    width: 200px;
    margin-top: 40px;
  }
  .bread_recipe_wrap {
    width: 100%;
  }

  #pageBody {
    padding-top: 0 !important;
  }

  body {
    font-size: 3.6vw;
  }

  body.top_body {
    min-width: unset;
  }

  .bread_recipe_wrap {
    max-width: 100vw;
  }

  header#sp_header .logo img {
    width: 100%;
  }

  nav.globalMenuSp {
    padding: 0 5vw 9vw;
  }

  nav.globalMenuSp > ul > li .main_name {
    font-size: 4vw;
  }

  nav.globalMenuSp .sub_menu > ul {
    margin: 4vw 0;
  }

  nav.globalMenuSp .sub_menu .sub_menu_ttl {
    font-size: 3.4vw;
    margin: 4vw 0 1em;
  }

  nav.globalMenuSp .sub_menu > ul li {
    font-size: 3.4vw;
  }

  nav.globalMenuSp .sub_menu > ul li + li {
    margin-top: 3.4vw;
  }

  .globalmenu_logo {
    width: 40vw;
    margin-top: 10vw;
  }

  #main_footer .cont {
    width: 90vw;
  }

  #top_mv .mv_img .slick_mv {
    position: relative;
  }

  #top_mv .mv_img .slick_mv .slick-item {
    width: 100vw;
    aspect-ratio: 1.47;
    margin: 0;
  }

  #top_mv .scroll_box {
    margin: 5vw auto 0;
  }

  #top_mv .scroll_box .text {
    right: -3vw;
    font-size: 3.6vw;
  }

  #top_mv .scroll_box .bar {
    width: 3px;
    height: 12vw;
  }

  #top_mv .scroll_box .bar::after {
    height: 8vw;
  }

  .bread_recipe_common_ttl_box .en_ttl {
    font-size: 4vw;
    margin-bottom: 5vw;
  }

  .bread_recipe_common_ttl_box .en_ttl::before {
    top: 1.5vw;
    left: -2vw;
    width: 3vw;
    height: 3px;
  }

  .bread_recipe_common_ttl_box .ttl {
    font-size: 6vw;
  }

  .bread_recipe_common_ttl_box .sub_ttl {
    font-size: 5vw;
  }

  #top_catalog {
    padding: 10vw 0 20vw;
    position: relative;
  }

  #top_catalog > * {
    position: relative;
    z-index: 1;
  }

  #top_catalog .bread_recipe_common_ttl_box {
    margin-bottom: 10vw;
  }

  #top_catalog::before {
    background-image: url(../img/top_catalog_bg_sp.png);
    top: 10vw;
    bottom: 0;
  }

  #top_catalog .cont {
    gap: 3vw;
    padding: 0 0 5vw;
  }

  #top_catalog .cont::before {
    left: -5vw;
    right: -5vw;
    top: 5vw;
    border-radius: 0;
  }

  #top_catalog .cont .catalog_link {
    width: 30vw;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  }

  #top_catalog .cont .text_area {
    margin-top: 10vw;
    margin-bottom: 0;
  }

  #top_catalog .cont .text_area .en_ttl {
    font-size: 4vw;
    margin-bottom: 4vw;
  }

  #top_catalog .cont .text_area .catalog_name {
    font-size: 5vw;
    margin-bottom: 5vw;
  }

  #top_catalog .cont .text_area .text {
    font-size: 3vw;
  }

  #bread_2recipe {
    padding-top: 12vw;
    margin-bottom: 10vw;
  }

  #bread_2recipe .bread_recipe_wrap {
    min-width: 1390px;
  }

  #bread_2recipe .bread_recipe_common_ttl_box,
  #bread_1recipe .bread_recipe_common_ttl_box {
    margin-bottom: 10vw;
    margin-left: 5vw;
  }
  .recipe_name {
    margin: 16px 0;
  }
  #other_recipe {
    padding-top: 5vw;
  }

  #other_recipe .bread_recipe_wrap {
    max-width: 100vw;
  }

  #other_recipe .bread_recipe_common_ttl_box {
    margin-bottom: 10vw;
    margin-left: 5vw;
  }

  .slick_dots {
    width: 70vw;
    margin: 7vw auto 0;
  }

  .slick_dots li {
    min-width: unset;
  }

  .slick_arrow {
    display: none !important;
  }

  #bread_2recipe .campaign_slider .item {
    position: relative;
    width: 70vw;
    margin: 0 3vw;
    padding: 3vw 8vw 3vw 3vw;
  }

  #bread_2recipe .campaign_slider .item::before {
    top: 28vw;
  }

  #bread_2recipe .campaign_slider .item::after {
    width: 3vw;
    bottom: 5vw;
    right: 3vw;
  }

  #bread_2recipe .campaign_slider .item .campaign_ttl {
    font-size: 4.2vw;
    margin-bottom: 2vw;
  }

  #bread_2recipe .campaign_slider .item .campaign_text {
    font-size: 3.2vw;
  }

  #bread_2recipe .campaign_slider .item.new .img::before {
    width: 20vw;
  }

  #other_recipe .bread_recipe_common_ttl_box {
    margin-bottom: 62px;
  }

  #other_recipe .bread_recipe_wrap .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 1200px;
    margin: 0 auto;
  }
  #other_recipe .bread_recipe_wrap .cont a {
    width: 90%;
    padding: 42px 12px;
  }
  #other_recipe .bread_recipe_wrap .cont a .img {
    width: 100%;
  }
  #other_recipe .bread_recipe_wrap .cont a .other_recipe_text {
    width: 100%;
    background-color: #eb0000;
    border-radius: 0 0 10px 10px;
  }
  #other_recipe .bread_recipe_wrap .cont a .other_recipe_text p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    padding: 20px 36px;
  }
  #other_recipe .bread_recipe_wrap .cont a .other_recipe_text p::after {
    content: "";
    color: white;
    display: block;
    width: 18px;
    height: 28px;
    background-image: url(../img/arrow_other_recipe.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }

  #top_special_series {
    padding: 15vw 0 0;
  }

  #top_special_series .china_series {
    margin-top: 0;
    padding: 18vw 0 5vw;
  }

  #top_special_series .china_series::before {
    background-image: url(../img/top_series_bg_sp.png);
    bottom: -15vw;
  }

  #top_special_series .china_series .series_ttl,
  #top_special_series .wildish_series .series_ttl {
    font-size: 6vw;
  }

  #top_special_series .china_series .chukagai_img,
  #top_special_series .wildish_series .wildish_img {
    width: 100%;
    margin: 6vw 0 13vw;
  }

  #top_special_series .china_series .hit_box .link {
    padding: 4vw;
    margin-bottom: 10vw;
  }

  #top_special_series .china_series .hit_box .link::before {
    width: 3.5vw;
    right: 5vw;
  }

  #top_special_series .china_series .hit_box .link .product_img_01 {
    bottom: 3vw;
    width: 32vw;
    left: -5vw;
    pointer-events: none;
  }

  #top_special_series .china_series .hit_box .link .product_img_01 img {
    width: 100%;
  }

  #top_special_series .china_series .hit_box .link .product_img_02 {
    bottom: unset;
    width: 27vw;
    right: -5vw;
    top: -11vw;
  }

  #top_special_series .china_series .hit_box .link .box_ttl {
    font-size: 5.5vw;
    margin-bottom: 3vw;
  }

  #top_special_series .china_series .hit_box .link .sub_ttl {
    font-size: 3.2vw;
    line-height: 1;
    margin-bottom: 2vw;
  }

  #top_special_series .china_series .hit_box .link .lead_text {
    font-size: 3.5vw;
  }

  #top_special_series .china_series .pick_up_area,
  #top_special_series .wildish_series .pick_up_area {
    grid-template-columns: 1fr;
    gap: 6vw;
  }

  #top_special_series .wildish_series .pick_up_area .box .link {
    display: block;
    border: 3px solid #ed6b02;
  }

  #top_special_series .wildish_series .pick_up_area .box .link .img {
    height: 40vw;
  }

  #top_special_series .china_series .pick_up_area .box .link .text_area {
    padding: 5vw 8vw 4vw;
    margin-top: -3vw;
  }

  #top_special_series .wildish_series .pick_up_area .box .link .text_area {
    padding: 5vw 8vw 2vw;
    margin-top: -3.5vw;
    min-height: 24vw;
  }

  #top_special_series .china_series .pick_up_area .box .link .text_area::before,
  #top_special_series .wildish_series .pick_up_area .box .link .text_area::before {
    width: 3.5vw;
    bottom: 7.5vw;
    right: 4vw;
  }

  #top_special_series .china_series .pick_up_area .box .link .text_area .pick_up_name,
  #top_special_series .wildish_series .pick_up_area .box .link .text_area .pick_up_name {
    font-size: 3.5vw;
    line-height: 1.7;
  }

  #top_special_series .china_series .pick_up_area .box .link .text_area .pick_up_name .size,
  #top_special_series .wildish_series .pick_up_area .box .link .text_area .pick_up_name .size {
    font-size: 4.5vw;
  }

  #top_special_series .china_series .text_link,
  #top_special_series .wildish_series .text_link {
    width: fit-content;
    margin-right: auto;
    font-size: 4vw;
    margin-top: 8vw;
  }

  #top_special_series .wildish_series {
    padding: 20vw 0;
  }

  #top_special_series .wildish_series::before {
    background-image: url(../img/top_wild_bg_sp.png);
  }

  #top_share {
    padding: 20vw 0 27vw;
  }

  #top_share::before {
    background-image: url(../img/top_share_bg_sp.png);
  }

  #top_share .sec_ttl {
    font-size: 5vw;
    margin-bottom: 4vw;
  }

  #top_share .cont ul {
    gap: 7vw;
  }

  #top_share .cont ul li {
    width: 15vw;
  }
  /*小松作業エリアここから*/

  #bread_mv {
    position: relative;
  }
  #bread_mv h2 {
    font-size: calc(44vw / 7.5);
    padding: calc(56vw / 7.5) 0;
  }
  #bread_mv p {
    width: fit-content;
    color: white;
    font-size: calc(24vw / 7.5);
    line-height: calc(50.4vw / 7.5);
    font-weight: 600;
    padding: calc(44vw / 7.5) 0 calc(44vw / 7.5) calc(44vw / 7.5);
    margin: 0;
  }

  #bread_mv .scroll_box {
    position: absolute;
    bottom: 8.5%;
    right: 10%;
  }

  #bread_mv .scroll_box .text {
    top: 75%;
    left: -4vw;
    transform: rotate(90deg);
    font-size: calc(24vw / 7.5);
  }

  #bread_mv .scroll_box .bar {
    position: relative;
    bottom: calc(75vw / -7.5);
    width: 3px;
    height: calc(120vw / 7.5);
    right: 0px;
  }

  .bread_recipe_common_ttl_box .ttl {
    font-size: calc(40vw / 7.5);
  }

  #other_recipe {
    padding-top: 24px;
  }

  #other_recipe .bread_recipe_common_ttl_box {
    margin-bottom: 20px;
  }

  #other_recipe .bread_recipe_wrap .cont a {
    width: calc(6500vw / 75);
    padding: 4vw 2vw;
  }
  #other_recipe .bread_recipe_wrap .cont a .other_recipe_text p {
    font-size: calc(24vw / 7.5);
    line-height: calc(38vw / 7.5);
    padding: 12px 20px;
  }
  #other_recipe .bread_recipe_wrap .cont a .other_recipe_text p::after {
    width: calc(18vw / 7.5);
    height: calc(28vw / 7.5);
  }
  .vertical_frame_left,
  .vertical_frame_right {
    position: absolute;
    display: block;
    width: 1px;
    background-color: #ffbcc5;
    top: 200px;
  }
  .vertical_frame_left {
    left: calc(20px + 100% / 3);
    height: calc(100% - 160px);
  }
  .vertical_frame_right {
    right: calc(20px + 100% / 3);
    height: calc(80% - 140px);
  }

  .how_to_cook img {
    width: calc(16vw / 7.5);
    height: calc(16vw / 7.5);
  }
  .how_to_cook img {
    width: calc(20vw / 7.5);
    height: calc(20vw / 7.5);
  }

  #bread_2recipe .bread_recipe_wrap .bread_2_wrap .bread_2 h3,
  #bread_1recipe .bread_recipe_wrap .bread_1_wrap .bread_1 h3 {
    font-size: calc(28vw / 7.5);
    line-height: calc(40vw / 7.5);
  }
  #bread_1recipe .bread_recipe_wrap .bread_1_wrap .bread_1 .products_area .product_detail {
    font-size: calc(18vw / 7.5);
    border-radius: 5px;
  }

  #bread_1recipe .bread_recipe_wrap .bread_1_wrap .bread_1 .products_area .product_detail img {
    right: 9%;
    width: calc(16vw / 7.5);
    height: calc(16vw / 7.5);
  }
  #bread_2recipe .wave_border {
    margin-top: -16px;
  }
  .products_area .product_detail img {
    position: absolute;
    transform: translate(-50%, -50%);
    right: 5%;
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  #bread_2recipe .bread_recipe_wrap .bread_2_wrap .bread_2,
  #bread_1recipe .bread_recipe_wrap .bread_1_wrap .bread_1 {
    padding: 4vw 4vw;
    width: calc(100% / 2 + 2px);
  }
}

meta[property="og:type"] {
  content: "website";
}

#bread_2recipe .campaign_slider .item.cp-end {
  overflow: hidden;
  position: relative;
}

#bread_2recipe .campaign_slider .item.cp-end::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

#bread_2recipe .campaign_slider .item .cp-end-text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .how_to_cook {
    font-size: calc(20vw / 7.5);
    padding: 4px 8px;
  }
  #bread_2recipe .campaign_slider .item .cp-end-text {
    font-size: 4.6vw;
  }
  .recipe_name {
    font-size: 3.5vw;
    margin: 4vw 0;
  }
  .recipe_2products_img .how_to_cook img {
    width: calc(18vw / 7.5);
    height: calc(18vw / 7.5);
    margin-left: 8px;
  }
  .recipe_1product_img .how_to_cook img {
    width: calc(22vw / 7.5);
    height: calc(22vw / 7.5);
    margin-left: 4px;
    color: black;
  }
  .products_area .product_detail img {
    width: calc(20vw / 7.5);
    height: calc(20vw / 7.5);
  }
  .products_area .product_detail p {
    font-size: calc(20vw / 7.5);
  }
  .products_area .product_detail {
    border-radius: 1vw;
  }
  .horizontal_frame_top.frame_0 {
    top: 37vw;
  }
  .horizontal_frame_top.frame_1 {
    top: calc(20% + -40px + 8vw);
  }
  .horizontal_frame_top.frame_2 {
    top: calc(33% + -34px + 7vw);
  }
  .horizontal_frame_top.frame_3 {
    top: calc(46% + -28px + 6vw);
  }
  .horizontal_frame_top.frame_4 {
    top: calc(59% + -22px + 5vw);
  }
  .horizontal_frame_top.frame_5 {
    display: block;
    top: calc(72% + -16px + 4vw);
  }
  .horizontal_frame_top.frame_6 {
    display: block;
    top: calc(85% + -10px + 3vw);
  }
  .horizontal_frame_bottom {
    bottom: calc(9vw - 5px);
    width: calc(50% + 1px);
  }
  .vertical_frame_left {
    left: 50%;
    top: 37vw;
    height: calc(100% - 46vw + 5px);
  }
  .vertical_frame_right {
    display: none;
  }
  #recipe-modal .modal-wrapper {
    width: 85vw;
    border-radius: 3vw;
    background-color: white;
    padding: 12px;
  }
  #recipe-modal .modal-wrapper .close-modal {
    position: absolute;
    top: -10%;
    right: 0%;
    width: 5vw;
    cursor: pointer;
  }
  #recipe-modal .modal-wrapper .modal-container {
    border-color: #ee8122;
    border-radius: calc(3vw - 6px);
    padding-bottom: 24px;
  }
  #recipe-modal .modal-wrapper .modal-container .modal-title {
    font-size: calc(30vw / 7.5);
  }

  #recipe-modal .modal-wrapper .modal-container .material-wrapper .material-title {
    font-size: calc(22vw / 7.5);
    padding: calc(4vw / 7.5) calc(20vw / 7.5);
  }
  #recipe-modal .modal-wrapper .modal-container .material-wrapper .material-items li,
  #recipe-modal .modal-wrapper .modal-container .material-wrapper .howtocook-items li {
    font-size: calc(24vw / 7.5);
    line-height: calc(36vw / 7.5);
  }
  #recipe-modal .modal-wrapper .modal-container .material-wrapper {
    margin: calc(32vw / 7.5) auto 0;
  }
}
