@charset "UTF-8";
/* PC・スマホ共通 */
body {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.5em;
    background: #f3f3f3;
color:#333;
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic"," Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
a{
 text-decoration:none;
}
ul{
margin:0;
padding:0;
}
li{
list-style:none;
}
.wrapper {
    width: 760px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    min-height: 600px;
    overflow: hidden;
    padding-bottom: 100px;
}
.mobile{
  width: 396px;
}
img{
  width:100%;
  vertical-align: middle;;
}
/****ハンバーガーメニュー*****/

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  
  .hamburger__line {
    position: absolute;
    width: 30px;
    height: 3px;
    right: 0;
    background-color: #000;
    transition: all 0.5s;
  }
  
  .hamburger__line--1 {
    top: 1px;
  }
  
  .hamburger__line--2 {
    top: 12px;
  }
  
  .hamburger__line--3 {
    top: 22px;
  }
  
  /*ハンバーガーがクリックされたら*/
  .open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 11px;
  }
  
  .open .hamburger__line--2 {
    opacity: 0;
  }
  
  .open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 11px;
  }
  
  /* 
  sp-nav(ナビ)
  =================================== */
  .sp-nav {
    position: absolute;
    left: -100%;
    /*ハンバーガーがクリックされる前はWindow左側に隠す*/
    top: 0;
    width: 70%;
    /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
  }
  
  /*ハンバーガーがクリックされたら左からスライド*/
  .open .sp-nav {
    left: 0;
  }
  
  
  /* 
  black-bg(ハンバーガーメニュー解除用bg)
  =================================== */
  .black-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 2000px;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
  
  /*ハンバーガーメニューが開いたら表示*/
  .open .black-bg {
    opacity: 0.3;
    visibility: visible;
  }
  nav.sp-nav {
    padding-top: 60px;
}
nav.sp-nav ul li {
  font-size: 14px;
  border-bottom: 1px solid #909090;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
nav.sp-nav ul li a{
  display:block;
  color:#000;
}
div#nav-wrapper {
  height: 47px;
  position: relative;
  background-color: #fff;
}  
.model_top_mess {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  margin-right: 10px;
}
span.red03{
  color: #ffffff;
  background: #ff5252;
  padding: 2px 6px;
  border-radius: 7px;
  font-size: 10px;
  vertical-align: middle;
}
.model_top_title {
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}
ul.model_top_list01 li {
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
}
ul.model_top_list01 li a{
  display:block;
  color:#000;
}
ul.model_top_list01 {
  margin-top: 10px;
  border-top: 1px solid #cccc;
}
li.model_top_list02 img {
  width: 40px;
  margin-right: 5px;
  border-radius: 50%;
}
li.model_top_list02 span {
  font-size: 13px;
  background: #929292;
  color: #fff;
  margin-left: 5px;
  padding: 3px;
  border-radius: 50%;
}
/**ハンバーガーここまで***/
/******top_メインビジュアル*****/
.main_visual {
  height: 100px;
  overflow: hidden;
  margin-bottom:10px;
}
/*******スライダー*********/
.slider-2 .slick-slide {
  width: auto;
  height: 100px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 14px;
}
.slider-2 .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 40px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 11px;
  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-next::before {
  left: 10px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 10px;
}
/*******トップページ******/
.top_ichiran01{
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
.top_ichiran01>div {
  width: calc(25% - 22px);
  background: #FFF;
  border: 1px solid #d9d9d9;
  padding: 6px;
  margin: 0 4px 10px 4px;
}
.top_naka03 {
  font-size: 14px;
  line-height: 1.5em;
}
.top_naka02 img {
  border-radius: 5px;
}
.top_naka04 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1em;
}
h2.top_title02 {
  font-size: 24px;
  margin: 10px 5px 10px 5px;
}
.top_ichirannaka01 a {
  color: #000;
}
.red02{
  color:#ff3e3e;
}
/******フッター固定*****/
.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0px;
  background-color: #fff;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
