@charset "utf-8";

/*-----------------------------------------------------
大見出し
-------------------------------------------------------*/

/* 中見出し
------------------------------------------------*/

/* 小見出し/コメント */

/* 1400px以下 */
@media only screen and (max-width: 1399px) {
}

/* 1200px以下 */
@media only screen and (max-width: 1199px) {
}

/* タブレット以下 */
@media only screen and (max-width: 991px) {
}

/* スマホ */
@media only screen and (max-width: 767px) {
}


/*-----------------------------------------------------
共通
-------------------------------------------------------*/

body{
  background: #f2f2f2;
  color: #484848;
}

section{
  padding: 50px 0;
}

p ,h2, h3{
  color: #605e60;
}

/*-----------------------------------------------------
フォント
-------------------------------------------------------*/
.text-gradation{
  background: linear-gradient(to top, #f400ff, #ff9600);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: black;
  font-size: 1.5rem;
}
.text-pink{
  color: #f61cd1;
}
.text-pink02{
  color: #de6a99;
}
.text-white{
  color: #fff;
}
.text-marker{
  text-decoration-color: #ffba00;
}
.text-bold{
  font-weight: bold;
}

/*-----------------------------------------------------
タイトル
-------------------------------------------------------*/
.ttl {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 1em;
}
.ttl:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 45px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: linear-gradient(to left, #f400ff, #ff9600);
  border-radius: 2px;
}


/*-----------------------------------------------------
CTA
-------------------------------------------------------*/
.cta{
  background-color: #333;
  padding: 1em 0;
  margin: 0;
}
.cta p{
  margin-bottom: 0;
}
.cta figure{
  margin-bottom: 0;
}
.text-cta{
  font-size: 1em;
}
.text-cta-big{
  font-size: 2.2rem;
}

.hover-button {
    display: inline-block;
    transition: .3s;
}

.hover-button:hover {
    box-shadow: unset;
    transform: translateY(4px);
}

@media only screen and (max-width: 991px){
.cta_logo{
  width: 55%;
}
.text-cta-big{
  font-size: 1.8rem;
}
.cta_button{
  width: 70%;
}}
@media only screen and (max-width: 767px){
.cta{
  padding: 0;
}
.cta .col-7{
  padding-right: 0;
  padding-left: 1.5em;
}
.cta_logo{
  width: 70%;
}
.text-cta{
  font-size: 0.8em;
}
.text-cta-big{
  font-size: 1rem;
}
.cta_button{
  width: 95%;
}}

/*-----------------------------------------------------
ナビ
-------------------------------------------------------*/

.navbar{
  position: fixed;
  top: 0;
  background: #d86f87;
}
.nav-link{
  font-size: 1rem;
}
@media only screen and (max-width: 1199px){
  .nav-link{
    font-size: 0.9rem;
  }
  #Header .mx-3{
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }}

/*-----------------------------------------------------
ファーストビュー
-------------------------------------------------------*/

.header{
  position: relative;
}
.header__contents{
    background-image: url(../images/fv_bg.png);
    background-size: cover;
}
.fv-pc{
  padding-top: 5rem !important;
}
.fv_woman{
  width: 80%;
}
.fv_right_text{
  font-size: 2rem;
  color: #d86f87;
}
@media only screen and (max-width: 767px) {
  .header__contents{
    background: #d86f87;
}
.fv_pic{
  padding-top: 2rem;
}}


/*-----------------------------------------------------
リード
-------------------------------------------------------*/

.lead{
  padding: 4rem 2rem;
  background-color: #d86f87;
  text-align: center;
}
.lead__inner{
  padding: 2rem;
  background: #fff;
  border-radius: 30px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px){
  .lead{
  padding: 1rem 1rem 4rem;
  background-color: #d86f87;
  text-align: center;
}
.lead__inner{
  width: 100%;
}}

/*-----------------------------------------------------
悩み
-------------------------------------------------------*/

