@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=RocknRoll+One&family=Kosugi+Maru&display=swap");
html {
  position: relative;
}

html.popup-back {
  position: fixed;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Yu Gothic", 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.m-h1-cover {
  background: url(/common/images/bg_h1_cover_jagamash_v3.png) center center no-repeat;
  background-size: cover;
  text-align: center;
}

.m-h1-cover .m-h1-cover__inner {
  align-items: flex-start;
  justify-content: flex-start;
  display: block;
  /*  margin: 0 auto;*/
}

.m-h1-cover .m-h1-cover__inner .e-h1--hdg {
  margin: 142px 0 42px;
  text-align: center;
  display: block;
}

.m-h1-cover .m-h1-cover__inner p {
  margin: 0;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 2px 40px;
}

.e-bg-jagamash {
  background: url(/common/images/bg_img_jagamash.jpg) center 40px no-repeat;
  text-align: center;
  padding: 105px 0 120px;
}

.e-bg-jagamash h2 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .m-h1-cover .m-h1-cover__inner {
    align-items: center;
    justify-content: center;
    display: flex;
    /*    margin: 0 auto;*/
  }
  .m-h1-cover .m-h1-cover__inner .e-h1--hdg {
    margin: 0 0 22px;
  }
  .m-h1-cover .m-h1-cover__inner p {
    padding: 2px 20px;
  }
  .e-bg-jagamash {
    background: url(/common/images/bg_img_jagamash_sp.jpg) center center no-repeat;
    text-align: center;
    background-size: cover;
    padding: 42px 20px;
  }
  .e-bg-jagamash h2 {
    margin-bottom: 15px;
    letter-spacing: 0.39em;
  }
}

.e-bg-jagamash-sub01 {
  background: url(/common/images/bg_img_jagamash_03.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  height: 564px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .e-bg-jagamash-sub01 {
    background: none;
    height: auto;
  }
}

.e-bg-jagamash-sub01 .e-txt-notes {
  color: #fff;
  /*font-size: 13px;*/
  position: absolute;
  bottom: 10px;
  right: 12%;
}

/*swiper-wrapper*/
.swiper__content {
  width: 890px;
  margin: 0 auto;
  padding: 67px 0 100px;
}

.swiper__content .swiper-wrapper {
  justify-content: center;
}
.swiper__content .swiper-slide {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.swiper__content .swiper-slide img {
  flex-shrink: 0;
}

.swiper__content .swiper-slide .image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}


.swiper__content .swiper-slide h5, .swiper__content .swiper-slide p {
  width: 225px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .swiper__content {
    width: auto;
    padding: 0 20px;
  }
  .swiper__content .swiper-slide .image {
    height: 290px;
  }
  .swiper__content .swiper-slide h5, .swiper__content .swiper-slide p {
    text-align: center;
  }
}

/*商品紹介*/
.m-article {
  width: 1080px;
  margin: 0 auto;
}

.m-article__imgl {
  padding: 117px 0;
}

.m-article__imgr {
  padding: 170px 0 100px;
}

.m-article .m-article__img {
  width: auto;
}

.m-article .m-article__txt {
  width: 320px;
  margin-right: 0;
}

.m-article .m-article__txt h3 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-article {
    flex-wrap: wrap;
    width: 100%;
  }
  .m-article__imgl {
    padding: 40px 0;
  }
  .m-article .m-article__img {
    margin: 0 -20px;
  }
  .m-article .m-article__txt {
    width: auto;
    margin-right: auto;
  }
  .m-article .m-article__txt h3 {
    margin-bottom: 15px;
  }
  .m-article__imgl {
    padding: 0px 0 25px;
  }
  .m-article__imgr {
    padding: 0 0 25px;
  }
}

/*商品情報*/
.m-product-info {
  width: 940px;
  margin: 0 auto;
  padding: 75px 0 140px;
}

.e-table-under {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .m-product-info {
    padding: 0 20px;
    margin: 20px 0 60px;
    width: auto;
  }
  .e-table {
    width: 50%;
    /*display: inline-block;*/
    float: left;
    margin: 0;
    border-right: solid 1px #666666;
  }
  .e-table-under {
    border-top: solid 1px #666666;
    border-right: none;
  }
  .e-table th {
    height: 35px;
  }
}

