/*===========================
 common
=============================*/

.bread__inner.inner {
  padding: 5px 0;
}





/*===========================
 common
=============================*/

/* .bg_beige_1 {} */


.text-brown {
  color: #5b370f;
}

.text-brown2 {
  color: #87521d;
}


.text-orange {
  color: #f2760f;
}

.text-orange2 {
  color: #f9573d;
}

.text-green {
  color: #0f6329;
}

.text-blue {
  color: #1e2bd3;
}

.text-purple {
  color: #7c40c1;
}


.border-brown {
  border-color: #5b370f;
}


.bg-beige {
  background-color: #e8dcaa;
}

.bg-beige2 {
  background-color: #ddcfb3;
}



.round-line {
  padding: 20px 30px;
  border: #87521d thin solid;
  border-radius: 10px;
}

.round-line-orange {
  padding: 20px 30px;
  border: #f2760f thin solid;
  border-radius: 10px;
}

.round-line-orange2 {
  padding: 20px 10px;
  border: #f2760f thin solid;
  border-radius: 10px;
}


.indent-orange li::before {
  content: '\25CF';
  /*まる*/
  color: #f2760f;
  margin-right: 5px;
}

@media screen and (min-width: 1000px) {

  .round-line {
    padding: 30px 60px;
  }


  .round-line-orange2 {
    padding: 30px 60px;
  }


}

/*===========================
 btn
=============================*/

.link-btn-white a {
  padding: 15px 10px;
  color: #87521d;
  /* font-size: 18px; */
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-radius: 5em;
  display: block;
}


.link-btn-brown a {
  padding: 15px 10px;
  color: #fff;
  /* font-size: 18px; */
  font-weight: bold;
  text-align: center;
  background-color: #87521d;
  border-radius: 5em;
  display: block;
}


.link-btn-orange a {
  padding: 15px 10px;
  color: #fff;
  /* font-size: 18px; */
  font-weight: bold;
  text-align: center;
  background-color: #f2760f;
  border-radius: 5em;
  display: block;
}



@media screen and (min-width: 1000px) {


  .link-btn-white a {
    padding: 15px 10px;
    color: #87521d;
    /* font-size: 18px; */
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border-radius: 5em;
    display: inline-block;
  }


  .link-btn-brown a {
    max-width: 400px;
    padding: 10px 10px;
    display: block;
  }




}

.triangle-left {
  display: inline-block;
  border-style: solid;
  border-width: 14px 24px 14px 0;
  border-color: transparent #000 transparent transparent;
}

.triangle-top {
  display: inline-block;
  border-style: solid;
  border-width: 0 14px 24px 14px;
  border-color: transparent transparent #000 transparent;
}

.triangle-right {
  display: inline-block;
  border-style: solid;
  /* border-width: 14px 0 14px 24px; */
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #87521d;
}

.triangle-bottom {
  display: inline-block;
  border-style: solid;
  border-width: 24px 14px 0 14px;
  border-color: #000 transparent transparent transparent;
}

.arrow {
  display: inline-block;
  border-style: solid;
}

.arrow.right.brown {
  border-color: transparent transparent transparent #87521d;
}

.arrow.right.white {
  border-color: transparent transparent transparent #fff;
}

.arrow.right.middle {
  border-width: 6px 0 6px 10px;
}

.arrow.right.small {
  border-width: 3px 0 3px 5px;
}



/*===========================

=============================*/

/* body {
  width: 100% !important;
  width: 1900px;
  border: #f00 thin solid;
} */


#wrap {
  width: 100%;
  background-color: #e8dcaa;

  /* border: #f00 thin solid; */

  /* background-color: #f4e3bc; */
  /* background-color: #f4e6ae; */
  /* background-color: #f7e6ae; */
}



/*===========================
 title
=============================*/


h1 img {
  width: 100%;
}

#h1_mob {
  display: block;
}

#h1_pc {
  display: none;
}

@media screen and (min-width: 1000px) {


  #h1_mob {
    display: none;
  }

  #h1_pc {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }


}

/*===========================
 mokuji
=============================*/

.mokuji {
  /* padding-top: 100px; */
  z-index: 10;
  /* border: #f00 thin solid; */
}

.mokuji li {
  margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {

  .mokuji .txtbox {
    width: calc(100% - 460px);

  }


}


/*===========================
 background
=============================*/




.bg_01 {
  background: url(../img/1x/bg_mob_01.png) no-repeat top center;
  background-size: contain;
}



@media screen and (min-width: 900px) {
  .bg_01 {
    background: url(../img/1x/bg_pc_01.png) no-repeat top center;
    background-size: contain;
  }
}

/*===========================
 illust
=============================*/

#illust_01_mob {
  margin-bottom: -100px;
  /* width: 62%; */
  /* position: absolute;
  z-index: 2;
  top: 0;
  right: 5%;
  display: block;
  display: flex;
  justify-content: right; */
  /* border: #f00 thin solid; */
}

#illust_01_pc {
  display: none;

}



#maker-logo-pc {
  display: none;
}

#maker-logo-mob {
  display: block;
}


#illust-06-pc {
  display: none;
}

#illust-06-mob {
  display: block;
}

@media screen and (min-width: 1000px) {


  #illust_01_mob {
    display: none;
  }

  #illust_01_pc {
    /* width: 54%; */
    width: 334px;
    display: block;

  }


  #illust_01_pc img {
    width: 100%;
  }


  #maker-logo-pc {
    display: block;
  }

  #maker-logo-mob {
    display: none;
  }


  #illust-06-pc {
    display: block;
  }

  #illust-06-mob {
    display: none;
  }




}




/*===========================
 headings
=============================*/

h2.heading span {
  padding: 10px 20px 10px;
  display: inline-block;
  color: #fff;
  line-height: 1.5;
}

h3 {
  font-size: 20px;
}


h3.bg-orange {
  color: #f9573d;
  background-color: #ffe0c2;
  padding: 5px 10px;
  border-radius: 3px;
}

h3.bg-brown {
  color: #fff;
  background-color: #5b370f;
  padding: 5px 10px;
  border-radius: 3px;
}



h5 {
  font-size: 16px;
}

h5.heading .icon {
  width: 80px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: #f00 thin solid; */
}

h5.heading .icon.brown {
  background: url(../img/SVG/bg_heading_icon_brown.svg) no-repeat top center;
}


@media screen and (min-width: 1000px) {
  h2.heading span {
    display: block;
  }

  h3.bg-brown {
    padding: 10px 10px;
  }



}


/*===========================
 individuals
=============================*/

#range h2 span {
  background-color: #f9573d;
}

#why h2 span {
  background-color: #0f6329;
}

#maker h2 span {
  background-color: #1e2bd3;
}

#material h2 span {
  background-color: #7c40c1;
}

#recommend h2 span {
  background-color: #f9573d;
}

#sentei {
  padding-top: 120px;
}


#sentei h3 {
  width: 200px;
  height: 170px;

  color: #fff;
  background: url(../img/SVG/bg_heading_icon_orange.svg) no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: -60px;
  left: -15px;
  z-index: 2;
  /* border: #f00 thin solid; */
}


@media screen and (min-width: 1000px) {


  #sentei {
    padding-top: 120px;
  }



  #sentei h3 {
    width: 300px;
    height: 255px;

    position: absolute;
    /* top: -60px; */
    top: -150px;
    left: -30px;
    z-index: 2;

    /* border: #f00 thin solid; */
  }






}





/*===========================
 item-lineup
=============================*/


.item-lineup a.link {
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #5b370f;
  border-radius: 5em;
  display: block;
}