@charset "UTF-8";
/* =================================================================
	top
================================================================= */

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

/* ---------- btn ---------- */
#nwfb_top .btn_black,
#nwfb_top .btn_white {
  width: 250px;
}

@media print, screen and (min-width: 769px) {
  #nwfb_top .btn_black a,
  #nwfb_top .btn_white a {
    display: block;
    transition: all 0.3s;
  }
  
  #nwfb_top .btn_black a:hover {
    background-color: rgba(0,0,0,0.25);
  }
  
  #nwfb_top .btn_white a:hover {
    background-color: rgba(255,255,255,0.25);
  }
}

/* ---------- content ---------- */
@media print, screen and (min-width: 769px) {
  #nwfb_top .top_content {
    width: 1200px;
    position: relative;
    margin: 0 auto;
  }
}

/*---------------------------------
  top_mainv
---------------------------------*/

#nwfb_top #top_mainv {
  position: relative;
}

#nwfb_top #top_mainv .mainv_btn {
  position: absolute;
}

#nwfb_top #top_mainv .mainv_btn a {
  display: block;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_top #top_mainv {
    height: 750px;
    background: #000 url("../img/top/mainv_img.jpg") no-repeat center;
    background-size: auto 750px;
  }
  
  #nwfb_top #top_mainv .mainv_btn {
    width: 162px;
    margin-right: -703px;
    right: 50%;
    bottom: 28px;
  }
  
  #nwfb_top #top_mainv .mainv_btn a {
    transition: opacity 0.3s;
  }
  
  #nwfb_top #top_mainv .mainv_btn a:hover {
    opacity: 0.5;
  }
}
  
/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_top #top_mainv .mainv_btn {
    width: 80px;
    right: 4vw;
    bottom: 22vw;
  }
}

/*---------------------------------
  top_concept
---------------------------------*/

#nwfb_top #top_concept {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_top #top_concept {
    height: 480px;
    background-image: url("../img/top/concept_bg.jpg");
  }
  
  #nwfb_top #top_concept .concept_lead {
    width: 497px;
    height: 198px;
    margin-right: -618px;
    background: url("../img/top/concept_lead.png") no-repeat center bottom;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 100px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_top #top_concept {
    padding: 60px 15px 140px;
    background-image: url("../img/top/concept_bg_sp.jpg");
  }
  
  #nwfb_top #top_concept .concept_lead {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
  }
}

/*---------------------------------
  top_enbu
---------------------------------*/

#nwfb_top #top_enbu {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#nwfb_top #top_enbu .enbu_lead {
  background: url("../img/top/enbu_lead.png") no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#nwfb_top #top_enbu .enbu_logo {
  background: url("../img/top/enbu_logo.png") no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_top #top_enbu {
    background-image: url("../img/top/enbu_bg.jpg");
    height: 700px;
    position: relative;
  }
  
  #nwfb_top #top_enbu .enbu_lead {
    width: 536px;
    height: 106px;
    margin-left: -567px;
    position: absolute;
    left: 50%;
    top: 138px;
  }
  
  #nwfb_top #top_enbu .enbu_logo {
    width: 464px;
    height: 147px;
    margin-left: -582px;
    position: absolute;
    left: 50%;
    top: 304px;
  }
  
  #nwfb_top #top_enbu .enbu_img {
    width: 1082px;
    margin-right: -907px;
    position: absolute;
    right: 50%;
    top: 0;
  }
  
  #nwfb_top #top_enbu .enbu_btn {
    margin-left: -423px;
    position: absolute;
    left: 50%;
    top: 511px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_top #top_enbu {
    background-image: url("../img/top/enbu_bg_sp.jpg");
    padding: 40px 0;
  }
  
  #nwfb_top #top_enbu .enbu_lead {
    width: 280px;
    height: 55px;
    margin: 0 auto 30px;
  }
  
  #nwfb_top #top_enbu .enbu_logo {
    width: 280px;
    height: 89px;
    margin: 0 auto;
  }
  
  #nwfb_top #top_enbu .enbu_btn {
    margin: -20px auto 0;
  }
}

/*---------------------------------
  top_kama
---------------------------------*/

