@charset "UTF-8";
html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1, h2, h3, div, p, ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
}

a:hover img {
  filter: brightness(1.2);
  opacity: 0.9;
}

.pcOnly {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pcOnly {
    display: inline;
  }
}

.spOnly {
  display: inline;
}
@media only screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}

@media only screen and (min-width: 420px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/******* キービジュアル *******/
.keyvisual {
  width: 100%;
  overflow-x: hidden;
  background-image: url("../img/kv_bg_sp.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 10rem;
}
@media only screen and (min-width: 769px) {
  .keyvisual {
    background-image: url("../img/kv_bg_tb.jpg");
    padding-bottom: 8.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .keyvisual {
    background-image: url("../img/kv_bg_pc.jpg");
  }
}

.keyvisual__inner {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .keyvisual__inner {
    width: 120rem;
    margin: 0 auto;
  }
}

.keyvisual__logo {
  position: absolute;
  top: 3.3rem;
  left: 3rem;
  width: 9.2rem;
}
@media only screen and (min-width: 769px) {
  .keyvisual__logo {
    top: 2rem;
    left: 9.6rem;
    width: 8rem;
  }
}

.keyvisual__visual {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .keyvisual__visual {
    width: 120rem;
  }
}

.keyvisual__title {
  position: absolute;
  top: 44.2rem;
  left: 12.7rem;
  width: 49.5rem;
}
@media only screen and (min-width: 769px) {
  .keyvisual__title {
    top: 26rem;
    left: 22.4rem;
    width: 75.4rem;
  }
}

.keyvisual__lead {
  margin: 10.8rem auto 0;
  width: 65rem;
}
@media only screen and (min-width: 769px) {
  .keyvisual__lead {
    margin: 1.3rem auto 0;
    width: 100rem;
  }
}

/******* ZUBAAAN!公式 オススメ二刀流 *******/
.recommend {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

.recommend__inner {
  position: relative;
  width: 100%;
  padding: 8rem 0 5.8rem;
}
@media only screen and (min-width: 769px) {
  .recommend__inner {
    width: 120rem;
    margin: 0 auto;
    padding: 6.6rem 0 5.6rem;
  }
}

.recommend__title {
  width: 43.4rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .recommend__title {
    width: 54rem;
  }
}

/******* レシピ *******/
.recipe {
  width: 100%;
  overflow-x: hidden;
}

.recipe__block {
  position: relative;
  padding-bottom: 10rem;
}
@media only screen and (min-width: 769px) {
  .recipe__block {
    padding-bottom: 12rem;
  }
}
.recipe__block .recipe__mv {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .recipe__block .recipe__mv {
    width: 120rem;
    margin: 0 auto;
  }
}
.recipe__block .recipe__cont {
  position: relative;
  width: 65rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1rem;
  padding-bottom: 3.3rem;
}
@media only screen and (min-width: 769px) {
  .recipe__block .recipe__cont {
    width: 100rem;
    border-radius: 2rem;
    padding-bottom: 2rem;
  }
}
.recipe__block .recipe__cont div {
  width: 60rem;
  margin: 4.5rem auto 0;
}
@media only screen and (min-width: 769px) {
  .recipe__block .recipe__cont div {
    width: 94rem;
    margin: 4.2rem auto 0;
  }
}
.recipe__block .recipe__cont div:nth-child(2) {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .recipe__block .recipe__cont div:nth-child(2) {
    margin: 1rem auto 0;
  }
}
.recipe__block.tonkotsu {
  background-image: url("../img/tonkotsu_bg_sp.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .recipe__block.tonkotsu {
    background-image: url("../img/tonkotsu_bg_tb.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .recipe__block.tonkotsu {
    background-image: url("../img/tonkotsu_bg_pc.jpg");
    background-size: auto;
  }
}
@media only screen and (min-width: 3000px) {
  .recipe__block.tonkotsu {
    background-size: cover;
  }
}
.recipe__block.tonkotsu .recipe__ph01 {
  position: absolute;
  top: 9.9rem;
  left: 0;
  width: 37.5rem;
}
@media only screen and (min-width: 769px) {
  .recipe__block.tonkotsu .recipe__ph01 {
    top: 24.8rem;
    left: -2.4rem;
    width: 52.7rem;
  }
}
.recipe__block.tonkotsu .recipe__ph02 {
  position: absolute;
  top: 9.9rem;
  right: 0;
  width: 37.5rem;
}
@media only screen and (min-width: 769px) {
  .recipe__block.tonkotsu .recipe__ph02 {
    top: 18.1rem;
    right: -4.3rem;
    width: 55.3rem;
  }
}
.recipe__block.tonkotsu .recipe__visual {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .recipe__block.tonkotsu .recipe__visual {
    width: 120rem;
    margin: 0 auto;
  }
}
.recipe__block.tonkotsu .recipe__title {
  margin: 0 -1.9rem 0 0;
  width: 66.9rem;
  transform: translateY(-2.5rem);
}
@media only screen and (min-width: 769px) {
  .recipe__block.tonkotsu .recipe__title {
    margin: 0 auto;
    width: 100rem;
    transform: translateY(-2.5rem);
  }
}
.recipe__block.tonkotsu .recipe__text01,
.recipe__block.tonkotsu .recipe__text02,
.recipe__block.tonkotsu .recipe__text03 {
  transform: translateY(-2.5rem);
}
@media only screen and (min-width: 769px) {
  .recipe__block.tonkotsu .recipe__text01,
  .recipe__block.tonkotsu .recipe__text02,
  .recipe__block.tonkotsu .recipe__text03 {
    transform: translateY(-2.5rem);
  }
}
.recipe__block.hakata {
  background-image: url("../img/hakata_bg_sp.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .recipe__block.hakata {
    background-image: url("../img/hakata_bg_tb.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .recipe__block.hakata {
    background-image: url("../img/hakata_bg_pc.jpg");
    background-size: auto;
  }
}
@media only screen and (min-width: 3000px) {
  .recipe__block.hakata {
    background-size: cover;
  }
}
.recipe__block.hakata .recipe__ph01 {
  position: absolute;
  top: 18.3rem;
  left: 0;
  width: 37.5rem;
}
@media only screen and (min-width: 769px) {
  .recipe__block.hakata .recipe__ph01 {
    top: 24rem;
    left: -3.6rem;
    width: 53.3rem;
  }
}
.recipe__block.hakata .recipe__ph02 {
  position: absolute;
  top: 18.3rem;
  right: 0;
  width: 37.5rem;
}
@media only screen and (min-width: 769px) {
  .recipe__block.hakata .recipe__ph02 {
    top: 24.9rem;
    right: -3.9rem;
    width: 54.6rem;
  }
}
.recipe__block.hakata .recipe__visual {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .recipe__block.hakata .recipe__visual {
    width: 120rem;
    margin: 0 auto;
  }
}
.recipe__block.hakata .recipe__cont {
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .recipe__block.hakata .recipe__cont {
    margin-top: 1rem;
  }
}
.recipe__block.hakata .recipe__title {
  margin: 0 -1.9rem 0 0;
  width: 66.9rem;
  transform: translateY(-2.5rem);
}
@media only screen and (min-width: 769px) {
  .recipe__block.hakata .recipe__title {
    margin: 0 auto;
    width: 100rem;
    transform: translateY(-1.7rem);
  }
}
.recipe__block.hakata .recipe__text01,
.recipe__block.hakata .recipe__text02,
.recipe__block.hakata .recipe__text03,
.recipe__block.hakata .recipe__text04 {
  transform: translateY(-2.5rem);
}
@media only screen and (min-width: 769px) {
  .recipe__block.hakata .recipe__text01,
  .recipe__block.hakata .recipe__text02,
  .recipe__block.hakata .recipe__text03,
  .recipe__block.hakata .recipe__text04 {
    transform: translateY(-2rem);
  }
}
.recipe__block.umakara {
  background-image: url("../img/umakara_bg_sp.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .recipe__block.umakara {
    background-image: url("../img/umakara_bg_tb.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .recipe__block.umakara {
    background-image: url("../img/umakara_bg_pc.jpg");
    background-size: auto;
  }
}
@media only screen and (min-width: 3000px) {
  .recipe__block.umakara {
    background-size: cover;
  }
}
.recipe__block.umakara .recipe__ph01 {
  position: absolute;
  top: 22.3rem;
  left: 0;
  width: 37.5rem;
}
@media only screen and (min-width: 769px) {
  .recipe__block.umakara .recipe__ph01 {
    top: 25.1rem;
    left: -3rem;
    width: 52.8rem;
  }
}
.recipe__block.umakara .recipe__ph02 {
  position: absolute;
  top: 22.3rem;
  right: 0;
  width: 37.5rem;
}
@media only screen and (min-width: 769px) {
  .recipe__block.umakara .recipe__ph02 {
    top: 25.1rem;
    right: -2.8rem;
    width: 53.7rem;
  }
}
.recipe__block.umakara .recipe__visual {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .recipe__block.umakara .recipe__visual {
    width: 120rem;
    margin: 0 auto;
  }
}
.recipe__block.umakara .recipe__cont {
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .recipe__block.umakara .recipe__cont {
    margin-top: 2.7rem;
  }
}
.recipe__block.umakara .recipe__title {
  margin: 0 -0.9rem 0 0;
  width: 66.9rem;
  transform: translateY(-1.9rem);
}
@media only screen and (min-width: 769px) {
  .recipe__block.umakara .recipe__title {
    margin: 0 auto;
    width: 100rem;
    transform: translateY(-2.3rem);
  }
}
.recipe__block.umakara .recipe__text01,
.recipe__block.umakara .recipe__text02,
.recipe__block.umakara .recipe__text03,
.recipe__block.umakara .recipe__text04 {
  transform: translateY(-1.9rem);
}
@media only screen and (min-width: 769px) {
  .recipe__block.umakara .recipe__text01,
  .recipe__block.umakara .recipe__text02,
  .recipe__block.umakara .recipe__text03,
  .recipe__block.umakara .recipe__text04 {
    transform: translateY(-3rem);
  }
}

/******* 全ての商品で二刀流 *******/
.other {
  margin: 2rem auto 0;
  width: 100%;
  overflow-x: hidden;
}
@media only screen and (min-width: 769px) {
  .other {
    margin: 2.9rem auto 0;
  }
}

.other__inner {
  background-image: url("../img/other_bg_sp.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 6.7rem 0 10.9rem;
}
@media only screen and (min-width: 769px) {
  .other__inner {
    background-image: url("../img/other_bg_tb.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .other__inner {
    background-image: url("../img/other_bg_pc.jpg");
    background-size: auto;
  }
}
@media only screen and (min-width: 3000px) {
  .other__inner {
    background-size: cover;
  }
}

.other__title {
  width: 40.7rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .other__title {
    width: 42rem;
  }
}

.other__visual {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .other__visual {
    width: 120rem;
    margin: 3.9rem auto 0;
  }
}

.other__cont {
  position: relative;
  width: 65rem;
  margin: 5.4rem auto 0;
  background-color: #fff;
  border-radius: 1rem;
  padding-bottom: 3.3rem;
}
@media only screen and (min-width: 769px) {
  .other__cont {
    width: 100rem;
    border-radius: 2rem;
    padding-bottom: 2rem;
    margin: 7.8rem auto 0;
  }
}
.other__cont div {
  width: 60rem;
  margin: 4.5rem auto 0;
}
@media only screen and (min-width: 769px) {
  .other__cont div {
    width: 94rem;
    margin: 4.2rem auto 0;
  }
}
.other__cont div:nth-child(2) {
  margin-top: 3.8rem;
}
@media only screen and (min-width: 769px) {
  .other__cont div:nth-child(2) {
    margin: 0.5rem auto 0;
  }
}
.other__cont .recipe__title {
  margin: 0 auto;
  width: 65rem;
  transform: translateY(-3rem);
}
@media only screen and (min-width: 769px) {
  .other__cont .recipe__title {
    margin: 0 auto;
    width: 100rem;
    transform: translateY(-1.5rem);
  }
}
.other__cont .recipe__text01,
.other__cont .recipe__text02,
.other__cont .recipe__text03 {
  transform: translateY(-2.5rem);
}
@media only screen and (min-width: 769px) {
  .other__cont .recipe__text01,
  .other__cont .recipe__text02,
  .other__cont .recipe__text03 {
    transform: translateY(-1.5rem);
  }
}

/******* オススメの食べ方 *******/
.tabekata__title {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  padding: 8.4rem 0 9.2rem;
}
@media only screen and (min-width: 769px) {
  .tabekata__title {
    padding: 10.6rem 0 10.4rem;
  }
}

.tabekata__title__inner {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .tabekata__title__inner {
    width: 120rem;
  }
}

.tabekata__title__text {
  width: 46.2rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .tabekata__title__text {
    width: 57.6rem;
  }
}

.tabekata01 {
  width: 100%;
  overflow-x: hidden;
  background-image: url("../img/all_bg_sp.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .tabekata01 {
    background-image: url("../img/all_bg_tb.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .tabekata01 {
    background-image: url("../img/all_bg_pc.jpg");
    background-size: auto;
  }
}
@media only screen and (min-width: 3000px) {
  .tabekata01 {
    background-size: cover;
  }
}

.tabekata01__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .tabekata01__inner {
    width: 120rem;
  }
}

.tabekata01__catch {
  position: absolute;
  bottom: 5.5rem;
  right: 3.5rem;
  width: 47rem;
}
@media only screen and (min-width: 769px) {
  .tabekata01__catch {
    bottom: 4.9rem;
    right: 12.8rem;
    width: 65rem;
  }
}

.tabekata02 {
  width: 100%;
  overflow-x: hidden;
  background-color: #ff0000;
}

.tabekata02__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .tabekata02__inner {
    width: 120rem;
  }
}

.tabekata02__catch {
  position: absolute;
  bottom: 4rem;
  left: 8.1rem;
  width: 61.1rem;
}
@media only screen and (min-width: 769px) {
  .tabekata02__catch {
    bottom: 8.9rem;
    left: inherit;
    right: 4.7rem;
    width: 89.5rem;
  }
}

/******* フッター *******/
.footer {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  padding: 7.6rem 0 8rem;
}
@media only screen and (min-width: 769px) {
  .footer {
    padding: 7.9rem 0 8.6rem;
  }
}

.footer__inner {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .footer__inner {
    width: 120rem;
  }
}

.footer__btn {
  width: 51.4rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .footer__btn {
    width: 51.3rem;
  }
}

/******* アニメーション *******/
.keyvisual__title {
  opacity: 0;
  transform: scale(260%);
  transition: all 0.3s linear;
}
.keyvisual__title.active {
  transform: scale(100%);
  opacity: 1;
}

.popup {
  opacity: 0;
  transform: scale(50%);
  transition: all 0.3s ease-in 0.15s;
}
.popup.active {
  transform: scale(100%);
  opacity: 1;
}

.textIn {
  opacity: 0;
  transform: translate(70%, -90%);
  transition: all 0.3s linear 0.5s;
}
.textIn.active {
  transform: translate(0, 0);
  opacity: 1;
}