@charset "UTF-8";

/* =================================================================
	nwut_enbu
================================================================= */

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

#nwut_enbu #enbu_wrap {
  background: url("../img/enbudaki/enbu_bg.jpg") no-repeat center;
  background-size: cover;
}

.enbu_himitsu{
  padding: 80px 0;
  background: url(../img/enbudaki/himitsu_bg.jpg) no-repeat center /cover;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  .enbu_himitsu .himitsu_title{
    width: 262px;
    height: 39px;
    margin: 0 auto 40px;
    background: url(../img/enbudaki/himitsu_title.png) no-repeat center / contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .enbu_himitsu .himitsu_lead{
    width: 723px;
    height: 63px;
    margin: 0 auto;
    background: url(../img/enbudaki/himitsu_lead.png) no-repeat center / contain;text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  .enbu_himitsu{
    padding: 50px 16px;
  }
  .enbu_himitsu .himitsu_title{
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #fff;
  }
  .enbu_himitsu .himitsu_lead{
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #fff;
  }
}


/*---------------------------------
  enbu_visu
---------------------------------*/

#nwut_enbu #enbu_visual {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#nwut_enbu #enbu_visual::after {
  content: "";
  display: block;
  clear: both;
}

#nwut_enbu #enbu_visual .visual_inner{
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

#nwut_enbu #enbu_visual .visual_lead {
  background: url("../img/enbudaki/visual_lead.png") no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

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

#nwut_enbu #enbu_visual .visual_notes {
  text-align: center;
  color: #fff;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwut_enbu #enbu_visual {
    height: 750px;
    padding: 75px 0 95px;
    background-image: url("../img/enbudaki/visual_bg.jpg");
    box-sizing: border-box;
  }
  #nwut_enbu #enbu_visual .visual_inner{
    max-width: 1160px;
  }
  #nwut_enbu #enbu_visual .visual_textbox{ width: 47%;}
  #nwut_enbu #enbu_visual .visual_img{ width: 53%; }

  #nwut_enbu #enbu_visual .visual_lead {
    width: 460px;
    height: 40px;
    margin: 0 7px 88px 0;
    float: right;
  }

  #nwut_enbu #enbu_visual .visual_logo {
    width: 525px;
    height: 165px;
    margin: 0 0 56px 0;
    float: right;
    clear: both;
  }
  
  #nwut_enbu #enbu_visual .visual_text {
    width: 454px;
    height: 85px;
    background: url("../img/enbudaki/visual_text.png") no-repeat center;
    background-size: contain;
    float: right;
    clear: both;
    overflow: hidden;
  }
  
  #nwut_enbu #enbu_visual .visual_text p {
    padding-left: 454px;
    width: 454px;
  }
  
  #nwut_enbu #enbu_visual .visual_notes {
    margin-right: -415px;
    position: absolute;
    right: 50%;
    top: 205px;
    clear: both;
    font-size: 14px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwut_enbu #enbu_visual {
    padding: 40px 15px;
    box-sizing: border-box;
    background-image: url("../img/enbudaki/visual_bg_sp.jpg");
  }
  #nwut_enbu #enbu_visual .visual_textbox{
    order: 1;
    width: 100%;
  }
  #nwut_enbu #enbu_visual .visual_img{
    order: 2;
    width: 80%;
    margin: 30px auto 0;
  }
  #nwut_enbu #enbu_visual .visual_lead {
    width: 260px;
    height: 22px;
    margin: 0 auto 10px;
  }

  #nwut_enbu #enbu_visual .visual_logo {
    width: 260px;
    height: 92px;
    margin: 0 auto 25px;
  }
  
  #nwut_enbu #enbu_visual .visual_text p {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
  }
  
  #nwut_enbu #enbu_visual .visual_notes {
    margin-bottom: 20px;
    text-shadow: 0px 0px 5px #000;
  }
}

/*---------------------------------
  enbu_point
---------------------------------*/

/* point01 */
#nwut_enbu #enbu_point .point_body .point_sec1 {
  position: relative;
}

#nwut_enbu #enbu_point .point_body .point_sec1::before,
#nwut_enbu #enbu_point .point_body .point_sec1::after {
  content: "";
  display: block;
  position: absolute;
}

#nwut_enbu #enbu_point .point_body .point_sec_header {
  text-align: center;
  font-weight: bold;
  color: #fff;
}

#nwut_enbu #enbu_point .point_body .point_sec1 .point_sec_header {
  background-color: #4c4848;
}

#nwut_enbu #enbu_point .point_body .point_sec2 .point_sec_header {
  background-color: #a47c00;
}