#nwfb_top #top_kama {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#nwfb_top #top_kama .kama_logo {
  background: url("../img/top/kama_logo.png") no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_top #top_kama {
    background-image: url("../img/top/kama_bg.jpg");
    height: 700px;
    position: relative;
  }
  
  #nwfb_top #top_kama .kama_lead {
    width: 535px;
    height: 104px;
    margin-right: -569px;
    background: url("../img/top/kama_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 152px;
  }
  
  #nwfb_top #top_kama .kama_logo {
    width: 345px;
    height: 115px;
    margin-right: -473px;
    position: absolute;
    right: 50%;
    top: 315px;
  }
  
  #nwfb_top #top_kama .kama_img {
    width: 638px;
    margin-left: -673px;
    position: absolute;
    left: 50%;
    top: 63px;
  }
  
  #nwfb_top #top_kama .kama_btn {
    margin-right: -423px;
    position: absolute;
    right: 50%;
    top: 490px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_top #top_kama {
    background-image: url("../img/top/kama_bg_sp.jpg");
    padding: 40px 15px;
  }
  
  #nwfb_top #top_kama .kama_lead {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
  
  #nwfb_top #top_kama .kama_logo {
    width: 300px;
    height: 100px;
    margin: 0 auto 20px;
  }
  
  #nwfb_top #top_kama .kama_img {
    width: 320px;
    margin: 0 auto 20px;
  }
  
  #nwfb_top #top_kama .kama_btn {
    margin: 0 auto 0;
  }
}

/*---------------------------------
  top_wagaya
---------------------------------*/

#nwfb_top #top_wagaya {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#nwfb_top #top_wagaya .wagaya_title {
  background: url("../img/top/wagaya_title.png") no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_top #top_wagaya {
    background-image: url("../img/top/wagaya_bg.jpg");
    height: 700px;
    position: relative;
  }
  
  #nwfb_top #top_wagaya .wagaya_title {
    width: 120px;
    height: 29px;
    margin-left: -590px;
    position: absolute;
    left: 50%;
    top: 207px;
  }
  
  #nwfb_top #top_wagaya .wagaya_lead {
    width: 434px;
    height: 104px;
    margin-left: -590px;
    background: url("../img/top/wagaya_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 283px;
  }
  
  #nwfb_top #top_wagaya .wagaya_btn {
    margin-left: -590px;
    position: absolute;
    left: 50%;
    top: 457px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_top #top_wagaya {
    background-image: url("../img/top/wagaya_bg_sp.jpg");
    padding: 40px 15px 240px;
  }
  
  #nwfb_top #top_wagaya .wagaya_title {
    width: 100px;
    height: 24px;
    margin: 0 auto 20px;
  }
  
  #nwfb_top #top_wagaya .wagaya_lead {
    margin-bottom: 30px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
  
  #nwfb_top #top_wagaya .wagaya_btn {
    margin: 0 auto 0;
  }
}

/*---------------------------------
  top_menu
---------------------------------*/

#nwfb_top #top_menu .menu_main,
#nwfb_top #top_menu .menu_inner {
  position: relative;
}

#nwfb_top #top_menu .menu_main a,
#nwfb_top #top_menu .menu_inner a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#nwfb_top #top_menu .menu_main .menu_title {
  background: url("../img/top/menu_title.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_top #top_menu {
    padding-top: 100px;
    margin-bottom: 100px;
  }
  
  #nwfb_top #top_menu .menu_main a,
  #nwfb_top #top_menu .menu_inner a {
    transition: opacity 0.3s;
    background-color: #fff;
    opacity: 0;
  }
  
  #nwfb_top #top_menu .menu_main a:hover,
  #nwfb_top #top_menu .menu_inner a:hover {
    opacity: 0.5;
  }
  
  #nwfb_top #top_menu .menu_lead {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_top #top_menu .menu_main .menu_title {
    width: 380px;
    height: 120px;
  }
  
  #nwfb_top #top_menu .menu_main .menu_img {
    display: flex;
  }
  
  #nwfb_top #top_menu .menu_main .menu_img div:first-child {
    width: 800px;
  }
  
  #nwfb_top #top_menu .menu_main .menu_img div:nth-child(2) {
    width: 400px;
  }
  
  #nwfb_top #top_menu .menu_main .menu_lead {
    width: 1200px;
    height: 80px;
    background-image: url("../img/top/menu_lead01.png");
  }
  
  #nwfb_top #top_menu .menu_wrap {
    display: flex;
  }
  
  #nwfb_top #top_menu .menu_wrap .menu_inner {
    width: 600px;
  }
  
  #nwfb_top #top_menu .menu_wrap .menu_inner:first-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  
  #nwfb_top #top_menu .menu_wrap .menu_inner .menu_lead {
    width: 600px;
    height: 59px;
  }
  
  #nwfb_top #top_menu .menu_wrap .menu_inner:first-child .menu_lead {
    background-image: url("../img/top/menu_lead02.png");
  }
  
  #nwfb_top #top_menu .menu_wrap .menu_inner:nth-child(2) .menu_lead {
    background-image: url("../img/top/menu_lead03.png");
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_top #top_menu {
    padding: 40px 15px;
  }
  
  #nwfb_top #top_menu .menu_lead {
    display: block;
    padding: 10px 30px 10px 10px;
    position: relative;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
  }
  
  #nwfb_top #top_menu .menu_lead::after {
    content: "";
    display: block;
    width: 11px;
    height: 19px;
    background: url("../img/top/arrow_gold.png") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  #nwfb_top #top_menu .menu_main {
    margin-bottom: 20px;
  }
  
  #nwfb_top #top_menu .menu_main .menu_title {
    width: 190px;
    height: 60px;
  }
  
  #nwfb_top #top_menu .menu_wrap .menu_inner:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*---------------------------------
  top_rice
