@charset "UTF-8";
.main_outer1 img {
  display: block;
}
.main_outer1 .linkBtn {
  margin: 0 20px;
}
.main_outer1 .linkBtn a {
  display: block;
  background: #ff5050;
  border: 2px solid #ff5050;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  margin: 0 auto;
  border-radius: 8px;
  width: 450px;
}
.main_outer1 .linkBtn a span {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  line-height: 1.3;
}
.main_outer1 .linkBtn a span:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  margin-top: -7px;
  background: #fff;
}
.main_outer1 .linkBtn a span:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 7px;
  margin-top: -1px;
  border-top: solid 2px #ff5050;
  border-right: solid 2px #ff5050;
}
.main_outer1 .linkBtn2 {
  margin: 0 20px;
}
.main_outer1 .linkBtn2 a {
  display: block;
  background: #fff;
  border: 2px solid #ff5050;
  color: #ff5050;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  margin: 0 auto;
  border-radius: 8px;
  width: 450px;
}
.main_outer1 .linkBtn2 a span {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  line-height: 1.3;
}
.main_outer1 .linkBtn2 a span:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  margin-top: -7px;
  background: #ff5050;
}
.main_outer1 .linkBtn2 a span:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 7px;
  margin-top: -1px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.main_outer1 .toTop {
  position: relative;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: fixed;
  bottom: 60px;
  right: 25px;
  width: 60px;
  height: 60px;
  z-index: 200;
}
.main_outer1 .toTop img {
  width: 100%;
  display: block;
}
.main_outer1 .toTop.show {
  opacity: 1;
}
@media (max-width: 767px) {
  .main_outer1 .linkBtn {
    margin: 0 auto;
    width: 300px;
    display: block;
  }
  .main_outer1 .linkBtn a {
    border: 1px solid #ff5050;
    width: 100%;
    padding: 3.4285714286% 0;
  }
  .main_outer1 .linkBtn a span {
    font-size: 3.259452412vw;
  }
  .main_outer1 .linkBtn a span:before {
    width: 14px;
    height: 14px;
  }
  .main_outer1 .linkBtn a span:after {
    width: 5px;
    height: 5px;
    margin-top: -2px;
    right: 5px;
  }
  .main_outer1 .linkBtn2 {
    margin: 0 auto 36px;
    width: 300px;
    display: block;
  }
  .main_outer1 .linkBtn2 a {
    border: 2px solid #ff5050;
    width: 100%;
    padding: 3.6923076923% 0;
  }
  .main_outer1 .linkBtn2 a span {
    font-size: 3.259452412vw;
  }
  .main_outer1 .linkBtn2 a span:before {
    width: 14px;
    height: 14px;
  }
  .main_outer1 .linkBtn2 a span:after {
    width: 5px;
    height: 5px;
    margin-top: -2px;
    right: 5px;
  }
  .main_outer1 .toTop {
    bottom: 2.5%;
    right: 2.5%;
    width: 12.75%;
    height: auto;
  }
}

