@charset "UTF-8";
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Setting
//////////////////////////////////////////////////////////////////////////////////////////////
*/
body {
  background-color: #e4e4e4;
}
.womenrelax_lp {
  --color_black: #555;
  --color_white: #f1f1f1;
  --font_ja:
  "游ゴシック Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  --font_en:
  "jaf-bernino-sans", sans-serif;
  color: var(--color_black);
}
.womenrelax_lp img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.womenrelax_lp figure {
  margin: initial;
}
.womenrelax_lp .font_en {
  font-family: var(--font_en);
}
.womenrelax_lp .font_en02 {
  font-family: var(--font_en02);
}
.womenrelax_lp .font_ja {
  font-family: var(--font_ja);
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .womenrelax_lp .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .womenrelax_lp .pc_only {
    display: none !important;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                メイン
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.womenrelax_lp .sec-hero {
  width: 90rem;
  margin-inline: auto;
}
.womenrelax_lp .hero_ttl {
  text-align: center;
  margin-top: 8.2rem;
}
.womenrelax_lp .hero_ttl > span {
  display: block;
}
.womenrelax_lp .hero_ttl-sub {
  font-size: 1.8rem;
  letter-spacing: 0.145em;
}
.womenrelax_lp .hero_ttl-main {
  margin-top: 2.3rem;
  font-size: 2.4rem;
  letter-spacing: 0.145em;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {}
@media screen and (max-width: 767px) {
  .womenrelax_lp .sec-hero {
    width: calc(750*100vw/750);
  }
  .womenrelax_lp .hero_ttl {
    margin-top: calc(80*100vw/750);
  }
  .womenrelax_lp .hero_ttl-sub {
    font-size: calc(30*100vw/750);
    letter-spacing: 0.14em;
    font-weight: 500;
  }
  .womenrelax_lp .hero_ttl-main {
    margin-top: calc(35*100vw/750);
    font-size: calc(40*100vw/750);
    font-weight: 500;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                コンテンツ
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.womenrelax_lp .style_wrap-grid {
  width: 66rem;
  margin-inline: auto;
}
.womenrelax_lp .style_ttl {
  font-size: 1.8rem;
  line-height: 2.4444444444;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: initial;
}
.womenrelax_lp .style_lead {
  margin-top: 2.3rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.07em;
}
.womenrelax_lp .style_price {
  display: block;
  margin-top: 2.7rem;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.womenrelax_lp .common_btn {
  position: relative;
  width: 44rem;
  height: 6.2rem;
  margin: 12rem auto;
  background-color: var(--color_white);
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.075em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.womenrelax_lp .common_btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.1rem solid var(--color_black);
  border-bottom: 0.1rem solid var(--color_black);
  top: 2.8rem;
  right: 13.2rem;
  transform: rotate(316deg);
}
.womenrelax_lp .common_btn > a {
  position: relative;
  display: flex;
  left: -0.8rem;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .womenrelax_lp .style_wrap-grid {
    display: grid;
    grid-template: 40rem 8rem 40rem / 32rem 2rem 32rem;
    height: 88rem;
  }
  .womenrelax_lp .style_col01 {
    grid-row: 1/2;
    grid-column: 1/4;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
  .womenrelax_lp .style_col01 > figure {
    width: 32rem;
    flex-shrink: 0;
  }
  .womenrelax_lp .style_col02 {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .womenrelax_lp .style_col03 {
    grid-row: 3/4;
    grid-column: 3/4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {}
@media screen and (max-width: 767px) {
  .womenrelax_lp .style_wrap-grid {
    width: calc(660*100vw/750);
  }
  .womenrelax_lp .style_ttl {
    font-size: calc(32*100vw/750);
    line-height: 2.25;
    letter-spacing: 0.075em;
    margin-top: calc(60*100vw/750);
    font-weight: 500;
  }
  .womenrelax_lp .style_lead {
    margin-top: calc(45*100vw/750);
    font-size: calc(24*100vw/750);
    letter-spacing: 0.065em;
  }
  .womenrelax_lp .style_price {
    margin-top: calc(45*100vw/750);
    font-size: calc(20*100vw/750);
  }
  .womenrelax_lp .common_btn {
    width: calc(540*100vw/750);
    height: calc(80*100vw/750);
    margin-block: calc(140*100vw/750) calc(-80*100vw/750);
    font-size: calc(22*100vw/750);
  }
  .womenrelax_lp .common_btn::before { 
    width: calc(10*100vw/750);
    height: calc(10*100vw/750);
    border-right: calc(1*100vw/750) solid var(--color_black);
    border-bottom: calc(1*100vw/750) solid var(--color_black);
    top: calc(37*100vw/750);
    right: calc(142*100vw/750);
  }
  .womenrelax_lp .common_btn > a {
    left: calc(-13*100vw/750);
    top: calc(3*100vw/750);
  }
  .womenrelax_lp .style_col02 {
    margin-top: calc(130*100vw/750);
  }
  .womenrelax_lp .style_col03 {
    margin-top: calc(40*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                各コンテンツ
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .womenrelax_lp .sec-style01 {
    margin-top: 9.7rem;
  }
  .womenrelax_lp .sec-style01 .style_col-txt {
    margin-left: 2.5rem;
  }
  .womenrelax_lp .sec-style01 .style_ttl {
    margin-top: 1.8rem;
  }
  .womenrelax_lp .sec-style02 {
    margin-top: 12rem;
  }
  .womenrelax_lp .sec-style02 .style_col01 {
    flex-direction: row-reverse;
  }
  .womenrelax_lp .sec-style02 .style_col-txt {
    grid-column: 1/2;
    margin-right: 2.4rem;
  }
  .womenrelax_lp .sec-style02 .style_ttl {
    margin-top: -0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .womenrelax_lp .sec-style01 {
    margin-top: calc(137*100vw/750);
  }.womenrelax_lp .sec-style02 {
    margin-top: calc(200*100vw/750);
  }
  .womenrelax_lp .sec-style02 .style_ttl {
    margin-top: calc(58*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                アニメーション
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.womenrelax_lp .js-fade {
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  opacity: 0;
  transform: translateY(1.5rem);
}
.womenrelax_lp .js-fade.active {
  opacity: 1;
  transform: translateY(0);
}