@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
.main_outer1 {
  font-family: "Noto Sans JP", sans-serif;
  /* =========================================================================
   共通
  ========================================================================= */
  /* =========================================================
   個別Style
  ========================================================= */
  /* =========================================================
   スマホ対応
  ========================================================= */
}
.main_outer1 .headArea h1 {
  height: 29rem;
  padding-left: 3rem;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.2;
  background-image: url(../img/top_main_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.main_outer1 .headArea h1 .big {
  font-size: 14.5rem;
  font-weight: 900;
  color: #e95504;
}
.main_outer1 .headArea h1 .marker {
  font-size: 5.6rem;
  font-weight: 900;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fcee21));
  background-image: linear-gradient(transparent 80%, #fcee21 80%);
}
.main_outer1 .content {
  width: 1000px;
}
.main_outer1 .leadArea {
  background: url(../img/bg_lead_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  padding: 84px 0 36px;
}
.main_outer1 .leadArea h2 {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 48px;
}
.main_outer1 .leadArea p {
  font-size: 2rem;
  margin-bottom: 48px;
  line-height: 1.8;
}
.main_outer1 .contentsList {
  border-top: 4px #e95504 solid;
  border-bottom: 4px #e95504 solid;
  background: url(../img/bg_dot01_pc.png);
  background-position: top center;
  padding-top: 24px;
  margin-bottom: 60px;
}
.main_outer1 .contentsList h2 {
  background: #e95504;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  width: 240px;
  margin: 0 auto 36px;
  text-align: center;
  padding: 12px 0;
}
.main_outer1 .contentsList dl {
  background-image: url(../img/bg_contents_list.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 304.5px 113.5px;
  margin: 0 auto;
  padding-bottom: 36px;
}
.main_outer1 .contentsList dl dt {
  width: 650px;
  font-weight: bold;
  font-size: 2.6rem;
  margin: 0 auto 18px;
}
.main_outer1 .contentsList dl dt span {
  position: relative;
  padding-left: 36px;
}
.main_outer1 .contentsList dl dt img {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.main_outer1 .contentsList dl dd {
  width: 650px;
  margin: 0 auto 60px;
}
.main_outer1 .contentsList dl li {
  width: 500px;
  border: 1px #001e64 solid;
  border-radius: 50px;
  background: #fff;
  text-align: center;
  margin: 0 0 18px 48px;
  padding: 12px 0;
  position: relative;
  display: inline-block;
}
.main_outer1 .contentsList dl li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #001e64;
  border-right: solid 1px #001e64;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.main_outer1 .contentsList dl li a {
  color: #001e64;
  display: block;
}
.main_outer1 .goodsArea h2 {
  width: 100%;
  background: url(../img/bg_ttl_pc.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  border-bottom: 2px #fddd6c solid;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 3.4rem;
  min-height: 150px;
  margin-bottom: 36px;
}
.main_outer1 .goodsArea h2 span {
  padding-left: 40px;
  width: 100%;
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-70%) translateX(-50%);
          transform: translateY(-70%) translateX(-50%);
}
.main_outer1 .goodsArea h2 img {
  width: 42px;
  margin: 0 12px -8px 0;
}
.main_outer1 _:-ms-input-placeholder, .main_outer1 :root .goodsArea h2 span {
  transform: translateY(-70%) translateX(0%);
}
.main_outer1 .itemContents .itemTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}
.main_outer1 .itemContents .itemTtl img {
  display: block;
}
.main_outer1 .itemContents .itemTtl dl {
  background: url(../img/bg_dot02_pc.png);
  text-align: center;
  width: 500px;
  line-height: 1.5;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main_outer1 .itemContents .itemTtl dl dt {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 24px;
  color: #001e64;
}
.main_outer1 .itemContents .itemTtl.softItem dl {
  width: 100%;
  padding: 36px;
}
.main_outer1 .categoryLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 36px;
}
.main_outer1 .categoryLink li {
  width: 220px;
  border: 1px #001e64 solid;
  border-radius: 50px;
  background: #fff;
  text-align: center;
  padding: 12px 0;
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
}
.main_outer1 .categoryLink li.select {
  background: #808eb2;
  color: #fff;
}
.main_outer1 .categoryLink li a {
  color: #001e64;
  display: block;
}
.main_outer1 .itemDetailTtle {
  margin-bottom: 30px;
  padding: 6px 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #001e64;
  background-color: #fab43c;
}
.main_outer1 .itemDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_outer1 .itemDetail .detail {
  width: 30%;
  margin-bottom: 60px;
}
.main_outer1 .itemDetail .detail .name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  color: #001e64;
}
.main_outer1 .itemDetail .detail .maker {
  font-weight: bold;
  color: #001e64;
}
.main_outer1 .itemDetail .detail .num {
  color: #001e64;
}
.main_outer1 .itemDetail .detail .intro {
  margin: 10px auto;
}
.main_outer1 .itemDetail .detail .functionLsit {
  margin-bottom: 4px;
}
.main_outer1 .itemDetail .detail .functionLsit li {
  display: inline-block;
  font-size: 1.4rem;
  border: 1px solid #3c3c3c;
  padding: 0 3px;
  vertical-align: baseline;
  margin: 0 1px 3px 0;
}
.main_outer1 .itemDetail .detail .price {
  text-align: right;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.main_outer1 .itemDetail .detail .price strong {
  color: #ed1a3a;
}
.main_outer1 .itemDetail .detail .price strong span {
  font-size: 2.4rem;
  font-weight: bold;
}
.main_outer1 .itemDetail .detail:not(:nth-child(3)) {
  margin-right: 5%;
}
.main_outer1 .itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}
.main_outer1 .itemList li {
  text-align: center;
  width: 340px;
  padding: 24px;
}
.main_outer1 .itemList li img {
  width: 160px;
  margin-bottom: 24px;
}
.main_outer1 .itemList li h4 {
  font-weight: bold;
  font-size: 2.4rem;
  color: #001e64;
  margin-bottom: 18px;
}
.main_outer1 .itemList li p {
  text-align: left;
  line-height: 1.8;
}
.main_outer1 .itemList li.notice {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 48px 48px 72px;
}
.main_outer1 .itemList li.notice .noticeInner {
  width: 328px;
}
.main_outer1 .itemList li.notice img {
  width: 165px;
}
.main_outer1 .itemList li.notice .notes {
  background: #fcd99d;
  background-image: url(../img/img_drop.png);
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 36px auto;
  margin-top: 24px;
  padding: 12px;
}
.main_outer1 .itemList li.notice .notes p {
  padding-left: 60px;
}
.main_outer1 .itemList li.recommend {
  border: 1px #fab43c solid;
  border-radius: 10px;
  position: relative;
}
.main_outer1 .itemList li.recommend .recommendIcon {
  position: absolute;
  top: 18px;
  left: 18px;
}
.main_outer1 .itemList li.recommend .recommendIcon img {
  width: 95px;
  height: auto;
}
.main_outer1 .itemList li.detailWrap {
  width: 32%;
  margin-left: 3%;
  padding: 0;
}
.main_outer1 .itemList .itemDetailTtle {
  margin-bottom: 0;
  text-align: center;
  line-height: 1.5;
}
.main_outer1 .itemList .itemDetail {
  display: block;
}
.main_outer1 .itemList .itemDetail p {
  line-height: 1.5;
}
.main_outer1 .itemList .itemDetail .detail {
  width: 100%;
  margin-bottom: 0;
}
.main_outer1 .itemList .itemDetail .detail figure img {
  width: 100%;
  margin-bottom: 0;
}
.main_outer1 .itemList .itemDetail .detail .functionLsit {
  text-align: left;
}
.main_outer1 .itemList .itemDetail .detail .functionLsit li {
  width: auto;
}
.main_outer1 .itemList .itemDetail .detail:not(:nth-child(3)) {
  margin-right: 0;
}
.main_outer1 .linkBtn {
  margin: 0 auto 108px;
  text-align: center;
}
.main_outer1 .linkBtn a {
  width: 400px;
  background: #ed1a3a;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  padding: 12px 0;
  position: relative;
  color: #fff;
  display: inline-block;
}
.main_outer1 .linkBtn a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.main_outer1 .sandArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_outer1 .sandArea section {
  width: 474px;
  margin-right: 52px;
}
.main_outer1 .sandArea section:nth-of-type(2) {
  margin-right: 0;
}
.main_outer1 .sandArea section:nth-of-type(2) img {
  margin-bottom: 24px;
}
.main_outer1 .sandArea section:nth-of-type(3) {
  width: 100%;
  margin: 84px 0 0;
  border-top: 1px #b3b3b3 solid;
  padding-top: 48px;
}
.main_outer1 .sandArea h3 {
  color: #001e64;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 24px;
}
.main_outer1 .sandArea p {
  margin-bottom: 36px;
  line-height: 1.5;
}
.main_outer1 .sandArea .caution {
  background: url(../img/bg_dust.png);
  background-position: 80% top;
  background-repeat: no-repeat;
  background-size: 90px auto;
  margin-bottom: 12px;
  position: relative;
}
.main_outer1 .sandArea .caution strong {
  color: #e95504;
  font-size: 3rem;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.main_outer1 .sandArea .caution img {
  width: 64px;
  margin-right: 12px;
}
.main_outer1 .prepare {
  border-top: 1px #b3b3b3 solid;
  border-bottom: 1px #b3b3b3 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 24px 0;
  margin-bottom: 60px;
}
.main_outer1 .prepare h3 {
  background: url(../img/icon_plus1_pc.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 88px auto;
  color: #001e64;
  font-weight: bold;
  font-size: 2.6rem;
  padding-left: 100px;
  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;
  line-height: 1.5;
}
.main_outer1 .prepare h3 img {
  width: 88px;
  height: auto;
}
.main_outer1 .prepare h4 {
  color: #001e64;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 18px;
}
.main_outer1 .prepare img {
  width: 120px;
  height: 100%;
}
.main_outer1 .prepare p {
  line-height: 1.5;
}
.main_outer1 .prepare section {
  width: 370px;
}
.main_outer1 .prepare.column2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_outer1 .prepare.column2 img {
  width: 8%;
  margin-right: 4%;
}
.main_outer1 .prepare.column2 section {
  width: 80%;
}
.main_outer1 .onePointAdvice {
  border: 1px #82aadc solid;
  border-radius: 10px;
  padding: 48px 84px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_outer1 .onePointAdvice h3 {
  width: 400px;
  border: 1px #82aadc solid;
  border-radius: 5px;
  background: #f8fafd;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #82aadc;
  padding: 12px 0;
  margin: 0 auto 36px;
}
.main_outer1 .onePointAdvice h3 span {
  position: relative;
  background-image: url(../img/icon_bucket.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: 40px;
}
.main_outer1 .onePointAdvice section {
  width: 570px;
}
.main_outer1 .onePointAdvice h4 {
  color: #001e64;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 18px;
}
.main_outer1 .onePointAdvice p {
  line-height: 1.8;
}
.main_outer1 .onePointAdvice img {
  width: 260px;
  height: 100%;
}
.main_outer1 .onePointAdvice.caseFoam section {
  width: 680px;
}
.main_outer1 .onePointAdvice.caseFoam img {
  width: 140px;
}
.main_outer1 .shopArea {
  border: 1px #e95504 solid;
  border-radius: 10px;
  padding: 36px 0 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.main_outer1 .shopArea h2 {
  color: #001e64;
  font-weight: bold;
  font-size: 2.4rem;
  width: 310px;
  line-height: 1.7;
}
.main_outer1 .shopArea .linkBtn {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
}
.main_outer1 .heed {
  margin: 0 auto 60px;
  line-height: 1.5;
}
.main_outer1 .heed li {
  position: relative;
  padding-left: 20px;
}
.main_outer1 .heed li::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .main_outer1 .content {
    width: 100%;
    padding: 0;
  }
  .main_outer1 .headArea h1 {
    height: 102.998696219vw;
    padding-left: 2.6075619296vw;
    padding-top: 1.3037809648vw;
    font-size: 8.8657105606vw;
    background-image: url(../img/top_main_sp.png);
  }
  .main_outer1 .headArea h1 .big {
    font-size: 28.4224250326vw;
  }
  .main_outer1 .headArea h1 .marker {
    font-size: 10.9517601043vw;
  }
  .main_outer1 .leadArea {
    background: url(../img/bg_lead_sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding: 9% 0 3%;
  }
  .main_outer1 .leadArea h2 {
    font-size: 3.6505867014vw;
    margin-bottom: 9%;
    line-height: 1.8;
  }
  .main_outer1 .leadArea p {
    font-size: 3.259452412vw;
    margin-bottom: 9%;
  }
  .main_outer1 .contentsList {
    width: 87.5%;
    background: url(../img/bg_dot01_sp.png);
    background-size: 2% auto;
    padding-top: 7.5%;
    margin: 0 auto 12%;
  }
  .main_outer1 .contentsList h2 {
    font-size: 2.8683181226vw;
    width: 42.8571428571%;
    margin: 0 auto 8.5714285714%;
    padding: 1.7142857143% 0;
  }
  .main_outer1 .contentsList dl {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    margin: 0 auto;
    padding-bottom: 15.7142857143%;
  }
  .main_outer1 .contentsList dl dt {
    width: 85.7142857143%;
    font-size: 4.1720990874vw;
    margin: 0 auto 5.1428571429%;
    text-align: center;
    line-height: 1.5;
  }
  .main_outer1 .contentsList dl dt span {
    padding-left: 5vw;
  }
  .main_outer1 .contentsList dl dt img {
    width: 4vw;
    top: 10%;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  .main_outer1 .contentsList dl dd {
    width: 85.7142857143%;
    margin: 0 auto 10.2857142857%;
  }
  .main_outer1 .contentsList dl li {
    width: 100%;
    margin: 0 0 3.4285714286%;
    padding: 3.4285714286% 0;
    font-size: 3.1290743155vw;
  }
  .main_outer1 .contentsList dl li:before {
    content: "";
    width: 2vw;
    height: 2vw;
    right: 3.4285714286%;
  }
  .main_outer1 .goodsArea h2 {
    width: 100%;
    background: url(../img/bg_ttl_sp.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 2px #fddd6c solid;
    font-size: 5.8670143416vw;
    min-height: 150px;
    margin-bottom: 36px;
  }
  .main_outer1 .goodsArea h2 span {
    padding-left: 0;
    width: 100%;
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-70%) translateX(-50%);
            transform: translateY(-70%) translateX(-50%);
  }
  .main_outer1 .goodsArea h2 img {
    width: 6.75%;
    margin: 0 12px -8px 0;
  }
  .main_outer1 .itemContents {
    width: 87.5%;
    margin: 0 auto;
  }
  .main_outer1 .itemContents .itemTtl {
    display: block;
    margin-bottom: 5.1428571429%;
  }
  .main_outer1 .itemContents .itemTtl img {
    width: 100%;
    margin-bottom: 8.5714285714%;
  }
  .main_outer1 .itemContents .itemTtl dl {
    background: none;
    width: 100%;
    margin-bottom: 8.5714285714%;
  }
  .main_outer1 .itemContents .itemTtl dl dt {
    font-size: 4.9543676662vw;
    margin-bottom: 3.4285714286%;
  }
  .main_outer1 .itemContents .itemTtl dl dd {
    font-size: 3.1290743155vw;
    line-height: 1.8;
  }
  .main_outer1 .itemContents .itemTtl.softItem dl {
    width: 100%;
    padding: 5.1428571429% 0;
    margin: 8.5714285714% auto;
  }
  .main_outer1 .categoryLink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4.5%;
  }
  .main_outer1 .categoryLink li {
    width: 43.75%;
    padding: 3% 0;
    font-size: 3.259452412vw;
    margin-bottom: 4.5%;
  }
  .main_outer1 .itemDetailTtle {
    margin-bottom: 3.75%;
    padding: 1.25% 0;
    font-size: 4.4328552803vw;
  }
  .main_outer1 .itemDetail {
    display: block;
  }
  .main_outer1 .itemDetail .detail {
    width: 100%;
    margin-bottom: 7.5%;
  }
  .main_outer1 .itemDetail .detail .name {
    font-size: 4.6936114733vw;
  }
  .main_outer1 .itemDetail .detail .intro {
    margin: 10px auto;
  }
  .main_outer1 .itemDetail .detail .functionLsit {
    margin-bottom: 1.25%;
  }
  .main_outer1 .itemDetail .detail .functionLsit li {
    font-size: 3.3898305085vw;
    padding: 0 0.75%;
    margin: 0 0.375% 0.75% 0;
  }
  .main_outer1 .itemDetail .detail .price strong span {
    font-size: 5.2151238592vw;
  }
  .main_outer1 .itemDetail .detail:not(:nth-child(3)) {
    margin-right: 0;
  }
  .main_outer1 .itemList {
    display: block;
    margin-bottom: 8.5714285714%;
  }
  .main_outer1 .itemList li {
    width: 100%;
    padding: 8.5714285714% 5.1428571429%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main_outer1 .itemList li img {
    width: 29.7142857143%;
    height: 100%;
    margin-bottom: 24px;
  }
  .main_outer1 .itemList li section {
    width: 64.2857142857%;
    text-align: left;
  }
  .main_outer1 .itemList li h4 {
    font-size: 3.9113428944vw;
    margin-bottom: 3.4285714286%;
  }
  .main_outer1 .itemList li p {
    font-size: 3.259452412vw;
  }
  .main_outer1 .itemList li.notice {
    width: 100%;
    padding: 0;
  }
  .main_outer1 .itemList li.notice .noticeInner {
    width: 64.2857142857%;
    text-align: left;
  }
  .main_outer1 .itemList li.notice img {
    width: 29.7142857143%;
    height: 100%;
  }
  .main_outer1 .itemList li.notice .notes {
    width: 100%;
    background-image: url(../img/img_drop.png);
    background-repeat: no-repeat;
    background-position: 24px center;
    background-size: 36px auto;
    margin: 0 auto;
    padding: 12px;
  }
  .main_outer1 .itemList li.notice .notes p {
    padding-left: 60px;
  }
  .main_outer1 .itemList li.recommend {
    position: relative;
    background: #fffaeb;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5.1428571429%;
  }
  .main_outer1 .itemList li.recommend .recommendIcon {
    width: 100%;
    text-align: center;
    position: static;
  }
  .main_outer1 .itemList li.recommend .recommendIcon img {
    width: 57.1428571429%;
    height: auto;
  }
  .main_outer1 .itemList li.detailWrap {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 8.5714285714%;
  }
  .main_outer1 .linkBtn {
    margin: 0 auto 20%;
  }
  .main_outer1 .linkBtn a {
    width: 85.7142857143%;
    padding: 3.4285714286% 0;
    font-size: 3.259452412vw;
  }
  .main_outer1 .linkBtn a:before {
    content: "";
    width: 2vw;
    height: 2vw;
    top: 50%;
    right: 2.8571428571%;
  }
  .main_outer1 .sandArea {
    border-bottom: 1px #b3b3b3 solid;
    margin-bottom: 7.5%;
  }
  .main_outer1 .sandArea section {
    width: 87.5%;
    margin: 0 auto 7.5%;
    padding-bottom: 9%;
    border-bottom: 1px #b3b3b3 solid;
  }
  .main_outer1 .sandArea section:nth-of-type(2) {
    margin: 0 auto 7.5%;
  }
  .main_outer1 .sandArea section:nth-of-type(3) {
    width: 87.5%;
    margin: 0 auto 7.5%;
    border: none;
    padding: 0;
  }
  .main_outer1 .sandArea section img {
    width: 100%;
  }
  .main_outer1 .sandArea h3 {
    font-size: 4.9543676662vw;
    text-align: center;
    margin-bottom: 8.5714285714%;
  }
  .main_outer1 .sandArea p {
    font-size: 3.1290743155vw;
    margin-bottom: 5.1428571429%;
    text-align: center;
    line-height: 1.8;
  }
  .main_outer1 .sandArea .caution {
    background: url(../img/bg_dust.png);
    background-position: 100% top;
    background-repeat: no-repeat;
    background-size: 17.1428571429% auto;
    margin-bottom: 3.4285714286%;
    text-align: left;
  }
  .main_outer1 .sandArea .caution strong {
    font-size: 4.9543676662vw;
  }
  .main_outer1 .sandArea .caution img {
    width: 19.4285714286%;
    margin-right: 3.4285714286%;
  }
  .main_outer1 .prepare {
    border: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin-bottom: 8.5714285714%;
  }
  .main_outer1 .prepare h3 {
    width: 85.7142857143%;
    background: url(../img/icon_plus1_sp.png);
    background-position: 24% center;
    background-repeat: no-repeat;
    background-size: 10.2857142857% auto;
    font-size: 3.259452412vw;
    padding: 5.1428571429% 0 5.1428571429% 14.2857142857%;
    border: 1px #001e64 solid;
    border-radius: 5px;
    margin-bottom: 8.5714285714%;
  }
  .main_outer1 .prepare h4 {
    font-size: 3.9113428944vw;
    margin-bottom: 3.4285714286%;
  }
  .main_outer1 .prepare img {
    width: 29.7142857143%;
  }
  .main_outer1 .prepare p {
    font-size: 3.259452412vw;
    line-height: 1.8;
  }
  .main_outer1 .prepare section {
    width: 54.2857142857%;
  }
  .main_outer1 .prepare.column2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_outer1 .prepare.column2 img {
    width: 29.7142857143%;
    margin-right: 0;
  }
  .main_outer1 .prepare.column2 section {
    width: 54.2857142857%;
  }
  .main_outer1 .onePointAdvice {
    padding: 6.8571428571%;
    margin-bottom: 60px;
    display: block;
  }
  .main_outer1 .onePointAdvice h3 {
    width: 85.7142857143%;
    font-size: 3.259452412vw;
    padding: 3.4285714286% 0;
    margin: 0 auto 6.8571428571%;
  }
  .main_outer1 .onePointAdvice h3 span {
    padding-left: 10.2857142857%;
  }
  .main_outer1 .onePointAdvice section {
    width: 100%;
  }
  .main_outer1 .onePointAdvice h4 {
    font-size: 3.9113428944vw;
    margin-bottom: 3.4285714286%;
    text-align: center;
  }
  .main_outer1 .onePointAdvice p {
    font-size: 3.1290743155vw;
  }
  .main_outer1 .onePointAdvice img {
    width: 100%;
    height: 100%;
    margin-top: 8.5714285714%;
  }
  .main_outer1 .onePointAdvice.caseFoam {
    position: relative;
  }
  .main_outer1 .onePointAdvice.caseFoam section {
    width: 100%;
  }
  .main_outer1 .onePointAdvice.caseFoam img {
    width: 31.4285714286%;
    height: auto;
    position: absolute;
    bottom: -17.1428571429%;
    right: 5.1428571429%;
    margin-top: 0;
  }
  .main_outer1 .bdLine {
    border-bottom: 1px #b3b3b3 solid;
  }
  .main_outer1 .shopArea {
    width: 87.5%;
    padding: 7.5% 6% 0;
    margin: 0 auto 7.5%;
  }
  .main_outer1 .shopArea h2 {
    font-size: 3.9113428944vw;
    width: 100%;
    line-height: 1.7;
    margin-bottom: 12%;
  }
  .main_outer1 .shopArea img {
    width: 100%;
    height: 100%;
  }
  .main_outer1 .shopArea .linkBtn {
    position: static;
    width: 100%;
    margin-bottom: 8.5714285714%;
  }
  .main_outer1 .shopArea .linkBtn a {
    width: 100%;
  }
  .main_outer1 .heed {
    width: 87.5%;
    margin: 3.9113428944vw auto 7.8226857888vw;
    font-size: 3.3898305085vw;
    line-height: 1.5;
  }
  .main_outer1 .heed li {
    position: relative;
    padding-left: 3.9113428944vw;
  }
  .main_outer1 .heed li::before {
    content: "※";
    position: absolute;
    left: 0;
  }
}
/*# sourceMappingURL=style.css.map */