---------------------------------*/

#nwfb_top #top_rice .rice_main {
  position: relative;
}

#nwfb_top #top_rice .rice_main a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#nwfb_top #top_rice .rice_main .rice_title {
  background: url("../img/top/rice_title.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_top #top_rice {
    margin-bottom: 100px;
  }
  
  #nwfb_top #top_rice .rice_main a {
    transition: opacity 0.3s;
    background-color: #fff;
    opacity: 0;
  }
  
  #nwfb_top #top_rice .rice_main a:hover {
    opacity: 0.5;
  }
  
  #nwfb_top #top_rice .rice_main .rice_title {
    width: 430px;
    height: 120px;
  }
  
  #nwfb_top #top_rice .rice_main .rice_btn {
    width: 204px;
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_top #top_rice {
    padding: 0 15px 40px;
  }
  
  #nwfb_top #top_rice .rice_main .rice_title {
    width: 215px;
    height: 60px;
  }
  
  #nwfb_top #top_rice .rice_main .rice_btn {
    width: 140px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}

/*---------------------------------
  top_feature
---------------------------------*/

#nwfb_top #top_feature .feat_wrap {
  position: relative;
}

#nwfb_top #top_feature .feat_wrap .feat_title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#nwfb_top #top_feature .feat_wrap a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#nwfb_top #top_feature .feat_inner a {
  display: block;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_top #top_feature {
    display: flex;
  }
  
  #nwfb_top #top_feature .feat_wrap {
    width: 56.250%;
  }
  
  #nwfb_top #top_feature .feat_wrap .feat_title {
    background-image: url("../img/top/feature_title.png");
    width: 500px;
    height: 120px;
  }
  
  #nwfb_top #top_feature .feat_wrap a {
    transition: opacity 0.3s;
    background-color: #fff;
    opacity: 0;
  }
  
  #nwfb_top #top_feature .feat_wrap a:hover {
    opacity: 0.5;
  }
  
  #nwfb_top #top_feature .feat_inner {
    width: 43.750%;
  }
  
  #nwfb_top #top_feature .feat_inner a {
    transition: opacity 0.3s;
  }
  
  #nwfb_top #top_feature .feat_inner a:hover {
    opacity: 0.5;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_top #top_feature {
  }
  
  #nwfb_top #top_feature .feat_wrap .feat_title {
    background-image: url("../img/top/feature_title_sp.png");
    width: 171px;
    height: 78px;
  }
}

/*---------------------------------
  top_know
---------------------------------*/

#nwfb_top #top_know {
  background: url("../img/top/know_bg.jpg") no-repeat center;
  background-size: cover;
}

#nwfb_top #top_know .know_header .know_logo {
  background: url("../img/top/know_logo.png") no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#nwfb_top #top_know .know_body .know_cm_movie {
  margin-bottom: 10px;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

#nwfb_top #top_know .know_body .know_cm_movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#nwfb_top #top_know .know_body .know_cm_list {
  display: flex;
  justify-content: space-between;
}

#nwfb_top #top_know .know_body .know_cm_list a {
  display: block;
  border-radius: 5px;
  background-color: #000;
}

