/* stylelint-disable */

@charset "UTF-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%; }

img {
  vertical-align: bottom;
  border: none; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

li {
  list-style: none; }

/*------------------------------------------------------------
共通クラス
------------------------------------------------------------*/
.pc_only {
  display: block; }

.sp_only {
  display: none; }

@media screen and (max-width: 768px) {
  .pc_only {
    display: none; }

  .sp_only {
    display: block; } }
.inner {
  width: 960px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative; }

.inner2 {
  width: 1180px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative; }

@media screen and (max-width: 768px) {
  .inner, .inner2 {
    max-width: none;
    width: 100%;
    padding: 0 4%; }
    .inner.sp_type02, .inner2.sp_type02 {
      padding: 0 8%; } }
.web_font {
  font-family: 'Oswald', sans-serif; }

.ttl_style {
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-top: 35px; }
  .ttl_style:before {
    display: block;
    content: '';
    width: 40px;
    height: 1px;
    background: #c0c0c1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  .ttl_style .sup {
    font-size: 38%;
    top: 0.3em;
    padding-right: 4px; }
  .ttl_style .small, .ttl_style .big {
    display: block;
    line-height: 1;
    letter-spacing: 0.15em;
    position: relative; }
  .ttl_style .small {
    font-size: 2.0rem;
    margin-bottom: 18px; }
  .ttl_style .big {
    font-size: 3.3rem;
    display: inline-block; }
    .ttl_style .big:before {
      display: block;
      content: '';
      width: 100%;
      height: 29px;
      background: url("/assets/images/pages/f-static/lp/005009379/old/about_ttl_bg.png") left top no-repeat;
      background-size: cover;
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      z-index: 2; }
    .ttl_style .big span {
      position: relative;
      z-index: 3; }

@media screen and (max-width: 768px) {
  .ttl_style {
    padding-top: 25px; }
    .ttl_style:before {
      width: 27px; }
    .ttl_style .sup {
      font-size: 38%;
      top: 0.3em;
      padding-right: 4px; }
    .ttl_style .small {
      font-size: 1.3rem;
      margin-bottom: 6px; }
    .ttl_style .big {
      font-size: 2.3rem; }
      .ttl_style .big:before {
        height: 20px;
        background: url("/assets/images/pages/f-static/lp/005009379/old/about_ttl_bg.png") left top no-repeat;
        background-size: cover;
        bottom: -15px; } }
.price {
  line-height: 1; }
  .price .zei {
    padding-right: 5px;
    font-size: 1.5rem; }
  .price .num {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2.6rem; }
  .price .en {
    font-size: 2.0rem; }

@media screen and (max-width: 768px) {
  .price .zei {
    padding-right: 5px;
    font-size: 1.3rem; }
  .price .num {
    font-size: 2.3rem; }
  .price .en {
    font-size: 1.7rem; } }
.btn_style, .btn_style2 {
  width: 100%;
  height: 70px;
  background: #444;
  letter-spacing: 0.15em;
  border: 1px solid #444;
  box-sizing: border-box;
  transition: all .3s 0s ease-in-out;
  text-align: center; }
  .btn_style.off, .btn_style2.off {
    background: #ccc;
    border: 1px solid #ccc; }
  .btn_style:not(.btn_style.off):not(.btn_style2.off):hover, .btn_style2:not(.btn_style.off):not(.btn_style2.off):hover {
    background: #fff; }
    .btn_style:not(.btn_style.off):not(.btn_style2.off):hover > a, .btn_style:not(.btn_style.off):not(.btn_style2.off):hover > span, .btn_style2:not(.btn_style.off):not(.btn_style2.off):hover > a, .btn_style2:not(.btn_style.off):not(.btn_style2.off):hover > span {
      color: #444; }
  .btn_style > a, .btn_style > span, .btn_style2 > a, .btn_style2 > span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1.7rem; }
    .btn_style > a span, .btn_style > span span, .btn_style2 > a span, .btn_style2 > span span {
      position: relative;
      padding-left: 40px;
      text-align: center; }
      .btn_style > a span:before, .btn_style > span span:before, .btn_style2 > a span:before, .btn_style2 > span span:before {
        display: block;
        content: '';
        width: 23px;
        height: 17px;
        background: url("/assets/images/pages/f-static/lp/005009379/old/icon_cart.png") left top no-repeat;
        background-size: 23px 17px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate3d(0, -50%, 0); }

.btn_style:not(.btn_style.off):hover > a span:before, .btn_style:not(.btn_style.off):hover > span span:before {
  background: url("/assets/images/pages/f-static/lp/005009379/old/icon_cart_b.png") left top no-repeat;
  background-size: 23px 17px; }

.btn_style2 {
  background: #fff;
  border: 1px solid #cfccd5; }
  .btn_style2:not(.btn_style2.off):hover {
    border: 1px solid #f9f8fa;
    background: #f9f8fa !important; }
    .btn_style2:not(.btn_style2.off):hover > a span:before, .btn_style2:not(.btn_style2.off):hover > span span:before {
      background: url("/assets/images/pages/f-static/lp/005009379/old/voice_btn_icon.png") left top no-repeat;
      background-size: 27px 23px; }
  .btn_style2 > a, .btn_style2 > span {
    text-align: center;
    color: #444; }
    .btn_style2 > a span, .btn_style2 > span span {
      display: flex;
      height: 100%;
      justify-content: center;
      align-items: center; }
      .btn_style2 > a span:before, .btn_style2 > span span:before {
        display: block;
        content: '';
        width: 27px;
        height: 23px;
        background: url("/assets/images/pages/f-static/lp/005009379/old/voice_btn_icon.png") left top no-repeat;
        background-size: 27px 23px;
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0); }

@media screen and (max-width: 768px) {
  .btn_style, .btn_style2 {
    height: 60px; }
    .btn_style > a, .btn_style > span, .btn_style2 > a, .btn_style2 > span {
      font-size: 1.5rem; }
      .btn_style > a span, .btn_style > span span, .btn_style2 > a span, .btn_style2 > span span {
        padding-left: 32px; }
        .btn_style > a span:before, .btn_style > span span:before, .btn_style2 > a span:before, .btn_style2 > span span:before {
          width: 20px;
          height: 15px;
          background: url("/assets/images/pages/f-static/lp/005009379/old/icon_cart.png") left top no-repeat;
          background-size: 20px 15px; }

  .btn_style:not(.btn_style.off):hover > a span:before, .btn_style:not(.btn_style.off):hover > span span:before {
    background: url("/assets/images/pages/f-static/lp/005009379/old/icon_cart_b.png") left top no-repeat;
    background-size: 20px 15px; }

  .btn_style2:not(.btn_style2.off):hover > a span:before, .btn_style2:not(.btn_style2.off):hover > span span:before {
    background: url("/assets/images/pages/f-static/lp/005009379/old/voice_btn_icon.png") left top no-repeat;
    background-size: 21px 19px; }
  .btn_style2 > a span, .btn_style2 > span span {
    padding-left: 32px; }
    .btn_style2 > a span:before, .btn_style2 > span span:before {
      width: 21px;
      height: 19px;
      background: url("/assets/images/pages/f-static/lp/005009379/old/voice_btn_icon.png") left top no-repeat;
      background-size: 21px 19px; } }
.label_limit_style {
  border: 2px solid #cb2e60;
  color: #cb2e60;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  padding: 3px 6px 2px 10px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .label_limit_style {
    font-size: 1.2rem;
    border: 1px solid #cb2e60; } }
.sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: 0.4em;
  letter-spacing: 0;
  padding-right: 3px;
  margin-left: -2px; }

.mini_txt_style {
  font-size: 1.0rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  opacity: 0.8; }

@media screen and (max-width: 768px) {
  .mini_txt_style {
    font-size: 1.0rem;
    line-height: 1.5; } }
/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-family: Roboto, "Noto Sans JP", sans-serif, "Droid Sans", "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  background: #f9f8fa; }

@media screen and (max-width: 960px) {
  #wrapper {
    width: 100%;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.06em; } }
/*------------------------------------------------------------
#header
------------------------------------------------------------*/
#Mv_area {
  margin-bottom: 90px;
  background: #fff;
  position: relative; }
  #Mv_area:before {
    display: block;
    content: '';
    width: 100%;
    height: 13.15%;
    min-height: 100px;
    background: #f9f8fa;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
  #Mv_area .top_box {
    background: url("/assets/images/pages/f-static/lp/005009379/old/mv_bg.png") center center no-repeat;
    background-size: cover;
    height: calc(100vh - 199px);
    min-height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2; }
    #Mv_area .top_box .in_box {
      height: 100%;
      display: flex;
      align-items: center; }
    #Mv_area .top_box h1 {
      padding-left: 13.125vw; }
      #Mv_area .top_box h1 img {
        width: 35vw;
        height: auto;
        min-width: 561px;
        max-width: 700px; }
  #Mv_area .deco {
    position: absolute;
    top: 40px;
    left: 30px; }

