@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  /* font-size: 62.5%; */
  color: #333333;
}

/* header h1 {
  box-sizing: border-box;
  width: 969px;
  margin: 0 auto;
  padding: 26px 0;
}
@media screen and (min-width: 769px) and (max-width: 1017px) {
  header h1 {
    width: 100%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 100%;
    padding-left: 20px;
  }
} */

.header-button,
.footer-nav-heading__button {
  border: none;
  background-color: transparent;
}

.hamburger-menu * {
  box-sizing: border-box;
}

main {
  position: relative;
  margin-top: -290px;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 0;
  }
}

section {
  box-sizing: border-box;
  display: block;
  width: 100%;
  background: #f6f4ee;
}
section .content_area {
  max-width: 969px;
  margin: 0 auto;
}

.breadcrumb {
  padding: 15px 0 29px;
  padding: 0.9375rem 0 1.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 0.9375rem 0 5.4375rem;
  }
}
.breadcrumb-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1340px;
  width: 100%;
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  .breadcrumb-inner {
    padding: 0 50px;
  }
}
.breadcrumb a,
.breadcrumb span {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb a,
  .breadcrumb span {
    font-size: 0.875rem;
  }
}
.breadcrumb .breadcrumb__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  gap: 0.625rem;
}

.white_bg {
  position: relative;
  background: #fff;
}
.white_bg:before,
.white_bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  /* background-image: url(../../../images/brand/eringi/cut-area-bg.gif); */
  background-image: url(../../../images/brand/eringi/cut-area-bg.gif);
  background-repeat: repeat-x;
  background-size: 20px 20px;
}
.white_bg:after {
  left: 0;
  bottom: 0;
}

/* footer div a img {
  margin-bottom: 10px;
}

footer {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  padding: 84px 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0;
  }
}
footer div {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 76px;
}
@media screen and (max-width: 768px) {
  footer div {
    padding: 0 10px;
  }
}

footer div img {
  width: 90%;
  max-width: 980px;
} */

.main_vis {
  position: relative;
}
@media screen and (min-width: 769px) {
  .main_vis {
    height: 800px;
  }
}

.red_tile_bg {
  padding-top: 20px;
  background-image: url(../../../images/brand/eringi/header-bg.png);
  background-repeat: repeat-x;
}

.main_photo_area {
  box-sizing: border-box;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 969px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main_photo_area {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 1018px) {
  .main_photo_area {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .main_photo_area .main_photo {
    width: 100%;
  }
  .main_photo_area .main_photo.left img {
    display: block;
    margin-left: 13% !important;
  }
}
.main_photo_area .main_photo.left {
  max-width: 471px;
}
.main_photo_area .main_photo.right {
  max-width: 448px;
}
.main_photo_area .main_photo img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .main_photo_area .main_photo img {
    width: 100%;
  }
}

.sub_main_photo {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sub_main_photo {
    padding: 0 10px 30px;
  }
}
.sub_main_photo span:first-child {
  display: block;
  padding: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .sub_main_photo span:first-child {
    padding: 20px 10px 10px;
  }
  .sub_main_photo span:first-child img {
    width: 100%;
  }
}
.sub_main_photo span:nth-child(2) {
  display: block;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .sub_main_photo span:nth-child(2) {
    padding: 20px 10px;
  }
  .sub_main_photo span:nth-child(2) img {
    width: 100%;
  }
}
.sub_main_photo p {
  font-size: 1rem;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .sub_main_photo p br {
    display: none;
  }
}

.CUT {
  padding: 75px 0 20px;
}
@media screen and (max-width: 768px) {
  .CUT {
    padding: 55px 10px 20px;
  }
}

h3.cut_title {
  font-weight: lighter;
  font-size: 2rem;
  text-align: center;
  color: #583e15;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  h3.cut_title {
    font-size: 1.5rem;
  }
}