#nwfb_top #top_know .know_body .know_cm_list a.is-active {
  background-color: #82641c;
}

#nwfb_top #top_know .know_body .know_taidan_list li a {
  display: block;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_top #top_know {
    padding: 100px 0 125px;
  }
  
  #nwfb_top #top_know .top_content {
    display: flex;
    justify-content: space-between;
  }
  
  #nwfb_top #top_know .know_header {
    width: 364px;
  }
  
  #nwfb_top #top_know .know_header .know_logo {
    width: 330px;
    height: 161px;
    margin: 0 auto 45px;
  }
  
  #nwfb_top #top_know .know_body {
    width: 768px;
  }
  
  #nwfb_top #top_know .know_body .know_cm_title {
    width: 239px;
    height: 26px;
    margin-bottom: 30px;
    background: url("../img/top/know_cm_title.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_top #top_know .know_body .know_cm_list {
    margin-bottom: 60px;
  }
  
  #nwfb_top #top_know .know_body .know_cm_list li {
    width: 248px;
  }
  
  #nwfb_top #top_know .know_body .know_cm_list a {
    transition: opacity 0.3s;
  }
  
  #nwfb_top #top_know .know_body .know_cm_list a:hover {
    opacity: 0.75;
  }
  
  #nwfb_top #top_know .know_body .know_taidan_title {
    width: 554px;
    height: 26px;
    margin-bottom: 30px;
    background: url("../img/top/know_taidan_title.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_top #top_know .know_body .know_taidan_img {
    margin-bottom: 25px;
  }

  #nwfb_top #top_know .know_body .know_taidan_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  #nwfb_top #top_know .know_body .know_taidan_list li {
    width: 376px;
  }
  
  #nwfb_top #top_know .know_body .know_taidan_list li:first-child,
  #nwfb_top #top_know .know_body .know_taidan_list li:nth-child(2) {
    margin-bottom: 16px;
  }
  
  #nwfb_top #top_know .know_body .know_taidan_list li a {
    transition: opacity 0.3s;
  }
  
  #nwfb_top #top_know .know_body .know_taidan_list li a:hover {
    opacity: 0.5;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_top #top_know {
    padding: 40px 15px;
  }
  
  #nwfb_top #top_know .know_header {
    margin-bottom: 30px;
  }
  
  #nwfb_top #top_know .know_header .know_logo {
    width: 240px;
    height: 117px;
    margin: 0 auto 20px;
  }
  
  #nwfb_top #top_know .know_body .know_cm_title,
  #nwfb_top #top_know .know_body .know_taidan_title {
    margin-bottom: 15px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
  }
  
  #nwfb_top #top_know .know_body .know_cm_list {
    margin-bottom: 30px;
  }
  
  #nwfb_top #top_know .know_body .know_cm_list li {
    width: calc( ( 100% - 20px ) / 3 );
  }
  
  #nwfb_top #top_know .know_body .know_taidan_img {
    margin-bottom: 15px;
  }

  #nwfb_top #top_know .know_body .know_taidan_list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*---------------------------------
  nwfb_info
---------------------------------*/

.nwfb_info {
  background: url("../img/common/bg_washi_gray.jpg") no-repeat center;
  background-size: cover;
}

.nwfb_info .content_inner {
  padding: 75px 0 50px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.nwfb_info .nwfb_info-thumb {
  width: 347px;
  margin: 0 auto 30px;
}

.nwfb_info .nwfb_info_menu {
  display: flex;
  justify-content: center;
}

.nwfb_info .nwfb_info_menu > li {
  margin: 0 10px;
}

.nwfb_info .nwfb_info_menu > li a {
  display: block;
  border: 1px solid #333333;
  transition: .2s background;
}

.nwfb_info .nwfb_info_menu > li a:hover {
  background: rgba(255, 255, 255, .8);
}

@media screen and (max-width: 768px) {
  .nwfb_info .content_inner {
    padding: 32px 0 30px;
    max-width: 500px;
    width: 100%;
  }

  .nwfb_info .nwfb_info-thumb {
    max-width: 300px;
    padding: 0 20px;
    margin: 0 auto 28px;
    box-sizing: border-box;
  }

  .nwfb_info .nwfb_info_menu {
    display: flex;
    justify-content: center;
    flex-flow: column;
  }

  .nwfb_info .nwfb_info_menu > li {
    width: calc(50% - 40px);
    max-width: 198px;
    margin: 10px auto;
  }
}