@charset "UTF-8";
.main_outer1 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
}
.main_outer1 .pc {
  display: block;
}
.main_outer1 .sp {
  display: none;
}
@media (max-width: 767px) {
  .main_outer1 .pc {
    display: none;
  }
  .main_outer1 .sp {
    display: block;
  }
}
.main_outer1 .container {
  overflow: hidden;
}
.main_outer1 .content {
  margin: 0 auto;
  padding: 0;
}
.main_outer1 .contWp {
  color: #3c3c3c;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .main_outer1 {
    font-size: 3.9113428944vw;
  }
  .main_outer1 .contWp {
    width: 92%;
  }
  .main_outer1 img {
    width: 100%;
  }
}

.main_outer1 .kv {
  width: 1200px;
  height: 290px;
  margin-bottom: 10px;
  background: url("../img/kv_pc.png") no-repeat;
  background-size: contain;
  position: relative;
}
.main_outer1 .kv h1 {
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 100px;
}
.main_outer1 .kv h1 > span {
  font-size: 6.8rem;
}
.main_outer1 .kv h1 .yellow > span {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px 8px;
  line-height: 1.1;
  color: #009600;
  background-color: #fff032;
}
.main_outer1 .kv h1 .subTtl {
  width: 780px;
  padding: 8px 0 10px;
  font-size: 3.2rem;
  letter-spacing: 3px;
  text-align: center;
  color: #009600;
  background-color: #fff;
  position: absolute;
  bottom: -78px;
  left: 0px;
}
.main_outer1 .date {
  text-align: right;
}
.main_outer1 .leadArea {
  margin-bottom: 60px;
}
.main_outer1 .leadArea > p {
  width: 850px;
  margin: 0 auto 60px;
}
.main_outer1 .leadArea .ToC {
  width: 700px;
  margin: auto;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.main_outer1 .leadArea .ToC > ul, .main_outer1 .leadArea .ToC > div {
  padding: 16px 40px;
  background-color: #eef9e5;
  border: solid 3px #ace380;
}
.main_outer1 .leadArea .ToC ul li a {
  display: block;
  padding: 7px 0;
}
.main_outer1 .leadArea .ToC ul li a span {
  display: inline-block;
  position: relative;
}
.main_outer1 .leadArea .ToC ul li a span::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #009600;
  width: 18px;
  height: 18px;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main_outer1 .leadArea .ToC ul li a span::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #fff;
  width: 8px;
  height: 8px;
  right: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.main_outer1 .leadArea .ToC > div {
  border-radius: 20px 20px 0 0;
}
.main_outer1 .leadArea .ToC > div > p {
  margin-bottom: 10px;
}
.main_outer1 .leadArea .ToC > div > ul li {
  color: #009600;
}
.main_outer1 .leadArea .ToC > div > ul li a {
  color: #009600;
}
.main_outer1 .leadArea .ToC > div > ul li::before {
  color: #009600;
}
.main_outer1 .leadArea .ToC > div > ul li ul {
  margin-left: 20px;
}
.main_outer1 .leadArea .ToC > div > ul li ul li {
  padding-left: 24px;
  position: relative;
}
.main_outer1 .leadArea .ToC > div > ul li ul li::before {
  content: "─";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.main_outer1 .leadArea .ToC > ul {
  border-top-width: 0;
  border-radius: 0 0 20px 20px;
}
.main_outer1 p {
  margin-bottom: 30px;
}
.main_outer1 b {
  font-weight: bold;
}
.main_outer1 .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe492));
  background: linear-gradient(transparent 60%, #ffe492 60%);
}
.main_outer1 .notes {
  font-size: 1.6rem;
}
.main_outer1 article,
.main_outer1 section {
  margin-bottom: 100px;
}
.main_outer1 article .secTtl,
.main_outer1 section .secTtl {
  width: 1000px;
  height: 99px;
  margin-bottom: 40px;
  background: url("../img/ttlBg_01_pc.png") no-repeat;
  background-size: contain;
  position: relative;
}
.main_outer1 article .secTtl span,
.main_outer1 section .secTtl span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main_outer1 article .secTtlBig_pc,
.main_outer1 section .secTtlBig_pc {
  height: 140px;
  margin-bottom: 40px;
  background: url("../img/ttlBg_01big_pc.png") no-repeat;
  background-size: contain;
}
.main_outer1 article .secTtlBig_pc span,
.main_outer1 section .secTtlBig_pc span {
  line-height: 1.5;
}
.main_outer1 article .secTtlSub,
.main_outer1 section .secTtlSub {
  margin-bottom: 40px;
  padding: 4px 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #009600;
  background-color: #eef9e5;
}
.main_outer1 article .secTtlSub#air,
.main_outer1 section .secTtlSub#air {
  margin-top: 100px;
}
.main_outer1 article figure,
.main_outer1 section figure {
  margin-bottom: 30px;
}
.main_outer1 article figure > div,
.main_outer1 section figure > div {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.main_outer1 article figure > div p,
.main_outer1 section figure > div p {
  width: 26%;
  margin-bottom: 0;
}
.main_outer1 article figure img,
.main_outer1 section figure img {
  display: block;
  margin: auto;
}
.main_outer1 article figure figcaption,
.main_outer1 section figure figcaption {
  font-size: 2rem;
}
.main_outer1 article .txtLead,
.main_outer1 section .txtLead {
  font-size: 2.4rem;
  font-weight: bold;
  color: #009600;
}
.main_outer1 article .dtlTtl,
.main_outer1 section .dtlTtl {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #009600;
}
.main_outer1 article .dtlTtl span,
.main_outer1 section .dtlTtl span {
  padding-bottom: 10px;
  border-bottom: 5px solid #009600;
}
.main_outer1 article .rmd,
.main_outer1 section .rmd {
  margin: 100px auto 30px;
  padding: 10px 30px;
  border: 2px solid #0078c8;
  font-weight: bold;
}
.main_outer1 article .rmd h4,
.main_outer1 section .rmd h4 {
  font-size: 2.6rem;
  color: #0078c8;
}
.main_outer1 article .rmd p,
.main_outer1 section .rmd p {
  margin-bottom: 0;
  font-size: 2.2rem;
}
.main_outer1 article .rmd + p,
.main_outer1 section .rmd + p {
  margin-bottom: 60px;
}
.main_outer1 article .rmdGreen,
.main_outer1 section .rmdGreen {
  border-color: #009600;
}
.main_outer1 article .rmdGreen h4,
.main_outer1 section .rmdGreen h4 {
  color: #009600;
}
.main_outer1 article .txtMg p,
.main_outer1 section .txtMg p {
  margin-bottom: 0;
}
.main_outer1 article .txtMg p:last-child,
.main_outer1 section .txtMg p:last-child {
  margin-bottom: 30px;
}
.main_outer1 article .intro,
.main_outer1 section .intro {
  margin: 100px auto;
  padding: 40px 80px;
  background-image: url("../img/bg_intro.png");
}
.main_outer1 article .intro .txtLead,
.main_outer1 section .intro .txtLead {
  line-height: 1.5;
  text-align: left;
  color: #3c3c3c;
}
.main_outer1 article .intro .txtLead span,
.main_outer1 section .intro .txtLead span {
  font-size: 1.8rem;
}
.main_outer1 article .intro .introTtl,
.main_outer1 section .intro .introTtl {
  margin: 0 0 0 30px;
  text-align: left;
  position: relative;
}
.main_outer1 article .intro .introTtl::before,
.main_outer1 section .intro .introTtl::before {
  content: "■";
  color: #009600;
  position: absolute;
  left: -30px;
}
.main_outer1 article .intro .introTtl + .txtLead,
.main_outer1 section .intro .introTtl + .txtLead {
  margin-left: 30px;
}
.main_outer1 article .intro .introDtl,
.main_outer1 section .intro .introDtl {
  margin-bottom: 30px;
}
.main_outer1 article .intro .introDtl p,
.main_outer1 section .intro .introDtl p {
  margin-bottom: 0px;
  font-size: 2.4rem;
}
.main_outer1 article .intro .introDtl p.notes,
.main_outer1 section .intro .introDtl p.notes {
  font-size: 1.6rem;
}
.main_outer1 article .intro b,
.main_outer1 section .intro b {
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ed1a3a;
}
.main_outer1 article .intro b span,
.main_outer1 section .intro b span {
  font-size: 3rem !important;
}
.main_outer1 article .intro ul,
.main_outer1 section .intro ul {
  margin-bottom: 30px;
}
.main_outer1 article .intro ul li,
.main_outer1 section .intro ul li {
  padding-left: 2.2rem;
  text-indent: -2.2rem;
  position: relative;
}
.main_outer1 article .intro ul li::before,
.main_outer1 section .intro ul li::before {
  content: "※ ";
  font-size: 100%;
}
.main_outer1 article .intro .pit-price,
.main_outer1 section .intro .pit-price {
  margin-bottom: 40px;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.main_outer1 article .intro .pit-price p,
.main_outer1 section .intro .pit-price p {
  margin-bottom: 0;
  text-align: center;
}
.main_outer1 article .intro .pit-price .txt-link,
.main_outer1 section .intro .pit-price .txt-link {
  margin: 0 auto 4px;
}
.main_outer1 article .intro p:last-child,
.main_outer1 section .intro p:last-child {
  margin-bottom: 0;
}
.main_outer1 article .btnLink,
.main_outer1 section .btnLink {
  text-align: center;
  margin-bottom: 0;
}
.main_outer1 article .btnLink a,
.main_outer1 section .btnLink a {
  display: block;
  width: 460px;
  margin: 0 auto;
  padding: 14px 14px 14px 0;
  font-size: 1.8rem;
  color: #ed1a3a;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #ed1a3a;
  border-radius: 8px;
}
.main_outer1 article .btnLink a span,
.main_outer1 section .btnLink a span {
  position: relative;
}
.main_outer1 article .btnLink a span::before,
.main_outer1 section .btnLink a span::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #ed1a3a;
  width: 18px;
  height: 18px;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main_outer1 article .btnLink a span::after,
.main_outer1 section .btnLink a span::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #fff;
  width: 8px;
  height: 8px;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.main_outer1 article .txtLink,
.main_outer1 section .txtLink {
  margin-bottom: 50px;
  text-align: center;
}
.main_outer1 article .txtLink a,
.main_outer1 section .txtLink a {
  padding-right: 34px;
  font-size: 2.2rem;
  color: #ed1a3a;
  font-weight: bold;
  border-bottom: 2px solid #ed1a3a;
}
.main_outer1 article .txtLink a span,
.main_outer1 section .txtLink a span {
  position: relative;
}
.main_outer1 article .txtLink a span::before,
.main_outer1 section .txtLink a span::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #ed1a3a;
  width: 18px;
  height: 18px;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main_outer1 article .txtLink a span::after,
.main_outer1 section .txtLink a span::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #fff;
  width: 8px;
  height: 8px;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.main_outer1 .castArea {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.3;
}
.main_outer1 .castArea .cast {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 60px;
}
.main_outer1 .castArea .cast .castTtl {
  background-color: #e5f1f9;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}
.main_outer1 .castArea .cast .name {
  margin-bottom: 10px;
}
.main_outer1 .castArea .cast .name span {
  display: block;
}
.main_outer1 .castArea .cast .castImg {
  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-bottom: 10px;
}
.main_outer1 .castArea .cast .castImg .imgLeft {
  width: 33%;
}
.main_outer1 .castArea .cast .castImg .imgLeft img {
  width: 100%;
}
.main_outer1 .castArea .cast .castImg .imgRight {
  width: 63%;
}
.main_outer1 .castArea .cast .castImg .imgRight img {
  width: 100%;
}
.main_outer1 .castArea .cast .castImgSingle {
  margin: 0 auto 10px;
  width: 38%;
}
.main_outer1 .castArea .cast .castImgSingle img {
  width: 100%;
}
.main_outer1 .castArea .cast .castLead {
  font-size: 1.4rem;
  margin-bottom: 14px;
}
.main_outer1 .castArea .cast .castDetail {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main_outer1 .castArea .cast .castDetail li {
  margin-right: 5px;
  background-color: #ececec;
  border: 1px solid #464646;
  font-size: 1.4rem;
  padding: 2px 10px;
  margin-bottom: 5px;
}
.main_outer1 .castArea .cast .price {
  margin-bottom: 0;
  text-align: right;
  color: #ed1a3a;
  font-weight: bold;
  font-size: 1.4rem;
}
.main_outer1 .castArea .cast .price span {
  font-size: 2.6rem;
}
.main_outer1 .castArea .cast:nth-child(3n) {
  margin-right: 0;
}
.main_outer1 .castArea .cast:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.main_outer1 .cause .dtlTtl {
  font-size: 2.2rem;
}
.main_outer1 .cause p:nth-last-child(2) {
  margin-bottom: 60px;
}
.main_outer1 .deodorant .cmt {
  margin-top: 60px;
}
.main_outer1 .deodorant .cmt + .btnLink {
  margin-top: 60px;
}
.main_outer1 .deodorant .dtlTtl span {
  display: block;
}
.main_outer1 .clean .castArea,
.main_outer1 .clean .txtLink {
  margin-top: 60px;
}
.main_outer1 .faq {
  margin-bottom: 10px;
}
.main_outer1 .faq h2 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #009600;
  border-bottom: 5px solid #009600;
}
.main_outer1 .faq > div {
  margin-bottom: 40px;
}
.main_outer1 .faq > div p, .main_outer1 .faq > div h3 {
  margin-bottom: 0;
  padding: 10px 0 10px 60px;
}
.main_outer1 .faq > div h3 {
  font-size: 2.4rem;
  font-weight: bold;
  background: url("../img/icon_que.png") no-repeat;
  background-size: 45px auto;
  background-position: top 6px left 0;
  border-bottom-width: 0;
}
.main_outer1 .faq > div p {
  background: url("../img/icon_ans.png") no-repeat;
  background-size: 45px auto;
  background-position: top 6px left 0;
}
.main_outer1 .faq .intro {
  margin-bottom: 0;
}
.main_outer1 .faq .intro .txtLead {
  text-align: center;
}
.main_outer1 .date-02 {
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .main_outer1 .kv {
    width: 100%;
    height: 61.2777053455vw;
    margin-bottom: 1.3037809648vw;
    background: url("../img/kv_sp.png") no-repeat;
    background-size: contain;
  }
  .main_outer1 .kv h1 {
    font-size: 6.7796610169vw;
    line-height: 1.5;
    top: 2.6075619296vw;
    left: 2.6075619296vw;
  }
  .main_outer1 .kv h1 > span {
    font-size: 7.8226857888vw;
  }
  .main_outer1 .kv h1 .yellow > span {
    margin-right: 1.3037809648vw;
    padding: 0 1.0430247718vw 0.7822685789vw;
  }
  .main_outer1 .kv h1 .subTtl {
    width: 130%;
    font-size: 4.1720990874vw;
    letter-spacing: normal;
    background: transparent;
    bottom: -47.9791395046vw;
    left: 50%;
    -webkit-transform: translateX(-37%);
            transform: translateX(-37%);
  }
  .main_outer1 .leadArea {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 .leadArea > p {
    width: 100%;
    margin: 0 auto 7.8226857888vw;
  }
  .main_outer1 .leadArea .ToC {
    width: 100%;
    font-size: 3.9113428944vw;
    line-height: 1.8;
  }
  .main_outer1 .leadArea .ToC > ul, .main_outer1 .leadArea .ToC > div {
    padding: 5.2151238592vw;
    border-width: 0;
  }
  .main_outer1 .leadArea .ToC ul li a {
    padding: 1.3037809648vw 0;
  }
  .main_outer1 .leadArea .ToC ul li a span {
    position: relative;
  }
  .main_outer1 .leadArea .ToC ul li a span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #009600;
    width: 3.9113428944vw;
    height: 3.9113428944vw;
    right: -5.7366362451vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main_outer1 .leadArea .ToC ul li a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5215123859vw;
    border-right-width: 0.5215123859vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.5645371578vw;
    height: 1.5645371578vw;
    right: -4.3024771838vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .main_outer1 .leadArea .ToC > div {
    margin-bottom: 1.3037809648vw;
  }
  .main_outer1 .leadArea .ToC > div > p {
    margin-bottom: 2.6075619296vw;
  }
  .main_outer1 .leadArea .ToC > div > ul > li > a {
    position: relative;
  }
  .main_outer1 .leadArea .ToC > div > ul > li > a::before {
    position: absolute;
    top: 0.6518904824vw;
    left: 0;
  }
  .main_outer1 .leadArea .ToC > div > ul > li ul {
    margin-left: 3.9113428944vw;
  }
  .main_outer1 .leadArea .ToC > div > ul > li ul li {
    padding-left: 5.2151238592vw;
    position: relative;
  }
  .main_outer1 p {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 .notes {
    font-size: 3.3898305085vw;
  }
  .main_outer1 article,
  .main_outer1 section {
    margin-bottom: 10.4302477184vw;
  }
  .main_outer1 article .secTtl,
  .main_outer1 article .secTtl02_pc,
  .main_outer1 section .secTtl,
  .main_outer1 section .secTtl02_pc {
    width: 100%;
    height: 26.075619296vw;
    margin-bottom: 7.8226857888vw;
    background: url("../img/ttlBg_01_sp.png") no-repeat;
    background-size: contain;
  }
  .main_outer1 article .secTtl span,
  .main_outer1 article .secTtl02_pc span,
  .main_outer1 section .secTtl span,
  .main_outer1 section .secTtl02_pc span {
    font-size: 5.2151238592vw;
    line-height: 1.5;
    bottom: 2.6075619296vw;
  }
  .main_outer1 article .secTtlBig_sp,
  .main_outer1 section .secTtlBig_sp {
    height: 33.8983050847vw;
    background: url("../img/ttlBg_01big_sp.png") no-repeat;
    background-size: contain;
  }
  .main_outer1 article .secTtl02,
  .main_outer1 section .secTtl02 {
    height: 19.556714472vw;
    background: url("../img/ttlBg_01small_sp.png") no-repeat;
    background-size: contain;
  }
  .main_outer1 article .secTtl02 span,
  .main_outer1 section .secTtl02 span {
    bottom: 3.1290743155vw;
  }
  .main_outer1 article .secTtlSub,
  .main_outer1 section .secTtlSub {
    margin-bottom: 7.8226857888vw;
    padding: 1.0430247718vw 3.9113428944vw;
    font-size: 4.9543676662vw;
  }
  .main_outer1 article .secTtlSub#air,
  .main_outer1 section .secTtlSub#air {
    margin-top: 13.037809648vw;
  }
  .main_outer1 article figure,
  .main_outer1 section figure {
    margin-bottom: 3.9113428944vw;
  }
  .main_outer1 article figure > div,
  .main_outer1 section figure > div {
    margin-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main_outer1 article figure > div p,
  .main_outer1 section figure > div p {
    width: 30%;
  }
  .main_outer1 article figure > div p > img,
  .main_outer1 section figure > div p > img {
    width: 100%;
  }
  .main_outer1 article figure img,
  .main_outer1 section figure img {
    width: 80%;
  }
  .main_outer1 article figure img.little,
  .main_outer1 section figure img.little {
    width: 60%;
  }
  .main_outer1 article figure figcaption,
  .main_outer1 section figure figcaption {
    font-size: 3.3898305085vw;
  }
  .main_outer1 article .txtLead,
  .main_outer1 section .txtLead {
    font-size: 4.4328552803vw;
  }
  .main_outer1 article .dtlTtl,
  .main_outer1 section .dtlTtl {
    margin-bottom: 3.9113428944vw;
    font-size: 4.9543676662vw;
  }
  .main_outer1 article .dtlTtl span,
  .main_outer1 section .dtlTtl span {
    display: block;
    padding-bottom: 1.3037809648vw;
    border-width: 3px;
  }
  .main_outer1 article .rmd,
  .main_outer1 section .rmd {
    margin: 10.4302477184vw auto 3.9113428944vw;
    padding: 1.3037809648vw 2.6075619296vw;
  }
  .main_outer1 article .rmd h4,
  .main_outer1 section .rmd h4 {
    font-size: 4.6936114733vw;
  }
  .main_outer1 article .rmd p,
  .main_outer1 section .rmd p {
    font-size: 4.1720990874vw;
  }
  .main_outer1 article .rmd + p,
  .main_outer1 section .rmd + p {
    margin-bottom: 10.4302477184vw;
  }
  .main_outer1 article .txtMg p,
  .main_outer1 section .txtMg p {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 article .txtMg p:last-child,
  .main_outer1 section .txtMg p:last-child {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 article .intro,
  .main_outer1 section .intro {
    margin: 13.037809648vw auto;
    padding: 5.2151238592vw 5.2151238592vw 7.8226857888vw;
  }
  .main_outer1 article .intro .txtLead,
  .main_outer1 section .intro .txtLead {
    margin-bottom: 3.9113428944vw;
  }
  .main_outer1 article .intro .txtLead span,
  .main_outer1 section .intro .txtLead span {
    font-size: 3.9113428944vw;
  }
  .main_outer1 article .intro .introTtl,
  .main_outer1 section .intro .introTtl {
    margin: 0 0 0 3.9113428944vw;
  }
  .main_outer1 article .intro .introTtl::before,
  .main_outer1 section .intro .introTtl::before {
    left: -5.2151238592vw;
  }
  .main_outer1 article .intro .introTtl + .txtLead,
  .main_outer1 section .intro .introTtl + .txtLead {
    margin-left: 3.9113428944vw;
  }
  .main_outer1 article .intro .introDtl,
  .main_outer1 section .intro .introDtl {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 article .intro .introDtl p,
  .main_outer1 section .intro .introDtl p {
    font-size: 4.4328552803vw;
  }
  .main_outer1 article .intro .introDtl p.notes,
  .main_outer1 section .intro .introDtl p.notes {
    font-size: 3.3898305085vw;
  }
  .main_outer1 article .intro b,
  .main_outer1 section .intro b {
    display: inline-block;
    padding-left: 1.3037809648vw;
    font-size: 3.6505867014vw;
  }
  .main_outer1 article .intro b span,
  .main_outer1 section .intro b span {
    font-size: 5.4758800522vw !important;
  }
  .main_outer1 article .intro ul,
  .main_outer1 section .intro ul {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 article .intro ul li,
  .main_outer1 section .intro ul li {
    padding-left: 4.4328552803vw;
    text-indent: -4.4328552803vw;
  }
  .main_outer1 article .intro .pit-price,
  .main_outer1 section .intro .pit-price {
    margin-bottom: 7.8226857888vw;
    padding: 2.6075619296vw 0;
    border-top-width: 0.260756193vw;
    border-bottom-width: 0.260756193vw;
  }
  .main_outer1 article .intro .pit-price .txt-link,
  .main_outer1 section .intro .pit-price .txt-link {
    margin: 0 auto 1.3037809648vw;
  }
  .main_outer1 article .btnLink a,
  .main_outer1 section .btnLink a {
    width: 78.2268578879vw;
    margin: 0 auto;
    padding: 3.3898305085vw 3.3898305085vw 3.3898305085vw 0;
    font-size: 3.9113428944vw;
  }
  .main_outer1 article .btnLink a span::before,
  .main_outer1 section .btnLink a span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #ed1a3a;
    width: 3.9113428944vw;
    height: 3.9113428944vw;
    right: -5.3455019557vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main_outer1 article .btnLink a span::after,
  .main_outer1 section .btnLink a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5215123859vw;
    border-right-width: 0.5215123859vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.5645371578vw;
    height: 1.5645371578vw;
    right: -3.9113428944vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .main_outer1 article .txtLink,
  .main_outer1 section .txtLink {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 article .txtLink a,
  .main_outer1 section .txtLink a {
    padding-right: 5.4758800522vw;
    font-size: 4.1720990874vw;
    line-height: 1.8;
  }
  .main_outer1 article .txtLink a span::before,
  .main_outer1 section .txtLink a span::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #ed1a3a;
    width: 3.9113428944vw;
    height: 3.9113428944vw;
    right: -5.3455019557vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main_outer1 article .txtLink a span::after,
  .main_outer1 section .txtLink a span::after {
    position: absolute;
    content: "";
    border-top-width: 0.5215123859vw;
    border-right-width: 0.5215123859vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.5645371578vw;
    height: 1.5645371578vw;
    right: -3.9113428944vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .main_outer1 article .txtLink_spH a span::before,
  .main_outer1 section .txtLink_spH a span::before {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .main_outer1 article .txtLink_spH a span::after,
  .main_outer1 section .txtLink_spH a span::after {
    -webkit-transform: translateY(200%) rotate(45deg);
            transform: translateY(200%) rotate(45deg);
  }
  .main_outer1 .castArea {
    display: block;
  }
  .main_outer1 .castArea .cast {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 .castArea .cast .castTtl {
    font-size: 3.9113428944vw;
    padding: 2.6075619296vw 0;
    margin-bottom: 2.6075619296vw;
  }
  .main_outer1 .castArea .cast .name {
    font-size: 3.6505867014vw;
  }
  .main_outer1 .castArea .cast .castImg {
    margin-bottom: 1.3037809648vw;
  }
  .main_outer1 .castArea .cast .castImgSingle {
    margin: 0 auto 1.3037809648vw;
  }
  .main_outer1 .castArea .cast .castLead {
    font-size: 3.1290743155vw;
    margin-bottom: 1.8252933507vw;
  }
  .main_outer1 .castArea .cast .castDetail {
    margin-bottom: 1.3037809648vw;
  }
  .main_outer1 .castArea .cast .castDetail li {
    margin-right: 1.3037809648vw;
    font-size: 3.1290743155vw;
    padding: 0.260756193vw 1.3037809648vw;
    margin-bottom: 0.6518904824vw;
  }
  .main_outer1 .castArea .cast .price {
    font-size: 3.3898305085vw;
  }
  .main_outer1 .castArea .cast .price span {
    font-size: 5.4758800522vw;
  }
  .main_outer1 .castArea .cast:nth-last-child(-n+3) {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 .cause .dtlTtl {
    font-size: 4.9543676662vw;
  }
  .main_outer1 .cause p:nth-last-child(2) {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 .deodorant .cmt {
    margin-top: 7.8226857888vw;
  }
  .main_outer1 .deodorant .cmt + .btnLink {
    margin-top: 7.8226857888vw;
  }
  .main_outer1 .clean .castArea,
  .main_outer1 .clean .txtLink {
    margin-top: 7.8226857888vw;
  }
  .main_outer1 .faq {
    margin-bottom: 1.3037809648vw;
  }
  .main_outer1 .faq h2 {
    margin-bottom: 7.8226857888vw;
    padding-bottom: 1.3037809648vw;
    font-size: 4.9543676662vw;
    border-width: 3px;
  }
  .main_outer1 .faq > div {
    margin-bottom: 7.8226857888vw;
  }
  .main_outer1 .faq > div p, .main_outer1 .faq > div h3 {
    padding: 1.3037809648vw 0 1.3037809648vw 7.8226857888vw;
    background-position: top 1.8252933507vw left 0;
  }
  .main_outer1 .faq > div h3 {
    font-size: 4.1720990874vw;
    background-size: 6.518904824vw auto;
  }
  .main_outer1 .faq > div p {
    background-size: 6.518904824vw auto;
  }
  .main_outer1 .date-02 {
    margin-bottom: 10.4302477184vw;
  }
}
/*# sourceMappingURL=style.css.map */