@charset "UTF-8";

/* =================================================================
	function
================================================================= */

img {
 image-rendering: -webkit-optimize-contrast;
}

.movie_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*---------------------------------
  func_wagaya
---------------------------------*/

#nwfb_function #func_wagaya {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_function #func_wagaya {
    height: 1100px;
    background-image: url("../img/function/wagaya_bg.jpg");
    position: relative;
  }
  
  #nwfb_function #func_wagaya .wagaya_title {
    width: 140px;
    height: 35px;
    margin-left: -540px;
    background: url("../img/function/wagaya_title.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 80px;
  }
  
  #nwfb_function #func_wagaya .wagaya_lead {
    width: 427px;
    height: 94px;
    margin-left: -540px;
    background: url("../img/function/wagaya_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 145px;
  }
  
  #nwfb_function #func_wagaya .wagaya_text {
    margin-left: -540px;
    position: absolute;
    left: 50%;
    top: 260px;
  }
  
  #nwfb_function #func_wagaya .wagaya_img01 {
    width: 535px;
    margin-left: -540px;
    position: absolute;
    left: 50%;
    top: 335px;
  }
  
  #nwfb_function #func_wagaya .wagaya_img02 {
    width: 510px;
    margin-left: -540px;
    position: absolute;
    left: 50%;
    top: 598px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_function #func_wagaya {
    padding: 40px 15px;
    background-image: url("../img/function/wagaya_bg_sp.jpg");
  }
  
  #nwfb_function #func_wagaya .wagaya_title {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 2px solid #222;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
  }
  
  #nwfb_function #func_wagaya .wagaya_lead {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
  }
  
  #nwfb_function #func_wagaya .wagaya_text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwfb_function #func_wagaya .wagaya_img01 {
    max-width: 500px;
    margin: 0 auto 20px;
  }
  
  #nwfb_function #func_wagaya .wagaya_img02 {
    max-width: 500px;
    margin: 0 auto;
  }
}

/*---------------------------------
  func_control
---------------------------------*/

#nwfb_function #func_control {
  background: url("../img/function/control_bg.jpg") no-repeat center;
  background-size: cover;
}

#nwfb_function #func_control dl dt {
  margin-bottom: 20px;
  background-color: #911619;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

#nwfb_function #func_control .control_process dd > div:first-child {
  position: relative;
}

#nwfb_function #func_control .control_process dd > div:first-child::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_function #func_control {
    padding: 60px 0 100px;
  }
  
  #nwfb_function #func_control dl dt {
    font-size: 18px;
  }
  
  #nwfb_function #func_control .control_taste {
    margin-bottom: 50px;
  }
  
  #nwfb_function #func_control .control_taste h2 {
    width: 579px;
    height: 23px;
    margin: 0 auto 25px;
    background: url("../img/function/control_lead01.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_function #func_control .control_taste p {
    width: 690px;
    margin: 0 auto;
  }
  
  #nwfb_function #func_control .control_technology {
    margin-bottom: 60px;
  }
  
  #nwfb_function #func_control .control_technology dd {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
  }
  
  #nwfb_function #func_control .control_technology dd .taste_text {
    width: 455px;
  }
  
  #nwfb_function #func_control .control_technology dd h2 {
    width: 420px;
    height: 68px;
    margin: 10px 0 20px;
    background: url("../img/function/control_lead02.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_function #func_control .control_technology dd .taste_img {
    width: 460px;
  }

  #nwfb_function #func_control .control_wrap {
    display: flex;
    justify-content: space-between;
  }
  
  #nwfb_function #func_control .control_process {
    width: 570px;
  }
  
  #nwfb_function #func_control .control_process dd {
    display: flex;
    justify-content: space-between;
  }
  
  #nwfb_function #func_control .control_process dd > div {
    width: 270px;
  }
  
  #nwfb_function #func_control .control_process dd > div:first-child::after {
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #777472;
    top: 58px;
    right: -20px;
  }
  
  #nwfb_function #func_control .control_process dd > div div {
    margin-bottom: 15px;
  }
  
  #nwfb_function #func_control .control_process dd > div p {
    font-size: 15px;
  }

  #nwfb_function #func_control .control_howto {
    width: 360px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_function #func_control {
    padding: 40px 15px;
  }
  
  #nwfb_function #func_control dl dt {
    font-size: 16px;
  }
  
  #nwfb_function #func_control .control_taste {
    margin-bottom: 30px;
  }
  
  #nwfb_function #func_control .control_taste h2 {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #911619;
  }
  
  #nwfb_function #func_control .control_taste p {
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwfb_function #func_control .control_technology {
    margin-bottom: 30px;
  }
  
  #nwfb_function #func_control .control_technology dd h2 {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #911619;
  }
  
  #nwfb_function #func_control .control_technology dd p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwfb_function #func_control .control_process {
    margin-bottom: 30px;
  }
  
  #nwfb_function #func_control .control_process dd > div:first-child {
    margin-bottom: 30px;
  }
  
  #nwfb_function #func_control .control_process dd > div:first-child::after {
    margin: auto;
    border-width: 10px 10px 0 10px;
    border-color: #777472 transparent transparent transparent;
    left: 0;
    right: 0;
    bottom: -20px;
  }
  
  #nwfb_function #func_control .control_process dd > div div {
    margin-bottom: 10px;
  }
  
  #nwfb_function #func_control .control_process dd > div p {
    font-size: 12px;
    line-height: 1.75;
  }
}

