@charset "UTF-8";

/* =================================================================
	top
================================================================= */

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

@media print,screen and (min-width: 769px) {
  .link_btn a {
    display: block;
    transition: all 0.2s;
  }
  
  .link_btn a:hover {
    opacity: 0.75;
  }
}

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

#nwpv_top #top_mainv {
  position: relative;
}

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

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

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

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

#nwpv_top #top_enbu {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

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

#nwpv_top #top_enbu .link_btn {
  width: 180px;
}

/* ----- PC表示 -----*/
@media print,screen and (min-width: 769px) {
  #nwpv_top #top_enbu {
    height: 650px;
    background-image: url("../img/top/enbu_bg.jpg");
  }
  
  #nwpv_top #top_enbu h3.enbu_lead {
    width: 496px;
    height: 114px;
    margin-left: -550px;
    background: url("../img/top/enbu_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 185px;
  }
  
  #nwpv_top #top_enbu h2.enbu_logo {
    width: 269px;
    height: 112px;
    margin-left: -538px;
    position: absolute;
    left: 50%;
    top: 358px;
  }
  
  #nwpv_top #top_enbu .enbu_img {
    width: 585px;
    margin-right: -595px;
    position: absolute;
    right: 50%;
    top: 33px;
  }
  
  #nwpv_top #top_enbu .link_btn {
    margin-left: -219px;
    position: absolute;
    left: 50%;
    top: 397px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwpv_top #top_enbu {
    padding: 40px 0 20px;
    background-image: url("../img/top/enbu_bg_sp.jpg");
  }

  #nwpv_top #top_enbu h3.enbu_lead {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
  
  #nwpv_top #top_enbu h2.enbu_logo {
    width: 188px;
    height: 79px;
    margin: 0 auto 20px;
  }
  
  #nwpv_top #top_enbu .enbu_img {
    width: 292px;
    margin: 0 auto;
  }
  
  #nwpv_top #top_enbu .link_btn {
    margin: 0 auto;
  }
}

/*---------------------------------
  top_kamado
---------------------------------*/

#nwpv_top #top_kamado {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

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

#nwpv_top #top_kamado .link_btn {
  width: 180px;
}

/* ----- PC表示 -----*/
@media print,screen and (min-width: 769px) {
  #nwpv_top #top_kamado {
    height: 650px;
    background-image: url("../img/top/kamado_bg.jpg");
  }
  
  #nwpv_top #top_kamado h3.kamado_lead {
    width: 535px;
    height: 114px;
    margin-right: -574px;
    background: url("../img/top/kamado_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 185px;
  }
  
  #nwpv_top #top_kamado h2.kamado_logo {
    width: 303px;
    height: 101px;
    margin-right: -347px;
    position: absolute;
    top: 359px;
    right: 50%;
  }
  
  #nwpv_top #top_kamado .kamado_img {
    width: 600px;
    margin-left: -580px;
    position: absolute;
    left: 50%;
    top: 58px;
  }
  
  #nwpv_top #top_kamado .link_btn {
    margin-right: -551px;
    position: absolute;
    right: 50%;
    top: 390px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwpv_top #top_kamado {
    padding: 40px 0 20px;
    background-image: url("../img/top/kamado_bg_sp.jpg");
  }
  
  #nwpv_top #top_kamado h3.kamado_lead {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
  
  #nwpv_top #top_kamado h2.kamado_logo {
    width: 212px;
    height: 71px;
    margin: 0 auto 20px;
  }
  
  #nwpv_top #top_kamado .kamado_img {
    width: 300px;
    margin: 0 auto;
  }
  
  #nwpv_top #top_kamado .link_btn {
    margin: 0 auto;
  }
}

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

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