@media screen and (max-width: 768px) {
  #Mv_area {
    margin-bottom: 60px; }
    #Mv_area:before {
      display: none; }
    #Mv_area .top_box {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      justify-content: center;
      background: none;
      height: auto;
      min-height: auto; }
      #Mv_area .top_box .in_box {
        height: 100%;
        display: block;
        align-items: center; }
      #Mv_area .top_box h1 {
        padding-left: 0;
        margin: 10vw 8% 0; }
        #Mv_area .top_box h1 img {
          width: 100%;
          height: auto;
          min-width: auto;
          max-width: none; }
    #Mv_area .deco {
      display: none; }
    #Mv_area .bg {
      position: relative;
      top: 0;
      left: 0; }
      #Mv_area .bg img {
        width: 100%;
        height: auto; } }
#top_txt_area {
  color: #632439;
  padding-bottom: 60px;
  width: 100%; }
  #top_txt_area .in_box {
    padding: 0 50px;
    margin-bottom: 25px;
    font-size: 1.7rem;
    letter-spacing: 0.2em;
    position: relative;
    z-index: 2;
    text-align: justify;
    text-justify: inter-ideograph; }
    #top_txt_area .in_box .txt {
      margin-bottom: 25px; }
  #top_txt_area .deco {
    position: absolute;
    z-index: 1;
    top: -55px;
    left: -150px; }