/*---------------------------------
  func_select
---------------------------------*/

#nwfb_function #func_select {
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_function #func_select {
    padding: 90px 0 75px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_function #func_select {
    padding: 40px 15px 20px;
  }
}

/* ---------- select_wrap ---------- */

#nwfb_function #func_select .select_wrap h4 {
  margin-bottom: 6px;
  text-align: center;
}

#nwfb_function #func_select .select_wrap .select_img_main {
  position: relative;
}

#nwfb_function #func_select .select_wrap .select_img_main dd {
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
  
#nwfb_function #func_select .select_wrap .select_img_sub {
  display: flex;
  flex-wrap: wrap;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_function #func_select .select_wrap {
    display: flex;
    width: 1202px;
    margin: 0 auto 50px;
  }
  
  #nwfb_function #func_select .select_wrap p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  
  #nwfb_function #func_select .select_wrap .select_img_main {
    width: 600px;
  }
  
  #nwfb_function #func_select .select_wrap .select_img_main dd {
    width: 233px;
    height: 100px;
    box-sizing: border-box;
    padding-top: 12px;
  }
  
  #nwfb_function #func_select .select_wrap .select_img_sub {
    width: 602px;
    justify-content: space-between;
  }
  
  #nwfb_function #func_select .select_wrap .select_img_sub li {
    width: 200px;
    height: 300px;
  }
  
  #nwfb_function #func_select .select_wrap .select_img_sub li div {
    margin-bottom: 12px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_function #func_select .select_wrap {
    margin-top: 30px;
  }
  
  #nwfb_function #func_select .select_wrap p {
    font-size: 12px;
    line-height: 1.5;
  }
  
  #nwfb_function #func_select .select_wrap .select_img_main dd {
    padding: 12px 15px;
  }
  
  #nwfb_function #func_select .select_wrap .select_img_main dd p {
    text-align: center;
  }
  
  #nwfb_function #func_select .select_wrap .select_img_sub li {
    width: 50%;
    margin-bottom: 20px;
  }
  
  #nwfb_function #func_select .select_wrap .select_img_sub li div {
    margin-bottom: 15px;
  }
  
  #nwfb_function #func_select .select_wrap .select_img_sub li p {
    padding: 0 10px;
  }
}

/* ---------- select_body ---------- */