.e-h5 {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .e-h5 {
    margin-bottom: 10px;
  }
}

.e-product-guidance {
  width: 940px;
  margin: 0;
  padding: 18px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #666;
  border: 1px solid #666;
}

@media screen and (max-width: 767px) {
  .e-product-guidance {
    width: auto;
    margin: 0;
    padding: 12px;
    font-size: 16px;
    letter-spacing: 0.25em;
    line-height: 1.9;
  }
}

.tabs {
  margin-top: 50px;
  padding-bottom: 20px;
  background-color: #fff;
  /*width: 940px;*/
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%);
  height: 44px;
  background-color: #f2f2f2;
  line-height: 44px;
  font-size: 14px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 2%;
  border-radius: 6px 6px 0 0;
}

.tab_item02 {
  margin-right: 0px;
}

.tab_item span {
  color: #e29916;
  font-size: 10px;
  padding-right: 5px;
  vertical-align: middle;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  padding: 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #fff0d9;
  color: #333333;
}

/*成分表見出し*/
.m-product-component__ttl {
  display: inline-block;
  width: 33%;
  text-align: center;
  vertical-align: top;
  color: #e29916;
  font-size: 16px;
  margin: 0 0 18px;
}

/*商品名見出し*/
.tabs .m-product__ttl {
  background: #fff0d9;
  width: 100%;
  border-radius: 6px;
  padding: 10px 20px 10px 30px;
  margin: 0 0 20px;
  position: relative;
}

.tabs .m-product__ttl:before {
  content: "●";
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  font-size: 6px;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  color: #e29916;
  transform: translateY(-50%);
}

.tab_content_description {
  margin: 0 0 40px;
}

.tab_content .m-product-info__item {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  height: 220px;
  border-right: 1px solid #e29916;
  padding: 0 40px;
  /*font-size: 13px;*/
  color: #666;
  font-family: "Yu Gothic", 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.tab_content .m-product-info__item:first-child {
  padding: 0 40px 0 10px;
}

.tab_content .m-product-info__item:last-child {
  padding: 0 0 0 40px;
  border-right: none;
}

.tab_content .m-product-component {
  width: 100%;
}

.tab_content .m-product-component th {
  text-align: left;
  font-weight: normal;
  width: 85px;
  padding: 3px 0;
}

.tab_content .m-product-component td {
  text-align: right;
  background-image: linear-gradient(to right, #033333, #033333 1px, transparent 1px, transparent 2px);
  background-size: 3px 1px;
  background-position: 0 50%;
  background-repeat: repeat-x;
  clear: both;
}

.tab_content .m-product-component td span {
  background: #fff;
  padding-left: 15px;
}

#movie {
  width: 61vw;
  min-width:560px;
  max-width: 1120px;
  height:34.3vw;
  margin-top: -24px;
  padding-top: 24px;
  min-height: 315px;
  max-height: 630px;
  margin-right: auto;
  margin-left: auto;
}
#movie iframe {
  width: 100%;
  height: 100%;
}
#movie-hline {
  text-align: center;
  font-size: 28px;
  margin-top: 24px;
  color: #b33522;
  margin-bottom: 24px;
  width: 76%;
  margin-right: auto;
  margin-left: auto;
}
#movie-desc {
  margin-bottom: 40px;
  width: 76%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #movie {
    width: 88vw;
    min-width: 282px;
    height: 49.3vw;
    min-height: 158px;
    margin-top: 0;
    padding-top: 0;
  }
  #movie-hline {
    font-size: 20px;
    margin-bottom: 20px;
    width: 88%;
  }
  #movie-desc {
   margin-top: 16px;
   margin-bottom: 32px;
   width: 88%;
  }
}
.movie-caption {
  text-align: center;
  margin: 20px 0 60px;
}

.jaga-recipe-item {
  margin-top: -100px;
  padding-top: 550px;
}

.jaga-recipe-item > .wrapper {
  background: url(/common/images/poteto-bg.png);
  padding-bottom: 150px;
  position: relative;
}

.jaga-recipe-item .jaga-recipe-top {
  position: absolute;
  top: -550px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  transition: 1s;
}

.jaga-recipe-item .jaga-recipe-top.hidden {
  top: 0;
}

