/* Scss Document */
/* responsive */
#pcArea #how2make img.sp {
  display: none;
}

#spArea #how2make img.pc {
  display: none;
}
@media (min-width: 600px) {
  #spArea #how2make img.pc {
    display: block;
  }
}
@media (min-width: 600px) {
  #spArea #how2make img.sp {
    display: none;
  }
}

#how2make {
  background-color: #efefef;
  border-radius: 5px;
  padding-top: 17px;
  margin: 0 auto;
  padding-bottom: 80px;
}
#how2make h1 {
  background-image: url(../images/h1-bg-01.svg), url(../images/h1-bg-02.svg);
  background-repeat: no-repeat, repeat-x;
  background-position: right top;
  background-size: 85px 91px, 1350px 91px;
  line-height: 91px;
  text-indent: 50px;
  color: #000;
  font-size: 30px;
}
#spArea #how2make h1 {
  display: none;
}
#pcArea #how2make .titlesp {
  display: none;
}
#how2make p, #how2make li {
  font-size: 18px;
  line-height: 180%;
}
#how2make p, #how2make ul, #how2make li, #how2make h1, #how2make h2, #how2make h3, #how2make h4, #how2make h5, #how2make h6, #how2make svg, #how2make picture {
  margin: 0;
  padding: 0;
}
#how2make #lead {
  max-width: 1150px;
  width: 90%;
  margin: 50px auto;
}
#how2make #lead p {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  #how2make #lead {
    margin: 20px auto 0;
  }
}
@media (max-width: 1024px) {
  #how2make #lead .pc {
    display: none;
  }
}

@media (min-width: 1200px) {
  #pcArea #how2make {
    width: 100%;
    max-width: 1500px;
  }
}

#spArea #how2make .titlesp {
  background-image: url(../images/h1-bg-01.svg), url(../images/h1-bg-02.svg);
  background-repeat: no-repeat, repeat-x;
  background-position: right top;
  background-size: 85px 91px, 1350px 91px;
  line-height: 91px;
  text-indent: 50px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 599px) {
  #spArea #how2make .titlesp {
    font-size: 14px;
    background-size: 42px 45px, 675px 45px;
    line-height: 45px;
    text-indent: 20px;
  }
}
@media (max-width: 1024px) {
  #spArea #how2make h1 {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  #spArea #how2make h1 {
    font-size: 12px;
    background-size: 42px 45px, 675px 45px;
    line-height: 45px;
    text-indent: 20px;
  }
}
@media (max-width: 1024px) {
  #spArea #how2make p, #spArea #how2make li {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  #spArea #how2make p, #spArea #how2make li {
    font-size: 12px;
  }
}

#how2make ul#tab {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 155px;
}
@media (max-width: 1024px) {
  #how2make ul#tab {
    margin-top: 20px;
  }
}
#how2make ul#tab li {
  list-style: none;
  cursor: pointer;
}
#how2make ul#tab li.active img {
  opacity: 1;
}
#how2make ul#tab li.active img:hover {
  margin-top: 0;
}
#how2make ul#tab li img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  #how2make ul#tab li img {
    opacity: 0.5;
  }
}
#how2make .current {
  max-width: 1000px;
  width: 90%;
  height: 20px;
  margin: 2px auto 0;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 1024px) {
  #how2make .current {
    display: none;
  }
}
#how2make .current p {
  width: 150px;
  text-align: center;
}
#how2make .current p.prepare path {
  fill: #f7c600;
}
#how2make .current p.cut path {
  fill: #8fc212;
}
#how2make .current p.fold path {
  fill: #419cf4;
}
#how2make .current p.round path {
  fill: #ae50a4;
}
#how2make .current p.paste path {
  fill: #e64862;
}
#how2make .current p.enhance {
  width: 170px;
}
#how2make .current p.enhance path {
  fill: #f7c600;
}
#how2make .current p.visible {
  visibility: visible;
}
#how2make .mark {
  visibility: hidden;
}
#how2make .panel {
  display: none;
}
#how2make .show {
  display: block;
}

#pcArea #how2make ul#tab li {
  box-sizing: border-box;
}
#pcArea #how2make ul#tab li img:hover {
  margin-top: -10px;
  transition: all 0.3s;
}

#spArea #how2make ul#tab {
  height: auto;
}
@media (max-width: 599px) {
  #spArea #how2make ul#tab {
    max-width: 450px;
    margin: 0 auto;
    height: auto;
    flex-wrap: wrap;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
#spArea #how2make ul#tab li {
  margin: 0;
}
@media (max-width: 599px) {
  #spArea #how2make ul#tab li {
    text-align: center;
    margin-bottom: 10px;
  }
}
#spArea #how2make ul#tab li.active img {
  opacity: 1;
}
#spArea #how2make ul#tab li img {
  opacity: 0.5;
  width: 95%;
}
@media (max-width: 599px) {
  #spArea #how2make #btPrepare {
    order: 1;
    width: 50%;
  }
}
@media (max-width: 599px) {
  #spArea #how2make #btCut {
    order: 3;
    width: 25%;
  }
}
@media (max-width: 599px) {
  #spArea #how2make #btFold {
    order: 4;
    width: 25%;
  }
}
@media (max-width: 599px) {
  #spArea #how2make #btRound {
    order: 5;
    width: 25%;
  }
}
@media (max-width: 599px) {
  #spArea #how2make #btPaste {
    order: 6;
    width: 25%;
  }
}
@media (max-width: 599px) {
  #spArea #how2make #btEnhance {
    order: 2;
    width: 50%;
  }
}