.cut_content_area {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  padding: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .cut_content_area {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cut_content_area span {
  display: block;
}
.cut_content_area p {
  text-align: center;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .cut_content_area div {
    width: 50%;
  }
  .cut_content_area div img {
    width: 100%;
  }
}

h3.recipe_title {
  text-align: center;
  padding: 60px 0 30px;
  font-size: 2rem;
  font-weight: lighter;
}
@media screen and (max-width: 768px) {
  h3.recipe_title {
    font-size: 1.4rem;
    width: 100%;
  }
}
h3.recipe_title span {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  h3.recipe_title span {
    width: 100%;
  }
}
h3.recipe_title span:before {
  position: absolute;
  left: 0;
  content: "";
  width: 42px;
  height: 40px;
  background-image: url(../../../images/brand/eringi/eringi-icon.png);
  background-repeat: no-repeat;
  background-size: 42px 40px;
}

.accordion {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .accordion {
    padding-bottom: 45px;
  }
}

.switch {
  position: relative;
  height: 60px;
  margin-bottom: 19px;
  background: #e9db9c;
  font-size: 1rem;
  padding-left: 40px;
  line-height: 60px;
}
.switch:before {
  position: absolute;
  content: "";
  top: 43%;
  left: 10px;
  width: 15px;
  height: 20px;
  margin-top: -5px;
  background: url("../../../images/brand/eringi/recipe-before-arrow.png") top left no-repeat;
  background-size: 15px 20px;
  transition: 0.2s;
  transition-delay: 0.2s;
}
@media screen and (min-width: 769px) {
  .switch:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 160px;
    height: 60px;
    background-repeat: no-repeat;
  }
}

.switch.recipe01:after {
  background: url("../../../images/brand/eringi/recipe-after-01.png");
}

.switch.recipe02:after {
  background: url("../../../images/brand/eringi/recipe-after-02.png");
}

.switch.recipe03:after {
  background: url("../../../images/brand/eringi/recipe-after-03.png");
}

.switch.recipe04:after {
  background: url("../../../images/brand/eringi/recipe-after-04.png");
}

.switch.recipe05:after {
  background: url("../../../images/brand/eringi/recipe-after-05.png");
}

.switch.recipe06:after {
  background: url("../../../images/brand/eringi/recipe-after-06.png");
}

.switch.recipe07:after {
  background: url("../../../images/brand/eringi/recipe-after-07.png");
}

.switch.open:before {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contentWrap {
  display: none;
}
.contentWrap span {
  display: block;
  width: 100%;
}
.contentWrap span img {
  max-width: 100%;
}
.contentWrap p.cooking_time {
  padding-top: 6px;
  text-align: right;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contentWrap p.cooking_time {
    text-align: center;
  }
}
.contentWrap p.cooking_time span {
  display: inline;
  color: #940d21;
}
.contentWrap .recipe_img {
  max-width: 327px;
}
@media screen and (max-width: 768px) {
  .contentWrap .recipe_img {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .contentWrap .recipe_img span img {
    display: block;
    margin: 0 auto;
  }
}
.contentWrap .recipe_img .cutting_area ul {
  list-style-type: none;
}
.contentWrap .recipe_img .cutting_area ul li {
  float: left;
  width: 33.333%;
}
.contentWrap .zairyou_area {
  width: 295px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .contentWrap .zairyou_area {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
  }
}
.contentWrap table.zairyou {
  width: 100%;
  font-size: 0.9rem;
}
.contentWrap table.zairyou tr {
  width: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}
.contentWrap table.zairyou tr:first-child {
  border-top: 1px solid #cccccc;
}
.contentWrap table.zairyou tr td:last-child {
  text-align: right;
}
.contentWrap table.souce_area {
  box-sizing: border-box;
  width: 100%;
  font-size: 0.8rem;
  margin-top: 15px;
  border: 1px solid #ccc;
  padding: 0 5px;
  border-collapse: collapse;
}
.contentWrap table.souce_area tr {
  box-sizing: border-box;
  width: 100%;
  vertical-align: text-top;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}
.contentWrap table.souce_area tr:last-child {
  border-bottom: none;
}
.contentWrap table.souce_area tr td {
  padding: 10px 5px;
}
.contentWrap table.souce_area tr td:nth-child(3) {
  text-align: right;
}
.contentWrap table.souce_area tr td:last-child {
  text-align: right;
}
.contentWrap .cooking_step {
  position: relative;
  width: 295px;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .contentWrap .cooking_step {
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
  }
}
.contentWrap .cooking_step table {
  width: 100%;
}
.contentWrap .cooking_step table tr {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.contentWrap .cooking_step table tr td {
  vertical-align: text-top;
}
.contentWrap .cooking_step table tr td:first-child {
  width: 3%;
}
@media screen and (max-width: 768px) {
  .contentWrap div {
    width: 100%;
  }
}

.flex {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .flex {
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
  }
}

p.print_out a {
  position: relative;
  float: right;
  width: 100px;
  font-size: 1rem;
  padding: 10px 20px;
  background-color: #d99b2f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
}
p.print_out a:hover {
  background: #ebb453;
}
@media screen and (max-width: 768px) {
  p.print_out {
    display: none;
  }
}
p.print_out a:before {
  position: absolute;
  content: "";
  top: 43%;
  left: 10px;
  width: 10px;
  height: 15px;
  margin-top: -5px;
  background: url("../../../images/brand/eringi/recipe-before-arrow.png") top left no-repeat;
  background-size: 10px 15px;
}

.print-off {
  display: none;
}

.square_icon {
  font-size: 1rem;
  color: #940d21;
  padding-bottom: 10px;
}
.square_icon:before {
  content: "■";
}

.banners {
  padding: 85px 0 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

@media screen and (max-width: 768px) {
  .banners {
    padding: 20px 0 0;
  }
}

.banners a {
  width: 90%;
  max-width: 969px;
}
