/*====================================================
structure
====================================================*/
#side_contents_right, #column_detail .tit_detail, .box_keyword, #sub_module4 {
  display: none;
}

#contents, #wrap_contents {
  max-width: none;
}

#main_contents {
  width: 100%;
  margin: 0;
}

.free_area {
  width: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .free_area {
    font-size: 13px;
    line-height: 1.45;
  }
}
.free_area img {
  width: auto;
  max-width: 100%;
}
.free_area a {
  opacity: 1 !important;
}
.free_area a:hover {
  opacity: 1 !important;
}
.free_area * {
  font-family: "Noto Serif JP", serif;
}

/*====================================================
common
====================================================*/
.n2020_sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
  .n2020_sp_only {
    display: inherit;
  }
  .n2020_pc_only {
    display: none !important;
  }
}
.n2020_font--medium {
  font-weight: 500;
}
.n2020_font--bold {
  font-weight: bold;
}
.n2020_font--red {
  color: #cc2c2f;
}
.n2020_font--orange {
  color: #db5825;
}
.n2020_font--small {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .n2020_font--small {
    font-size: 10px;
  }
}
.n2020_sec {
  position: relative;
  padding: 50px 0 70px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .n2020_sec {
    padding: 20px 0;
  }
}
.n2020_sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.n2020_sec:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.n2020_sec--beige {
  margin: 70px 0 0;
  background: url("/nabe/kimchichigae/img/bg_01.jpg") 50% 0;
}
@media screen and (max-width: 750px) {
  .n2020_sec--beige {
    margin: 5% 0 0;
  }
}
.n2020_sec--beige:before {
  height: 70px;
  background: url("/nabe/kimchichigae/img/bg_01_t.png") repeat-x 50% 0;
}
@media screen and (max-width: 750px) {
  .n2020_sec--beige:before {
    height: auto;
    padding-top: 5%;
    background-size: 120% auto;
  }
}
.n2020_sec--beige:after {
  height: 52px;
  background: url("/nabe/kimchichigae/img/bg_01_b.png") repeat-x 50% 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 750px) {
  .n2020_sec--beige:after {
    height: auto;
    padding-top: 4.0625%;
    background-size: 100% auto;
  }
}
.n2020_sec--white01 {
  margin: 80px 0 0;
}
@media screen and (max-width: 750px) {
  .n2020_sec--white01 {
    margin: 30px 0 24%;
  }
}
.n2020_sec--white01:before {
  display: none;
}
.n2020_sec--white01:after {
  height: 382px;
  background: url("/nabe/kimchichigae/img/bg_03_pc.png") no-repeat 50% 100%, url("/nabe/kimchichigae/img/bg_02_b.png") repeat-x 50% 100%;
  -webkit-transform: translateY(16%);
          transform: translateY(16%);
}
@media screen and (max-width: 750px) {
  .n2020_sec--white01:after {
    height: auto;
    padding-top: 27.6%;
    background: url("/nabe/kimchichigae/img/bg_03_sp.png") no-repeat 50% 100%;
    background-size: 100% auto;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media screen and (max-width: 750px) {
  .n2020_sec--white02 {
    padding-bottom: 24% !important;
    background: url("/nabe/kimchichigae/img/deco_14.png") no-repeat 0 100%;
    background-size: 100% auto;
  }
}
.n2020_sec--white02:before {
  height: 52px;
  background: url("/nabe/kimchichigae/img/bg_02_t.png") repeat-x 50% 0;
}
@media screen and (max-width: 750px) {
  .n2020_sec--white02:before {
    height: auto;
    padding-top: 2.8125%;
    background-size: 100% auto;
  }
}
.n2020_sec--white02:after {
  height: 70px;
  background: url("/nabe/kimchichigae/img/bg_02_b.png") repeat-x 50% 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 750px) {
  .n2020_sec--white02:after {
    height: auto;
    padding-top: 9.375%;
    background-size: 100% auto;
  }
}
.n2020_sec--white03 {
  margin: 80px 0 0;
}
@media screen and (max-width: 750px) {
  .n2020_sec--white03 {
    margin: 30px 0 24%;
  }
}
.n2020_sec--white03:after {
  display: none;
}
.n2020_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 962px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .n2020_box {
    padding: 0 4%;
  }
}
.n2020_box--small {
  max-width: 800px;
}
.n2020_ttl {
  margin-bottom: 36px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.45;
  color: #cc2c2f;
}
@media screen and (max-width: 750px) {
  .n2020_ttl {
    margin: 0 4% 18px;
    padding: 0;
    border: none;
    font-size: 17px;
  }
}
.n2020_ttl:after {
  content: "";
  position: static;
  display: block;
  width: 4px;
  height: 33px;
  margin: 15px auto 0;
  background: url("/nabe/kimchichigae/img/bg_ttl_01_b.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .n2020_ttl:after {
    width: 2px;
    height: 16px;
    margin: 8px auto 0;
  }
}
.n2020_ttl span {
  display: inline-block;
  padding: 0 100px;
  background: url("/nabe/kimchichigae/img/bg_ttl_01_l.png") no-repeat 0 50%, url("/nabe/kimchichigae/img/bg_ttl_01_r.png") no-repeat 100% 50%;
}
@media screen and (max-width: 750px) {
  .n2020_ttl span {
    padding: 0 40px;
    background-size: 30px;
  }
}
.n2020_subttl {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0.8em;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  color: #cc2c2f;
}
@media screen and (max-width: 750px) {
  .n2020_subttl {
    font-size: 16px;
  }
}
.n2020_subttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #cf382a; /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#cf382a), to(#e06b36));
  background: linear-gradient(to bottom, #cf382a 0%, #e06b36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .n2020_subttl:before {
    width: 5px;
  }
}
.n2020_movie {
  position: relative;
}
.n2020_movie div {
  padding-top: 56.37%;
}
.n2020_movie iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.n2020_movie + * {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .n2020_movie + * {
    margin-top: 20px;
  }
}
.n2020_movie + *.n2020_anime {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 750px) {
  .n2020_movie + *.n2020_anime {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.n2020_movie + *.n2020_anime.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 751px) {
  .n2020_movie__txt {
    font-size: 18px;
  }
}
.n2020_parallax {
  height: 440px;
  background-attachment: fixed !important;
  background-size: cover !important;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .n2020_parallax {
    height: 40vw;
    background-attachment: scroll !important;
    background-size: 100% auto !important;
  }
}
.n2020_parallax--01 {
  background: url("/nabe/kimchichigae/img/parallax_01.jpg") no-repeat 50% 50%;
}
.n2020_parallax--02 {
  background: url("/nabe/kimchichigae/img/parallax_02.jpg") no-repeat 50% 50%;
}
@media screen and (max-width: 750px) {
  .n2020_parallax--01 {
    background: url("/nabe/kimchichigae/img/parallax_01.jpg") no-repeat 50% 10%;
  }
  .n2020_parallax--02 {
    background: url("/nabe/kimchichigae/img/parallax_02.jpg") no-repeat 50% 0;
  }
}
.n2020_btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 340px;
  padding: 2px;
  background: #cc2c2f; /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, from(#cc2c2f), to(#fcbe67));
  background: linear-gradient(to right, #cc2c2f 0%, #fcbe67 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #cc2c2f;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 750px) {
  .n2020_btn {
    display: block;
    width: auto;
    font-size: 14px;
  }
}
.n2020_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.8em;
  border: 2px solid #cc2c2f;
  border-width: 2px 2px 0 0;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.n2020_btn span {
  display: block;
  padding: 0.4em 2em;
  background: #fff;
  border-radius: 25px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 750px) {
  .n2020_btn span {
    padding: 0.8em 2em;
  }
}
.n2020_btn:hover {
  color: #fff !important;
}
.n2020_btn:hover:after {
  border-color: #fff;
}
.n2020_btn:hover span {
  background: transparent;
}

/*====================================================
mainvisual
====================================================*/
.n2020_mv {
  padding-top: 700px;
  margin-bottom: 72px;
  background: url("/nabe/kimchichigae/img/mainvisual_pc2026.png") no-repeat 50% 0;
  text-align: center;
  font-size: 20px;
  line-height: 2.5;
}
@media screen and (max-width: 750px) {
  .n2020_mv {
    padding-top: 98.6666666667%;
    margin-bottom: 36px;
    background: url("/nabe/kimchichigae/img/mainvisual_sp2026.png") no-repeat 50% 0;
    background-size: contain;
    font-size: 16px;
    line-height: 1.45;
  }
}
.n2020_mv h2 {
  display: none;
}
.n2020_mv.n2020_anime {
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.n2020_mv.n2020_anime.on {
  opacity: 1;
}

/*====================================================
navi
====================================================*/
.n2020_navi {
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .n2020_navi {
    padding: 0 4%;
    margin-bottom: 40px;
  }
}
.n2020_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .n2020_navi ul {
    display: block;
  }
}
.n2020_navi li {
  padding: 0.5em 3em;
}
.n2020_navi li:not(:last-child) {
  border-right: 2px dotted #a09998;
}
@media screen and (max-width: 750px) {
  .n2020_navi li {
    padding: 0;
  }
  .n2020_navi li:not(:last-child) {
    border-right: none;
    border-bottom: 2px dotted #a09998;
  }
}
.n2020_navi a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #3e3230;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .n2020_navi a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6em 0;
  }
}
.n2020_navi a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #cc2c2f;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
@media screen and (max-width: 750px) {
  .n2020_navi a:before {
    display: none;
  }
}
.n2020_navi a:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.8em;
  border: 2px solid #cc2c2f;
  border-width: 0 0 2px 2px;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