.jaga-recipe-item .jaga-recipe-top.hidden .img2, .jaga-recipe-item .jaga-recipe-top.hidden .img3, .jaga-recipe-item .jaga-recipe-top.hidden .img4 {
  opacity: 0;
}

.jaga-recipe-item .title-area {
  position: relative;
}

.jaga-recipe-item .title-area .img1 {
  display: table;
  margin: 0 auto;
  width: 754px;
}

.jaga-recipe-item .title-area .img2 {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 293px;
  transition: 1s 1s;
}

.jaga-recipe-item .title-area .img3 {
  position: absolute;
  top: 240px;
  left: -80px;
  width: 208px;
  transition: 1s 1.5s;
}

.jaga-recipe-item .title-area .img4 {
  position: absolute;
  top: 250px;
  right: -80px;
  width: 208px;
  transition: 1s 1.5s;
}

.jaga-recipe-item .potate-footer {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 923px;
}

.jaga-recipe-item .potate-footer .img5 {
  width: 326px;
}

.jaga-recipe-item .potate-footer p {
  font-family: 'Kosugi Maru', sans-serif;
  width: 570px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  height: 107px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #926B00;
}

.jaga-recipe-item .recipe-items-title {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 45px 0px 45px;
}

.jaga-recipe-item .recipe-items-title .in {
  padding: 20px;
  border-radius: 10px;
}