@media screen and (max-width: 768px) {
  #top_txt_area {
    padding-bottom: 30px; }
    #top_txt_area .in_box {
      padding: 0 4%;
      margin-bottom: 25px;
      font-size: 1.3rem;
      letter-spacing: 0.06em; }
      #top_txt_area .in_box .txt {
        margin-bottom: 20px; }
    #top_txt_area .deco {
      top: -30px;
      left: 0; } }
.Limit_area {
  padding: 90px 0 90px;
  position: relative; }
  .Limit_area .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url("/assets/images/pages/f-static/lp/005009379/old/limited_bg.png") top right no-repeat;
    background-size: cover;
    z-index: 2; }
  .Limit_area:before {
    display: block;
    content: '';
    width: 100%;
    height: 60px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .Limit_area .inner2 {
    position: relative;
    z-index: 3; }
  .Limit_area h2 {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    line-height: 1; }
  .Limit_area .sub_ttl {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 4; }
  .Limit_area .box ul {
    display: flex;
    background: #fff;
    margin-bottom: 20px; }
    .Limit_area .box ul li {
      width: 50%;
      box-sizing: border-box;
      position: relative; }
      .Limit_area .box ul li:before {
        display: block;
        content: '';
        width: 1px;
        height: 100%;
        background: #632439;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0.1; }
      .Limit_area .box ul li:last-child:before {
        display: none; }
      .Limit_area .box ul li .bubble {
        left: 50%;
        position: absolute;
        top: 50px;
        transform: translate3d(-50%, 0, 0);
        margin-left: -120px; }
      .Limit_area .box ul li .bubble2 {
        left: 50%;
        position: absolute;
        top: 80px;
        transform: translate3d(-50%, 0, 0);
        margin-left: 120px; }
      .Limit_area .box ul li dl {
        width: 100%;
        padding: 55px 0 60px; }
        .Limit_area .box ul li dl dt {
          text-align: center;
          padding: 0 100px;
          margin-bottom: 30px; }
          .Limit_area .box ul li dl dt img {
            width: 100%;
            height: auto; }
        .Limit_area .box ul li dl dd {
          text-align: center; }
          .Limit_area .box ul li dl dd h3 {
            font-size: 2.2rem;
            font-weight: 700;
            letter-spacing: 0.15em;
            line-height: 1;
            margin-bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center; }
            .Limit_area .box ul li dl dd h3 span {
              margin-right: 10px; }
          .Limit_area .box ul li dl dd .txt1 {
            font-size: 1.4rem;
            margin-bottom: 5px; }
          .Limit_area .box ul li dl dd .price {
            margin-bottom: 30px; }
          .Limit_area .box ul li dl dd .btn_wrap {
            width: 300px;
            margin: 0 auto; }
  .Limit_area .box .mini_txt_style {
    text-align: center; }
  .Limit_area .deco {
    position: absolute;
    z-index: 4;
    top: -50px;
    right: 5vw; }

@media screen and (max-width: 768px) {
  .Limit_area {
    padding: 55px 0 45px; }
    .Limit_area .bg {
      background: url("/assets/images/pages/f-static/lp/005009379/old/limited_bg_sp.jpg") bottom right no-repeat;
      background-size: cover; }
    .Limit_area:before {
      display: none; }
    .Limit_area h2 {
      margin-bottom: 35px; }
    .Limit_area .sub_ttl {
      display: none; }
    .Limit_area .box ul {
      display: block;
      margin-bottom: 20px; }
      .Limit_area .box ul li {
        width: 100%; }
        .Limit_area .box ul li:before {
          width: 100%;
          height: 1px;
          bottom: 0;
          top: auto; }
        .Limit_area .box ul li:last-child:before {
          display: none; }
        .Limit_area .box ul li .bubble {
          margin-left: -100px;
          top: 30px; }
          .Limit_area .box ul li .bubble img {
            width: 85px;
            height: auto; }
        .Limit_area .box ul li .bubble2 {
          top: 60px;
          margin-left: 85px; }
          .Limit_area .box ul li .bubble2 img {
            width: 72px;
            height: auto; }
        .Limit_area .box ul li dl {
          width: 100%;
          padding: 35px 0 40px; }
          .Limit_area .box ul li dl dt {
            padding: 0;
            margin-bottom: 30px; }
          .Limit_area .box ul li dl dd h3 {
            font-size: 1.9rem;
            letter-spacing: 0.1em;
            margin-bottom: 3px; }
            .Limit_area .box ul li dl dd h3 span {
              margin-right: 10px; }
          .Limit_area .box ul li dl dd .txt1 {
            font-size: 1.2rem;
            margin-bottom: 5px; }
          .Limit_area .box ul li dl dd .price {
            margin-bottom: 25px; }
          .Limit_area .box ul li dl dd .btn_wrap {
            width: 100%;
            padding: 0 8%;
            box-sizing: border-box; }
    .Limit_area .box .mini_txt_style {
      text-align: left;
      padding: 0 4%; }
    .Limit_area .deco {
      display: none; } }
#Point_area {
  padding-top: 120px;
  padding-bottom: 310px;
  position: relative;
  background: #fff; }
  #Point_area:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -50px;
    left: -22vw;
    transform: skewX(20deg);
    width: 30vw;
    height: 1000px;
    margin: 0 auto;
    background-color: #f9f8fa;
    z-index: 4; }
  #Point_area .img_area {
    margin-bottom: 45px; }
    #Point_area .img_area .sub_ttl {
      position: absolute;
      top: 55px;
      left: 10px; }
    #Point_area .img_area .inner2 > img {
      width: 100%;
      height: auto; }
  #Point_area .ttl_style {
    margin-bottom: 25px; }
    #Point_area .ttl_style .big:before {
      width: 379px; }
  #Point_area ul {
    margin: 0 50px 20px; }
    #Point_area ul li {
      border-bottom: 1px #efe9eb solid; }
      #Point_area ul li:last-child {
        margin-bottom: 0; }
      #Point_area ul li .box {
        background: #fff;
        display: flex;
        position: relative;
        z-index: 2;
        padding: 50px 0; }
      #Point_area ul li .num {
        width: 75px; }
      #Point_area ul li dl {
        display: flex;
        align-items: center;
        width: calc(100% - 75px); }
        #Point_area ul li dl dt {
          width: 420px; }
          #Point_area ul li dl dt img {
            width: 100%;
            height: auto; }
        #Point_area ul li dl dd {
          width: calc(100% - 420px);
          box-sizing: border-box;
          padding: 0 0 0 50px; }
          #Point_area ul li dl dd h3 {
            margin-bottom: 25px;
            font-size: 2.2rem;
            font-weight: 700;
            line-height: 1.6;
            position: relative;
            letter-spacing: 0.15em; }
            #Point_area ul li dl dd h3 strong {
              background: linear-gradient(transparent 80%, #afe9f8 80%); }
  #Point_area .mini_txt_style {
    text-align: right;
    padding-right: 50px; }