#how2make .steps {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 25px 20px;
}
@media (max-width: 1024px) {
  #how2make .steps {
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    text-align: center;
    padding: 0;
    margin-top: 20px;
    background: none !important;
  }
}
#how2make .steps li {
  list-style: none;
  text-align: center;
  margin: 0 2px;
  font-size: 16px;
  cursor: pointer;
  color: #000;
}
#how2make .steps li span {
  color: #000;
}
@media (max-width: 1024px) {
  #how2make .steps li {
    box-sizing: border-box;
    padding: 10px 5px;
    width: 49.8%;
    margin: 0 0.1%;
    font-size: 12px;
    line-height: 120% !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: solid #fff 1px;
    border-bottom: none;
    text-align: center;
    color: #656565;
  }
}
#how2make .steps li.active {
  color: #fff !important;
}
#how2make .steps li.active:hover {
  margin-top: 0px;
}
#how2make .steps li.active img {
  border: solid #fff 5px !important;
}
#how2make .steps li.active span {
  color: #fff !important;
}
@media (min-width: 1025px) {
  #how2make .steps li:hover {
    margin-top: -5px;
    transition: all 0.3s;
  }
}
@media (max-width: 1024px) {
  #how2make .steps br {
    display: none;
  }
}
#how2make .steps img {
  border-radius: 10px;
  border: solid #000 5px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  #how2make .steps img {
    display: none;
  }
}

#how2make .interior {
  background-color: #fff;
  padding: 50px 0;
}
@media (max-width: 599px) {
  #how2make .interior {
    padding: 30px 0;
  }
}
#how2make .interior .media {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
#how2make .interior .media .prevBtn {
  cursor: pointer;
  margin: 0 5px;
  order: 1;
}
@media (min-width: 1025px) {
  #how2make .interior .media .prevBtn {
    display: none;
  }
}
#how2make .interior .media .prevBtn:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  #how2make .interior .media .prevBtn_pc {
    display: none;
  }
}
@media (min-width: 1025px) {
  #how2make .interior .media .prevBtn_pc {
    cursor: pointer;
    margin: 0 5px;
    order: 1;
  }
  #how2make .interior .media .prevBtn_pc:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
#how2make .interior .media .nextBtn {
  cursor: pointer;
  margin: 0 5px;
  order: 3;
}
@media (min-width: 1025px) {
  #how2make .interior .media .nextBtn {
    display: none;
  }
}
#how2make .interior .media .nextBtn:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  #how2make .interior .media .nextBtn_pc {
    display: none;
  }
}
@media (min-width: 1025px) {
  #how2make .interior .media .nextBtn_pc {
    cursor: pointer;
    margin: 0 5px;
    order: 3;
  }
  #how2make .interior .media .nextBtn_pc:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
#how2make .interior .media .none {
  visibility: hidden;
}
#how2make .interior .media .image {
  order: 2;
  max-width: 704px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  height: 100%;
}
@media (max-width: 1024px) {
  #how2make .interior .media .image {
    width: 100%;
    padding-bottom: calc((100% - 78px) * 0.5625);
    height: 0px;
    margin-bottom: 20px;
    position: relative;
  }
  #how2make .interior .media .image iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    max-height: 396px;
    height: 100%;
  }
}
@media (max-width: 599px) {
  #how2make .interior .media .image {
    margin: 10px auto 0;
  }
}
#how2make .interior .media .image img {
  width: 100%;
}
#how2make .interior .media .image video {
  width: 100%;
  height: auto;
}
#how2make .interior .media .image iframe {
  width: 100%;
}
#how2make .interior h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  #how2make .interior h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#how2make .interior .text {
  max-width: 850px;
  width: 90%;
  margin: 40px auto 0;
}
#how2make .interior .text li {
  list-style: disc;
  margin-left: 1.5em;
}
@media (max-width: 599px) {
  #how2make .interior .text {
    margin: 20px auto 0;
  }
}
#how2make .pagetop {
  text-align: center;
}

#prepare {
  margin: 0 auto;
  max-width: 1150px;
  width: 95%;
}
#prepare .steps {
  background: #f7c600;
}
@media (max-width: 1024px) {
  #prepare .steps li {
    background-color: #fff5ce;
  }
}
#prepare .steps li.active {
  background: #f7c600 !important;
}
#prepare .steps li img {
  border-color: #f7c600 !important;
}
#prepare h2 {
  color: #f7c600;
}
#prepare .prevBtn path, #prepare .nextBtn path, #prepare .nextBtn_pc path, #prepare .prevBtn_pc path {
  fill: #f7c600;
}