.footer_btn01{
  width: calc(20.0% - 0px);
}
.footer_btn01 a{
  display:block;
  height: 100%;
  color:#000;
  padding-top:15px;
  text-align: center;
  font-size:13px;
  background-color:#ddd;
}
/**入力関係***/
.line_top_img02 {
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;
}
.line_top_img03 {
  width: 80%;
  margin: 20px 0;
}
.line_text {
  text-align: center;
}
/****モデル詳細****/
h2.top_title02.model_syousai_title01 {
  font-size: 18px;
  margin: 20px 10px 10px 10px;
}
.model_naiyou01 {
  margin: 0 10px 10px 10px;
  font-size: 14px;
  line-height: 1.8em;
}
.main_visual.main_shousai {
  height: 200px;
}
.model_naiyou_title01 {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 10px 0 10px;
  padding-left: 7px;
  border-left: 8px solid #d90000;
}
.model_oubo_form04 img {
  width: 20px;
}
.model_oubo_form04 {
  font-size: 13px;
}
.model_oubo_form02 {
  text-align: center;
  font-size: 14px;
}
.model_oubo_form01 {
  text-align: center;
  margin: 16px 0;
}
.model_oubo_form03 input[type="submit"] {
  width: 300px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  background: #d90000;
  color: #fff;
  line-height: 1em;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  font-weight: bold;
}
.model_oubo_form05 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/*****詳細送信*****/
.model_soushin01 a {
  display: block;
  margin: 10px 10px 10px 10px;
  font-size: 15px;
}
.model_soushin02 {
  text-align: center;
  font-weight: bold;
  margin-top: 60px;
}
.model_soushin03 {
  text-align: center;
  margin-top: 20px;
}
/********やりとり**********/
/*****やりとり*****/
li.model_yaritori01 img {
  width: 40px;
  margin-right: 5px;
  border-radius: 50%;
}
ul.yaritori_all {
  overflow: hidden;
}
li.model_yaritori01 {
  margin: 30px 10px 10px 10px;
  width: 70%;
  float: left;
}
.model_yaritori03 {
  text-align: right;
  font-size: 13px;
}
.model_yaritori04 {
  background: #fff;
  padding: 10px;
  font-size: 14px;
  border-radius: 13px;
  line-height: 1.8em;
}
.model_yaritori02 {
  font-size: 15px;
}
li.model_yaritori01.kigyou_yaritori01 {
  float: right;
}
.model_yaritori04.kigyou_yaritori04 {
  background: #0aab00;
  color: #fff;
}
.medel_massage01 {
  background: #eee;
}
/****送信****/
.model_message_soushinall {
  padding: 10px 10px;
  background: #ffd3ad;
  position: fixed;
  bottom: 0;
  width: 740px;
  z-index: 11;
}
.model_message_soushin01 textarea {
  width: 93%;
}
.model_message_soushin03 input[type="submit"] {
  width: 250px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  padding: 7px;
  background: #6495ed;
  color: #fff;
  line-height: 1em;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 10px;
}
.wrapper.massage_wrapper {
  padding-bottom: 160px;
  background: #eee;
}
/*******プロフィール入力*******/
/*******リンク矢印*******/
.btn_arrow {
  display: table;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s;
}
.btn_arrow::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}
ul.model_top_list01 li a {
  display: block;
  color: #000;
  padding: 10px 0;
}
ul.model_top_list01.model_top_profile01 {
  margin-top: 4px;
}
#sample1 {
  height: 80px;
  width: 80px;
  display: inline-block;
  cursor: pointer;
}
.md-form label {
  display: block;
  float: left;
}
#sample1 input {
  display: none;
}
form.profile_form {
  font-size: 15px;
}
.glaymoji01 {
  padding: 10px 10px;
  font-weight: bold;
}
.md-form {
  padding: 10px 10px;
  font-weight: bold;
}
.model_profile_settei01 {
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding: 20px 10px;
}
.model_profile_soushin03 {
  width: 40%;
  float: left;
  padding-top: 40px;
}
.model_profile_settei02 {
  float: left;
  width: 60%;
  font-weight: bold;
}
.model_profile_soushin03 input[type="submit"] {
  background: #ed2f2f;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 20px;
  cursor: pointer;
}
.glaymoji01 p {
  font-weight: normal;
}
.md-form input[type="text"] {
  width: 300px;
}
.glaymoji01 textarea {
  width: 300px;
}
.sample_photo {
  height: 80px;
  width: 80px;
  display: inline-block;
  cursor: pointer;
}
.sample_photo input {
  display: none;
}
.photo_form_add01 {
  width: 50%;
  float: left;
}
.sample_photo {
  height: 150px;
  width: 150px;
  display: inline-block;
  cursor: pointer;
}
.photo_form_addall {
  overflow: hidden;
  margin: 10px;
}
/*
.buttons label {
  padding: 6px 0;
  color: #ffffff;
  background-color: #384878;
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 15px;
}

.buttons input[type="file"] {
  display: none;
}
*/
.photo_form_add01 img {
  text-align: center;
  margin: 0 auto;
  width: 93%;
}
.photo_form_add01 {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 10px
}
.photo_submit_add {
  text-align: center;
}
.photo_submit_add input[type="submit"] {
  background: #00902d;
  color: #fff;
  border: none;
  padding: 10px 50px;
  border-radius: 30px;
  cursor: pointer;
}
form.photo_form {
  border-top: 1px solid #ccc;
}
/*****入力欄****/
form.profile_form02 {
  border-top: 1px solid #ccc;
  padding: 20px 10px;
  font-size: 15px;
}
.input_form {
  margin-bottom: 20px;
  font-weight: bold;
}
.modelbirthday {
  margin-bottom: 20px;
  font-weight: bold;
}
input#modelname01{
  width: 100%;
  box-sizing: border-box;
  height: 34px;
}
.modelbirthday select {
  height: 25px;
  width: 19%;
}
.input_form textarea {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
}
/*****タブ****/
/*タブコンテンツ全体の要素*/
.tab_content {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

/*タブ部分の基本設定*/
.tab_list{
  display: flex;
  justify-content: space-between;
}

.tab_item{
  width: calc(200px - 2px);
  font-size: 15px;
  position: relative;
  bottom: -1px;
}

.tab_item label{
  padding: 8px 0;
  display: block;
  cursor: pointer;
  text-align: center;
}

/*チェックが入ったときのタブ部分の指定*/
#item1:checked ~ .tab_list .tab_item1,
#item2:checked ~ .tab_list .tab_item2,
#item3:checked ~ .tab_list .tab_item3{
  background-color: #fff;
  z-index: 2;
  border-bottom: 2px solid #000;
}