/* ----- PC表示 -----*/
@media print,screen and (min-width: 769px) {
  #nwpv_top #top_wagaya {
    height: 550px;
    background-image: url("../img/top/wagaya_bg.jpg");
    position: relative;
  }
  
  #nwpv_top #top_wagaya .wagaya_cont {
    position: absolute;
    top: 50%;
    left: 8.125%;
    transform: translateY(-50%);
  }
  
  #nwpv_top #top_wagaya .wagaya_cont .wagaya_title {
    width: 98px;
    height: 24px;
    margin-bottom: 50px;
    background: url("../img/top/wagaya_title.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwpv_top #top_wagaya .wagaya_cont .wagaya_lead {
    width: 296px;
    height: 90px;
    margin-bottom: 80px;
    background: url("../img/top/wagaya_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwpv_top #top_wagaya .wagaya_cont .link_btn {
    width: 250px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwpv_top #top_wagaya {
    padding: 40px 15px 80px;
    background-image: url("../img/top/wagaya_bg_sp.jpg");
  }
  
  #nwpv_top #top_wagaya .wagaya_cont .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;
  }
  
  #nwpv_top #top_wagaya .wagaya_cont .wagaya_lead {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
  }
  
  #nwpv_top #top_wagaya .wagaya_cont .link_btn {
    width: 170px;
  }
}

/*---------------------------------
  top_frozen
---------------------------------*/

#nwpv_top #top_frozen {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* ----- PC表示 -----*/
@media print,screen and (min-width: 769px) {
  #nwpv_top #top_frozen {
    height: 550px;
    background-image: url("../img/top/frozen_bg.jpg");
    position: relative;
  }
  
  #nwpv_top #top_frozen .frozen_cont {
    position: absolute;
    top: 50%;
    right: 13.563%;
    transform: translateY(-50%);
  }
  
  #nwpv_top #top_frozen .frozen_cont .frozen_title {
    width: 103px;
    height: 24px;
    margin-bottom: 50px;
    background: url("../img/top/frozen_title.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwpv_top #top_frozen .frozen_cont .frozen_lead {
    width: 284px;
    height: 90px;
    margin-bottom: 80px;
    background: url("../img/top/frozen_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwpv_top #top_frozen .frozen_cont .link_btn {
    width: 250px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwpv_top #top_frozen {
    padding: 40px 15px 80px;
    background-image: url("../img/top/frozen_bg_sp.jpg");
    overflow: hidden;
  }
  
  #nwpv_top #top_frozen .frozen_cont {
    width: 200px;
    float: right;
  }
  
  #nwpv_top #top_frozen .frozen_cont .frozen_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;
  }
  
  #nwpv_top #top_frozen .frozen_cont .frozen_lead {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
  }
  
  #nwpv_top #top_frozen .frozen_cont .link_btn {
    width: 170px;
  }
}

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

#nwpv_top #top_rice {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* ----- PC表示 -----*/
@media print,screen and (min-width: 769px) {
  #nwpv_top #top_rice {
    height: 550px;
    background-image: url("../img/top/rice_bg.jpg");
    margin-bottom: 60px;
    position: relative;
  }
  
  #nwpv_top #top_rice .rice_cont {
    position: absolute;
    top: 50%;
    left: 8.750%;
    transform: translateY(-50%);
  }
  
  #nwpv_top #top_rice .rice_cont .rice_title {
    width: 135px;
    height: 24px;
    margin-bottom: 50px;
    background: url("../img/top/rice_title.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwpv_top #top_rice .rice_cont .rice_lead {
    width: 322px;
    height: 90px;
    margin-bottom: 80px;
    background: url("../img/top/rice_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwpv_top #top_rice .rice_cont .link_btn {
    width: 250px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwpv_top #top_rice {
    padding: 40px 15px 80px;
    background-image: url("../img/top/rice_bg_sp.jpg");
  }
  
  #nwpv_top #top_rice .rice_cont .rice_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;
  }
  
  #nwpv_top #top_rice .rice_cont .rice_lead {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
  }
  
  #nwpv_top #top_rice .rice_cont .link_btn {
    width: 170px;
  }
}

/*---------------------------------
  top_usability
---------------------------------*/