@media screen and (max-width: 768px) {
  #Point_area {
    background: #f9f8fa;
    padding-top: 100px;
    padding-bottom: 350px; }
    #Point_area:after {
      display: none; }
    #Point_area .img_area {
      margin-bottom: 40px; }
      #Point_area .img_area .sub_ttl {
        top: -35px;
        left: 30px; }
        #Point_area .img_area .sub_ttl img {
          height: 53px;
          width: auto; }
      #Point_area .img_area .inner2 {
        padding: 0; }
        #Point_area .img_area .inner2 > img {
          width: 100%;
          height: auto; }
    #Point_area .ttl_style {
      margin-bottom: 30px; }
      #Point_area .ttl_style .big:before {
        width: 260px; }
    #Point_area ul {
      margin: 0 4% 25px; }
      #Point_area ul li {
        margin-bottom: 30px;
        border-bottom: none;
        position: relative; }
        #Point_area ul li:before {
          display: block;
          content: '';
          width: 100%;
          height: 100%;
          background: url("/assets/images/pages/f-static/lp/005009379/old/point_bg_sp.jpg") left top no-repeat;
          background-size: cover;
          position: absolute;
          bottom: -6px;
          right: 6px;
          z-index: 1; }
        #Point_area ul li:last-child {
          margin-bottom: 0; }
        #Point_area ul li .box {
          display: block;
          padding: 5vw 0; }
        #Point_area ul li .num {
          width: 45px; }
        #Point_area ul li dl {
          display: block;
          width: 100%;
          padding: 0 5%; }
          #Point_area ul li dl dt {
            width: 100%;
            margin-bottom: 30px; }
          #Point_area ul li dl dd {
            width: 100%;
            padding: 0;
            display: flex;
            justify-content: space-between; }
            #Point_area ul li dl dd > div {
              width: calc(100% - 45px); }
              #Point_area ul li dl dd > div p {
                padding-right: 4vw;
                letter-spacing: 0.08em; }
            #Point_area ul li dl dd .num img {
              width: 24px;
              height: auto; }
            #Point_area ul li dl dd h3 {
              margin-bottom: 10px;
              font-size: 1.8rem;
              letter-spacing: 0.1em; }
              #Point_area ul li dl dd h3 strong {
                background: linear-gradient(transparent 75%, #afe9f8 75%); }
    #Point_area .mini_txt_style {
      text-align: left;
      padding-right: 0;
      padding-left: 4vw; } }
