@charset "UTF-8";
/*---------------------------------
  炎舞炊き
---------------------------------*/
#nwnb_enbu .enbu_body {
  background: url("../img/enbudaki/body_bg.jpg") no-repeat center/cover;
}
#nwnb_enbu #enbu_visual {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_visual {
    aspect-ratio: 3000/1400;
    background-image: url("../img/enbudaki/visual_bg.jpg");
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_visual {
    padding-top: 10.666vw;
    box-sizing: border-box;
    background-image: url("../img/enbudaki/visual_bg_sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_visual .visual_lead {
    aspect-ratio: 822/192;
    width: 27.4vw;
    background: url("../img/enbudaki/visual_lead.png") no-repeat center/contain;
    margin-left: -35.8vw;
    position: absolute;
    top: 10.666vw;
    left: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  #nwnb_enbu #enbu_visual .visual_lead {
    width: 263px;
    margin-left: -345px;
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_visual .visual_lead {
    margin-bottom: 6.666vw;
    font-family: "Noto Serif Japanese", serif;
    font-weight: 500;
    font-size: 5.866vw;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_visual .visual_logo {
    width: 30.866vw;
    margin-left: -41vw;
    position: absolute;
    top: 19.866vw;
    left: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  #nwnb_enbu #enbu_visual .visual_logo {
    width: 297px;
    margin-left: -393px;
    top: 191px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_visual .visual_logo {
    width: 69.333vw;
    margin: 0 auto 8vw;
  }
}
#nwnb_enbu #enbu_visual .visual_notes {
  display: flex;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_visual .visual_notes {
    margin-left: -39.533vw;
    position: absolute;
    left: 50%;
    bottom: 12.666vw;
    font-size: 0.933vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  #nwnb_enbu #enbu_visual .visual_notes {
    margin-left: -390px;
    bottom: 119px;
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_visual .visual_notes {
    justify-content: center;
    font-size: 3.466vw;
  }
}
#nwnb_enbu #enbu_visual .visual_notes dt {
  width: 2em;
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_visual .visual_notes dd {
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_visual .visual_img {
    width: 47.333vw;
    margin-right: -38.866vw;
    position: absolute;
    right: 50%;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  #nwnb_enbu #enbu_visual .visual_img {
    width: 455px;
    margin-right: -373px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_visual .visual_img {
    margin-top: -5.333vw;
  }
}
#nwnb_enbu #enbu_rotation {
  background: url("../img/enbudaki/rotation_bg.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_rotation {
    padding: 100px 0 115px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_rotation {
    padding: 40px 15px;
  }
}
#nwnb_enbu #enbu_rotation .rotation_title {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_rotation .rotation_title {
    margin-bottom: 70px;
  }
  #nwnb_enbu #enbu_rotation .rotation_title::before, #nwnb_enbu #enbu_rotation .rotation_title::after {
    content: "";
    display: block;
    width: 255px;
    height: 1px;
    background-color: #5b5e5b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #nwnb_enbu #enbu_rotation .rotation_title::before {
    left: 0;
  }
  #nwnb_enbu #enbu_rotation .rotation_title::after {
    right: 0;
  }
  #nwnb_enbu #enbu_rotation .rotation_title img {
    width: 430px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_rotation .rotation_title {
    max-width: 430px;
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_rotation .rotation_body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_rotation .rotation_body {
    margin-bottom: 15px;
  }
}
#nwnb_enbu #enbu_rotation .rotation_body .rotation_sec_header {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_rotation .rotation_body .rotation_sec_header {
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_rotation .rotation_body .rotation_sec_header {
    padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_rotation .rotation_body .rotation_sec_body p {
    padding: 0 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_rotation .rotation_body .rotation_sec_body p {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
#nwnb_enbu #enbu_rotation .rotation_body .rotation_sec_body div {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_rotation .rotation_body .rotation_sec_body div {
    width: 85%;
    max-width: 345px;
    margin: 0 auto;
  }
}
#nwnb_enbu #enbu_rotation .rotation_body .rotation_sec1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_rotation .rotation_body .rotation_sec1 {
    width: 310px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_rotation .rotation_body .rotation_sec1 {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_rotation .rotation_body .rotation_sec1::before {
    content: "";
    display: block;
    width: 1px;
    height: 422px;
    background-color: #4d4646;
    position: absolute;
    right: 0;
    top: 70px;
  }
}
#nwnb_enbu #enbu_rotation .rotation_body .rotation_sec1::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  margin: auto;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_rotation .rotation_body .rotation_sec1::after {
    border-width: 21px 0 21px 23px;
    border-color: transparent transparent transparent #4d4646;
    top: 265px;
    right: -23px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_rotation .rotation_body .rotation_sec1::after {
    border-width: 15px 15px 0 15px;
    border-color: #4d4646 transparent transparent transparent;
    left: 0;
    right: 0;
    bottom: -30px;
  }
}
#nwnb_enbu #enbu_rotation .rotation_body .rotation_sec1 .rotation_sec_header {
  background-color: #d0cfce;
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_rotation .rotation_body .rotation_sec1 .rotation_sec_body p {
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_rotation .rotation_body .rotation_sec2 {
    width: 620px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_rotation .rotation_body .rotation_sec2 {
    margin-bottom: 30px;
  }
}
#nwnb_enbu #enbu_rotation .rotation_body .rotation_sec2 .rotation_sec_header {
  background: #9c9696;
  background: linear-gradient(to right, #9c9696 0%, #bcb8b8 50%, #9c9696 100%);
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_rotation .rotation_body .rotation_sec2 .rotation_sec_body div {
    margin-top: -5px;
  }
}
#nwnb_enbu #enbu_rotation .rotation_caption {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_rotation .rotation_caption {
    margin-bottom: 25px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_rotation .rotation_caption {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#nwnb_enbu #enbu_rotation .rotation_movie {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_realization {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_realization {
    padding: 0 15px 40px;
  }
}
#nwnb_enbu #enbu_realization .realization_title {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_realization .realization_title {
    margin-bottom: 70px;
  }
  #nwnb_enbu #enbu_realization .realization_title::before, #nwnb_enbu #enbu_realization .realization_title::after {
    content: "";
    display: block;
    width: 255px;
    height: 1px;
    background-color: #5b5e5b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #nwnb_enbu #enbu_realization .realization_title::before {
    left: 0;
  }
  #nwnb_enbu #enbu_realization .realization_title::after {
    right: 0;
  }
  #nwnb_enbu #enbu_realization .realization_title img {
    width: 430px;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_realization .realization_title {
    max-width: 430px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_realization .realization_body {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_realization .realization_body .realization_inner {
    width: 470px;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_realization .realization_body .realization_inner .realization_lead {
    width: 277px;
    height: 130px;
    margin-bottom: 30px;
    background: url("../img/enbudaki/realization_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_realization .realization_body .realization_inner .realization_lead {
    margin-bottom: 20px;
    font-family: "Noto Serif Japanese", serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_realization .realization_body .realization_inner .realization_text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #nwnb_enbu #enbu_realization .realization_body .realization_inner .realization_text {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
@media screen and (min-width: 769px) {
  #nwnb_enbu #enbu_realization .realization_body .realization_img {
    width: 460px;
  }
}