#cut {
  margin: 0 auto;
  max-width: 1150px;
  width: 95%;
}
#cut .current svg path {
  fill: #8fc212;
}
#cut .steps {
  background: #8fc212;
}
@media (max-width: 1024px) {
  #cut .steps li {
    background-color: #edf3de;
  }
}
#cut .steps li.active {
  background: #8fc212 !important;
}
#cut .steps li img {
  border-color: #8fc212 !important;
}
#cut h2 {
  color: #8fc212;
}
#cut .prevBtn path, #cut .nextBtn path, #cut .nextBtn_pc path, #cut .prevBtn_pc path {
  fill: #8fc212;
}

#fold {
  margin: 0 auto;
  max-width: 1150px;
  width: 95%;
}
#fold .current svg path {
  fill: #419cf4;
}
#fold .steps {
  background: #419cf4;
}
@media (max-width: 1024px) {
  #fold .steps li {
    background-color: #e6eff6;
  }
}
#fold .steps li.active {
  background: #419cf4 !important;
}
#fold .steps li img {
  border-color: #419cf4 !important;
}
#fold h2 {
  color: #419cf4;
}
#fold .prevBtn path, #fold .nextBtn path, #fold .nextBtn_pc path, #fold .prevBtn_pc path {
  fill: #419cf4;
}

#round {
  margin: 0 auto;
  max-width: 1150px;
  width: 95%;
}
#round .current svg path {
  fill: #ae50a4;
}
#round .steps {
  background: #ae50a4;
}
@media (max-width: 1024px) {
  #round .steps li {
    background-color: #f3eef2;
  }
}
#round .steps li.active {
  background: #ae50a4 !important;
}
#round .steps li img {
  border-color: #ae50a4 !important;
}
#round h2 {
  color: #ae50a4;
}
#round .prevBtn path, #round .nextBtn path, #round .nextBtn_pc path, #round .prevBtn_pc path {
  fill: #ae50a4;
}

#paste {
  margin: 0 auto;
  max-width: 1150px;
  width: 95%;
}
#paste .current svg path {
  fill: #e64862;
}
#paste .steps {
  background: #e64862;
}
@media (max-width: 1024px) {
  #paste .steps li {
    background-color: #f5e5e7;
  }
}
#paste .steps li.active {
  background: #e64862 !important;
}
@media (max-width: 1024px) {
  #paste .steps li:last-of-type {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
  }
}
#paste .steps li img {
  border-color: #e64862 !important;
}
#paste h2 {
  color: #e64862;
}
#paste .prevBtn path, #paste .nextBtn path, #paste .nextBtn_pc path, #paste .prevBtn_pc path {
  fill: #e64862;
}

#enhance {
  margin: 0 auto;
  max-width: 1150px;
  width: 95%;
}
#enhance .current svg path {
  fill: #f7c600;
}
#enhance .steps {
  background: #f7c600;
}
@media (max-width: 1024px) {
  #enhance .steps li {
    background-color: #fff5ce;
  }
}
#enhance .steps li.active {
  background: #f7c600 !important;
}
@media (max-width: 1024px) {
  #enhance .steps li:last-of-type {
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
  }
}
#enhance .steps li img {
  border-color: #f7c600 !important;
}
#enhance h2 {
  color: #f7c600;
}
#enhance .prevBtn path, #enhance .nextBtn path, #enhance .nextBtn_pc path, #enhance .prevBtn_pc path {
  fill: #f7c600;
}

.manualDl {
  text-align: center;
}
.manualDl a {
  display: block;
  width: 85%;
  max-width: 535px;
  background: #656565;
  border-radius: 2px;
  margin: 50px auto 0;
  padding: 20px 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.manualDl a:hover {
  background: #898989;
}
.manualDl a p {
  color: #fff;
}
@media (max-width: 599px) {
  .manualDl a p {
    font-size: 16px !important;
  }
}
.manualDl a p::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url(../images/download.svg) no-repeat left bottom/80% 80%;
}

#letsmake {
  max-width: 850px;
  width: 90%;
  margin: 80px auto 0;
  text-align: center;
}
@media (max-width: 1024px) {
  #letsmake {
    margin: 40px auto;
  }
}
#letsmake h3 {
  max-width: 1150px;
  color: #ff4917;
  font-size: 30px;
  margin-bottom: 30px;
}
#spArea #letsmake h3 {
  font-size: 16px;
}
@media (max-width: 1024px) {
  #letsmake .bnr {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  #letsmake .bnr img {
    width: 100%;
    height: auto;
  }
}

#App_area {
  display: flex;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 50px;
}
#spArea #App_area {
  display: grid;
}

.ex_link {
  max-width: 510px;
  width: 47%;
  margin: 60px auto 0;
  display: block;
}
#spArea .ex_link {
  width: 90%;
  max-width: 530px;
  margin-top: 30px;
}
.ex_link p {
  margin-bottom: 20px;
}
.ex_link p img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=how2make.css.map */