.jaga-recipe-item .recipe-items-title .in .blo {
  display: table;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.jaga-recipe-item .recipe-items-title .in .blo h2 img {
  height: 77px;
  width: auto;
}

.jaga-recipe-item .recipe-items-title .in .blo p {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #926b00;
  display: table;
  margin: 20px auto 0;
}

.jaga-recipe-item .recipe-items-title .in .blo p span {
  padding-bottom: 9px;
  background: linear-gradient(transparent 95%, #926b00 95%);
}

.jaga-recipe-item .recipe-items-title .img-flex .flex-img1 {
  position: absolute;
  right: calc(100% + 10px);
  bottom: -10px;
  width: 147px;
}

.jaga-recipe-item .recipe-items-title .img-flex .flex-img2 {
  position: absolute;
  left: calc(100% + 10px);
  bottom: 20px;
  width: 125px;
}

.jaga-recipe-item .recipe-items1 .recipe-items-title .in {
  background: #ffffff;
}

.jaga-recipe-item .recipe-items1 .recipe-items-title,
.jaga-recipe-item .recipe-items1 .recipe-items-main {
  background: rgba(255, 255, 255, 0.8);
}

.jaga-recipe-item .recipe-items2 .recipe-items-title .in {
  background: #fadc6f;
}

.jaga-recipe-item .recipe-items2 .recipe-items-title,
.jaga-recipe-item .recipe-items2 .recipe-items-main {
  background: rgba(255, 240, 150, 0.8);
}

.jaga-recipe-item .recipe-items-main .in {
  display: table;
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}

.jaga-recipe-item .blo-item {
  display: flex;
  margin-top: 130px;
  position: relative;
  flex-wrap: wrap;
}

.jaga-recipe-item .blo-item .set-img1 {
  position: absolute;
  top: -70px;
  left: 35px;
  width: 175px;
  transition: .15s ease-in .5s;
}

.jaga-recipe-item .blo-item .set-img1.hidden {
  top: 0;
}

.jaga-recipe-item .blo-item .set-img2 {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 90px;
}

.jaga-recipe-item .blo-item .set-img3 {
  position: absolute;
  top: -70px;
  right: 35px;
  width: 198px;
  transition: .15s ease-in .5s;
}

.jaga-recipe-item .blo-item .set-img3.hidden {
  top: 0;
}

.jaga-recipe-item .blo-item .img {
  position: relative;
  width: 473px;
  z-index: 2;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.jaga-recipe-item .blo-item .img img {
  margin: -1px -1px 0 -1px;
  max-width: 101%;
  width: 101%;
}

.jaga-recipe-item .blo-item.item1 .img {
  background: #e6a63b;
}

.jaga-recipe-item .blo-item.item2 .img {
  background: #56a3e2;
}

.jaga-recipe-item .blo-item.item3 .img {
  background: #2e5692;
}

.jaga-recipe-item .blo-item.item4 .img {
  background: #e29567;
}

.jaga-recipe-item .blo-item.item5 .img {
  background: #0071bc;
}

.jaga-recipe-item .blo-item.item6 .img {
  background: #f19ec5;
}

.jaga-recipe-item .blo-item.item7 .img {
  background: #d9853e;
}

.jaga-recipe-item .blo-item.item8 .img {
  background: #dc4852;
}

.jaga-recipe-item .blo-item.item9 .img {
  background: #5faa9b;
}

.jaga-recipe-item .blo-item.item10 .img {
  background: #e29567;
}

.jaga-recipe-item .blo-item.item11 .img {
  background: #f19eaf;
}

.jaga-recipe-item .blo-item .img .title {
  text-align: center;
  padding: 40px 0;
}

.img11-area {
  display: block;
  margin: 30px auto 0;
}

.jaga-recipe-item .blo-item .main {
  background: #fef6d6;
  color: #926b00;
  padding: 20px 30px;
  width: calc(100% - 473px);
  position: relative;
  z-index: 3;
  background: #fef6d6;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.jaga-recipe-item .main .material-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #926b00;
  padding-bottom: 35px;
  position: relative;
}

.jaga-recipe-item .blo-item .main .marterials {
  margin-bottom: 10px;
}

.jaga-recipe-item .blo-item .main h3 {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
}

.jaga-recipe-item .blo-item .main a {
  display: none;
}

.jaga-recipe-item .blo-item .main p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.jaga-recipe-item .blo-item .main .material-items p {
  min-width: 50%;
}

.jaga-recipe-item .blo-item.item5 .main .material-items p {
  min-width: 33%;
}

.jaga-recipe-item .blo-item .main .procedure-items li {
  position: relative;
  padding-left: 30px;
}

.jaga-recipe-item .blo-item .main .procedure-items li:not(:last-child) {
  margin-bottom: 15px;
}

.jaga-recipe-item .blo-item .main .procedure-items li:nth-child(1):before {
  content: '①';
}

.jaga-recipe-item .blo-item .main .procedure-items li:nth-child(2):before {
  content: '②';
}

.jaga-recipe-item .blo-item .main .procedure-items li:nth-child(3):before {
  content: '③';
}

.jaga-recipe-item .blo-item .main .procedure-items li:nth-child(4):before {
  content: '④';
}

.jaga-recipe-item .blo-item .main .procedure-items li:nth-child(5):before {
  content: '⑤';
}

.jaga-recipe-item .blo-item .main .procedure-items li:nth-child(6):before {
  content: '⑥';
}

.jaga-recipe-item .blo-item .main .procedure-items li:nth-child(7):before {
  content: '⑦';
}

.jaga-recipe-item .blo-item .main .procedure-items li:nth-child(8):before {
  content: '⑧';
}

.jaga-recipe-item .blo-item .main .procedure-items li:nth-child(9):before {
  content: '⑨';
}

.jaga-recipe-item .blo-item .main .procedure-items li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  line-height: 1.4;
}

.jaga-recipe-item .blo-item .main .btm {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  background: #ffffff;
  padding: 10px;
  margin-top: 15px;
  border-radius: 6px;
}

.jaga-recipe-item .recipe-items-main .blo-link-area {
  margin: 50px auto 100px;
  display: flex;
  gap: 62px 65px;
  flex-wrap: wrap;
  justify-content: center;
}

.jaga-recipe-item .recipe-items-main .blo-link-area.with2column {
  max-width: 625px;
}

@keyframes yurayura {
  0%, 100% {
    transform: translate(0, -5%);
  }
  50% {
    transform: translate(0, 5%);
  }
}

.jaga-recipe-item .recipe-items-main .blo-link-area a {
  width: 280px;
  transform-origin: center center;
  animation: yurayura 6s linear infinite;
}

.jaga-recipe-item .recipe-items-main .blo-link-area a:nth-child(2) {
  animation-delay: .5s;
}

.jaga-recipe-item .recipe-items-main .blo-link-area a:nth-child(3) {
  animation-delay: 1.5s;
}

.jaga-recipe-item .recipe-items-main .blo-link-area a:nth-child(4) {
  animation-delay: 2s;
}

.jaga-recipe-item .recipe-items {
  padding-top: 130px;
  position: relative;
}

.jaga-recipe-item .recipe-items .set-img5 {
  position: absolute;
  right: 100px;
  bottom: -20px;
  width: 193px;
}

.jaga-recipe-item .recipe-items2 .recipe-items-main .blo-link-area {
  justify-content: space-between;
}

.jaga-recipe-item .bar-img {
  display: block;
  margin: 0 auto 100px;
}

.happy-mashs-item {
  background: #fce687;
  padding: 130px 0;
}

.happy-mashs-item .in {
  margin: 0 auto;
  max-width: 1300px;
  width: 90%;
}

.happy-mashs-item .txt-area {
  background: #eac800;
  text-align: center;
  position: relative;
  margin-top: -100px;
  padding-bottom: 40px;
  z-index: 100;
}

.happy-mashs-item .txt-area h3 {
  font-family: 'RocknRoll One', sans-serif;
  color: #926b00;
  font-size: 30px;
  margin-bottom: 15px;
}

.happy-mashs-item .txt-area p {
  font-family: 'Kosugi Maru', sans-serif;
  color: #926b00;
  font-size: 16px;
  font-weight: 500;
}

header.c-unit {
  position: relative;
}

header.c-unit .page-link-recipe {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 220px;
  transition: .2s linear;
}

header.c-unit .page-link-recipe.hidden {
  opacity: 0;
  pointer-events: none;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 90%;
}

.modal__content .close-btn {
  position: absolute;
  right: -28px;
  top: -28px;
  background: #ffffff;
  z-index: 10;
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  cursor: pointer;
  background-image: url(/common/images/recipe_close.svg);
  background-size: 19px 19px;
  background-position: center;
  background-repeat: no-repeat;
}

.jaga-recipe-item .modal__content .blo-item {
  margin-top: 0;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .tabs {
    width: auto;
    padding: 0 -20px;
  }
  .tab_content {
    background: #fff0d9;
    padding: 0 20px 0;
    margin: 0 -20px;
    clear: both;
    overflow: hidden;
    display: none;
  }
  .tab_content_description {
    margin: 0 0 25px;
  }
  .tab_content .m-product-info__item {
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #e29916;
    padding: 25px 0;
    font-size: 10px;
    color: #666;
    clear: both;
    overflow: hidden;
  }
  .tab_content .m-product-info__item:first-child {
    padding: 25px 0;
  }
  .tab_content .m-product-info__item:last-child {
    padding: 25px 0 0;
    border-bottom: none;
  }
  .tab_content .m-product-info__item h4 {
    color: #e29916;
    font-size: 13px;
    margin: 0 0 8px;
    text-align: center;
  }
  .tab_content .m-product-component {
    width: 45%;
    float: left;
  }
  .tab_content .m-product-component + .m-product-component {
    float: right;
  }
  .tab_content .m-product-component th {
    text-align: left;
    font-weight: normal;
    width: 85px;
    padding: 3px 0;
  }
  .tab_content .m-product-component td {
    text-align: right;
    background-image: linear-gradient(to right, #033333, #033333 1px, transparent 1px, transparent 2px);
    background-size: 3px 1px;
    background-position: 0 50%;
    background-repeat: repeat-x;
    clear: both;
  }
  .tab_content .m-product-component td span {
    background: #fff0d9;
    padding-left: 15px;
  }
  header.c-unit .page-link-recipe {
    position: fixed;
    right: 10px;
    bottom: 15px;
    width: 150px;
    z-index: 900;
  }
  .jaga-recipe-item {
    padding-top: 450px;
  }
  .jaga-recipe-item .jaga-recipe-top {
    top: -400px;
    width: 150%;
  }
  .jaga-recipe-item .title-area .img2 {
    top: 90px;
    width: 35%;
  }
  .jaga-recipe-item .title-area .img3 {
    top: 250px;
    left: 80px;
    width: 100px;
  }
  .jaga-recipe-item .title-area .img4 {
    top: 255px;
    right: 80px;
    width: 100px;
  }
  .jaga-recipe-item .potate-footer {
    position: static;
    transform: unset;
    margin: 0px auto;
    padding-top: 34px;
    flex-direction: column;
    width: 90%;
  }
  .jaga-recipe-item .potate-footer .img5 {
    width: 276px;
  }
  .jaga-recipe-item .potate-footer p {
    margin-top: 12px;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    height: 132px;
  }
  .jaga-recipe-item .recipe-items {
    padding-top: 50px;
  }
  .jaga-recipe-item .recipe-items-title {
    padding: 50px 0;
  }
  .jaga-recipe-item .recipe-items-title .in {
    width: 90%;
    margin: 0 auto;
  }
  .jaga-recipe-item .recipe-items-title .in .blo h2 img {
    height: 52px;
    width: auto;
  }
  .jaga-recipe-item .blo-item .img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .jaga-recipe-item .img-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .jaga-recipe-item .recipe-items-title .img-flex .flex-img1,
  .jaga-recipe-item .recipe-items-title .img-flex .flex-img2 {
    position: static;
  }
  .jaga-recipe-item .blo-item {
    margin-top: 50px;
  }
  .jaga-recipe-item .blo-item .img .title {
    padding: 40px 30px;
  }
  .jaga-recipe-item .blo-item .main {
    padding: 20px 15px 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .jaga-recipe-item .blo-item .main .marterials {
    border-bottom: 1px solid #926B00;
    margin-bottom: 10px;
  }
  .jaga-recipe-item .blo-item .main .head {
    display: grid;
    grid-auto-columns: 100%;
  }
  .jaga-recipe-item .blo-item .main .head > * {
    grid-area: 1/-1;
  }
  .jaga-recipe-item .blo-item .main h3 {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .jaga-recipe-item .blo-item .main a {
    display: block;
    position: relative;
  }
  .jaga-recipe-item .blo-item .main a[data-opened=true] span {
    background-size: 0, contain;
  }
  .jaga-recipe-item .blo-item .main a span {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    background-image: url(/common/images/slide-down.svg), url(/common/images/slide-up.svg);
    background-size: contain, 0;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .jaga-recipe-item .blo-item .main p {
    font-size: 14px;
    line-height: 1.8;
  }
  .jaga-recipe-item .blo-item .main .options {
    display: none;
    padding-bottom: 20px;
  }
  .jaga-recipe-item .blo-item .main .material-items {
    border-bottom: none;
    padding-bottom: 65px;
  }
  .jaga-recipe-item .blo-item .main .procedure-items li:before {
    font-size: 14px;
    line-height: 1.8;
  }
  .jaga-recipe-item .blo-item .set-img1 {
    top: -40px;
    left: 20px;
    width: 100px;
  }
  .jaga-recipe-item .blo-item .set-img3 {
    top: -40px;
    right: 20px;
    width: 100px;
  }
  .jaga-recipe-item .recipe-items-main .blo-link-area {
    margin: 50px auto 50px;
  }
  .jaga-recipe-item .recipe-items-main .blo-link-area a:nth-child(odd) {
    margin-right: 0;
  }
  .jaga-recipe-item .recipe-items .set-img5 {
    right: 25px;
    bottom: -40px;
    width: 100px;
  }
  .jaga-recipe-item .recipe-items2 .recipe-items-main .blo-link-area {
    justify-content: center;
  }
  .jaga-recipe-item .bar-img {
    margin: 0 auto 50px;
  }
  .jaga-recipe-item {
    padding-bottom: 50px;
  }
  .happy-mashs-item {
    padding: 50px 0;
  }
  .happy-mashs-item .txt-area {
    margin-top: -10px;
    padding: 0 20px 30px;
  }
  .happy-mashs-item .txt-area h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .happy-mashs-item .txt-area p {
    font-size: 14px;
  }
  .jaga-recipe-item .modal__content {
    height: 90%;
  }
  .jaga-recipe-item .modal__content .close-btn {
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background-size: 10px 10px;
  }
  .jaga-recipe-item .modal__content .blo-item {
    height: 100%;
    overflow: auto;
  }
  .jaga-recipe-item .modal__content .blo-item .main {
    padding-bottom: 20px;
  }
}

.t-product .e-btn__txt {
  padding: 0 14px;
}

/*# sourceMappingURL=page.css.map */

/*# sourceMappingURL=page.css.map */