#Voice_area {
  margin-top: -200px;
  background: #f9f8fa;
  position: relative; }
  #Voice_area .img_area {
    margin-bottom: 80px;
    position: relative; }
    #Voice_area .img_area::before {
      display: block;
      content: '';
      width: 35.31vw;
      height: 520px;
      background: url("/assets/images/pages/f-static/lp/005009379/old/voice_img_mv_bg.png") left top repeat;
      background-size: cover;
      position: absolute;
      bottom: -85px;
      right: 0;
      z-index: 2; }
    #Voice_area .img_area::after {
      display: block;
      content: '';
      width: 100%;
      height: 250px;
      background: #fff;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; }
    #Voice_area .img_area .sub_ttl {
      position: absolute;
      bottom: -50px;
      left: 40px; }
    #Voice_area .img_area .inner2 {
      z-index: 5;
      position: relative; }
      #Voice_area .img_area .inner2 > img {
        width: 100%;
        height: auto; }
  #Voice_area .ttl_style {
    margin-bottom: 40px; }
    #Voice_area .ttl_style .big:before {
      width: 441px;
      background: url("/assets/images/pages/f-static/lp/005009379/old/voice_ttl_bg.png") left top no-repeat;
      background-size: cover; }
  #Voice_area .txt_area {
    text-align: center;
    margin-bottom: 100px; }
    #Voice_area .txt_area .txt {
      margin-bottom: 20px;
      font-size: 1.6rem; }
  #Voice_area .actress_area {
    position: relative; }
    #Voice_area .actress_area:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 15vw;
      transform: skewX(20deg);
      width: 120vw;
      height: 430px;
      margin: 0 auto;
      background-color: #fff;
      z-index: 2; }
    #Voice_area .actress_area .box {
      z-index: 3;
      position: relative;
      display: flex;
      align-items: center;
      height: 430px; }
      #Voice_area .actress_area .box:before {
        display: block;
        content: '';
        width: 113px;
        height: 130px;
        background: url("/assets/images/pages/f-static/lp/005009379/old/voice_manda_deco1.png") left top no-repeat;
        background-size: cover;
        position: absolute;
        top: -35px;
        left: 30px; }
    #Voice_area .actress_area .actress_img_area {
      width: calc(100% - 670px); }
      #Voice_area .actress_area .actress_img_area .img {
        position: absolute;
        bottom: 0;
        right: 0px; }
      #Voice_area .actress_area .actress_img_area .name {
        position: absolute;
        bottom: -35px;
        right: 0; }
    #Voice_area .actress_area .actress_txt_area {
      width: 670px;
      padding-left: 110px;
      box-sizing: border-box;
      position: relative; }
      #Voice_area .actress_area .actress_txt_area:after {
        display: block;
        content: '';
        width: 99px;
        height: 268px;
        background: url("/assets/images/pages/f-static/lp/005009379/old/voice_manda_deco2.png") left top no-repeat;
        background-size: cover;
        position: absolute;
        bottom: -20px;
        right: -110px; }
      #Voice_area .actress_area .actress_txt_area h3 {
        font-size: 2.4rem;
        line-height: 1.6;
        letter-spacing: 0.15em;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #efe9eb; }
        #Voice_area .actress_area .actress_txt_area h3 strong {
          background: linear-gradient(transparent 80%, #afe9f8 80%); }
  #Voice_area .kuchikomi_area {
    position: relative;
    padding-top: 95px;
    padding-bottom: 110px; }
    #Voice_area .kuchikomi_area:before {
      display: block;
      content: '';
      width: 100%;
      height: calc(100% + 250px);
      background: url("/assets/images/pages/f-static/lp/005009379/old/voice_dot_bg.png") left top repeat;
      background-size: 10px 16px;
      position: absolute;
      top: -250px;
      left: 0;
      z-index: 1; }
    #Voice_area .kuchikomi_area .box {
      position: relative;
      z-index: 2;
      margin: 0 10vw; }
    #Voice_area .kuchikomi_area h3 {
      margin-bottom: 60px;
      text-align: center;
      line-height: 1; }
    #Voice_area .kuchikomi_area .swiper-container {
      overflow: visible; }
    #Voice_area .kuchikomi_area .swiper-slide {
      width: 380px;
      height: auto; }
    #Voice_area .kuchikomi_area .swiper-pagination {
      text-align: right;
      position: absolute;
      bottom: 90px;
      right: 0; }
      #Voice_area .kuchikomi_area .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        display: inline-block;
        border-radius: 100%;
        background: none;
        border: 1px solid #cb2e60;
        opacity: 1;
        margin: 0 15px; }
      #Voice_area .kuchikomi_area .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #cb2e60; }
    #Voice_area .kuchikomi_area ul {
      margin-bottom: 80px; }
      #Voice_area .kuchikomi_area ul li {
        position: relative; }
        #Voice_area .kuchikomi_area ul li:before {
          display: block;
          content: '';
          width: 100%;
          height: 100%;
          background: url("/assets/images/pages/f-static/lp/005009379/old/voice_box_bg.png") left top no-repeat;
          background-size: cover;
          position: absolute;
          bottom: -10px;
          right: 10px;
          z-index: 2; }
        #Voice_area .kuchikomi_area ul li > div {
          position: relative;
          z-index: 3;
          background: #fff;
          width: 100%;
          height: 100%; }
        #Voice_area .kuchikomi_area ul li dl {
          display: flex;
          flex-wrap: wrap;
          flex-direction: column-reverse;
          padding: 40px 40px 80px; }
          #Voice_area .kuchikomi_area ul li dl dt {
            font-size: 1.5rem;
            display: flex;
            align-items: center;
            position: absolute;
            left: 40px;
            bottom: 40px; }
            #Voice_area .kuchikomi_area ul li dl dt .icon {
              margin-right: 15px; }
          #Voice_area .kuchikomi_area ul li dl dd {
            width: 100%;
            padding-bottom: 32px; }
            #Voice_area .kuchikomi_area ul li dl dd.spread {
              letter-spacing: 0.15em; }
    #Voice_area .kuchikomi_area .mini_txt_style {
      text-align: center; }
    #Voice_area .kuchikomi_area .btn_wrap {
      width: 300px;
      margin: 0 auto 30px; }