#nwut_enbu #enbu_point .point_body .point_sec_body {
  background-color: #fff;
  text-align: center;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwut_enbu #enbu_point {
  }
  
  /* point01 */
  #nwut_enbu #enbu_point #enbu_point01 {
    padding-top: 80px;
    padding-bottom: 95px;
  }
  
  #nwut_enbu #enbu_point .point_body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  
  #nwut_enbu #enbu_point .point_body .point_sec1 {
    width: 310px;
  }
  
  #nwut_enbu #enbu_point .point_body .point_sec1::before,
  #nwut_enbu #enbu_point .point_body .point_sec1::after {
    top: 50%;
  }
  
  #nwut_enbu #enbu_point .point_body .point_sec1::before {
    width: 28px;
    height: 48px;
    margin-top: -24px;
    background-color: #a47c00;
    right: -17px;
  }

  #nwut_enbu #enbu_point .point_body .point_sec1::after {
    width: 0;
    height: 0;
    margin-top: -48px;
    border-style: solid;
    border-width: 48px 0 48px 25px;
    border-color: transparent transparent transparent #a47c00;
    right: -42px;
}
  
  #nwut_enbu #enbu_point .point_body .point_sec2 {
    width: 620px;
  }
  
  #nwut_enbu #enbu_point .point_body .point_sec_header {
    font-size: 16px;
    line-height: 1.875;
  }
  
  #nwut_enbu #enbu_point .point_body .point_sec_body {
    height: 500px;
    padding: 20px;
    box-sizing: border-box;
  }
  
  #nwut_enbu #enbu_point .point_body .point_sec_body p {
    font-size: 16px;
    line-height: 1.5;
  }
  
  #nwut_enbu #enbu_point .point_body .point_sec1 .point_sec_body p {
    margin-bottom: 38px;
  }
  
  #nwut_enbu #enbu_point .point_body .point_sec2 .point_sec_body p {
    margin-bottom: 8px;
  }
  
  #nwut_enbu #enbu_point #enbu_point01 .point_notes {
    font-size: 14px;
    line-height: 20px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwut_enbu #enbu_point {
    padding: 40px 15px;
  }
  
  /* point01 */
  #nwut_enbu #enbu_point .point_body .point_sec1 {
    margin-bottom: 40px;
  }

  #nwut_enbu #enbu_point .point_body .point_sec1::before,
  #nwut_enbu #enbu_point .point_body .point_sec1::after {
    margin: auto;
    left: 0;
    right: 0;
  }
  
  #nwut_enbu #enbu_point .point_body .point_sec1::before {
    width: 30px;
    height: 20px;
    background-color: #a47c00;
    bottom: -10px;
  }

  #nwut_enbu #enbu_point .point_body .point_sec1::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #a47c00 transparent transparent transparent;
    bottom: -30px;
  }
  
  #nwut_enbu #enbu_point .point_body .point_sec_header {
    padding: 5px;
    font-size: 14px;
    line-height: 1.5;
  }
  
  #nwut_enbu #enbu_point .point_body .point_sec_body {
    padding: 15px 15px 25px;
  }
  
  #nwut_enbu #enbu_point .point_body .point_sec_body p {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwut_enbu #enbu_point #enbu_point01 .point_notes {
    padding: 0 15px 20px;
    background-color: #fff;
  }
}

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

#nwut_enbu #kamado_visual {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
#nwut_enbu #kamado_visual::before{
  position: absolute;
  content: "";
  width: 388px;
  height: 511px;
  background: url(../img/enbudaki/kama_visual_bg.png) no-repeat center / contain;
  top: 0;
  left: 0;
  z-index: 1;
}

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

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

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwut_enbu #kamado_visual {
    height: 600px;
  }
  
  #nwut_enbu #kamado_visual .visual_lead {
    width: 488px;
    height: 98px;
    margin-left: -522px;
    background: url("../img/enbudaki/kama_visual_lead.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 100px;
    left: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
  }
  
  #nwut_enbu #kamado_visual .visual_logo {
    width: 345px;
    height: 115px;
    margin-left: -449px;
    position: absolute;
    top: 250px;
    left: 50%;
    z-index: 10;
  }
  
  #nwut_enbu #kamado_visual .visual_img {
    width: 940px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  #nwut_enbu #kamado_visual .visual_hosho {
    width: 250px;
    margin-left: -402px;
    position: absolute;
    left: 50%;
    top: 402px;
    z-index: 10;
  }
  
  #nwut_enbu #kamado_visual .visual_text {
    margin-left: -490px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    font-size: 14px;
    line-height: 1.5;
    z-index: 10;
  }
}