#nwfb_function #func_select .select_body .select_movie h4 {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_function #func_select .select_body {
    display: flex;
    justify-content: space-between;
  }
  
  #nwfb_function #func_select .select_body .select_text {
    width: 480px;
  }
  
  #nwfb_function #func_select .select_body .select_text h3 {
    width: 200px;
    height: 35px;
    margin-bottom: 50px;
    background: url("../img/function/select_title.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_function #func_select .select_body .select_text h2 {
    width: 462px;
    height: 78px;
    margin-bottom: 40px;
    background: url("../img/function/select_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_function #func_select .select_body .select_movie {
    width: 400px;
  }
  
  #nwfb_function #func_select .select_body .select_movie h4 {
    font-size: 18px;
  }
  
  #nwfb_function #func_select .select_body .select_movie .movie_wrap {
    margin-bottom: 12px;
  }
  
  #nwfb_function #func_select .select_body .select_movie p {
    padding: 0 5px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_function #func_select .select_body .select_text h3 {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 2px solid #222;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
  }
  
  #nwfb_function #func_select .select_body .select_text h2 {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
  }
  
  #nwfb_function #func_select .select_body .select_text p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwfb_function #func_select .select_body .select_movie h4 {
    font-size: 16px;
  }
  
  #nwfb_function #func_select .select_body .select_movie .movie_wrap {
    margin-bottom: 10px;
  }
  
  #nwfb_function #func_select .select_body .select_movie p {
    font-size: 13px;
    line-height: 1.75;
  }
}


/*---------------------------------
  func_menu
---------------------------------*/

#nwfb_function #func_menu {
  background: url("../img/function/menu_bg.jpg") no-repeat center;
  background-size: cover;
}

#nwfb_function #func_menu .menu_notes {
  display: flex;
  flex-wrap: wrap;
}

#nwfb_function #func_menu .menu_notes dt {
  width: 2em;
}

#nwfb_function #func_menu .menu_notes dd {
  width: calc( 100% - 2em );
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_function #func_menu {
    padding: 74px 0 65px;
  }
  
  #nwfb_function #func_menu .menu_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
    margin-left: -1px;
  }
  
  #nwfb_function #func_menu .menu_list li {
    width: 480px;
  }
  
  #nwfb_function #func_menu .menu_list li div {
    margin-bottom: 30px;
  }
  
  #nwfb_function #func_menu .menu_list li h2 {
    margin: 0 30px 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_function #func_menu .menu_list li:first-child h2 {
    width: 301px;
    height: 54px;
    background-image: url("../img/function/menu_lead01.png");
  }
  
  #nwfb_function #func_menu .menu_list li:nth-child(2) h2 {
    width: 326px;
    height: 54px;
    background-image: url("../img/function/menu_lead02.png");
  }
  
  #nwfb_function #func_menu .menu_list li p {
    padding: 0 30px;
  }
  
  #nwfb_function #func_menu .menu_notes {
    width: 1010px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_function #func_menu {
    padding: 40px 15px;
  }
  
  #nwfb_function #func_menu .menu_list li {
    margin-bottom: 30px;
  }
  
  #nwfb_function #func_menu .menu_list li div {
    margin-bottom: 20px;
  }
  
  #nwfb_function #func_menu .menu_list li h2 {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
  }
  
  #nwfb_function #func_menu .menu_list li p {
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwfb_function #func_menu .menu_notes {
    font-size: 12px;
    line-height: 1.5;
  }
}

/*---------------------------------
  func_rice
---------------------------------*/

#nwfb_function #func_rice .rice_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#nwfb_function #func_rice .rice_img {
  position: relative;
}

#nwfb_function #func_rice .rice_img h2 {
  background: url("../img/function/rice_lead.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#nwfb_function #func_rice .rice_notes {
  display: flex;
  flex-wrap: wrap;
}

#nwfb_function #func_rice .rice_notes dt {
  width: 2em;
}