#item1:checked ~ .tab_list .tab_item1 label,
#item2:checked ~ .tab_list .tab_item2 label,
#item3:checked ~ .tab_list .tab_item3 label{
  cursor: auto;
}

/*コンテンツ部分の基本設定*/
.content_wrap{
  width: 100%;
}

.content{
  position: relative;
  z-index: 1;
  padding: 20px 10px;
  display: none;
  background-color: #fff;
  /*border: solid 1px #000;*/
}
input[name="tab"] {
  display: none;
}
/*チェックが入ったときのコンテンツ部分の指定*/
#item1:checked ~ .content_wrap .content1,
#item2:checked ~ .content_wrap .content2,
#item3:checked ~ .content_wrap .content3{
  display: block;
}
/*****画像内タグ*****/
.top_naka02 {
  position: relative;
}
.top_naka_tag01 {
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 12px;
  padding: 1px 2px;
  background: #ffd0d0;
  border-radius: 5px;
  line-height: 1.5em;
}
.top_naka_tag02 {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 12px;
  background: #dfdbff;
  padding: 1px 2px;
  border-radius: 5px;
  line-height: 1.5em;
}
.top_naka_btn01 {
  display: flex;
  margin-top: 5px;
}
.top_naka_btn02 a {
  display: block;
  color: #fff;
}
.top_naka_btn03 a {
  display: block;
  color: #000;
}
.top_naka_btn02 {
  color: #fff;
  width: 50%;
  text-align: center;
  background: #187504;
  font-size: 14px;
}
.top_naka_btn03 {
  width: 50%;
  text-align: center;
  background: #ddd;
  font-size: 14px;
}
.model_setsumei01 {
  text-align: left;
  margin: 0 auto;
  padding: 20px 10px;
  border-top: 1px solid #ccc;
  line-height: 1.6em;
}
/****くの字矢印****/
.Arrow-Left {
  border-bottom: solid 3px #000000;
  border-left: solid 3px #000000;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  top: 17px;
  left: 12px;
}
/*****星評価******/
.star {
  font-size: 110%;
  color: #a09a9a;
}
p.t-inline {
  display: inline;
  font-size: 15px;
}
.hoshi_hyouka01 {
  padding: 0 10px;
  margin-top: 15px;
}
.hoshi_txt {
  padding: 0 10px;
  margin: 20px 0;
  font-size: 14px;
}
.hoshi_txt textarea#story {
  width: 100%;
  min-height: 100px;
}
.pd10{
  padding-top:10px;
  padding-bottom:10px;
}
/*****ボタン赤****/
.red_btn input[type="submit"] {
  background: #db0808;
  margin-top: 30px;
}
.top_modoru a {
  text-align: center;
  margin: 20px auto;
  display: block;
  font-weight: bold;
  color: #000;
}
/*****キャンペーンを探す*********/
.kenasaku01 {
  display: flex;
  font-size: 13px;
  margin: 10px 0;
  border-top: #ccc solid 1px;
  padding-top: 10px;
  flex-wrap: wrap;
}
.kensaku03 a {
  display: block;
  padding: 2px 3px;
  line-height: 1.5em;
  color: #000;
  margin: 0 2px;
}
.kensaku02 a {
  display: block;
  padding: 0 4px;
  color: #fff;
  background: #d60808;
  border-radius: 20px;
}
.kensaku02.kensaku_btn {
  text-align: right;
  margin-right: 10px;
}
.kensaku02.kensaku_btn a {
  font-size: 15px;
  display: inline;
}
/*******上部のボーダー********/
.top_up_border{
border-top:1px solid #ccc;
padding-top:10px;
}
.top_memo01 {
  font-size: 14px;
  padding: 4px;
  text-align: center;
  background: #f1f1f1;
  margin: 0 10px 10px 10px;
  border-radius: 13px;
}
/*******お知らせ********/
.side_space {
  margin: 10px 10px 20px 10px;
  font-size: 16px;
  line-height: 1.7em;
}
.unei_kokuchi {
  font-weight: bold;
  font-size: 15px;
}
.unei_kokuchi02 {
  background: #efefef;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  position:relative;
}
.Arrow-Right {
  border-top: solid 3px #000000;
  border-right: solid 3px #000000;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
}
.unei_time01 {
  text-align: right;
  margin-right: 10px;
  font-size: 13px;
}
/******プロフィール入力*****/
.prof_title01 {
  margin: 20px 10px;
  font-weight: bold;
  font-size: 18px;
}
.preference {
  margin: 0 10px;
}
.preference {
  padding: 0 0 20px 0;
}
.prof_form label {
  display: block;
}
.prof_form input {
  padding: 5px;
  width: 100%;
  box-sizing:border-box;
}
.prof_form select {
  padding: 5px;
  box-sizing:border-box;
}
.prof_touroku input[type="submit"] {
  background: #da5c1b;
  border-radius: 5px;
  margin: 20px;
  width: 90%;
}
.prof_touroku02 a {
  display: block;
  background: #da5c1b;
  border-radius: 5px;
  width: 86%;
  color: #fff;
  border: none;
  padding: 10px 10px;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
}
.prof_title02 {
  text-align: center;
  margin-bottom: 80px;
}
.prof_title03 {
  text-align: center;
  margin-bottom: 40px;
}
.p_photo01 {
  text-align: center;
}
.p_photo01 #sample1 {
  height: 150px;
  width: 150px;
  display: inline-block;
  cursor: pointer;
}
.p_photo_btn input[type="submit"] {
  background: #ed2f2f;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 20px;
  cursor: pointer;
  width: 60%;
}
.p_photo_btn {
  text-align: center;
  margin: 20px 0 30px 0;
}
/******トップ下の線*****/
.top_borderbottom {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
/******プライバシーポリシー*****/
.model_top_title02 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
img.img_insta {
  width: 18px;
  vertical-align: middle;
}
/********検索用*******/
li.tab_item_up {
  width: 33%;
  text-align: center;
}
li.tab_item_up02 {
  width: 50%;
  text-align: center;
}
ul.tab_list_up {
  display: flex;
  flex-wrap: wrap;
}
.tab_content_up {
  border-top: 1px solid #ccc;
  font-size: 15px;
  padding: 2px 10px;
  margin-bottom: 8px;
  padding-top: 8px;
}
.tab_content_up a{
  color:#000;
}
.model_under {
  border-bottom: 2px solid #000;
}
.insta_up{
  width: 18px;
}
/* タブレット用（画面サイズ520px以下） */
@media screen and (max-width:520px) {
  .wrapper {
    width: 100%;
    }
    .top_ichiran01>div {
      width: calc(50% - 22px);  
}  
.massage_wrapper{
  padding-bottom:150px;
  background-color:#eee;
}
.model_message_soushinall {
  width: 100%;
}
}  
/* スマホ用（画面サイズ376px以下） */
@media screen and (max-width:376px) {
/****スライドの横幅***/
.wrapper {
  width: 100%;
  }
}