.mainVisual {
  background: url(/brand/nabe/img/updates/top_main_bg_pc.jpg) no-repeat top center;
}
@media only screen and (max-width: 750px) {
  .mainVisual {
    background: url(/brand/nabe/img/updates/top_main_bg_sp.jpg) no-repeat top center;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 750px) {
  .mainVisual.topMV h1 {
    padding: 10.5% 2.6% 0;
  }
}
@media only screen and (max-width: 750px) {
  .mainVisual.topMV .catch02 {
    padding-bottom: 9%;
  }
}
@media only screen and (max-width: 750px) {
  .mainVisual h1 {
    padding: 10.5vw 0 0 0.4vw;
  }
}

.nav > ul > li {
  background: none;
}
@media print, screen and (min-width: 751px) {
  .nav > ul > li {
    cursor: pointer;
  }
}

@media only screen and (max-width: 750px) {
  .products .bgBox .flL .imghigh.product_item15 {
    height: 161px;
  }
}
@media print, screen and (min-width: 751px) {
  .products .bgBox .flL .imghigh.product_item15 {
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 751px) {
  .products .bgBox .imghigh.product_item06.product_item06__mod {
    height: 177px;
  }
}

@media print, screen and (min-width: 751px) {
  .products .bgBox .flL .imghigh__mod {
    height: 170px;
  }
}
@media only screen and (max-width: 750px) {
  .products .bgBox .flL .imghigh__mod img {
    width: 70% !important;
  }
}

.pageBottom .foot.bnr02 .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recipeLink .inner .recipeBox div div a {
  position: static;
  padding-top: 30px;
}
@media only screen and (max-width: 750px) {
  .recipeLink .inner .recipeBox div div a {
    padding-top: 0;
  }
}

.recipeLink .inner .recipeBox div h3 {
  margin-top: 0;
}

.recipeLink .parallaxImg .img01 {
  top: 1700px;
}

.recipeLink .parallaxImg .img02 {
  top: 2200px;
}

.recipeLink .parallaxImg .img03 {
  top: 2700px;
}

.recipeLink .parallaxImg .img04 {
  top: 3200px;
}

.recipeLink .parallaxImg .img15 {
  top: 360px;
}

.recipeLink .parallaxImg .img17 {
  right: calc(50% - 680px);
}

.komichiSec .list {
  justify-content: flex-start;
}

.products .bgBox .flL .imghigh {
  display: flex;
  align-items: center;
  justify-content: center;
}

.products .bgBox .flL .imghigh.imghigh__02 img {
  width: 82%;
}

@media only screen and (max-width: 750px) {
  .linkArea a:nth-of-type(3) {
    margin-top: 4.5% !important;
  }
}

@media only screen and (max-width: 1280px) {
  .tablet .topMV.mainVisual {
    background: url(../../img/updates/top_main_bg_tab.jpg) no-repeat top center;
  }
}
@media only screen and (max-width: 1280px) {
  .tablet .mainVisual {
    background: url(../../img/updates/cont_main_bg_tab.jpg) no-repeat top center;
  }
}
.dropMenu li {
  position: relative;
}
.dropMenu li .drop {
  display: none;
  position: absolute;
  top: 75px;
  left: -20px;
  background: url(../../img/updates/f_top.png) no-repeat top 12px center, url(../../img/updates/f_btm.png) no-repeat bottom center;
  padding: 30px 0 18px;
  z-index: 10;
  width: 410px;
}
@media only screen and (max-width: 750px) {
  .dropMenu li .drop {
    position: static;
    background: #fff;
    padding: 3vw 0 0;
    width: 100%;
  }
}
.dropMenu li .drop li {
  background: url(../../img/updates/f_mid.png) repeat-y top 18px center;
  padding: 5px 30px 5px;
}
@media only screen and (max-width: 750px) {
  .dropMenu li .drop li {
    padding: 0 3vw;
  }
}
.dropMenu li .drop li:first-child {
  padding-top: 15px;
}
@media only screen and (max-width: 750px) {
  .dropMenu li .drop li:first-child {
    padding-top: 0;
  }
}
.dropMenu li .drop li:last-child {
  padding-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .dropMenu li .drop li:last-child {
    padding-bottom: 0;
  }
}

.nav > ul .drop {
  top: 22px;
  left: -80px;
}
.nav > ul .drop__02 {
  left: -65px;
}
.nav > ul .drop__03 {
  left: -95px;
}
.nav > ul .drop li a {
  cursor: pointer;
}
.nav > ul .drop li.cur a {
  pointer-events: none;
  opacity: 0.5;
}

.recipeLink ul.flex {
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto 50px;
  padding-top: 60px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .recipeLink ul.flex {
    display: block;
    width: 100%;
    padding: 6vw 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  .recipeLink ul.flex > li {
    margin-bottom: 3vw;
  }
}

.point .bgBox p {
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  .point .bgBox p {
    font-size: 13px;
    line-height: 1.5;
  }
}

.mov {
  position: relative;
  background: url(../../img/updates/top_mov_bg.png);
  padding: 20px 0 80px;
  border-top: solid 5px #ffed57;
}
@media only screen and (max-width: 750px) {
  .mov {
    padding: 6.667vw 0 9.333vw;
    border-top: solid 2px #ffed57;
  }
}
.mov .inner {
  padding: 0 0 40px;
}
@media only screen and (max-width: 750px) {
  .mov .inner {
    box-sizing: border-box;
    width: auto;
    padding: 3% 2.6%;
    margin: 3% 2.6%;
    border-radius: 5px;
  }
}
.mov .inner ul {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px 0;
}
@media only screen and (max-width: 750px) {
  .mov .inner ul {
    display: block;
    padding: 4vw 5.867vw 0;
  }
}
@media only screen and (max-width: 750px) {
  .mov .inner ul li {
    margin-bottom: 7.733vw;
  }
}
.mov .inner ul li a {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 751px) {
  .mov .inner ul li a:hover:after {
    transition: transform ease 0.4s;
    transform: scale(1.08);
  }
}
.mov .inner ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 33px);
  left: calc(50% - 33px);
  width: 67px;
  height: 67px;
  background: url(../../img/updates/icon_play.png) no-repeat;
  background-size: contain;
  transition: transform ease 0.4s;
}
@media only screen and (max-width: 750px) {
  .mov .inner ul li a:after {
    width: 20vw;
    height: 20vw;
    top: calc(50% - 10vw);
    left: calc(50% - 10vw);
  }
}

.modaal-video-wrap {
  max-width: 900px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

.modaal-close {
  position: absolute;
  right: 0;
  top: -60px;
}
@media only screen and (max-width: 750px) {
  .modaal-close {
    right: -2vw;
    top: -15vw;
  }
}