.main_outer1 {
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /* =========================================================================
   共通
  ========================================================================= */
  /* =========================================================
   animation
  ========================================================= */
  /* =========================================================
   スマホ対応
  ========================================================= */
}
.main_outer1 .content {
  width: 1000px;
}
.main_outer1 .kvArea {
  margin-bottom: 18px;
}
.main_outer1 .kvArea .leadArea {
  background: url(../img/bg_lead_pc.png);
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 2;
  margin-top: 12px;
  padding: 12px 0 24px;
}
.main_outer1 .kvArea .leadArea strong {
  font-weight: bold;
  color: #006ec8;
}
.main_outer1 .pointArea {
  background: #cbf2ff;
  padding: 52px 0;
  margin-bottom: 18px;
  position: relative;
}
.main_outer1 .pointArea::before, .main_outer1 .pointArea::after {
  content: "";
  width: 100%;
  height: 40px;
  background: url(../img/bg_gradation_pc.png);
  position: absolute;
  left: 0;
}
.main_outer1 .pointArea::before {
  top: 0;
}
.main_outer1 .pointArea::after {
  bottom: 0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.main_outer1 .pointArea h2 img {
  margin: 0 auto 6px;
}
.main_outer1 .pointArea .inBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  margin-bottom: 24px;
}
.main_outer1 .pointArea .inBox > p {
  font-weight: 300;
  line-height: 1.5;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_outer1 .pointArea dl {
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  margin-right: 12px;
  text-align: center;
  font-weight: bold;
  width: 215px;
}
.main_outer1 .pointArea dt {
  background: #0056B2;
  border-radius: 15px;
  padding: 6px;
  margin-bottom: 6px;
  color: #fff;
}
.main_outer1 .pointArea dd {
  color: #006ec8;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_outer1 .pointArea .process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
.main_outer1 .pointArea .process span {
  font-size: 18px;
  font-weight: bold;
  color: #006ec8;
  margin-right: 12px;
}
.main_outer1 .pointArea .notes {
  text-align: right;
  font-size: 14px;
  margin-top: 6px;
}
.main_outer1 .stepAnchorLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px auto;
  padding-top: 24px;
  border-top: 2px #00b4ff solid;
}
.main_outer1 .stepAnchorLink li {
  opacity: 0.2;
  margin: 0 12px;
}
.main_outer1 .stepAnchorLink li.current {
  opacity: 1;
}
.main_outer1 .stepAnchorLink li.current:hover {
  opacity: 0.7;
}
.main_outer1 .stepAnchorLink li:hover {
  opacity: 0.1;
}
.main_outer1 .washStart {
  text-align: center;
}
.main_outer1 .washStart span {
  color: #006ec8;
  font-weight: bold;
  font-size: 32px;
  position: relative;
  padding: 0 70px;
}
.main_outer1 .washStart span::before, .main_outer1 .washStart span::after {
  content: "";
  width: 46px;
  height: 30px;
  background: url(../img/icon_arrow02_pc.png);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main_outer1 .washStart span::before {
  left: 0;
}
.main_outer1 .washStart span::after {
  right: 0;
}
.main_outer1 .newIcon {
  background: #ff5050;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
  height: 34px;
  display: inline-block;
  z-index: 5;
  padding: 3px 0;
  position: absolute;
  top: 0;
  right: 0;
}
.main_outer1 .newIcon span {
  position: relative;
  padding: 0 12px;
}
.main_outer1 .newIcon span::before, .main_outer1 .newIcon span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.main_outer1 .newIcon span::before {
  left: -12px;
  border-width: 0 0 34px 12px;
  border-color: transparent transparent #ff5050 transparent;
}
.main_outer1 .newIcon span::after {
  right: -12px;
  border-width: 34px 12px 0 0;
  border-color: #ff5050 transparent transparent transparent;
}
.main_outer1 .itemDetail {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  color: #006ec8;
  margin-bottom: 18px;
}
.main_outer1 .itemName {
  text-align: left;
  font-size: 16px;
  position: relative;
}
.main_outer1 .itemName strong {
  font-size: 18px;
  font-weight: bold;
}
.main_outer1 .stepArea {
  position: relative;
  background: url(../img/line_glitter01_pc.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 108px;
  margin-bottom: 48px;
}
.main_outer1 .stepArea.noArrow {
  background: url(../img/line_glitter02_pc.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.main_outer1 .stepArea.noLine {
  background: none;
  padding-bottom: 0;
}
.main_outer1 .stepArea .stepTtl {
  position: relative;
  margin-bottom: 36px;
}
.main_outer1 .stepArea .stepTtl .title {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.main_outer1 .stepArea .stepTtl .title.active {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.main_outer1 .stepArea .stepTtl .hours {
  position: absolute;
  top: 134px;
  left: 0;
}
.main_outer1 .stepArea .stepLead {
  font-size: 28px;
  font-weight: bold;
  color: #00b4ff;
  text-align: center;
  margin-bottom: 36px;
}
.main_outer1 .stepArea .itemArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 60px;
  width: 900px;
}
.main_outer1 .stepArea .itemArea .itemBox {
  position: relative;
  width: 450px;
}
.main_outer1 .stepArea .itemArea .itemBox h4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
}
.main_outer1 .stepArea .itemArea .itemBox h4 img {
  width: 100%;
}
.main_outer1 .stepArea .itemArea .itemBox figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.main_outer1 .stepArea .itemArea .itemBox .newIcon {
  top: 12px;
  right: 50px;
}
.main_outer1 .stepArea .pointBox {
  width: 450px;
  background: #fff;
}
.main_outer1 .stepArea .pointBox .pointTtl {
  position: relative;
  padding-top: 10px;
}
.main_outer1 .stepArea .pointBox .pointTtl img {
  margin: 0 auto;
}
.main_outer1 .stepArea .pointBox .pointTtl span {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.main_outer1 .stepArea .pointBox .pointTtl span img {
  width: 90px;
}
.main_outer1 .stepArea .pointBox div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.main_outer1 .stepArea .pointBox div p {
  font-weight: bold;
  text-align: center;
  padding: 24px;
  line-height: 1.8;
  width: 100%;
}
.main_outer1 .stepArea .pointBox div p strong {
  color: #ff5050;
}
.main_outer1 .stepArea .pointBox.time {
  border: 5px #ff5050 solid;
}
.main_outer1 .stepArea .pointBox.time .pointTtl {
  border-bottom: 2px #ff5050 solid;
  background: url(../img/icon_point01_pc.png);
  background-position: top left;
  background-repeat: no-repeat;
}
.main_outer1 .stepArea .pointBox.wash {
  border: 5px #4d9ad9 solid;
}
.main_outer1 .stepArea .pointBox.wash .pointTtl {
  border-bottom: 2px #4d9ad9 solid;
  background: url(../img/icon_point02_pc.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 66px auto;
}
.main_outer1 .stepArea .pointBox.wash .pointTtl span {
  right: 0;
}
.main_outer1 .stepArea .pointBox.wash .pointTtl span img {
  width: 100%;
}
.main_outer1 .stepArea .videoArea {
  width: 900px;
  margin: 0 auto 36px;
  text-align: center;
}
.main_outer1 .stepArea .videoArea a {
  display: inline-block;
}
.main_outer1 .stepArea .videoArea img {
  margin: 0 auto;
}
.main_outer1 .stepArea .plusArea {
  background: url(../img/bg_plus_ttl_pc.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 84px;
  margin: 60px auto;
}
.main_outer1 .stepArea .plusArea p {
  background: url(../img/bg_plus_txt_pc.png) no-repeat top center;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #006ec8;
  padding: 10px 0;
  margin: -8px auto 24px;
}
.main_outer1 .stepArea .plusArea figure {
  position: relative;
}
.main_outer1 .stepArea .plusArea figure figcaption {
  position: absolute;
  bottom: 0;
  left: 48px;
  text-align: left;
  font-size: 16px;
}
.main_outer1 .stepArea .plusArea figure figcaption strong {
  font-size: 18px;
  font-weight: bold;
}
.main_outer1 .stepArea .plusItem {
  border: 1px #006ec8 solid;
  border-top: 2px #006ec8 solid;
  background: #f4fcff;
  position: relative;
  padding: 36px;
  margin-top: 84px;
}
.main_outer1 .stepArea .plusItem h4 {
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: auto;
}
.main_outer1 .stepArea .plusItem h4 img {
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.main_outer1 .stepArea .plusItem .itemLead {
  background: url(../img/bg_plus01_pc.png);
  background-position: top center;
  background-repeat: no-repeat;
  width: 348px;
  height: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding-top: 36px;
}
.main_outer1 .stepArea .plusItem .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .stepArea .plusItem .inner .itemImage {
  padding-top: 36px;
}
.main_outer1 .stepArea .plusItem .inner .itemImage figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  float: left;
  margin: 0 12px 24px 0;
  padding-right: 282px;
}
.main_outer1 .stepArea .plusItem .inner .itemImage .itemName {
  line-height: 1.3;
}
.main_outer1 .stepArea .plusItem .inner .itemImage .item {
  margin-right: 12px;
}
.main_outer1 .stepArea .plusItem .inner .itemImage .use {
  position: absolute;
  top: 20px;
  right: 50px;
}
.main_outer1 .stepArea .plusItem .pointBox {
  position: relative;
  z-index: 5;
}
.main_outer1 .stepArea .plusItem .pointBox div p {
  font-size: 13px;
  padding: 12px;
}
.main_outer1 .stepArea .stepEnd .staffTxt {
  margin: 36px auto -18px;
}
.main_outer1 .stepArea .stepEnd .linkBtn {
  margin-bottom: 84px;
}
.main_outer1 .stepArea .nextStep {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  -webkit-animation: arrow 1s ease infinite;
          animation: arrow 1s ease infinite;
}
.main_outer1 .stepArea .nextStep img {
  display: inline;
}
.main_outer1 .goodsArea .inBox {
  background: #e2f7ff;
  margin: 24px auto 60px;
  padding: 20px 20px 36px;
}
.main_outer1 .goodsArea .goodsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 30px;
  margin-bottom: 36px;
}
.main_outer1 .goodsArea .goodsBox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_outer1 .goodsArea .goodsBox > div:last-child {
  border-left: 1px #b3b3b3 solid;
  margin-left: 20px;
  padding-left: 30px;
}
.main_outer1 .goodsArea .goodsLead {
  color: #00b4ff;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.main_outer1 .goodsArea .goodsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 18px auto 24px;
  width: 100%;
}
.main_outer1 .goodsArea .goodsInner img {
  margin-top: 24px;
}
.main_outer1 .goodsArea .goodsInner p {
  background: rgba(255, 230, 60, 0.3);
  border-radius: 50%;
  width: 175px;
  height: 175px;
  text-align: center;
  color: #006ec8;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_outer1 .goodsArea figure {
  position: relative;
  width: 100%;
}
.main_outer1 .goodsArea figure img {
  position: absolute;
  bottom: 0;
  right: -12px;
}
.main_outer1 .goodsArea figure .itemName {
  padding: 0;
}
.main_outer1 .goodsArea figure .newIcon {
  left: 130px;
  right: auto;
  top: 3px;
}
.main_outer1 .staffArea {
  background: url(../img/bg_staff_pc.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 185px;
  margin-bottom: 36px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #006ec8;
  text-align: center;
  line-height: 1.8;
}
.main_outer1 .staffArea p {
  position: absolute;
  top: 65px;
  left: 220px;
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  85% {
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  85% {
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  .main_outer1 .content {
    width: 100%;
    padding: 0;
  }
  .main_outer1 .content img {
    width: 100%;
  }
  .main_outer1 .kvArea {
    margin: 0 auto 20px;
    padding: 0 14px;
  }
  .main_outer1 .kvArea .leadArea {
    background: url(../img/bg_lead_sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 14px;
    margin-top: 20px;
    padding: 36px 0 60px;
  }
  .main_outer1 .pointArea {
    padding: 64px 0 108px;
    margin: 0 14px 48px;
  }
  .main_outer1 .pointArea::before, .main_outer1 .pointArea::after {
    height: 170px;
    background: url(../img/bg_gradation_sp.png);
    background-size: cover;
  }
  .main_outer1 .pointArea > * {
    z-index: 1;
    position: relative;
  }
  .main_outer1 .pointArea .inBox {
    font-size: 14px;
    margin-bottom: 24px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .main_outer1 .pointArea .inBox > p {
    margin: 12px 0 0 6px;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.8;
  }
  .main_outer1 .pointArea dl {
    border-radius: 50%;
    padding: 24px 0;
    margin-right: 0;
    width: 134px;
    height: 134px;
  }
  .main_outer1 .pointArea .process {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 270px;
    margin: 0 auto 12px;
  }
  .main_outer1 .pointArea .process span {
    font-size: 15px;
    margin: 0 0 6px;
  }
  .main_outer1 .pointArea .notes {
    text-align: center;
    font-size: 11px;
  }
  .main_outer1 .stepAnchorLink {
    margin: 12px 14px 24px;
    padding-top: 6px;
  }
  .main_outer1 .stepAnchorLink li {
    margin: 0 -18px 0 0;
  }
  .main_outer1 .stepAnchorLink li:last-of-type {
    margin-right: 0;
  }
  .main_outer1 .washStart {
    margin-bottom: 24px;
  }
  .main_outer1 .washStart span {
    font-size: 20px;
    padding: 0 36px;
  }
  .main_outer1 .washStart span::before, .main_outer1 .washStart span::after {
    width: 24px;
    height: 16px;
    background: url(../img/icon_arrow02_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .main_outer1 .newIcon {
    font-size: 17px;
    height: auto;
  }
  .main_outer1 .newIcon span {
    padding: 3px 6px;
  }
  .main_outer1 .newIcon span::before {
    left: -10px;
    border-width: 0 0 26px 10px;
  }
  .main_outer1 .newIcon span::after {
    right: -10px;
    border-width: 26px 10px 0 0;
  }
  .main_outer1 .itemDetail {
    font-size: 15px;
    margin: 36px auto 18px;
  }
  .main_outer1 .itemName {
    font-size: 13px;
  }
  .main_outer1 .itemName strong {
    font-size: 15px;
  }
  .main_outer1 .washStep h2 {
    margin: 0 14px 24px;
  }
  .main_outer1 .stepArea {
    position: relative;
    background: url(../img/line_glitter01_sp.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 95% auto;
    padding-bottom: 44px;
    margin-bottom: 36px;
  }
  .main_outer1 .stepArea.noArrow {
    background: url(../img/line_glitter02_sp.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 95% auto;
  }
  .main_outer1 .stepArea .stepTtl {
    margin-bottom: 18px;
    padding: 0 14px;
  }
  .main_outer1 .stepArea .stepTtl .title {
    width: 230px;
  }
  .main_outer1 .stepArea .stepTtl .hours {
    width: 230px;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
  }
  .main_outer1 .stepArea .stepLead {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 18px;
  }
  .main_outer1 .stepArea .itemArea {
    width: 100%;
    margin: 0 auto 18px;
    padding: 0 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_outer1 .stepArea .itemArea .itemBox {
    margin-bottom: 18px;
    width: 100%;
  }
  .main_outer1 .stepArea .itemArea .itemBox h4 {
    width: 154px;
  }
  .main_outer1 .stepArea .itemArea .itemBox figure {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main_outer1 .stepArea .itemArea .itemBox figure img {
    max-width: 170px;
  }
  .main_outer1 .stepArea .itemArea .itemBox .newIcon {
    top: 0;
    right: 14px;
  }
  .main_outer1 .stepArea .pointBox {
    width: 100%;
    margin-top: 12px;
  }
  .main_outer1 .stepArea .pointBox .pointTtl img {
    width: 168px;
  }
  .main_outer1 .stepArea .pointBox div p {
    font-size: 15px;
    padding: 6px 3px;
  }
  .main_outer1 .stepArea .pointBox.time .pointTtl {
    background-size: contain;
  }
  .main_outer1 .stepArea .pointBox.wash .pointTtl {
    background-size: contain;
  }
  .main_outer1 .stepArea .pointBox.wash .pointTtl span {
    width: 70px;
  }
  .main_outer1 .stepArea .pointBox.wash .pointTtl span img {
    width: 100%;
  }
  .main_outer1 .stepArea .videoArea {
    width: 100%;
    margin: 0 auto 18px;
    padding: 0 14px;
  }
  .main_outer1 .stepArea .plusArea {
    background: url(../img/bg_plus_ttl_sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 96px 0 0;
    margin: 36px 14px 48px;
  }
  .main_outer1 .stepArea .plusArea h4 {
    z-index: 5;
    position: relative;
  }
  .main_outer1 .stepArea .plusArea p {
    background: url(../img/bg_plus_txt_sp.png) no-repeat center center;
    background-size: contain;
    font-size: 18px;
    margin: 0 auto 6px;
  }
  .main_outer1 .stepArea .plusArea figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    font-size: 13px;
  }
  .main_outer1 .stepArea .plusArea figure figcaption strong {
    font-size: 15px;
  }
  .main_outer1 .stepArea .plusArea figure figcaption span {
    font-size: 11px;
  }
  .main_outer1 .stepArea .plusItem {
    margin: 84px 14px 48px;
    padding: 36px 12px 12px;
  }
  .main_outer1 .stepArea .plusItem h4 {
    top: -30px;
  }
  .main_outer1 .stepArea .plusItem .itemLead {
    background: url(../img/bg_plus01_sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: auto;
    font-size: 20px;
    padding: 18px 0 24px;
  }
  .main_outer1 .stepArea .plusItem .inner {
    display: block;
  }
  .main_outer1 .stepArea .plusItem .inner .itemImage {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
  }
  .main_outer1 .stepArea .plusItem .inner .itemImage figure {
    display: block;
    margin: 0;
    float: none;
    padding: 0;
  }
  .main_outer1 .stepArea .plusItem .inner .itemImage figure img {
    width: 100%;
    margin-bottom: 6px;
  }
  .main_outer1 .stepArea .plusItem .inner .itemImage .use {
    width: 90px;
    top: 0;
    right: 0;
  }
  .main_outer1 .stepArea .plusItem .inner .itemImage .item {
    width: 222px;
    margin-right: 0;
  }
  .main_outer1 .stepArea .stepEnd {
    padding: 0 14px;
  }
  .main_outer1 .stepArea .stepEnd .staffTxt {
    margin: 24px auto 12px;
  }
  .main_outer1 .stepArea .stepEnd .linkBtn {
    margin-bottom: 0;
  }
  .main_outer1 .stepArea .nextStep {
    width: 66px;
  }
  .main_outer1 .goodsArea {
    margin: 60px 14px 0;
  }
  .main_outer1 .goodsArea .inBox {
    margin: 24px auto 60px;
    padding: 18px 18px 1px;
  }
  .main_outer1 .goodsArea .goodsBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 18px;
    margin-bottom: 36px;
  }
  .main_outer1 .goodsArea .goodsBox > div:last-child {
    border-top: 1px #b3b3b3 solid;
    border-left: none;
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
  .main_outer1 .goodsArea .goodsBox > div:last-child .goodsInner {
    margin: 12px auto 24px;
  }
  .main_outer1 .goodsArea .goodsBox > div:last-child .goodsInner p {
    margin: -12px 0 0 -12px;
  }
  .main_outer1 .goodsArea .goodsBox > div:last-child figure .newIcon {
    top: -125px;
  }
  .main_outer1 .goodsArea .goodsLead {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .main_outer1 .goodsArea .goodsInner {
    margin: 0 auto 24px;
  }
  .main_outer1 .goodsArea .goodsInner img {
    margin-top: 0;
    width: 168px;
    height: 100%;
  }
  .main_outer1 .goodsArea .goodsInner p {
    width: 120px;
    height: 120px;
    font-size: 13px;
    margin-left: -12px;
  }
  .main_outer1 .goodsArea figure {
    margin-top: 36px;
  }
  .main_outer1 .goodsArea figure img {
    right: 0;
    z-index: 2;
  }
  .main_outer1 .goodsArea figure .itemName {
    padding: 0;
  }
  .main_outer1 .goodsArea figure .newIcon {
    top: -115px;
    left: auto;
    right: 0;
  }
  .main_outer1 .staffArea {
    margin: 0 auto 48px;
    padding: 0 0 220px;
    background: url(../img/bg_staff_sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 15px;
  }
  .main_outer1 .staffArea p {
    top: 46%;
    left: 75px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/*# sourceMappingURL=style.css.map */