@media screen and (max-width: 1300px) {
  #nwut_enbu #kamado_visual .visual_img{
    margin-right: -250px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwut_enbu #kamado_visual {
    padding: 40px 15px 0;
  }
  #nwut_enbu #kamado_visual::before {
    width: 170px;
    height: 224px;
  }
  
  #nwut_enbu #kamado_visual .visual_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;
    z-index: 10;
    position: relative;
  }

  #nwut_enbu #kamado_visual .visual_logo {
    position: relative;
    width: 300px;
    height: 100px;
    margin: 0 auto 20px;
    z-index: 10;
  }
  
  #nwut_enbu #kamado_visual .visual_img {
    margin: 20px -15px 0;
  }
  
  #nwut_enbu #kamado_visual .visual_hosho {
    width: 200px;
    margin: 0 auto 20px;
  }
}


/*---------------------------------
  kamado_kama
---------------------------------*/

#nwut_enbu #kamado_kama {
  background: url("../img/enbudaki/enbu_bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

#nwut_enbu #kamado_kama .kama_text span {
  display: inline;
  padding: 3px;
  border: 1px solid #000;
  border-radius: 2px;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwut_enbu #kamado_kama {
    padding: 90px 0 80px;
  }
  
  #nwut_enbu #kamado_kama .kama_lead {
    width: 797px;
    height: 30px;
    margin-bottom: 30px;
    background: url("../img/enbudaki/kama_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwut_enbu #kamado_kama .kama_text {
    margin-bottom: 60px;
  }
  
  #nwut_enbu #kamado_kama .kama_img {
    width: 929px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwut_enbu #kamado_kama {
    padding: 40px 15px;
  }
  
  #nwut_enbu #kamado_kama .kama_lead {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
  }
  
  #nwut_enbu #kamado_kama .kama_text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }
}


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

#nwut_enbu #kamado_edge {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

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

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwut_enbu #kamado_edge {
    height: 400px;
    background-image: url("../img/enbudaki/edge_bg.jpg");
    border-bottom: solid 1px #c2c2be;
  }
  
  #nwut_enbu #kamado_edge .edge_inner {
    width: 355px;
    margin-right: -453px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
  }
  
  #nwut_enbu #kamado_edge .edge_lead {
    width: 252px;
    height: 76px;
    margin-bottom: 30px;
    background: url("../img/enbudaki/edge_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwut_enbu #kamado_edge {
    padding: 40px 15px;
    background-image: url("../img/enbudaki/edge_bg_sp.jpg");
    overflow: hidden;
  }
  
  #nwut_enbu #kamado_edge .edge_inner {
    float: right;
  }
  
  #nwut_enbu #kamado_edge .edge_lead {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
  }
  
  #nwut_enbu #kamado_edge .edge_text {
    width: 13em;
    font-size: 13px;
    line-height: 1.75;
  }
}

/*---------------------------------
  kamado_ih
---------------------------------*/

#nwut_enbu #kamado_ih {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#nwut_enbu #kamado_ih .ih_text {
  color: #fff;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwut_enbu #kamado_ih {
    height: 400px;
    background-image: url("../img/enbudaki/ih_bg.jpg");
  }
  
  #nwut_enbu #kamado_ih .ih_inner {
    width: 355px;
    margin-left: -555px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
  }
  
  #nwut_enbu #kamado_ih .ih_lead {
    width: 311px;
    height: 80px;
    margin-bottom: 30px;
    background: url("../img/enbudaki/ih_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwut_enbu #kamado_ih {
    padding: 40px 15px;
    background-image: url("../img/enbudaki/ih_bg_sp.jpg");
    overflow: hidden;
  }

  
  #nwut_enbu #kamado_ih .ih_lead {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
  }
  
  #nwut_enbu #kamado_ih .ih_text {
    width: 13em;
    font-size: 13px;
    line-height: 1.75;
  }
}


/*---------------------------------
  enbu_point2
---------------------------------*/
#nwut_enbu #enbu_point02 {
  background: url(../img/enbudaki/enbu_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwut_enbu #enbu_point02 {
    padding: 115px 0 125px;
  }

  #nwut_enbu #enbu_point02 .point_title {
    width: 180px;
    margin-bottom: 30px;
  }

  #nwut_enbu #enbu_point02 .point_wrap {
    display: flex;
    justify-content: space-between;
  }

  #nwut_enbu #enbu_point02 .point_inner {
    width: 465px;
  }

  #nwut_enbu #enbu_point02 .point_lead {
    width: 278px;
    height: 130px;
    margin-bottom: 32px;
    background: url("../img/enbudaki/point_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  #nwut_enbu #enbu_point02 .point_img {
    width: 460px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwut_enbu #enbu_point02{
    padding: 40px 15px
  }
  #nwut_enbu #enbu_point02 .point_title {
    width: 120px;
    margin-bottom: 20px;
  }

  #nwut_enbu #enbu_point02 .point_lead {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
  }

  #nwut_enbu #enbu_point02 .point_text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }
}