#nwfb_function #func_rice .rice_notes dd {
  width: calc( 100% - 2em );
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_function #func_rice {
    padding: 100px 0;
  }
  
  #nwfb_function #func_rice .rice_img {
    width: 1200px;
    margin: 0 auto 60px;
  }
  
  #nwfb_function #func_rice .rice_img h2 {
    width: 430px;
    height: 120px;
  }
  
  #nwfb_function #func_rice .rice_list {
    margin-bottom: 40px;
  }
  
  #nwfb_function #func_rice .rice_list li {
    width: 220px;
  }
  
  #nwfb_function #func_rice .rice_list li h4 {
    margin-bottom: 23px;
    height: 43px;
    line-height: 43px;
  }
  
  #nwfb_function #func_rice .rice_list li h4 img {
    vertical-align: middle;
  }
  
  #nwfb_function #func_rice .rice_list li p {
    height: 120px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 24px;
  }
  
  #nwfb_function #func_rice .rice_list li:nth-child(2) p {
    word-break: break-all;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
  
  #nwfb_function #func_rice .rice_notes {
    font-size: 14px;
    line-height: 20px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_function #func_rice {
    padding: 40px 15px;
  }
  
  #nwfb_function #func_rice .rice_img {
    margin-bottom: 30px;
  }
  
  #nwfb_function #func_rice .rice_img h2 {
    width: 215px;
    height: 60px;
  }
  
  #nwfb_function #func_rice .rice_list {
  }
  
  #nwfb_function #func_rice .rice_list li {
    width: calc( ( 100% - 20px ) / 2 );
    margin-bottom: 30px;
  }
  
  #nwfb_function #func_rice .rice_list li h4 {
    margin-bottom: 10px;
  }
  
  #nwfb_function #func_rice .rice_list li p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.75;
  }
  
  #nwfb_function #func_rice .rice_notes {
    font-size: 12px;
    line-height: 1.5;
  }
}

/*---------------------------------
  func_other
---------------------------------*/

#nwfb_function #func_other {
  background: url("../img/function/other_bg.jpg") no-repeat center top;
  background-size: cover;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_function #func_other {
    height: 500px;
    padding-top: 70px;
    box-sizing: border-box;
  }
  
  #nwfb_function #func_other .other_wrap {
    display: flex;
    justify-content: space-between;
  }
  
  #nwfb_function #func_other .other_lead {
    width: 300px;
    height: 150px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_function #func_other .other_box01,
  #nwfb_function #func_other .other_box02,
  #nwfb_function #func_other .other_box03 {
    width: 300px;
  }
  
  #nwfb_function #func_other .other_box01 .other_lead {
    background-image: url("../img/function/other_lead01.png");
  }
  #nwfb_function #func_other .other_box02 .other_lead {
    background-image: url("../img/function/other_lead02.png");
  }
  #nwfb_function #func_other .other_box03 .other_lead {
    background-image: url("../img/function/other_lead03.png");
  }
  
  #nwfb_function #func_other .other_title {
    width: 100%;
    height: 68px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_function #func_other .other_box01 .other_title {
    background-image: url("../img/function/other_title01.png");
  }
  #nwfb_function #func_other .other_box02 .other_title {
    background-image: url("../img/function/other_title02.png");
  }
  #nwfb_function #func_other .other_box03 .other_title {
    background-image: url("../img/function/other_title03.png");
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_function #func_other {
    padding: 40px 15px;
  }
  
  #nwfb_function #func_other .other_box01,
  #nwfb_function #func_other .other_box02 {
    margin-bottom: 30px;
  }
  
  #nwfb_function #func_other .other_lead {
    margin-bottom: 15px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #ddcab9 inset;
    background-color: #fff;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 2;
    text-align: center;
  }
  
  #nwfb_function #func_other .other_title {
    margin-bottom: 15px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
  }
  
  #nwfb_function #func_other .other_text {
    font-size: 13px;
    line-height: 1.75;
  }
}