@charset "UTF-8";

/* =================================================================
	kamado
================================================================= */

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

#nwfb_kamado .content_inner {
  position: relative;
}

/*---------------------------------
  kamado_visual
---------------------------------*/

#nwfb_kamado #kamado_visual {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#nwfb_kamado #kamado_visual .visual_logo {
  background: url(../img/kamado/visual_logo.png) no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#nwfb_kamado #kamado_visual .visual_text {
  text-align: center;
  color: #fff;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_kamado #kamado_visual {
    height: 600px;
    background-image: url("../img/kamado/visual_bg.jpg");
    background-position: center top;
  }
  
  #nwfb_kamado #kamado_visual .visual_lead {
    width: 488px;
    height: 98px;
    margin-left: -522px;
    background: url("../img/kamado/visual_lead.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 116px;
    left: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  #nwfb_kamado #kamado_visual .visual_logo {
    width: 345px;
    height: 115px;
    margin-left: -439px;
    position: absolute;
    top: 266px;
    left: 50%;
  }
  
  #nwfb_kamado #kamado_visual .visual_img {
    width: 693px;
    margin-right: -661px;
    position: absolute;
    right: 50%;
    top: 3px;
  }
  
  #nwfb_kamado #kamado_visual .visual_text {
    margin-left: -490px;
    position: absolute;
    bottom: 110px;
    left: 50%;
    font-size: 14px;
    line-height: 1.5;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_kamado #kamado_visual {
    padding: 40px 15px;
    background-image: url("../img/kamado/visual_bg_sp.jpg");
    background-position: left top;
  }
  
  #nwfb_kamado #kamado_visual .visual_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_kamado #kamado_visual .visual_logo {
    width: 300px;
    height: 100px;
    margin: 0 auto 20px;
  }
  
  #nwfb_kamado #kamado_visual .visual_img {
    width: 95%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}

/*---------------------------------
  kamado_cooker
---------------------------------*/

#nwfb_kamado #kamado_cooker {
  background: url("../img/kamado/cooker_bg.jpg") no-repeat center;
  background-size: cover;
}

#nwfb_kamado #kamado_cooker .cooker_text span {
  display: inline;
  padding: 3px;
  border: 1px solid #000;
  border-radius: 2px;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_kamado #kamado_cooker {
    height: 800px;
    border-bottom: 5px solid #fff;
  }
  
  #nwfb_kamado #kamado_cooker .content_inner {
    padding-top: 90px;
  }
  
  #nwfb_kamado #kamado_cooker .cooker_title {
    width: 712px;
    height: 30px;
    margin-bottom: 30px;
    background: url("../img/kamado/cooker_title.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_kamado #kamado_cooker .cooker_text {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 1.875;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_kamado #kamado_cooker {
    padding: 40px 15px;
    border-bottom: 3px solid #fff;
  }
  
  #nwfb_kamado #kamado_cooker .cooker_title {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
  }
  
  #nwfb_kamado #kamado_cooker .cooker_text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }
}

/*---------------------------------
  kamado_edge
---------------------------------*/

#nwfb_kamado #kamado_edge {
  background-repeat: no-repeat;
  background-size: cover;
}

#nwfb_kamado #kamado_edge .edge_text {
  color: #fff;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_kamado #kamado_edge {
    height: 450px;
    border-bottom: 5px solid #fff;
    background-image: url("../img/kamado/edge_bg.jpg");
    background-position: center;
  }
  
  #nwfb_kamado #kamado_edge .edge_inner {
    width: 450px;
    margin-right: -462px;
    position: absolute;
    right: 50%;
    top: 60px;
  }
  
  #nwfb_kamado #kamado_edge .edge_title {
    width: 294px;
    height: 76px;
    margin-bottom: 22px;
    background: url("../img/kamado/edge_title.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_kamado #kamado_edge .edge_text {
    margin-bottom: 33px;
    font-size: 16px;
    line-height: 1.875;
  }
  
  #nwfb_kamado #kamado_edge .edge_img {
    width: 414px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_kamado #kamado_edge {
    padding: 40px 15px 260px;
    border-bottom: 3px solid #fff;
    background-image: url("../img/kamado/edge_bg_sp.jpg");
    background-position: center bottom;
  }
  
  #nwfb_kamado #kamado_edge .edge_title {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
  }
  
  #nwfb_kamado #kamado_edge .edge_text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwfb_kamado #kamado_edge .edge_img {
    width: 300px;
    margin: 0 auto;
  }
}

/*---------------------------------
  kamado_bottom
---------------------------------*/

#nwfb_kamado #kamado_bottom {
  background-repeat: no-repeat;
  background-size: cover;
}

#nwfb_kamado #kamado_bottom .bottom_text {
  color: #fff;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_kamado #kamado_bottom {
    height: 450px;
    background-image: url("../img/kamado/bottom_bg.jpg");
    background-position: center;
  }
  
  #nwfb_kamado #kamado_bottom .bottom_inner {
    width: 450px;
    margin-left: -473px;
    position: absolute;
    left: 50%;
    top: 60px;
  }
  
  #nwfb_kamado #kamado_bottom .bottom_title {
    width: 343px;
    height: 74px;
    margin-bottom: 22px;
    background: url("../img/kamado/bottom_title.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_kamado #kamado_bottom .bottom_text {
    margin-bottom: 33px;
    font-size: 16px;
    line-height: 1.875;
  }
  
  #nwfb_kamado #kamado_bottom .bottom_img {
    width: 227px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_kamado #kamado_bottom {
    padding: 240px 15px 40px;
    background-image: url("../img/kamado/bottom_bg_sp.jpg");
    background-position: center top;
  }
  
  #nwfb_kamado #kamado_bottom .bottom_title {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
  }
  
  #nwfb_kamado #kamado_bottom .bottom_text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwfb_kamado #kamado_bottom .bottom_img {
    width: 180px;
    margin: 0 auto;
  }
}