@media screen and (max-width: 768px) {
  #Voice_area {
    margin-top: -200px; }
    #Voice_area .img_area {
      margin-bottom: 40px; }
      #Voice_area .img_area::before {
        width: 35.31vw;
        height: 69.33vw;
        background: url("/assets/images/pages/f-static/lp/005009379/old/voice_img_mv_bg.png") left top repeat;
        background-size: cover;
        bottom: auto;
        top: -70px;
        right: 0; }
      #Voice_area .img_area::after {
        display: none; }
      #Voice_area .img_area .sub_ttl {
        bottom: auto;
        top: -35px;
        left: 30px; }
        #Voice_area .img_area .sub_ttl img {
          height: 53px;
          width: auto; }
      #Voice_area .img_area .inner2 {
        padding: 0 4% 0 0; }
    #Voice_area .ttl_style {
      margin-bottom: 35px; }
      #Voice_area .ttl_style .big:before {
        width: 320px;
        background: url("/assets/images/pages/f-static/lp/005009379/old/voice_ttl_bg.png") left top no-repeat;
        background-size: cover; }
    #Voice_area .txt_area {
      text-align: left;
      margin-bottom: 100px;
      padding: 0 12%; }
      #Voice_area .txt_area .txt {
        margin-bottom: 20px;
        font-size: 1.3rem; }
    #Voice_area .actress_area:after {
      top: -50px;
      right: -30px;
      transform: skewX(20deg);
      width: 120vw;
      height: 430px; }
    #Voice_area .actress_area .inner2 {
      padding: 0; }
    #Voice_area .actress_area .box {
      display: block;
      height: auto; }
      #Voice_area .actress_area .box:before {
        width: 56px;
        height: 65px;
        background: url("/assets/images/pages/f-static/lp/005009379/old/voice_manda_deco1.png") left top no-repeat;
        background-size: cover;
        top: -60px;
        left: 4vw; }
    #Voice_area .actress_area .actress_img_area {
      width: 100%;
      background: #fff; }
      #Voice_area .actress_area .actress_img_area .img {
        position: relative;
        bottom: 0;
        right: 0px;
        padding: 0 50px 0 70px; }
        #Voice_area .actress_area .actress_img_area .img img {
          width: 100%;
          height: auto; }
      #Voice_area .actress_area .actress_img_area .name {
        position: absolute;
        bottom: -7vw;
        right: 0;
        padding: 0 8%;
        width: 100%;
        box-sizing: border-box; }
        #Voice_area .actress_area .actress_img_area .name img {
          width: 100%;
          height: auto; }
    #Voice_area .actress_area .actress_txt_area {
      width: 100%;
      padding-left: 0;
      padding: 0 12%;
      box-sizing: border-box;
      margin-bottom: 20px; }
      #Voice_area .actress_area .actress_txt_area:after {
        width: 299px;
        height: 59px;
        background: url("/assets/images/pages/f-static/lp/005009379/old/voice_manda_deco2_sp.png") left top no-repeat;
        background-size: cover;
        bottom: -70px;
        right: 40px; }
      #Voice_area .actress_area .actress_txt_area h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
        padding-bottom: 0;
        border-bottom: none;
        text-align: center; }
        #Voice_area .actress_area .actress_txt_area h3 strong {
          background: linear-gradient(transparent 75%, #afe9f8 75%); }
    #Voice_area .kuchikomi_area {
      padding-top: 95px;
      padding-bottom: 80px; }
      #Voice_area .kuchikomi_area .box {
        margin: 0; }
      #Voice_area .kuchikomi_area h3 {
        margin-bottom: 35px; }
        #Voice_area .kuchikomi_area h3 img {
          height: 11px;
          width: auto; }
      #Voice_area .kuchikomi_area .swiper-slide {
        width: 80vw;
        max-width: 300px; }
      #Voice_area .kuchikomi_area .swiper-pagination {
        margin-bottom: 30px;
        text-align: center;
        position: relative;
        bottom: auto;
        right: auto; }
        #Voice_area .kuchikomi_area .swiper-pagination .swiper-pagination-bullet {
          width: 9px;
          height: 9px;
          margin: 0 10px; }
      #Voice_area .kuchikomi_area ul {
        margin-bottom: 20px; }
        #Voice_area .kuchikomi_area ul li {
          position: relative; }
          #Voice_area .kuchikomi_area ul li:before {
            background: url("/assets/images/pages/f-static/lp/005009379/old/voice_box_bg.png") left bottom no-repeat;
            background-size: cover;
            bottom: -6px;
            right: 6px; }
          #Voice_area .kuchikomi_area ul li dl {
            padding: 40px 30px 30px; }
            #Voice_area .kuchikomi_area ul li dl dt {
              font-size: 1.2rem;
              left: 30px;
              bottom: 30px; }
              #Voice_area .kuchikomi_area ul li dl dt .icon {
                margin-right: 10px; }
                #Voice_area .kuchikomi_area ul li dl dt .icon img {
                  width: 36px;
                  height: auto; }
            #Voice_area .kuchikomi_area ul li dl dd {
              padding-bottom: 55px; }
              #Voice_area .kuchikomi_area ul li dl dd.spread {
                letter-spacing: 0.15em; }
      #Voice_area .kuchikomi_area .btn_wrap {
        width: 225px;
        margin: 0 auto 15px; } }
