@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

.epilation {
  font-weight: bold;
}
.epilation .line {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.epilation .line a {
  position: fixed;
  right: 0;
  top: 9.9vw;
  display: flex;
  align-items: center;
  background-color: #01b301;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: clamp(12px, 0.83vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.37;
  font-weight: bold;
  padding: 0.52vw;
  z-index: 1;
}
.epilation .line a img {
  margin-bottom: 0.26vw;
}
.epilation .ttl-wrap .ttl {
  padding-top: 7.03vw;
  padding-bottom: 5.99vw;
  font-size: clamp(23px, 2.4vw, 46px);
  line-height: 1.73;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.epilation .ttl-wrap .ttl span {
  font-size: 0.7em;
}
.epilation .epil-btn .flex {
  display: flex;
  margin: 0 auto 80px;
  justify-content: space-between;
  width: 100%;
  max-width: 1060px;
}
.epilation .epil-btn .flex a {
  width: 30.5%;
}
.epilation .sub-ttl {
  font-size: clamp(17px, 1.77vw, 34px) !important;
  line-height: 1.73;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.epilation .sub-ttl:before {
  content: "";
  display: inline-block;
  background-image: url(../../images/sub-title-top.png);
  background-size: 100% 100%;
  width: 21.88vw;
  height: 1.56vw;
  margin-top: 6.99vw;
  margin-bottom: 1.56vw;
}
.epilation .sub-ttl:after {
  content: "";
  display: inline-block;
  background-image: url(../../images/sub-title-bottom.png);
  background-size: 100% 100%;
  width: 21.88vw;
  height: 0.52vw;
  margin-top: 1.56vw;
  margin-bottom: 5.21vw;
}
.epilation .epil-wrap {
  background: #fff;
  border-radius: 15px;
  padding: 0 60px 100px;
}
.epilation .epil-wrap > div:nth-of-type(n+2) {
  margin-top: 80px;
}
.epilation .epil-wrap p {
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 1.5em;
}
.epilation .epil-wrap h3 {
  font-size: 30px;
  line-height: 1.5em;
}
.epilation .epil-wrap h3 span {
  font-size: 1.2em;
  display: inline-block;
  transform: skewX(-10deg);
  margin-right: 0.25em;
}
.epilation .epil-wrap .pic {
  margin-top: 50px;
  text-align: center;
}
.epilation .epil-wrap .column4 {
  text-align: center;
}
.epilation .epil-wrap .column4 p {
  font-size: 22px;
  margin-bottom: 1.5em;
}
.epilation .epil-wrap .column4 .pic1 img:last-of-type,
.epilation .epil-wrap .column4 .pic1 img:nth-of-type(3) {
  margin-top: 30px;
}
.epilation .epil-wrap .column5 {
  padding: 30px 60px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  position: relative;
}
.epilation .epil-wrap .column5:before, .epilation .epil-wrap .column5:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 13px;
  height: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
}
.epilation .epil-wrap .column5:before {
  left: 0;
}
.epilation .epil-wrap .column5:after {
  right: 0;
}
.epilation .caution {
  background: rgba(0, 0, 0, 0.53);
  color: #fff !important;
  padding: 80px 55px;
  border-radius: 15px;
  text-align: center;
  margin-top: 80px;
}
.epilation .caution h2 {
  font-size: 34px;
  margin-bottom: 1em;
}
.epilation .caution img + h3 {
  margin: 60px 0 30px;
}
.epilation .caution h3 {
  font-size: 30px;
  text-align: left;
}
.epilation .caution .sp-pic + p {
  margin-top: 1.5em;
}
.epilation .caution p {
  line-height: 1.8em;
}
.epilation .caution .flex {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #fff;
}
.epilation .caution .flex .pic {
  margin-right: 30px;
}
.epilation .caution .flex .txt {
  text-align: left;
  flex: 1;
}
.epilation .caution .flex:first-of-type p {
  line-height: 1.2em;
}
.epilation .caution .flex:first-of-type p:nth-of-type(n+2) {
  margin-top: 0.6em;
}
.epilation .caution .flex:first-of-type p.ind {
  text-indent: -3.5em;
  padding-left: 3.5em;
}
.epilation .caution .flex:nth-of-type(2) {
  align-items: center;
}
.epilation .caution .flex:last-of-type p {
  line-height: 1.2em;
}
.epilation .caution .flex:last-of-type p:nth-of-type(n+2) {
  margin-top: 0.6em;
}
.epilation .caution .flex:last-of-type p.ind {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.epilation .caution .flex:last-of-type + h3 {
  border-top: 1px solid #fff;
  padding-top: 50px;
  line-height: 1.5em;
}
.epilation .strategy {
  background: #fff;
  padding: 0 0 160px;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 80px;
}
.epilation .strategy .sub-ttl:before {
  margin-top: 60px;
}
.epilation .strategy .sub-ttl:after {
  margin-bottom: 60px;
}
.epilation .strategy .box {
  padding: 0 60px;
}
.epilation .strategy .box > .flex {
  display: flex;
  border-top: 1px solid #000;
  margin-top: 50px;
  padding-top: 50px;
}
.epilation .strategy .box > .flex .txt {
  flex: 1;
}
.epilation .strategy .box > .flex .pic {
  margin-left: 40px;
}
.epilation .strategy .box h3 {
  font-size: 30px;
}
.epilation .strategy .box h3 span {
  font-size: 1.5em;
  color: #a40000;
  display: inline-block;
  transform: skewX(-10deg);
  margin-right: 0.25em;
}
.epilation .strategy .box p {
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 1.5em;
}
.epilation .strategy .box p a {
  pointer-events: none;
}
.epilation .strategy .box .add p.big {
  font-size: 22px;
}
.epilation .strategy .box .add p.big span {
  color: #a40000;
  text-decoration: underline;
}
.epilation .strategy .box .add p:not(.big) {
  margin-top: 1em;
}
.epilation .strategy .box .bg-b {
  background: #f0efe9;
  padding: 30px 40px;
  margin-top: 30px;
  border-radius: 0.5em;
}
.epilation .strategy .box .bg-b .flex {
  display: flex;
  align-items: center;
}
.epilation .strategy .box .bg-b .flex h4 {
  font-size: 22px;
  margin-bottom: 1em;
}
.epilation .strategy .box .bg-b .flex p {
  margin-top: 0;
}
.epilation .strategy .box .bg-b .flex p span {
  font-size: 24px;
}
.epilation .strategy .box:nth-of-type(even) > .flex {
  flex-direction: row-reverse;
}
.epilation .strategy .box:nth-of-type(even) > .flex .pic {
  margin-left: 0;
  margin-right: 40px;
}
.epilation .strategy .box .furusato-btn {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .epilation .epil-wrap p,
  .epilation .caution p,
  .epilation .strategy .box p {
    font-size: 1.5vw;
  }
  .epilation .epil-wrap h3,
  .epilation .caution h3,
  .epilation .strategy .box h3 {
    font-size: 2.5vw;
  }
  .epilation .epil-wrap .column4 p,
  .epilation .strategy .box .bg-b .flex h4,
  .epilation .strategy .box .add p.big {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .epilation .epil-wrap p,
  .epilation .caution p,
  .epilation .strategy .box p,
  .epilation .strategy .box .add p.big {
    font-size: 3.2vw;
  }
  .epilation .epil-wrap h3,
  .epilation .strategy .box h3 {
    font-size: 5.5vw;
  }
  .epilation .caution h3 {
    font-size: 4.5vw;
  }
  .epilation .caution h2,
  .epilation .caution img + h3 {
    font-size: 5.5vw;
  }
  .epilation .epil-wrap .column4 p {
    font-size: 3.8vw;
  }
  .epilation .strategy .box .bg-b .flex h4 {
    font-size: 3.5vw;
  }
  .epilation .ttl-wrap .ttl {
    font-size: clamp(16px, 6.4vw, 48px);
  }
  .epilation .ttl-wrap .ttl span {
    font-size: clamp(15px, 4vw, 30px);
  }
  .epilation .sub-ttl {
    font-size: clamp(16px, 6.1333333333vw, 46px) !important;
  }
  .epilation .sub-ttl:before {
    width: 56vw;
    height: 3.73vw;
    margin-top: 16vw;
    margin-bottom: 5.33vw;
  }
  .epilation .sub-ttl:after {
    width: 56vw;
    height: 1.2vw;
    margin-top: 5.33vw;
    margin-bottom: 12.67vw;
  }
  .epilation .text {
    font-size: clamp(18px, 4.8vw, 36px);
  }
  .epilation .epil-wrap {
    background: none;
    padding: 0 0 10vw;
  }
  .epilation .epil-wrap .sub-ttl {
    margin-top: 0;
  }
  .epilation .epil-wrap .sub-ttl:before {
    margin-top: 5vw;
  }
  .epilation .epil-wrap h3, .epilation .epil-wrap p {
    padding: 0 5vw;
  }
  .epilation .epil-wrap > div:nth-of-type(n+2) {
    margin-top: 10vw;
  }
  .epilation .epil-wrap .pic {
    margin-top: 6vw;
  }
  .epilation .epil-wrap .column2 .pic {
    padding: 0 5vw;
  }
  .epilation .epil-wrap .column4 .pic1,
  .epilation .epil-wrap .column4 .pic2 {
    padding: 0 5vw;
  }
  .epilation .epil-wrap .column4 .pic1 img:last-of-type {
    margin-top: 5vw;
  }
  .epilation .epil-wrap .column4 p {
    margin-top: 2.5em;
  }
  .epilation .epil-wrap .column5 {
    padding: 5vw 0;
    text-align: center;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .epilation .epil-wrap .column5:before, .epilation .epil-wrap .column5:after {
    width: 3vw;
  }
  .epilation .caution {
    padding: 10vw 5vw;
    border-radius: 0;
    margin-top: 20vw;
  }
  .epilation .caution img + h3 {
    text-align: center;
    margin: 1.5em 0;
  }
  .epilation .caution .flex .sp-pic {
    width: 15vw;
  }
  .epilation .caution .flex h3 {
    text-align: center;
  }
  .epilation .caution .flex .sp-pic {
    margin: 5vw auto 0;
  }
  .epilation .caution .flex:first-of-type p, .epilation .caution .flex:last-of-type p {
    line-height: 1.8em;
  }
  .epilation .caution .flex:first-of-type p:nth-of-type(n+2), .epilation .caution .flex:last-of-type p:nth-of-type(n+2) {
    margin-top: 0;
  }
  .epilation .strategy {
    margin-top: 20vw;
    padding-bottom: 20vw;
  }
  .epilation .strategy .sub-ttl:before {
    margin-top: 15vw;
  }
  .epilation .strategy .sub-ttl:after {
    margin-bottom: 10vw;
  }
  .epilation .strategy .box {
    padding: 0;
  }
  .epilation .strategy .box > h3 {
    text-align: center;
    line-height: 1.5em;
  }
  .epilation .strategy .box h3 span {
    margin-right: 0.1em;
  }
  .epilation .strategy .box p.big {
    padding: 0 5vw;
  }
  .epilation .strategy .box p.big + p {
    margin-top: 0 !important;
    padding: 0 5vw;
    font-size: 2.6vw;
  }
  .epilation .strategy .box > .flex {
    margin-top: 10vw;
    padding: 10vw 5vw;
    padding-bottom: 0;
  }
  .epilation .strategy .box > .flex > .txt .sp-pic {
    text-align: center;
    width: 60vw;
    margin: 0 auto;
    margin-top: 8vw;
  }
  .epilation .strategy .box .bg-b {
    padding: 12vw 0 10vw 5vw;
  }
  .epilation .strategy .box .bg-b .left {
    width: 25vw;
  }
  .epilation .strategy .box .bg-b .left img {
    width: 100%;
  }
  .epilation .strategy .box .bg-b .right {
    flex: 1;
  }
  .epilation .strategy .box .bg-b .right p {
    font-size: 2.6vw;
  }
  .epilation .strategy .box p.small {
    font-size: 2.6vw;
    padding: 0 5vw;
  }
  .epilation .strategy .box .furusato-btn {
    margin-top: 8vw;
    padding: 0 5vw;
  }
}/*# sourceMappingURL=style.css.map */