@charset "UTF-8";
.main_outer1 {
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.main_outer1 .pc {
  display: block;
}
.main_outer1 .sp {
  display: none;
}
@media (max-width: 768px) {
  .main_outer1 .pc {
    display: none;
  }
  .main_outer1 .sp {
    display: block;
  }
}
.main_outer1 .content {
  color: #3c3c3c;
  font-size: 16px;
  width: 1000px;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .main_outer1 .content {
    width: 100%;
    margin: 0 auto 13.0208333333vw;
    font-size: 3.90625vw;
  }
  .main_outer1 .content img {
    width: 100%;
  }
}

.main_outer1 h1 {
  background-color: #c80852;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.main_outer1 h1 span {
  display: block;
}
.main_outer1 h1 span span {
  display: inline;
}
.main_outer1 h1 .h1_sub {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  margin: auto;
  font-size: 27px;
  color: #c80852;
  background-color: #efe4db;
  display: inline-block;
  width: 500px;
  height: 65px;
  line-height: 65px;
  text-align: center;
}
.main_outer1 h1 .h1_main {
  margin: 40px 100px auto 10px;
  font-size: 50px;
  line-height: 1.3;
  color: #fff;
  position: relative;
  text-align: right;
}
.main_outer1 h1 .h1_main span {
  font-size: 70px;
  color: #efe4db;
}
.main_outer1 h1 .h1_main::before {
  position: absolute;
  left: 30px;
  top: -35px;
  content: "";
  display: inline-block;
  width: 187px;
  height: 136px;
  background: url("../img/h1_image.png");
  z-index: 1;
}
.main_outer1 h1::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100px;
  background: url("../img/h1_before_pc.png");
  z-index: 10;
}
.main_outer1 h1::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 14px;
  background: url("../img/h1_after_pc.png");
  z-index: 10;
}
.main_outer1 .leadArea {
  text-align: center;
  margin-bottom: 60px;
}
.main_outer1 .leadArea p {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.8;
}
.main_outer1 .leadArea p span {
  color: #c80852;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f9e6ee));
  background: linear-gradient(transparent 65%, #f9e6ee 65%);
}
.main_outer1 .ToC {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 100px;
  padding: 30px 40px;
  background-color: #f9e6ee;
  border-radius: 20px;
}
.main_outer1 .ToC li {
  line-height: 1.5;
}
.main_outer1 .ToC li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.main_outer1 .ToC li a > span:nth-child(1) {
  width: 110px;
  margin-right: 20px;
  padding-bottom: 2px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #c80852;
}
.main_outer1 .ToC li a > span:nth-child(1) span {
  font-size: 28px;
}
.main_outer1 .ToC li a > span:nth-child(2) {
  width: 480px;
  padding: 0 40px 10px 0;
  font-size: 18px;
  border-bottom: 1px solid #c80852;
  position: relative;
}
.main_outer1 .ToC li a > span:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #c80852;
  border-right: 2px solid #c80852;
  bottom: 16px;
  right: 4px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.main_outer1 .ToC li:not(:last-child) {
  margin-bottom: 20px;
}
.main_outer1 article {
  margin-bottom: 100px;
}
.main_outer1 .h2Area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 3px #c80852;
  margin-bottom: 60px;
}
.main_outer1 .h2Area .scene {
  text-align: center;
  color: #f4e8c1;
  background-color: #c80852;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  padding: 0 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
}
.main_outer1 .h2Area .scene span {
  font-size: 32px;
}
.main_outer1 .h2Area img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-preferred-size: 13%;
  flex-basis: 13%;
  width: 100px;
  height: auto;
}
.main_outer1 .h2Area .h2Title {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  color: #c80852;
  font-weight: bold;
}
.main_outer1 .h2Area .h2Title p {
  font-size: 18px;
  padding: 20px 0 10px;
}
.main_outer1 .h2Area .h2Title h2 {
  font-size: 28px;
  background-color: #f4e8c1;
  padding: 20px 20px 20px 60px;
  position: relative;
}
.main_outer1 .h2Area .h2Title h2::before {
  position: absolute;
  content: "";
  background: #c80852;
  left: 14px;
  top: 42px;
  width: 26px;
  height: 6px;
}
.main_outer1 .h2Area .h2Title h2::after {
  position: absolute;
  content: "";
  border-top: 6px solid #c80852;
  border-right: 6px solid #c80852;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 24px;
  top: 35px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main_outer1 .column {
  padding: 4px;
  margin-bottom: 24px;
  position: relative;
  background-color: #f8f0d6;
}
.main_outer1 .column .columnWrap {
  border-style: solid;
  border-width: 3px;
  border-color: #dcb432;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}
.main_outer1 .column .columnWrap .columnTtl {
  background-color: #dcb432;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding-top: 34px;
  margin: 8px 80px 0;
  position: relative;
}
.main_outer1 .column .columnWrap .columnTtl::before {
  position: absolute;
  left: 36px;
  top: 14px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url("../img/flag.png");
  background-size: contain;
  vertical-align: middle;
}
.main_outer1 .column .columnWrap .columnText {
  line-height: 26px;
  padding: 10px 0;
}
.main_outer1 .column .columnWrap .columnText span {
  border-bottom: solid 2px #c80852;
}
.main_outer1 .column .columnWrap .itemArea {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.main_outer1 .column .columnWrap .itemArea .item img {
  display: block;
  width: 80%;
  margin: 0 auto 10px;
}
.main_outer1 .column .columnWrap .itemArea .item p {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  line-height: 30px;
  margin-bottom: 10px;
}
.main_outer1 .column .columnWrap .itemArea .item p span {
  background-color: #d8dadc;
  display: block;
  border-radius: 10px 10px 0 0;
}
.main_outer1 .column .feedImg {
  width: 300px;
  margin: 10px 0;
}
.main_outer1 .column .feedImg img {
  display: block;
  margin: 0 auto;
  width: 60%;
}
.main_outer1 .column .feedImg .feedKit {
  background-color: #fff;
  padding: 10px;
  width: 300px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main_outer1 .column .feedImg .feedKit .imgWrap {
  width: 50%;
}
.main_outer1 .column .feedImg .feedKit .imgWrap img {
  width: 100%;
  height: auto;
}
.main_outer1 .column .feedImg .feedKit .priceArea {
  width: 50%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: block;
}
.main_outer1 .column .feedImg .feedKit .priceArea .name {
  max-width: 100%;
}
.main_outer1 .setArea {
  background-color: #f9e6ee;
  padding: 50px 20px;
  margin-bottom: 30px;
}
.main_outer1 .setArea h3 {
  color: #c80852;
  font-size: 30px;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  background-color: #fff;
  border-top: solid 3px #c80852;
  border-bottom: solid 3px #c80852;
}
.main_outer1 .setArea .setCopy {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.main_outer1 .setArea .setCopy span {
  color: #c80852;
}
.main_outer1 .setArea .setWrap {
  padding: 0 5%;
}
.main_outer1 .setArea .setWrap .set {
  width: 100%;
  margin-bottom: 20px;
  padding: 90px 20px 20px;
  border-radius: 10px;
  background-color: #eeb5cb;
  position: relative;
}
.main_outer1 .setArea .setWrap .set h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  background-color: #c80852;
  color: #fff;
  margin: auto;
  padding: 20px 0;
  width: 700px;
}
.main_outer1 .setArea .setWrap .set h4 span {
  font-size: 28px;
  position: relative;
}
.main_outer1 .setArea .setWrap .set h4 span span {
  font-size: 42px;
}
.main_outer1 .setArea .setWrap .set h4 span span::after {
  display: none;
}
.main_outer1 .setArea .setWrap .set h4 span::after {
  position: absolute;
  right: -80px;
  bottom: -18px;
  content: "";
  display: inline-block;
  width: 53px;
  height: 60px;
  background: url("../img/setTitle.png");
  background-size: contain;
  vertical-align: middle;
  z-index: 20;
}
.main_outer1 .setArea .setWrap .set h4::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 14px;
  background: url("../img/copy_pc.png");
  z-index: 10;
  position: absolute;
  top: 0;
  left: -30px;
}
.main_outer1 .setArea .setWrap .set h4::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 14px;
  background: url("../img/copy_pc.png");
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: -30px;
}
.main_outer1 .setArea .setWrap .set .setDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main_outer1 .setArea .setWrap .set .setDetail .imgWrap {
  padding-right: 20px;
}
.main_outer1 .setArea .setWrap .set .setDetail .info {
  width: 60%;
}
.main_outer1 .setArea .setWrap .set .setDetail .info .priceArea {
  margin: 70px auto 10px;
}
.main_outer1 .setArea .setWrap .set .circle {
  height: 80px;
  width: 80px;
  padding-top: 18px;
  font-size: 18px;
  font-size: bold;
  text-align: center;
  line-height: 1.3;
  color: #ffffb4;
  background-color: #464646;
  border-radius: 50%;
  position: absolute;
  left: 38%;
}
.main_outer1 .setArea .setWrap .set .note {
  font-size: 10px;
}
.main_outer1 .armor {
  padding: 4px;
  margin-bottom: 24px;
  position: relative;
}
.main_outer1 .armor .armorWrap {
  border-style: solid;
  border-width: 3px;
  border-color: #c80852;
  padding: 100px 20px 20px;
}
.main_outer1 .armor .armorWrap h3 {
  padding: 30px 0;
  background-color: #efe4db;
  text-align: center;
  line-height: 1.3;
  z-index: -10;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
}
.main_outer1 .armor .armorWrap h3::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  z-index: 10;
}
.main_outer1 .armor .armorWrap h3.chargeTitle::before {
  left: 160px;
  top: 16px;
  width: 36px;
  height: 70px;
  background-image: url("../img/chargeTitle.png");
}
.main_outer1 .armor .armorWrap h3.feedTitle::before {
  left: 800px;
  top: 20px;
  width: 36px;
  height: 70px;
  background-image: url("../img/feedTitle.png");
}
.main_outer1 .armor .armorWrap .type {
  width: 150px;
  margin: 20px auto;
  padding: 5px;
  color: #8a9096;
  border: solid 2px #8a9096;
  border-radius: 10px;
  text-align: center;
}
.main_outer1 .armor .armorWrap .howtoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_outer1 .armor .armorWrap .howtoWrap .chargeText {
  margin-top: 30px;
}
.main_outer1 .armor .armorWrap .howtoWrap .chargeText p {
  margin-bottom: 16px;
}
.main_outer1 .armor .armorWrap .howtoWrap .flex_4 {
  width: 36%;
}
.main_outer1 .armor .armorWrap .howtoWrap .flex_5 {
  width: 48%;
}
.main_outer1 .armor .armorWrap .howtoWrap .flex_6 {
  width: 60%;
}
.main_outer1 .armor .armorWrap .howtoWrap .howtoTitle {
  margin: auto;
  padding: 2px 0;
  text-align: center;
  background-color: #8a9096;
  color: #fff;
  border-radius: 20px;
}
.main_outer1 .armor .armorWrap .howtoWrap .howtoText {
  margin-top: 20px;
  text-align: center;
}
.main_outer1 .armor .armorWrap .howtoWrap img {
  display: block;
  width: 80%;
  margin: auto;
}
.main_outer1 .armor .armorWrap .howtoWrap.gasolin {
  margin-top: 60px;
}
.main_outer1 .armor .armorWrap .howtoWrap.gasolin .howtoText {
  text-align: left;
}
.main_outer1 .armor .armorWrap .howtoWrap.gasolin img {
  margin-top: 20px;
  width: 60%;
}
.main_outer1 .armor .armorWrap .howtoWrap.inside img {
  width: 100%;
}
.main_outer1 .armor .armorWrap .howtoWrap.inside .howtoTitle + p:not(:last-of-type) {
  margin-bottom: 30px;
}
.main_outer1 .goodsArea {
  margin-bottom: 30px;
}
.main_outer1 .goodsArea h4 {
  margin-bottom: 20px;
  padding: 5px 0;
  background-color: #c80852;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.main_outer1 .goodsArea .cassetteArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.main_outer1 .goodsArea .cassetteArea .cassette {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
}
.main_outer1 .goodsArea .cassetteArea .cassette .cassetteTitle {
  border-top: 2px solid #c80852;
  color: #c80852;
  background-color: #f9e6ee;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
}
.main_outer1 .goodsArea .cassetteArea .cassette .cassetteTitle .pointIcon {
  width: 60px;
  height: 60px;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  background-color: #c80852;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -10px;
  right: -30px;
}
.main_outer1 .goodsArea .cassetteArea .cassette .cassetteImg {
  margin-bottom: 10px;
}
.main_outer1 .goodsArea .cassetteArea .cassette .cassetteImg img {
  width: 100%;
}
.main_outer1 .goodsArea .cassetteArea .cassette .cassetteImg > span {
  position: relative;
  display: block;
}
.main_outer1 .goodsArea .cassetteArea .cassette .cassetteImg > span img {
  display: none;
}
.main_outer1 .goodsArea .cassetteArea .cassette .cassetteImg > span img.acImg {
  display: block;
}
.main_outer1 .goodsArea .cassetteArea .cassette .cassetteImg > span img:hover {
  cursor: pointer;
}
.main_outer1 .goodsArea .cassetteArea .cassette .cassetteImg > span::after {
  width: 3.4rem;
  height: 3.4rem;
  content: "";
  background-image: url("../img/finger.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main_outer1 .goodsArea .cassetteArea .cassette .note {
  font-size: 1.2rem;
  margin-bottom: 24px;
}
.main_outer1 .goodsArea .cassetteArea .cassette .cassetteDetail {
  margin-bottom: 5px;
}
.main_outer1 .goodsArea .cassetteArea .cassette .cassetteDetail li {
  background-color: #ececec;
  border: 1px solid #464646;
  font-size: 14px;
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 5px;
}
.main_outer1 .goodsArea .cassetteArea .cassette .mgTop {
  margin-top: 30px;
}
.main_outer1 .goodsArea .cassetteArea .cassette .bdTop {
  border-top: 1px solid #c80852;
  padding-top: 8px;
  margin-top: 20px;
}
.main_outer1 .goodsArea .cassetteArea .cassette:nth-child(3n) {
  margin-right: 0;
}
.main_outer1 .goodsArea .cassetteArea .cassetteEnd {
  margin-right: 0;
}
.main_outer1 .goodsArea .cassetteArea .oneRow {
  width: 65%;
  margin-right: 5% !important;
}
.main_outer1 .goodsArea .cassetteArea .oneRow h4 {
  width: 100%;
}
.main_outer1 .goodsArea .cassetteArea .oneRow .oneRowWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main_outer1 .goodsArea .cassetteArea .oneRow .oneRowWrap .oneRowCassette {
  width: 50%;
  margin-right: 5%;
}
.main_outer1 .goodsArea .cassetteArea .oneRow .oneRowWrap .oneRowCassette .bdTop {
  border-top: 0;
  margin-top: 0px;
  padding-top: 0px;
}
.main_outer1 .cassetteList {
  font-size: 14px;
  margin-bottom: 24px;
}
.main_outer1 .cassetteList li {
  display: inline-block;
  list-style: none;
  margin-bottom: 8px;
  margin-right: 10px;
}
.main_outer1 .cassetteList li:last-child {
  margin-bottom: 0px;
}
.main_outer1 .cassetteList li::before {
  content: "●";
}
.main_outer1 .priceArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
}
.main_outer1 .priceArea .name {
  max-width: 60%;
}
.main_outer1 .priceArea .name span {
  display: block;
  font-size: 12px;
}
.main_outer1 .priceArea .price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #ed1a3a;
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
}
.main_outer1 .priceArea .price span {
  font-size: 22px;
}
.main_outer1 .heed {
  margin-bottom: 30px;
}
.main_outer1 .heed li {
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
}
.main_outer1 .heed li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.main_outer1 .messagArea {
  background-color: #f5efe9;
  margin-bottom: 80px;
  position: relative;
}
.main_outer1 .messagArea .message {
  background-color: #c80852;
  display: inline-block;
  border-radius: 10px;
  padding: 15px;
  margin: 20px 0 0 120px;
  position: relative;
}
.main_outer1 .messagArea .message p {
  font-weight: bold;
  text-align: center;
}
.main_outer1 .messagArea .message p:first-child {
  color: #f4e8c1;
  font-size: 24px;
  border-bottom: 2px #f4e8c1 dashed;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.main_outer1 .messagArea .message p:last-child {
  color: #fff;
}
.main_outer1 .messagArea .message::after {
  position: absolute;
  right: -50px;
  top: 100px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0px 50px;
  border-color: transparent transparent transparent #c80852;
}
.main_outer1 .messagArea::after {
  content: "";
  background: #c80852 url("../img/stuff_img01.png");
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  right: 180px;
  width: 160px;
  height: 150px;
  background-size: contain;
  vertical-align: middle;
}
.main_outer1 .shopLink {
  margin-bottom: 30px;
}
.main_outer1 .shopLink a {
  display: block;
  color: #ed1a3a;
  font-weight: bold;
  border: 2px solid #ed1a3a;
  border-radius: 10px;
  width: 450px;
  margin: auto;
  padding: 16px 0;
  text-align: center;
  position: relative;
}
.main_outer1 .shopLink a::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #cccccc;
  width: 24px;
  height: 24px;
  background: #ed1a3a;
  width: 18px;
  height: 18px;
  top: 22px;
  right: 120px;
}
.main_outer1 .shopLink a::after {
  position: absolute;
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 7px;
  height: 7px;
  top: 27px;
  right: 127px;
}
@media (max-width: 768px) {
  .main_outer1 h1 {
    padding-bottom: 2.6041666667vw;
    margin-bottom: 7.8125vw;
  }
  .main_outer1 h1 .h1_sub {
    top: 9.1145833333vw;
    font-size: 3.6458333333vw;
    width: 71.6145833333vw;
    height: 8.4635416667vw;
    line-height: 8.4635416667vw;
  }
  .main_outer1 h1 .h1_main {
    margin: 9.1145833333vw auto 1.3020833333vw 39.0625vw;
    font-size: 6.5104166667vw;
    text-align: left;
  }
  .main_outer1 h1 .h1_main span {
    font-size: 9.1145833333vw;
  }
  .main_outer1 h1 .h1_main::before {
    left: -36.4583333333vw;
    top: 3.90625vw;
    width: 33.8541666667vw;
    height: 24.7395833333vw;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .main_outer1 h1::before {
    height: 12.5vw;
    background: url("../img/h1_before_sp.png");
    background-size: cover;
    vertical-align: middle;
  }
  .main_outer1 h1::after {
    height: 2.8645833333vw;
    background: url("../img/h1_after_sp.png");
    background-size: contain;
    vertical-align: middle;
  }
  .main_outer1 .leadArea {
    text-align: left;
    margin-bottom: 0 3.90625vw;
  }
  .main_outer1 .leadArea p {
    margin-bottom: 3.90625vw;
    font-size: 3.90625vw;
  }
  .main_outer1 .ToC {
    width: 100%;
    margin: 0 auto 13.0208333333vw;
    padding: 3.90625vw;
    border-radius: 2.6041666667vw;
  }
  .main_outer1 .ToC li a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main_outer1 .ToC li a > span:nth-child(1) {
    display: inline-block;
    width: 20.8333333333vw;
    margin-right: 0;
    margin-bottom: 2.6041666667vw;
    padding-bottom: 0.2604166667vw;
  }
  .main_outer1 .ToC li a > span:nth-child(1) span {
    font-size: 5.2083333333vw;
  }
  .main_outer1 .ToC li a > span:nth-child(2) {
    display: block;
    width: calc(100% - 23.4375vw);
    padding: 0 3.90625vw 1.3020833333vw 0;
    font-size: 3.90625vw;
    border-bottom-width: 0.2604166667vw;
  }
  .main_outer1 .ToC li a > span:nth-child(2)::after {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    bottom: 3.90625vw;
    right: 1.3020833333vw;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .main_outer1 .ToC li:not(:last-child) {
    margin-bottom: 20px;
  }
  .main_outer1 article {
    margin-bottom: 13.0208333333vw;
  }
  .main_outer1 .h2Area {
    display: block;
    position: relative;
    padding: 3.90625vw 0;
    margin-bottom: 7.8125vw;
  }
  .main_outer1 .h2Area .scene {
    font-size: 3.90625vw;
    padding: 0 9.1145833333vw;
    margin-left: 3.90625vw;
  }
  .main_outer1 .h2Area .scene span {
    font-size: 5.7291666667vw;
  }
  .main_outer1 .h2Area img {
    width: 31.25vw;
    position: absolute;
    right: 2.6041666667vw;
    right: 2.6041666667vw;
  }
  .main_outer1 .h2Area .h2Title p {
    font-size: 3.90625vw;
    padding: 2.6041666667vw 0 1.3020833333vw;
    margin: 1.3020833333vw 3.90625vw;
  }
  .main_outer1 .h2Area .h2Title h2 {
    font-size: 5.2083333333vw;
    padding: 2.6041666667vw 0;
    text-align: center;
  }
  .main_outer1 .h2Area .h2Title h2::before {
    display: none;
  }
  .main_outer1 .h2Area .h2Title h2::after {
    display: none;
  }
  .main_outer1 .column {
    padding: 0.5208333333vw;
    margin-bottom: 3.125vw;
  }
  .main_outer1 .column .columnWrap {
    border-width: 0.5208333333vw;
    display: block;
    padding: 1.3020833333vw;
  }
  .main_outer1 .column .columnWrap .columnTtl {
    background-color: #dcb432;
    border-radius: 3.90625vw;
    width: auto;
    height: auto;
    padding: 1.3020833333vw 2.6041666667vw;
    margin: 2.0833333333vw 16.9270833333vw 3.90625vw;
  }
  .main_outer1 .column .columnWrap .columnTtl::before {
    left: 7.8125vw;
    top: 2.34375vw;
    width: 3.125vw;
    height: 3.125vw;
  }
  .main_outer1 .column .columnWrap .columnText {
    line-height: auto;
    padding: 1.3020833333vw 5.2083333333vw 2.6041666667vw;
  }
  .main_outer1 .column .columnWrap .itemArea {
    margin-top: 3.90625vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_outer1 .column .columnWrap .itemArea .item {
    width: 50%;
    padding: 2.6041666667vw;
  }
  .main_outer1 .column .feedImg {
    width: 100%;
    margin: 2.6041666667vw auto;
  }
  .main_outer1 .column .feedImg img {
    width: 52.0833333333vw;
  }
  .main_outer1 .column .feedImg .feedKit {
    width: 78.125vw;
    padding: 2.6041666667vw 0;
  }
  .main_outer1 .setArea {
    padding: 6.5104166667vw 0;
    margin-bottom: 3.90625vw;
  }
  .main_outer1 .setArea h3 {
    font-size: 5.2083333333vw;
    padding: 5.2083333333vw 0;
    margin-bottom: 3.90625vw;
  }
  .main_outer1 .setArea .setCopy {
    font-size: 4.4270833333vw;
    margin-bottom: 18.2291666667vw;
  }
  .main_outer1 .setArea .setWrap {
    padding: 0 3.90625vw;
  }
  .main_outer1 .setArea .setWrap .set {
    margin-bottom: 2.6041666667vw;
    padding: 15.625vw 2.6041666667vw 2.6041666667vw;
  }
  .main_outer1 .setArea .setWrap .set h4 {
    font-size: 4.4270833333vw;
    top: -13.0208333333vw;
    left: 0;
    right: 0;
    padding: 6.25vw 0 5.2083333333vw;
    width: 75.5208333333vw;
  }
  .main_outer1 .setArea .setWrap .set h4 span {
    font-size: 5.9895833333vw;
  }
  .main_outer1 .setArea .setWrap .set h4 span span {
    font-size: 7.8125vw;
  }
  .main_outer1 .setArea .setWrap .set h4 span::after {
    right: -13.0208333333vw;
    bottom: -3.90625vw;
    width: 10.4166666667vw;
    height: 11.4583333333vw;
    z-index: 20;
  }
  .main_outer1 .setArea .setWrap .set h4::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3.90625vw;
    background: url("../img/copy_sp.png");
    background-size: cover;
    left: 0vw;
  }
  .main_outer1 .setArea .setWrap .set h4::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3.90625vw;
    background: url("../img/copy_sp.png");
    background-size: cover;
    left: 0vw;
  }
  .main_outer1 .setArea .setWrap .set .setDetail {
    display: block;
  }
  .main_outer1 .setArea .setWrap .set .setDetail .imgWrap {
    padding-right: 0;
  }
  .main_outer1 .setArea .setWrap .set .setDetail .info {
    width: 100%;
  }
  .main_outer1 .setArea .setWrap .set .setDetail .info .priceArea {
    margin: 0 auto 1.3020833333vw;
  }
  .main_outer1 .setArea .setWrap .set .circle {
    height: 16.9270833333vw;
    width: 16.9270833333vw;
    padding-top: poVw(18);
    left: 58.59375vw;
    font-size: 3.90625vw;
  }
  .main_outer1 .setArea .setWrap .set .note {
    font-size: 2.6041666667vw;
  }
  .main_outer1 .armor {
    padding: 0.5208333333vw;
    margin-bottom: 3.125vw;
  }
  .main_outer1 .armor .armorWrap {
    border-width: 0.5208333333vw;
    padding: 31.25vw 2.6041666667vw 2.6041666667vw;
  }
  .main_outer1 .armor .armorWrap h3 {
    padding: 6.5104166667vw 0;
    font-size: 5.2083333333vw;
  }
  .main_outer1 .armor .armorWrap h3.chargeTitle::before {
    left: 74.21875vw;
    top: 7.8125vw;
    width: 8.0729166667vw;
    height: 15.625vw;
  }
  .main_outer1 .armor .armorWrap h3.feedTitle::before {
    left: 74.21875vw;
    top: 7.8125vw;
    width: 8.0729166667vw;
    height: 15.625vw;
  }
  .main_outer1 .armor .armorWrap .type {
    width: 32.5520833333vw;
    margin: 0 auto 3.90625vw;
    padding: 1.3020833333vw;
  }
  .main_outer1 .armor .armorWrap .howtoWrap {
    display: block;
  }
  .main_outer1 .armor .armorWrap .howtoWrap .chargeText {
    margin-top: 0;
    margin-bottom: 7.8125vw;
  }
  .main_outer1 .armor .armorWrap .howtoWrap .chargeText p {
    margin-bottom: 3.90625vw;
  }
  .main_outer1 .armor .armorWrap .howtoWrap .flex_4 {
    width: 100%;
  }
  .main_outer1 .armor .armorWrap .howtoWrap .flex_5 {
    width: 100%;
  }
  .main_outer1 .armor .armorWrap .howtoWrap .flex_5:not(:last-of-type) {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 .armor .armorWrap .howtoWrap .flex_6 {
    width: 100%;
  }
  .main_outer1 .armor .armorWrap .howtoWrap .howtoTitle {
    padding: 0.2604166667vw 0;
    border-radius: 2.6041666667vw;
    margin: auto;
  }
  .main_outer1 .armor .armorWrap .howtoWrap .howtoText {
    margin-top: 3.90625vw;
    text-align: left;
  }
  .main_outer1 .armor .armorWrap .howtoWrap img {
    width: 100%;
  }
  .main_outer1 .armor .armorWrap .howtoWrap.gasolin {
    margin-top: 7.8125vw;
  }
  .main_outer1 .armor .armorWrap .howtoWrap.gasolin img {
    margin-top: 3.90625vw;
  }
  .main_outer1 .armor .armorWrap .howtoWrap.inside img {
    width: 80%;
  }
  .main_outer1 .armor .armorWrap .howtoWrap.inside .howtoTitle + p:not(:last-of-type) {
    margin-bottom: 3.90625vw;
  }
  .main_outer1 .goodsArea {
    margin-bottom: 3.90625vw;
  }
  .main_outer1 .goodsArea h4 {
    margin-bottom: 2.6041666667vw;
    padding: 2.6041666667vw 0;
    font-size: 4.4270833333vw;
  }
  .main_outer1 .goodsArea .cassetteArea {
    display: block;
    margin-bottom: 2.6041666667vw;
  }
  .main_outer1 .goodsArea .cassetteArea .cassette {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9.1145833333vw;
  }
  .main_outer1 .goodsArea .cassetteArea .cassette .cassetteTitle {
    font-size: 4.4270833333vw;
    text-align: center;
    padding: 5.2083333333vw 0;
    margin-bottom: 2.6041666667vw;
  }
  .main_outer1 .goodsArea .cassetteArea .cassette .cassetteTitle .pointIcon {
    width: 15.625vw;
    height: 15.625vw;
    padding-bottom: 0.5208333333vw;
    font-size: 3.3854166667vw;
    top: -3.90625vw;
    right: -1.3020833333vw;
  }
  .main_outer1 .goodsArea .cassetteArea .cassette .cassetteImg {
    margin-bottom: 1.3020833333vw;
  }
  .main_outer1 .goodsArea .cassetteArea .cassette .cassetteImg > span::after {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
  .main_outer1 .goodsArea .cassetteArea .cassette .note {
    font-size: 3.125vw;
    margin-bottom: 3.90625vw;
  }
  .main_outer1 .goodsArea .cassetteArea .cassette .cassetteDetail {
    margin-bottom: 1.3020833333vw;
  }
  .main_outer1 .goodsArea .cassetteArea .cassette .cassetteDetail li {
    font-size: 3.3854166667vw;
    padding: 0.2604166667vw 1.3020833333vw;
    margin-bottom: 0.6510416667vw;
  }
  .main_outer1 .goodsArea .cassetteArea .cassette .mgTop {
    margin-top: 5.2083333333vw;
  }
  .main_outer1 .goodsArea .cassetteArea .cassette .bdTop {
    padding-top: 1.0416666667vw;
    margin-top: 2.6041666667vw;
  }
  .main_outer1 .goodsArea .cassetteArea .oneRow {
    width: 100%;
  }
  .main_outer1 .goodsArea .cassetteArea .oneRow h4 {
    width: 100%;
  }
  .main_outer1 .goodsArea .cassetteArea .oneRow .oneRowWrap {
    display: block;
  }
  .main_outer1 .goodsArea .cassetteArea .oneRow .oneRowWrap .oneRowCassette {
    width: 100%;
  }
  .main_outer1 .goodsArea .cassetteArea .oneRow .oneRowWrap .oneRowCassette .bdTop {
    padding-top: 5.2083333333vw;
    margin-top: 2.6041666667vw;
  }
  .main_outer1 .cassetteList {
    font-size: 3.3854166667vw;
    margin-bottom: 3.90625vw;
  }
  .main_outer1 .cassetteList li {
    margin-bottom: 1.3020833333vw;
    margin-right: 1.3020833333vw;
  }
  .main_outer1 .priceArea .name {
    font-size: 4.4270833333vw;
  }
  .main_outer1 .priceArea .name span {
    font-size: 3.125vw;
  }
  .main_outer1 .priceArea .price {
    font-size: 3.90625vw;
  }
  .main_outer1 .priceArea .price span {
    font-size: 6.5104166667vw;
  }
  .main_outer1 .heed {
    margin-bottom: 7.8125vw;
  }
  .main_outer1 .heed li {
    padding-left: 4.4270833333vw;
  }
  .main_outer1 .messagArea {
    margin-bottom: 10.4166666667vw;
    padding-bottom: 23.4375vw;
  }
  .main_outer1 .messagArea .message {
    padding: 1.953125vw;
    margin: 3.90625vw 3.90625vw 0;
    width: 82.03125vw;
  }
  .main_outer1 .messagArea .message p:first-child {
    font-size: 3.90625vw;
    padding-bottom: 1.3020833333vw;
    margin-bottom: 1.3020833333vw;
  }
  .main_outer1 .messagArea .message p:last-child {
    font-size: 3.125vw;
  }
  .main_outer1 .messagArea .message::after {
    left: 39.0625vw;
    top: 32.03125vw;
    border-width: 5.2083333333vw 0 0 9.1145833333vw;
    -webkit-transform: scale(-1, 1) rotate(120deg);
            transform: scale(-1, 1) rotate(120deg);
  }
  .main_outer1 .messagArea::after {
    right: 10.4166666667vw;
    width: 26.0416666667vw;
    height: 24.7395833333vw;
  }
  .main_outer1 .shopLink {
    margin-bottom: 3.90625vw;
  }
  .main_outer1 .shopLink a {
    width: 78.125vw;
    margin: auto;
    padding: 2.6041666667vw 0;
  }
  .main_outer1 .shopLink a::before {
    width: 3.90625vw;
    height: 3.90625vw;
    top: 4.1666666667vw;
    right: 14.3229166667vw;
  }
  .main_outer1 .shopLink a::after {
    width: 1.5625vw;
    height: 1.5625vw;
    top: 5.3385416667vw;
    right: 15.7552083333vw;
  }
}
/*# sourceMappingURL=style.css.map */