#Step_area {
  position: relative;
  background: url("/assets/images/pages/f-static/lp/005009379/old/step_bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 120px 0; }
  #Step_area .box {
    position: relative; }
    #Step_area .box .sub_ttl {
      position: absolute;
      top: -25px;
      left: 0;
      z-index: 2; }
    #Step_area .box .ttl_style {
      margin-bottom: 60px; }
      #Step_area .box .ttl_style .big:before {
        width: 284px;
        background: url("/assets/images/pages/f-static/lp/005009379/old/step_ttl_bg.png") left top no-repeat;
        background-size: cover; }
  #Step_area .step_area img {
    width: 100%;
    height: auto; }

@media screen and (max-width: 768px) {
  #Step_area {
    background: url("/assets/images/pages/f-static/lp/005009379/old/step_bg_sp.jpg") bottom center no-repeat;
    background-size: cover;
    padding: 50px 0 65px; }
    #Step_area .inner2 {
      padding: 0; }
    #Step_area .box {
      margin-top: 0;
      background: none; }
      #Step_area .box .sub_ttl {
        display: none; }
      #Step_area .box .ttl_style {
        margin-bottom: 50px; }
        #Step_area .box .ttl_style .big:before {
          width: 200px;
          background: url("/assets/images/pages/f-static/lp/005009379/old/step_ttl_bg.png") left top no-repeat;
          background-size: cover; }
    #Step_area .step_area {
      padding: 0 8vw; }
      #Step_area .step_area img {
        width: 100%;
        height: auto; } }