#Nayami{
  background-color: #dbc1e5;
}
.nayami-ttl{
  font-size: 1.15rem;
}
.nayami_box{
  position: relative;
  margin-bottom: 4em;
}
.nayami_box::after {
    content: "";
    position: absolute;
    bottom:-4rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 2rem;
    background: linear-gradient(to top, #f400ff, #ff9600);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

/*アコーディオン
-------------------------------------------------------*/

.flow__item{
  margin-top: 1rem;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 20px;
}
.flow_icon{
  background-color: #fd974b;
  border-radius: 10px;
  padding: 0.25em 0.6em;
  font-weight: bold;
  color: #fff;
  margin-right: 0.5em;
}
.flow__close{
  position: relative;
  font-weight: normal;
}
.flow__close button{
  width: 100%;
  display: block;
  background: none;
  border: 0;
  text-align: left;
  color: #605e60;
  font-weight: bold;
}

.flow__close button::after{
  content: "\2b";
  position: absolute;
  bottom: -10px;
  right: 0em;
  color: #ffffff;
  background: #ff5898;
  padding: 0.2em 0.6em;
  border-radius: 50px;
  transition: transform 0.2s ease;
}

.flow__open{
  margin: 0.5rem 0 0 0;
  padding: 0.5rem;
}


/*-----------------------------------------------------
はじめての女性風俗こそSnatch!
-------------------------------------------------------*/

#About{
  position: relative;
  padding-bottom: 0 !important;
}
#About::before {
    content: "";
    position: absolute;
    height: 3rem;
    width: 100%;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    background-color: #dbc1e5;
    top: -1px;
}

.about-box{
  background-color: #ffe5ec;
  border-radius: 20px;
  padding: 0.8em;
}
.about-text{
  position: relative;
  font-size: 0.85rem;
  font-weight: 500;
}
.about-text::after{
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100%;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: linear-gradient(to left, #f400ff, #ff9600);
  border-radius: 2px;
}

/*-----------------------------------------------------
安心安全の理由
-------------------------------------------------------*/
#Reason{
  position: relative;
  background-color: #ffffe0;
}

.reason_box{
  background-color: #fff;
  border-radius: 20px;
  padding: 1em;
}


/*-----------------------------------------------------
施術の流れ
-------------------------------------------------------*/
#Flow{
  background-color: #ff97ab;
}
.flowbarwrap {
  margin: 2em 0;
  position: relative;
}
.flowbox {
}
.flowcircle{
  z-index: 1;
  position: relative;
}
.flow_text{
  background-color: #fff;
  border-radius: 20px;
  padding: 0.8em;
}
.flowtxt {
  font-size: 0.9em;
  font-weight: 600;
}

.flowline {
  width: 10px;
  height: calc(100% + 1em);
  background-color: #fff;
  position: absolute;
  top: 1em;
  left: 1.9em;
  z-index: 0;
}

/*-----------------------------------------------------
他社比較
-------------------------------------------------------*/

#Hikaku{
   background-image: repeating-linear-gradient(300deg, #ffe1e9, #ffe1e9 20px, #fff7f9 20px, #fff7f9 40px);
}
.hikaku_border{
  border: 3px solid #605e60;
}
.bg_pink{
  background-color: #feacbc;
  border-right: 2px solid #605e60;
  font-weight: 600;
  text-align: center;
  min-width: 210px;
  font-size: 0.75rem;
}
.bg_white{
  background-color: #fff7f9;
  border-right: 2px solid #605e60;
  font-weight: 600;
  text-align: center;
  min-width: 210px;
  font-size: 0.75rem;
}
.bg_yellow{
  background-color:#fff297;
  color: #ff2f57;
  font-weight: 600;
  padding: 1em;
  text-align: center;
  min-width: 140px;
}

/*-----------------------------------------------------
ご登録の流れ
-------------------------------------------------------*/
#Step{
  background-color: #fff;
  padding-bottom: 0 !important;
}
.stepbarwrap {
  margin: 2em 0;
  position: relative;
}
.stepbox {
}
.stepcircle{
  z-index: 1;
  position: relative;
}
.step_text{
  background-color: #ffc7d5;
  border-radius: 20px;
  padding: 0.8em;
}
.text-pink03{
  color: #ff5e94;
  font-weight: 600;
  font-size: 1.2rem;
}
.steptxt {
  font-size: 0.9em;
  font-weight: 600;
}
.steptxt02 {
  font-size: 0.9em;
  font-weight: 600;
  color: #fff;
}
.step_text02{
  background-color: #ff5e94;
  border-radius: 20px;
  padding: 0.8em;
}
.text-white02{
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
}