@media screen and (max-width: 750px) {
  .n2020_navi a:after {
    margin-left: 0;
    margin-top: 0.2em;
  }
}
.n2020_navi a:hover {
  color: #3e3230 !important;
}
.n2020_navi a:hover:before {
  width: 100%;
}

/*====================================================
kimuchi
====================================================*/
.n2020_kimuchi__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .n2020_kimuchi__intro {
    display: block;
  }
}
.n2020_kimuchi__intro dt {
  font-size: 22px;
  font-weight: bold;
  color: #cc2c2f;
}
@media screen and (max-width: 750px) {
  .n2020_kimuchi__intro dt {
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (min-width: 751px) {
  .n2020_kimuchi__intro dd {
    font-size: 18px;
  }
}
.n2020_kimuchi__intro figure {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 402px;
  margin: 0 0 0 35px;
}
@media screen and (max-width: 750px) {
  .n2020_kimuchi__intro figure {
    width: auto;
    margin: 0 0 20px;
  }
}
.n2020_kimuchi__intro figure img {
  width: 114%;
  max-width: none;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}
@media screen and (max-width: 750px) {
  .n2020_kimuchi__intro figure img {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.n2020_kimuchi__intro figure i {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 31px;
  background: url("/nabe/kimchichigae/img/ico_renew.png") no-repeat 50% 0;
  background-size: contain;
  text-indent: -9999px;
  font-size: 0;
}
@media screen and (max-width: 750px) {
  .n2020_kimuchi__intro figure i {
    top: 10%;
    height: 50%;
    background-size: 32.0289855072% auto;
  }
}
.n2020_kimuchi__intro.n2020_anime dl {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 750px) {
  .n2020_kimuchi__intro.n2020_anime dl {
    -webkit-transform: translateX(0) translateY(40px);
            transform: translateX(0) translateY(40px);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.n2020_kimuchi__intro.n2020_anime figure {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.n2020_kimuchi__intro.n2020_anime figure i {
  transform-orientation: bottom center;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.n2020_kimuchi__intro.n2020_anime.on dl {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}
.n2020_kimuchi__intro.n2020_anime.on figure {
  opacity: 1;
}
.n2020_kimuchi__intro.n2020_anime.on figure i {
  -webkit-animation: pop 0.5s 0.3s ease forwards;
          animation: pop 0.5s 0.3s ease forwards;
}
@media screen and (max-width: 750px) {
  .n2020_kimuchi__intro.n2020_anime.on figure i {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale3D(0.1, 0.1, 1);
            transform: scale3D(0.1, 0.1, 1);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  25% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3D(1.1, 1.1, 1);
            transform: scale3D(1.1, 1.1, 1);
  }
  48% {
    -webkit-transform: scale3D(0.97, 0.97, 1);
            transform: scale3D(0.97, 0.97, 1);
  }
  65% {
    -webkit-transform: scale3D(1.05, 1.05, 1);
            transform: scale3D(1.05, 1.05, 1);
  }
  80% {
    -webkit-transform: scale3D(0.99, 0.99, 1);
            transform: scale3D(0.99, 0.99, 1);
  }
  88% {
    -webkit-transform: scale3D(1.003, 1.003, 1);
            transform: scale3D(1.003, 1.003, 1);
  }
  93% {
    -webkit-transform: scale3D(0.998, 0.998, 1);
            transform: scale3D(0.998, 0.998, 1);
  }
  99% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pop {
  0% {
    -webkit-transform: scale3D(0.1, 0.1, 1);
            transform: scale3D(0.1, 0.1, 1);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  25% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3D(1.1, 1.1, 1);
            transform: scale3D(1.1, 1.1, 1);
  }
  48% {
    -webkit-transform: scale3D(0.97, 0.97, 1);
            transform: scale3D(0.97, 0.97, 1);
  }
  65% {
    -webkit-transform: scale3D(1.05, 1.05, 1);
            transform: scale3D(1.05, 1.05, 1);
  }
  80% {
    -webkit-transform: scale3D(0.99, 0.99, 1);
            transform: scale3D(0.99, 0.99, 1);
  }
  88% {
    -webkit-transform: scale3D(1.003, 1.003, 1);
            transform: scale3D(1.003, 1.003, 1);
  }
  93% {
    -webkit-transform: scale3D(0.998, 0.998, 1);
            transform: scale3D(0.998, 0.998, 1);
  }
  99% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
    opacity: 1;
  }
}
.n2020_kimuchi__umami {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 550px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 750px) {
  .n2020_kimuchi__umami {
    width: 76%;
    margin: 0 auto 40px;
  }
}
.n2020_kimuchi__umami img:nth-child(odd) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42.6%;
}
.n2020_kimuchi__umami img:nth-child(even) {
  width: 7.2%;
}
.n2020_kimuchi__umami.n2020_anime img {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.n2020_kimuchi__umami.n2020_anime img:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.n2020_kimuchi__umami.n2020_anime img:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.n2020_kimuchi__umami.n2020_anime.on img {
  opacity: 1;
}
.n2020_kimuchi__ttl {
  margin-bottom: 26px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.45;
  color: #cc2c2f;
}
@media screen and (max-width: 750px) {
  .n2020_kimuchi__ttl {
    margin: 0 4% 20px;
    font-size: 20px;
  }
}
.n2020_kimuchi__ttl span {
  display: inline-block;
  padding: 0 80px;
  background: url("/nabe/kimchichigae/img/bg_ttl_02_l.png") no-repeat 0 50%, url("/nabe/kimchichigae/img/bg_ttl_02_r.png") no-repeat 100% 50%;
  background-size: 50px auto;
}
@media screen and (max-width: 750px) {
  .n2020_kimuchi__ttl span {
    padding: 0 46px;
    background-size: 38px auto;
  }
}
.n2020_kimuchi__lead {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .n2020_kimuchi__lead {
    margin-bottom: 25px;
    padding: 0 4%;
    text-align: left;
  }
}

/*====================================================
jukusei
====================================================*/
.n2020_jukusei {
  margin-bottom: 110px;
}
@media screen and (max-width: 750px) {
  .n2020_jukusei {
    margin-bottom: 40px;
  }
}
.n2020_jukusei ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.n2020_jukusei li {
  width: 30%;
  max-width: 280px;
}
@media screen and (max-width: 750px) {
  .n2020_jukusei li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
  }
}
.n2020_jukusei li figure {
  padding: 0 7%;
  margin: 0 0 20px;
}
.n2020_jukusei li figure img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .n2020_jukusei li figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 35.0724637681%;
    padding: 0;
    margin: 0 15px 0 0;
  }
}
.n2020_jukusei li dt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #cc2c2f;
}
@media screen and (max-width: 750px) {
  .n2020_jukusei li dt {
    text-align: left;
    font-size: 16px;
  }
}
.n2020_jukusei li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .n2020_jukusei li:first-child {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.n2020_jukusei li:first-child figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 55px 0 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .n2020_jukusei li:first-child figure {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 0 15px;
    padding: 0 22.4637681159%;
  }
}
.n2020_jukusei li:first-child dt {
  text-align: left;
}
@media screen and (max-width: 750px) {
  .n2020_jukusei li:first-child dt {
    text-align: center;
  }
}
.n2020_jukusei li:nth-child(3) {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .n2020_jukusei li:nth-child(3) {
    margin-top: 0;
  }
  .n2020_jukusei li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.n2020_jukusei li.n2020_anime figure {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.n2020_jukusei li.n2020_anime dl {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.n2020_jukusei li.n2020_anime.on figure {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.n2020_jukusei li.n2020_anime.on dl {
  opacity: 1;
}
.n2020_jukusei.n2020_anime {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 750px) {
  .n2020_jukusei.n2020_anime {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
.n2020_jukusei.n2020_anime.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*====================================================
dashi
====================================================*/
.n2020_dashi {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .n2020_dashi {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 751px) {
  .n2020_dashi ul {
    padding: 0 92px;
  }
}
@media screen and (max-width: 750px) {
  .n2020_dashi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.n2020_dashi li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .n2020_dashi li {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.n2020_dashi li figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
}
.n2020_dashi li figure img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .n2020_dashi li figure {
    width: 35.0724637681%;
    margin: 0 15px 0 0;
  }
}
.n2020_dashi li dt {
  font-size: 20px;
  font-weight: bold;
  color: #cc2c2f;
}
@media screen and (max-width: 750px) {
  .n2020_dashi li dt {
    font-size: 16px;
  }
}
@media screen and (min-width: 751px) {
  .n2020_dashi li:nth-child(odd) figure {
    margin: 0 50px 0 0;
  }
  .n2020_dashi li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .n2020_dashi li:nth-child(even) figure {
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 750px) {
  .n2020_dashi li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.n2020_dashi li.n2020_anime figure {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.n2020_dashi li.n2020_anime dl {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.n2020_dashi li.n2020_anime.on figure {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.n2020_dashi li.n2020_anime.on dl {
  opacity: 1;
}
.n2020_dashi.n2020_anime {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 750px) {
  .n2020_dashi.n2020_anime {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
.n2020_dashi.n2020_anime.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*====================================================
chef
====================================================*/
.n2020_chef .n2020_kimuchi__ttl {
  margin-bottom: 30px;
}
.n2020_chef .n2020_kimuchi__intro {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 750px) {
  .n2020_chef .n2020_kimuchi__intro {
    padding-bottom: 0;
  }
  .n2020_chef .n2020_kimuchi__intro dt {
    font-size: 16px;
  }
}
@media screen and (min-width: 751px) {
  .n2020_chef .n2020_kimuchi__intro figure {
    width: 378px;
    margin: 0 55px 0 0;
  }
  .n2020_chef .n2020_kimuchi__intro figure img {
    width: 151%;
    max-width: none;
    -webkit-transform: translateX(-95px);
            transform: translateX(-95px);
  }
}
.n2020_chef .n2020_kimuchi__intro dd.n2020_chef__note {
  margin-top: 25px;
  font-size: 14px;
  color: #cc2c2f;
}
@media screen and (max-width: 750px) {
  .n2020_chef .n2020_kimuchi__intro dd.n2020_chef__note {
    margin-top: 10px;
    font-size: 12px;
  }
}
.n2020_chef .n2020_kimuchi__intro.n2020_anime dl {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.n2020_chef .n2020_kimuchi__intro.n2020_anime.on dl {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 750px) {
  .n2020_chef .n2020_kimuchi__intro.n2020_anime dl {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  .n2020_chef .n2020_kimuchi__intro.n2020_anime.on dl {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.n2020_chef.n2020_anime {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 750px) {
  .n2020_chef.n2020_anime {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
.n2020_chef.n2020_anime.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*====================================================
product
====================================================*/
.n2020_product__box {
  background: url("/nabe/kimchichigae/img/bg_01.jpg");
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .n2020_product__box {
    border-radius: 5px;
  }
}
.n2020_product__box > div {
  padding: 50px 65px;
}
@media screen and (max-width: 750px) {
  .n2020_product__box > div {
    padding: 25px 4.347826087%;
  }
}
.n2020_product__box h4 {
  margin-bottom: 0;
  padding: 0.6em 0;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.45;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .n2020_product__box h4 {
    font-size: 18px;
  }
}
.n2020_product__box .n2020_subttl {
  margin-bottom: 1.4em;
}
@media screen and (max-width: 750px) {
  .n2020_product__box .n2020_subttl {
    margin-bottom: 1em;
  }
}
.n2020_product__box + .n2020_product__box {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .n2020_product__box + .n2020_product__box {
    margin-top: 20px;
  }
}
.n2020_product__box.n2020_anime {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 750px) {
  .n2020_product__box.n2020_anime {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.n2020_product__box.n2020_anime.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.n2020_product__outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .n2020_product__outline {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}
.n2020_product__outline dt {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .n2020_product__outline dt {
    font-size: 16px;
    line-height: 1.45;
  }
}
.n2020_product__outline dd {
  font-size: 18px;
}
.n2020_product__outline dd + dd {
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .n2020_product__outline dd {
    margin-top: 10px;
    font-size: inherit;
  }
}
.n2020_product__outline figure {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 149px;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 750px) {
  .n2020_product__outline figure {
    width: 31.4285714286%;
    margin: 0 20px 0 0;
  }
}
.n2020_product__outline figure img {
  width: 100%;
}
.n2020_product__shime {
  position: relative;
  padding-left: 20px;
  margin: 60px 0;
}
@media screen and (max-width: 750px) {
  .n2020_product__shime {
    padding-left: 3.6507936508%;
    margin: 50px 0 30px;
  }
}
.n2020_product__shime i {
  position: absolute;
  top: -20px;
  left: 0;
  width: 137px;
  height: 50px;
  background-size: contain !important;
  text-indent: -9999px;
  font-size: 0;
}
@media screen and (max-width: 750px) {
  .n2020_product__shime i {
    top: -10px;
    width: 39.0476190476%;
    height: auto;
    padding-top: 14.2857142857%;
  }
}
.n2020_product__shime > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .n2020_product__shime > div {
    display: block;
    padding: 25px 4.6128500824%;
    border-radius: 3px;
  }
}
.n2020_product__shime figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  margin: 0 0 0 25px;
}
@media screen and (max-width: 750px) {
  .n2020_product__shime figure {
    width: auto;
    margin: 0 0 15px;
    padding: 0 19.6007259528%;
  }
}
.n2020_product__shime figure img {
  width: 100%;
}
.n2020_product__note {
  display: block;
  margin-top: 5px;
  line-height: 1.65;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .n2020_product__note {
    line-height: 1.45;
    font-size: 12px;
  }
}
.n2020_product--normal.n2020_product__box h4 {
  background: #cf372a; /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, from(#cf372a), to(#e27440));
  background: linear-gradient(to right, #cf372a 0%, #e27440 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.n2020_product--normal .n2020_product__outline dt {
  color: #cc2c2f;
}
.n2020_product--normal .n2020_product__shime i {
  background: url("/nabe/kimchichigae/img/ico_recommend_red.png") no-repeat;
}
.n2020_product--normal .n2020_product__note {
  color: #cc2c2f;
}
.n2020_product--normal .n2020_recipe__ingre h6 {
  border-color: #cc2c2f;
  color: #cc2c2f;
}
.n2020_product--normal .n2020_recipe__ingre li.n2020_no_dash {
  color: #cc2c2f;
}
.n2020_product--normal .n2020_recipe__ttl {
  color: #cc2c2f;
}
.n2020_product--normal .n2020_recipe__ttl:after {
  border-color: #cc2c2f;
}
.n2020_product--normal .n2020_recipe__num {
  color: #cc2c2f;
}
.n2020_product--normal .n2020_recipe__label {
  background: #cc2c2f;
}
.n2020_product--normal .n2020_arrange h5 {
  background: #cf392d; /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, from(#cf392d), to(#e2743d));
  background: linear-gradient(to right, #cf392d 0%, #e2743d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.n2020_product--normal .n2020_arrange ul a {
  color: #cc2c2f;
}
.n2020_product--mild.n2020_product__box h4 {
  background: #e66d29; /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, from(#e66d29), to(#f4af3f));
  background: linear-gradient(to right, #e66d29 0%, #f4af3f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.n2020_product--mild .n2020_subttl {
  color: #db5825;
}
.n2020_product--mild .n2020_subttl:before {
  background: #e66d29; /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#e66d29), to(#f3a735));
  background: linear-gradient(to bottom, #e66d29 0%, #f3a735 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.n2020_product--mild .n2020_product__outline dt {
  color: #db5825;
}
.n2020_product--mild .n2020_product__shime i {
  background: url("/nabe/kimchichigae/img/ico_recommend_ora.png") no-repeat;
}
.n2020_product--mild .n2020_product__note {
  color: #db5825;
}
.n2020_product--mild .n2020_recipe__ingre h6 {
  border-color: #db5825;
  color: #db5825;
}
.n2020_product--mild .n2020_recipe__ingre li.n2020_no_dash {
  color: #db5825;
}
.n2020_product--mild .n2020_recipe__ttl {
  color: #db5825;
}
.n2020_product--mild .n2020_recipe__ttl:after {
  border-color: #db5825;
}
.n2020_product--mild .n2020_recipe__num {
  color: #db5825;
}
.n2020_product--mild .n2020_recipe__label {
  background: #db5825;
}
.n2020_product--mild .n2020_arrange h5 {
  background: #e66e29; /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, from(#e66e29), to(#f4af3e));
  background: linear-gradient(to right, #e66e29 0%, #f4af3e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.n2020_product--mild .n2020_arrange ul a {
  color: #db5825;
}

/*====================================================
recipe
====================================================*/
@media screen and (max-width: 750px) {
  .n2020_recipe {
    margin-top: 30px;
  }
}
.n2020_recipe figure {
  margin-bottom: 25px;
  padding: 0 85px;
}
@media screen and (max-width: 750px) {
  .n2020_recipe figure {
    margin: 0 0 15px;
    padding: 0;
  }
}
.n2020_recipe__ingre {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .n2020_recipe__ingre {
    font-size: 12px;
  }
}
.n2020_recipe__ingre h6 {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0 1em;
  background: #fff;
  border: 1px solid #cc2c2f;
  border-radius: 10px;
  line-height: 1.45;
  font-weight: bold;
}
.n2020_recipe__ingre ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 150px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .n2020_recipe__ingre ul {
    display: block;
    height: auto;
  }
}
@media screen and (min-width: 751px) {
  .n2020_recipe__ingre li {
    width: 50%;
  }
}
.n2020_recipe__ingre li.n2020_no_dash {
  margin-top: 0.45em;
  line-height: 1.45;
}
@media screen and (max-width: 750px) {
  .n2020_recipe__ingre li.n2020_no_dash {
    margin-top: 0.35em;
  }
}
@media screen and (min-width: 751px) {
  .n2020_recipe__ingre li.n2020_no_dash > div:first-child p:first-child:after {
    display: none;
  }
}
.n2020_recipe__ingre li > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .n2020_recipe__ingre li > div:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.n2020_recipe__ingre li > div:first-child p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 154px;
  margin-right: 0.5em;
}
@media screen and (max-width: 750px) {
  .n2020_recipe__ingre li > div:first-child p:first-child {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 59.2356687898%;
    margin-right: 1em;
  }
}
.n2020_recipe__ingre li > div:first-child p:first-child:after {
  content: "";
  width: 100%;
  border-top: 2px dotted #000;
  margin-left: 1em;
}
@media screen and (max-width: 750px) {
  .n2020_recipe__ingre li > div:first-child p:first-child:after {
    border-top: 1px dotted #000;
  }
}
.n2020_recipe__ingre li > div:first-child p span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .n2020_recipe__ingre li > div:first-child p span {
    display: inline;
  }
}
.n2020_recipe__ingre li .n2020_font--small {
  margin-bottom: 0.6em;
  line-height: 0.85;
}
@media screen and (max-width: 750px) {
  .n2020_recipe__ingre li .n2020_font--small {
    margin-bottom: 0.3em;
    line-height: 1.45;
  }
}
.n2020_recipe__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .n2020_recipe__ttl {
    margin-bottom: 0.4em;
    font-size: 16px;
  }
}
.n2020_recipe__ttl:after {
  content: "";
  width: 100%;
  border-top: 2px dotted #000;
  margin-left: 1em;
}
.n2020_recipe__ttl span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.n2020_recipe ol li {
  position: relative;
  padding-left: 1.5em;
}
.n2020_recipe ol li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .n2020_recipe ol li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.n2020_recipe__num {
  position: absolute;
  left: 0;
  font-weight: bold;
}
.n2020_recipe__point {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .n2020_recipe__point {
    font-size: 12px;
  }
}
.n2020_recipe__label {
  display: inline-block;
  padding: 0 1em;
  border-radius: 10px;
  line-height: 1.45;
  font-weight: bold;
  color: #fff;
}
.n2020_recipe .n2020_font--small {
  display: block;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .n2020_recipe .n2020_font--small {
    line-height: 1.45;
  }
}

/*====================================================
arrange
====================================================*/
.n2020_arrange {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .n2020_arrange {
    margin-top: 30px;
  }
}
.n2020_arrange h5 {
  margin-bottom: 25px;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .n2020_arrange h5 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.n2020_arrange ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  line-height: 1.65;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .n2020_arrange ul {
    display: block;
    margin-bottom: 20px;
    line-height: 1.45;
  }
}
.n2020_arrange li {
  width: 30.6%;
}
@media screen and (max-width: 750px) {
  .n2020_arrange li {
    width: 100%;
  }
}
.n2020_arrange li:not(:nth-child(3n)) {
  margin-right: 4.1%;
}
.n2020_arrange li:nth-child(n+4) {
  margin-top: 4.1%;
}
@media screen and (max-width: 750px) {
  .n2020_arrange li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .n2020_arrange li:nth-child(n+4) {
    margin-top: 0;
  }
  .n2020_arrange li:not(:last-child) {
    margin-bottom: 4.1%;
  }
}
.n2020_arrange li a * {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.n2020_arrange li a:hover * {
  opacity: 0.6;
}
@media screen and (max-width: 750px) {
  .n2020_arrange li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.n2020_arrange li figure {
  margin: 0 0 10px;
}
@media screen and (max-width: 750px) {
  .n2020_arrange li figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 44.9044585987%;
    margin: 0 15px 0 0;
  }
}

/*====================================================
kurashiru
====================================================*/
.n2020_kurashiru__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .n2020_kurashiru__intro {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    margin-top: 20px;
    font-size: 12px;
  }
}
.n2020_kurashiru__intro figure {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 750px) {
  .n2020_kurashiru__intro figure {
    width: 18.8405797101%;
    margin: 0 1em 0 0;
  }
}
.n2020_kurashiru__intro figure img {
  width: 100%;
}
.n2020_kurashiru__ttl {
  position: relative;
  padding: 0 170px;
  margin-bottom: 14px;
  text-align: center;
  line-height: 1.55;
  font-size: 22px;
  font-weight: bold;
  color: #cc2c2f;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .n2020_kurashiru__ttl {
    padding: 0;
    margin-bottom: 38px;
    font-size: 16px;
  }
}
.n2020_kurashiru__ttl:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 144px;
  height: 212px;
  background: url("/nabe/kimchichigae/img/ico_01.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .n2020_kurashiru__ttl:before {
    top: 100%;
    width: 21.7391304348%;
    height: auto;
    padding-top: 31.884057971%;
  }
}

#kurashiru.n2020_sec--beige {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  #kurashiru.n2020_sec--beige {
    padding-bottom: 20px !important;
  }
}
#kurashiru .n2020_anime {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 750px) {
  #kurashiru .n2020_anime {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
#kurashiru .n2020_anime.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 750px) {
  #kurashiru .n2020_recipe {
    margin-top: 15px;
  }
}
#kurashiru .n2020_recipe figure {
  padding: 0;
  margin: 0 auto 25px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #kurashiru .n2020_recipe figure {
    margin: 0 0 15px;
  }
}
#kurashiru .n2020_recipe figure img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  #kurashiru .n2020_recipe figure img {
    -webkit-transform: translateX(-48%);
            transform: translateX(-48%);
    width: 115%;
    max-width: inherit;
  }
}
#kurashiru .n2020_recipe__ingre h6 {
  padding: 0 2em;
}
#kurashiru .n2020_recipe__ingre ul {
  height: 160px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #kurashiru .n2020_recipe__ingre h6 {
    padding: 0 1em;
  }
  #kurashiru .n2020_recipe__ingre ul {
    height: auto;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  #kurashiru .n2020_recipe__ingre li > div:first-child p:first-child {
    width: 248px;
  }
}
#kurashiru .n2020_recipe ol li:first-child {
  padding-left: 2.5em;
}
@media screen and (min-width: 751px) {
  #kurashiru .n2020_recipe ol li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*====================================================
insta
====================================================*/
.n2020_insta__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 48px;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .n2020_insta__intro {
    padding: 0 4% 15px;
  }
}
.n2020_insta__intro span {
  font-size: 30px;
  font-weight: bold;
  color: #cc2c2f;
}
@media screen and (max-width: 750px) {
  .n2020_insta__intro span {
    font-size: 16px;
  }
}
.n2020_insta__intro figure {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 750px) {
  .n2020_insta__intro figure {
    width: 19.1304347826%;
    margin: 0 15px 0 0;
  }
}
.n2020_insta__intro figure img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .n2020_insta__box {
    padding: 0 4%;
    max-width: 962px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .n2020_insta__box {
    background: url("/nabe/kimchichigae/img/bg_04.png") repeat-y 50% 0;
  }
  .n2020_insta__box > div {
    padding: 0 4%;
    max-width: 962px;
    margin: 0 auto;
  }
}
.n2020_insta__box .cmtin-morebtn {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#cc2c2f), to(#fcbe67));
  background: linear-gradient(to right, #cc2c2f 0%, #fcbe67 100%);
  text-decoration: none !important;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .n2020_insta__box .cmtin-morebtn {
    font-size: 14px;
  }
}
.n2020_insta__box .cmtin-morebtn:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 25px;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.n2020_insta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px 0 20px;
}
@media screen and (max-width: 750px) {
  .n2020_insta__link {
    width: 78.4%;
    margin: 30px auto 20px;
  }
}
.n2020_insta__link figure {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 750px) {
  .n2020_insta__link figure {
    width: 43.1972789116%;
    margin: 0 10px 0 0;
  }
}
.n2020_insta__link figure img {
  width: 100%;
}
.n2020_insta__link a {
  position: relative;
  color: #cc2c2f;
  text-decoration: none;
}
.n2020_insta__link a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #cc2c2f;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.n2020_insta__link a:hover {
  color: #cc2c2f !important;
}
.n2020_insta__link a:hover:before {
  width: 100%;
}

/*====================================================
deco
====================================================*/
.n2020_deco {
  position: absolute;
}
@media screen and (min-width: 751px) {
  .n2020_deco {
    left: 50%;
  }
  .n2020_deco.n2020_anime {
    margin-top: 40px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .n2020_deco.n2020_anime.on {
    margin-top: 0;
    opacity: 1;
  }
}

/*====================================================
unique
====================================================*/
#kimuchi .n2020_deco:nth-child(1) {
  top: 10%;
  -webkit-transform: translateX(-628px);
          transform: translateX(-628px);
  width: 82px;
}
@media screen and (max-width: 750px) {
  #kimuchi .n2020_deco:nth-child(1) {
    top: 4%;
    left: -2%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 13.0666666667%;
  }
}
#kimuchi .n2020_deco:nth-child(2) {
  top: 33%;
  -webkit-transform: translateX(550px);
          transform: translateX(550px);
  width: 85px;
}
@media screen and (max-width: 750px) {
  #kimuchi .n2020_deco:nth-child(2) {
    top: 18%;
    right: 3%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 14%;
  }
}
#kimuchi .n2020_deco:nth-child(3) {
  top: 56%;
  -webkit-transform: translateX(-618px);
          transform: translateX(-618px);
  width: 74px;
}
@media screen and (max-width: 750px) {
  #kimuchi .n2020_deco:nth-child(3) {
    top: 49%;
    left: -2%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 13.3333333333%;
  }
}
#kimuchi .n2020_deco:nth-child(4) {
  top: 74%;
  -webkit-transform: translateX(524px);
          transform: translateX(524px);
}
@media screen and (max-width: 750px) {
  #kimuchi .n2020_deco:nth-child(4) {
    top: 74%;
    right: -3%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 15.2%;
  }
}
#kimuchi .n2020_deco:nth-child(5) {
  bottom: 3%;
  -webkit-transform: translateX(-630px);
          transform: translateX(-630px);
  width: 60px;
}
@media screen and (max-width: 750px) {
  #kimuchi .n2020_deco:nth-child(5) {
    bottom: 14%;
    left: 4%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 11.7333333333%;
  }
}