#Product_area {
  background: #fff;
  padding: 100px 0 30px; }
  #Product_area ul {
    display: flex;
    background: #fff;
    margin-bottom: 60px; }
    #Product_area ul li {
      width: 50%;
      box-sizing: border-box;
      position: relative; }
      #Product_area ul li:before {
        display: block;
        content: '';
        width: 1px;
        height: 100%;
        background: #632439;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0.1; }
      #Product_area ul li:last-child:before {
        display: none; }
      #Product_area ul li h2 {
        text-align: center;
        margin-bottom: 50px; }
      #Product_area ul li .bubble {
        left: 50%;
        position: absolute;
        top: 85px;
        transform: translate3d(-50%, 0, 0);
        margin-left: -120px; }
      #Product_area ul li .bubble2 {
        left: 50%;
        position: absolute;
        top: 120px;
        transform: translate3d(-50%, 0, 0);
        margin-left: 120px; }
      #Product_area ul li dl {
        width: 100%; }
        #Product_area ul li dl dt {
          text-align: center;
          padding: 0 70px;
          margin-bottom: 40px; }
          #Product_area ul li dl dt img {
            width: 100%;
            height: auto; }
        #Product_area ul li dl dd {
          text-align: center; }
          #Product_area ul li dl dd h3 {
            font-size: 2.2rem;
            font-weight: 700;
            letter-spacing: 0.15em;
            line-height: 1;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: center; }
            #Product_area ul li dl dd h3 span {
              margin-right: 10px; }
          #Product_area ul li dl dd .txt1 {
            font-size: 1.4rem;
            margin-bottom: 15px; }
          #Product_area ul li dl dd .price {
            margin-bottom: 35px; }
          #Product_area ul li dl dd .btn_wrap {
            width: 300px;
            margin: 0 auto; }
  #Product_area .mini_txt_style {
    text-align: center; }

@media screen and (max-width: 768px) {
  #Product_area {
    padding: 50px 0 25px; }
    #Product_area ul {
      display: block;
      margin-bottom: 0; }
      #Product_area ul li {
        width: 100%;
        margin-bottom: 25px; }
        #Product_area ul li:before {
          width: 100%;
          height: 1px;
          bottom: 0;
          top: auto; }
        #Product_area ul li:last-child {
          margin-bottom: 0; }
          #Product_area ul li:last-child:before {
            display: none; }
        #Product_area ul li .bubble {
          margin-left: -100px;
          top: 60px; }
          #Product_area ul li .bubble img {
            width: 85px;
            height: auto; }
        #Product_area ul li .bubble2 {
          top: 90px;
          margin-left: 85px; }
          #Product_area ul li .bubble2 img {
            width: 72px;
            height: auto; }
        #Product_area ul li h2 {
          margin-bottom: 0; }
          #Product_area ul li h2 img {
            height: 23px;
            width: auto; }
        #Product_area ul li dl {
          width: 100%;
          padding: 35px 0 40px; }
          #Product_area ul li dl dt {
            padding: 0;
            margin-bottom: 30px; }
          #Product_area ul li dl dd h3 {
            font-size: 1.9rem;
            letter-spacing: 0.1em;
            margin-bottom: 3px; }
            #Product_area ul li dl dd h3 span {
              margin-right: 10px; }
          #Product_area ul li dl dd .txt1 {
            font-size: 1.2rem;
            margin-bottom: 5px; }
          #Product_area ul li dl dd .price {
            margin-bottom: 25px; }
          #Product_area ul li dl dd .btn_wrap {
            width: 100%;
            padding: 0 8%;
            box-sizing: border-box; }
    #Product_area .mini_txt_style {
      text-align: left; } }