.stepline {
  width: 10px;
  height: calc(100% + 1em);
  background-color: #ff97b4;
  position: absolute;
  top: 1em;
  left: 1.9em;
  z-index: 0;
}

.step_bottom{
  background-color: #ffc7d5;
  padding: 2em 0;
}
.step_bottom_ttl{
  background: linear-gradient(to top, #ff5599, #b400ff);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 900;
  text-align: center;
  font-size: 1.3rem;
}
.step_bottom_text{
  font-weight: 900;
  font-size: 1.4rem;
  padding-right: 1em;
}
.step_smaho{
  width: 10%;
}
.step_logo{
  width: 25%;
}
/* スマホ */
@media only screen and (max-width: 767px) {
  .step_smaho{
  width: 20%;
}
.step_logo{
  width: 60%;
}}
/*-----------------------------------------------------
利用者の声
-------------------------------------------------------*/
#Voice{
  background-color: #fff;
  padding-bottom: 0;
}
.voice_box01{
  padding: 2em 0;
}
.voice_box02{
  padding: 2em 0;
  background-color: #f1f1f1;
}
.ribbon1 {
  display: inline-block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #f57a78;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}
.ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.ribbon2 {
  display: inline-block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #f57a78;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}
.ribbon2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon2:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #f1f1f1 transparent transparent;
  border-style: solid;
}
.voice_pic{
  width: 10%;
}
/* スマホ */
@media only screen and (max-width: 767px) {
  .voice_pic{
  width: 35%;
}}


/*-----------------------------------------------------
FAQ
-------------------------------------------------------*/

#Faq{
  position: relative;
  padding: 3rem 0;
  background-color: #ffedd4;
}
.faq__item{
  margin-top: 1rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 20px;
}
.faq_icon{
  background-color: #fd974b;
  border-radius: 10px;
  padding: 0.25em 0.6em;
  font-weight: bold;
  color: #fff;
  margin-right: 0.5em;
}
.faq__q{
  position: relative;
  font-weight: normal;
}
.faq__q button{
  width: 100%;
  display: block;
  background: none;
  border: 0;
  text-align: left;
  color: #605e60;
  font-weight: bold;
  text-indent: -2.5em;
  padding-left: 2em;
}
.text-orange{
  color: #fd974b;
  font-weight: bold;
}
.faq__q button::after{
  content: "\2b";
  position: absolute;
  top: 0;
  right: -2em;
  color: #a28900;
  font-family: "FontAwesome";
  transition: transform 0.2s ease;
}
.faq__q button:not(.collapsed)::after{
  transform: rotate(45deg);
  top: 1.5em;
  right: -1em;
}
.faq__a{
  margin: 0.5rem 0 0 0;
  padding: 0.5rem;
  text-indent: -2.5em;
  padding-left: 2em;
}
.a_small_text{
  font-size: 0.8rem;
}


/*-----------------------------------------------------
CTA
-------------------------------------------------------*/
#Cta{
  background: linear-gradient(138deg, #ff7494, #ffaa39);
}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/

#Footer{
  background-color: #d86f87;
}

/*-----------------------------------------------------
中央寄せ
-------------------------------------------------------*/

.center-sample{
  position: relative;
  width: 100%;
  height: 50vw;
}
.center-sample__inner{
  position: absolute;
  width: 25vw;
  height: 25vw;
}

/* 上下左右中央
------------------------------------------------*/

.center-sample__inner--01{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* 上下中央
------------------------------------------------*/

.center-sample__inner--02{
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/* 左右中央
------------------------------------------------*/

.center-sample__inner--03{
  right: 0;
  left: 0;
  margin: 0 auto;
}

/*-----------------------------------------------------
iframeリンク無効化
-------------------------------------------------------*/

.snapwidget-widget{
  pointer-events:none;
}


.scroll-up {
    display: block;
    position: fixed;
    z-index: 999;
    right: 25px;
    bottom: 35px;
}