#product .n2020_deco:nth-child(1) {
  top: 3%;
  -webkit-transform: translateX(454px);
          transform: translateX(454px);
}
#product .n2020_deco:nth-child(2) {
  top: 21%;
  -webkit-transform: translateX(-700px);
          transform: translateX(-700px);
  width: 234px;
}
#product .n2020_deco:nth-child(3) {
  top: 37%;
  -webkit-transform: translateX(448px);
          transform: translateX(448px);
}
#product .n2020_deco:nth-child(4) {
  top: 67%;
  -webkit-transform: translateX(-648px);
          transform: translateX(-648px);
}
#product .n2020_deco:nth-child(5) {
  bottom: 9%;
  -webkit-transform: translateX(498px);
          transform: translateX(498px);
}

#kurashiru .n2020_deco:nth-child(1) {
  top: 21%;
  -webkit-transform: translateX(538px);
          transform: translateX(538px);
  width: 82px;
}
#kurashiru .n2020_deco:nth-child(2) {
  top: 45%;
  -webkit-transform: translateX(-618px);
          transform: translateX(-618px);
  width: 94px;
}
#kurashiru .n2020_deco:nth-child(3) {
  top: 63%;
  -webkit-transform: translateX(524px);
          transform: translateX(524px);
}
#kurashiru .n2020_deco:nth-child(4) {
  top: 88%;
  -webkit-transform: translateX(-598px);
          transform: translateX(-598px);
}
@media screen and (max-width: 750px) {
  #kurashiru .n2020_deco {
    display: none;
  }
}

