/* CSS Document */
/*---------------------------
 * lets_get_started
 --------------------------*/
.lets_get_started_wrap {
  padding: 30vw 0 0;
}
.lets_get_started_wrap > p.header_txt {
  text-align: left;
}
.lineup_wrap {
  margin: 0 auto;
}
.lineup_list {
  padding-bottom: 90px;
}
.lineup_img {
  border: 1px solid #ddd;
  width: 300px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.lineup_img img {
  width: 100%;
  transition-duration: 0.5s;
}
.lineup_img:hover {
  opacity: .5;
  transition-duration: 0.5s;
}
.lineup_heading {
  min-height: 4.5em;
  margin-top: 10px;
  overflow: hidden;
  line-height: 1.5;
}
#lineup {
  position: relative;
  height: auto;
  background: url(../images/common/bg_mat01.png) bottom center repeat-x;
  padding-top: 20px;
}
#howto_make {
  background-color: #EBE7E4;
}
h3.howto_make_header {
  text-align: center;
}
h3.howto_make_header span._title_en {
  font-family: 'Shadows Into Light', sans-serif;
  font-size: 5rem;
  position: relative;
  z-index: 10;
}
.slide_howto_make {
  background: #EBE7E4;
  position: relative;
}
.slide {
  margin: auto;
  margin-top: 100px;
  width: calc(100% - 200px);
}
.howto_make_list {
  width: 334px;
}
.howto_make_content {
  position: relative;
}
.slide-content > ._title_step span._title_en {
  font-family: 'Shadows Into Light', sans-serif;
}
.slide-content > ._title_step {
  text-align: center;
  position: absolute;
  top: 3%;
  left: 10%;
  z-index: 6;
  font-size: calc(2.4rem + ((1vw - 7.68px) * 0.9259));
  font-weight: 500;
}
.slide-content > ._img {
  position: absolute;
  top: 54%;
  left: 7%;
  width: 75%;
  border: solid 10px #EAEAEA;
}
.slide-content > ._txt {
  position: absolute;
  top: 19%;
  left: 11%;
  z-index: 1;
  line-height: 2em;
}
.tool_wrap {
  margin-bottom: 40px;
}
.tool_material {
  margin: 0 auto;
  width: 80%;
  padding: 30px 0 100px;
}
.tool_material img, dl {
  display: block;
  margin: 0 auto 40px;
}
.material_item:nth-child(odd) {
  background: #fff;
}
.material_item .tool_item {
  padding: 6px 10px;
}
.material_list {
  padding: 4%;
  border: 1px solid #C6C6C6;
  border-bottom: 0;
  position: relative;
  background-color: #EFEDED;
}
.tool_list {
  padding: 4%;
  border: 1px solid #C6C6C6;
  border-bottom: 0;
  position: relative;
  background-color: #EFEDED;
}
.material_list::after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 12px;
  background: url("../images/lets_get_started/memo_bg_bottom.png")left center;
  -webkit-box-shadow: 0 6px 17px -6px #666;
  box-shadow: 0 6px 17px -6px #666;
}
.tool_list::after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 12px;
  background: url("../images/lets_get_started/memo_bg_bottom.png")left center;
  -webkit-box-shadow: 0 6px 17px -6px #666;
  box-shadow: 0 6px 17px -6px #666;
}
.tool_item:nth-child(odd) {
  background: #fff;
}
a.workshop_btn {
  outline: 0;
  border: 0;
  margin: 30px 0 0;
  padding: 1.5rem 5rem;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background-image: url("../images/common/narrow_w.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: auto 15px;
  background-color: #4D3D3C;
  border-radius: 60px;
  transition: background-color .5s ease;
}
.workshop_btn:hover {
  background-color: #F0D753;
  color: #FFF;
}
/*---------------------------
 * slider arrow
 --------------------------*/
.slide01 {
  margin: auto;
  margin-top: 50px;
  position: relative;
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.prev-arrow {
  left: -4px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 22px solid #4E3D3B;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
.next-arrow {
  right: 0px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 22px solid #4E3D3B;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
/*---------------------------
 * min-width:768px
 --------------------------*/
@media screen and (min-width:768px) {
  .lets_get_started_wrap {
    padding: 10vw 0 0;
  }
  .lets_get_started_wrap p.header_txt {
    text-align: center;
  }
  .lineup_list {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  li.lineup_item {
    width: 280px;
    padding: 0 40px;
  }
  .howto_make_list {
    width: 1400px;
  }
  .slide_howto_make {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 80%;
  }
  .slide-content > ._img {
    position: absolute;
    top: 16%;
    left: 6%;
    width: 34%;
    border: solid 10px #EAEAEA;
  }
  .slide-content > ._title_step span._title_en {
    font-family: 'Shadows Into Light', sans-serif;
  }
  .slide-content > ._title_step {
    position: absolute;
    top: 14%;
    left: 48%;
    z-index: 6;
    font-size: calc(2.4rem + ((1vw - 7.68px) * 0.9259));
    font-weight: 500;
  }
  .slide-content > ._txt {
    position: absolute;
    top: 51%;
    left: 48%;
    z-index: 1;
    line-height: 2em;
    font-size: 1.6rem;
    font-size: calc(1.3rem + ((1vw - 0.2rem) * 0.3));
  }
  .slide-content > ._txt > span {
    display: inline-block;
    white-space: nowrap;
  }
  .prev-arrow {
    left: -40px;
  }
  .next-arrow {
    right: -40px;
  }
  .tool_wrap {
    width: 300px;
  }
  .tool_material {
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    padding: 30px 0 200px;
  }
  .tool_material img {
    width: 50%;
    max-width: 100%;
    height: auto;
  }
  #howto_make {
    width: 80%;
    padding: 0 10%;
    margin-top: -2px;
  }

}