/* ----- PC表示 -----*/
@media print,screen and (min-width: 769px) {
  #nwpv_top #top_usability {
    min-height: 300px;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
  }
  
  #nwpv_top #top_usability .usability_cont {
    position: absolute;
    top: 50%;
    left: 8.750%;
    transform: translateY(-50%);
  }
  
  #nwpv_top #top_usability .usability_cont .usability_lead {
    width: 415px;
    height: 90px;
    margin-bottom: 55px;
    background: url("../img/top/usability_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwpv_top #top_usability .usability_cont .usability_text {
    margin-bottom: 55px;
  }
  
  #nwpv_top #top_usability .usability_cont .link_btn {
    width: 250px;
  }
  
  #nwpv_top #top_usability .usability_img {
    width: 57.5%;
    max-width: calc( 100% - ( 8.750% + 415px + 40px ) );
    float: right;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwpv_top #top_usability {
    padding: 40px 15px;
  }
  
  #nwpv_top #top_usability .usability_cont {
    margin-bottom: 30px;
  }
  
  #nwpv_top #top_usability .usability_cont .usability_lead {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
  }
  
  #nwpv_top #top_usability .usability_cont .usability_text {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwpv_top #top_usability .usability_cont .link_btn {
    width: 170px;
  }
}

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

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

#nwpv_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;
}

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

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwpv_top #top_know {
    padding: 100px 0;
  }
  
  #nwpv_top #top_know .top_content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    position: relative;
    margin: 0 auto;
  }
  
  #nwpv_top #top_know .know_header {
    width: 364px;
  }
  
  #nwpv_top #top_know .know_header .know_logo {
    width: 330px;
    height: 161px;
    margin: 0 auto 45px;
  }
  
  #nwpv_top #top_know .know_body {
    width: 768px;
  }
  
  #nwpv_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;
  }
  
  #nwpv_top #top_know .know_body .know_taidan_img {
    margin-bottom: 25px;
  }

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

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwpv_top #top_know {
    padding: 40px 15px;
  }
  
  #nwpv_top #top_know .know_header {
    margin-bottom: 30px;
  }
  
  #nwpv_top #top_know .know_header .know_logo {
    width: 240px;
    height: 117px;
    margin: 0 auto 20px;
  }
  
  #nwpv_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;
  }
  
  #nwpv_top #top_know .know_body .know_taidan_img {
    margin-bottom: 15px;
  }

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

/*---------------------------------
  nwpv_info
---------------------------------*/

@media print,screen and (min-width: 769px) {
  .nwpv_info {
    background: url("../img/common/bg_washi_gray.jpg") repeat;
    background-size: contain;
  }

  .nwpv_info .content_inner {
    padding: 90px 0 50px;
  }
  
  .nwpv_info .nwpv_info-thumb {
    width: 347px;
    margin: 0 auto 28px;
  }
  
  .nwpv_info .nwpv_info_menu {
    display: flex;
    justify-content: center;
  }

  .nwpv_info .nwpv_info_menu > li {
    margin: 0 10px;
  }
  
  .nwpv_info .nwpv_info_menu > li a {
    display: block;
    border: 1px solid #333333;
    transition: .2s background;
  }

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

@media screen and (max-width: 768px) {
  .nwpv_info {
    background: url("../img/common/bg_washi_gray.jpg") repeat;
    background-size: contain;
  }
  
  .nwpv_info .content_inner {
    padding: 32px 0 30px;
  }

  .nwpv_info .nwpv_info-thumb {
    max-width: 300px;
    padding: 0 20px;
    margin: 0 auto 28px;
  }
  
  .nwpv_info .nwpv_info_menu {
    display: flex;
    justify-content: center;
    flex-flow: column;
  }

  .nwpv_info .nwpv_info_menu > li {
    width: calc(50% - 40px);
    max-width: 198px;
    margin: 10px auto;
  }
  
  .nwpv_info .nwpv_info_menu > li a {
    display: block;
    border: 1px solid #333333;
    transition: .2s background;
  }
}