#insta .n2020_deco:nth-child(1) {
  top: 30px;
  -webkit-transform: translateX(534px);
          transform: translateX(534px);
  width: 190px;
}
#insta .n2020_deco:nth-child(2) {
  top: 33%;
  -webkit-transform: translateX(-658px);
          transform: translateX(-658px);
}
#insta .n2020_deco:nth-child(3) {
  top: 53%;
  -webkit-transform: translateX(524px);
          transform: translateX(524px);
}
#insta .n2020_deco:nth-child(4) {
  top: 66%;
  -webkit-transform: translateX(-730px);
          transform: translateX(-730px);
  width: 234px;
}
#insta .n2020_deco:nth-child(5) {
  top: 37%;
  -webkit-transform: translateX(448px);
          transform: translateX(448px);
}
#insta .n2020_deco:nth-child(6) {
  bottom: 9%;
  -webkit-transform: translateX(-498px);
          transform: translateX(-498px);
}
@media screen and (max-width: 750px) {
  #insta .n2020_btn {
    width: 84.5333333333%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  #kodawari {
    padding-bottom: 0 !important;
    background: none;
  }
  #kodawari:after {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  #contents{
    padding-top:12vw;
  }
  .breadcrumb {
    margin-top: 10vw;
  }
  #nabe_header .tit_category {
    height: 50vw;
    background-position: center top;
    background-size: 90%;
  }
}