
.coustion h2 {
    width: 85%;
    color: rgb(248, 98, 92);
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 900;
    background: #fff;
    border: 5px solid rgb(248, 98, 92);
    border-radius: 20px;
    margin-top: 40px;
}
      .sp_head_wrap{
        display: flex;
        background: rgba(172, 152, 122, 0.5);
      }
      .sp_logo{
        width: 50%;
      }
      .sp_menu {
        width: 50%;
        margin-left: 20px;
    }
    .lang {
      display: flex;
      margin-top: 5%;
      margin-bottom: -10%;
      margin-left: 16%;
      width:80%;
    }
    .lang label{
      margin-left: -20px;
    }
    .span_bt {
    /* margin-left: 90%; */
      position: absolute;
      left: 91%;
  }
    .ja-en{
      width:20px;
    }
    #language {
        display: none;
    }
    #language + label::after {
        content: "English";
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 2px 4px;
        background: #eee;
        cursor: pointer;
    }
        
    #language:not(:checked) + label + .contents *[lang="en"], #language:checked + label + .contents *[lang="ja"] {
        display: none;
    }
      @media screen and (max-width: 767px){
        .pc_header{
          display:none;
        }
        .btn-menu, a.btn-menu {
        color: #fff;
        background: rgb(195,190,178);
        background: radial-gradient(circle, rgba(195,190,178,1) 0%, rgba(172,152,122,1) 61%, rgba(172,152,122,1) 100%);
        }
        a.btn-radius {
        border-radius: 10px;
        width: 150px;
        height: 30px;
        display: block;
        text-align: center;
        }
        }
    @media screen and (min-width: 768px){
        .sp_header{
          display:none;
        }
        /* a {
        font-size: 14px!important;
      } */
    }
    @media screen and (max-width: 320px){
      .sp_logo img {
        width: 170px;
      }
      a.btn-radius {
        width: 120px;
    }
    }
    .kisetsu-list h4{
      font-size:35px!important;
      color:rgb(248, 98, 92);
      text-align: center;
    }
    .plan-list h4{
      font-size:35px!important;
      color:rgb(248, 98, 92);
      text-align: center;
    }
    @media screen and (min-width: 769px){
  .coustion{
    display: none;
  }
  /* a {
        font-size: 14px!important;
      } */
}
@media screen and (max-width: 568px){
  .coustion h2 {
      width: 85%;
      color: rgb(248, 98, 92);
      text-align: center;
      margin: 0 auto;
      font-size: 20px;
      background: #fff;
      border: 5px solid rgb(248, 98, 92);
      border-radius: 20px;
      line-height: 2;
      margin-top: 50px;
    }
    .fadein {
        opacity : 0;
        transform : translate(0, 100px);
        transition : all 1s;
        }
        .fadein.active{
          opacity : 1;
          transform : translate(0, 0);
        }
}
@media screen and (max-width: 568px){
main {
    margin-top: 0;
}
.menu_logo{
  width:50%;
}
#footer .pr img {
    width: 50%;
    height: 75px;
    object-fit: contain;
}
}
.top_time{
  position: absolute;
}
#nav-content ul a{
  color:#fff;
}
#shisetsu-top .plan-list .plan-list-menu li .caption {
    font-size: 16px;
}
#shisetsu-top .plan-list .plan-list-menu li .price {
    font-size: 16px;
}
@media screen and (max-width: 568px){
#tab-1.cont-box video {
    margin-left: -0.7px;
}
#shisetsu-top .plan-list .plan-list-menu li .price {
    font-size: 14px;
}
#shisetsu-top .plan-list .plan-list-menu li .caption {
    font-size: 14px;
}
}
.zin{
  z-index: 20;
}

            #sort{
              width:100%;
              margin:0 auto;
              display: flex;
              margin: 30px 0;
            }
            #sort li {
              list-style: none;
              margin:0 5px;
              color: #fff;
              font-weight: bold;
              padding: 5px 10px;
              width: 25%;
              cursor: pointer;
              text-align: center;
              background: rgba(172, 152, 122, 0.9);
            }
            .search-contents-container {
                /* padding: 10px; */
                margin-bottom: 0;
            }
            .top-keyword-search-cont {
                position: relative;
            }
            .top-keyword-search-cont ._input-cont {
              width: 100%;
              margin: 0 auto 20px;
            }
            .top-keyword-search-cont ._input-cont input[type=text] {
                border-radius: 0px;
            }
            input[type=text] {
                padding: 0 1rem;
                width: 90%;
                height: 44px;
                border: 1px solid #d4dadd;
                margin: 0 auto;
            }
            .top-keyword-search-cont ._submit-btn-cont {
                position: absolute;
                top: 0;
                right: 0;
            }
            .top-keyword-search-cont ._submit-btn-cont .btn {
                width: 44px;
                height: 46px;
                line-height: 16px;
                margin-right: -2px;
            }
            .search-contents-container button {
                letter-spacing: .2em;
                width: 100%;
                height: 46px;
                line-height: 17px;
                border-radius: 0;
                background:#C8102E !important;
                color: #fff !important;
                font-weight: 700;
                font-size: 16px;
                border: none;
                box-shadow: 0 1px 1px rgba(0,0,0,.3);
            }
            .btn_ex{
              border-radius:0!important;
            }
            .search-contents-container {
              /* padding: 10px; */
              margin-bottom: 0;
            }
            .search-contents-container li {
              display: inline-block;
              margin-right: 0;
              margin-bottom: 10px;
            }
            .search-contents-container li input[type=checkbox] {
                display: none;
            }
            .search-contents-container li input[type=checkbox]:checked+label {
              background-color: #F2E858;
              color: #000;
            }
            /*input[type=checkbox] {
                display: inline;
                vertical-align: baseline;
                -webkit-transform: scale(1.5,1.5);
            }*/
            /*input[type="checkbox" i] {
                -webkit-appearance: checkbox;
                box-sizing: border-box;
                background-color: initial;
                margin: 3px 0.5ex;
                padding: initial;
                border: initial;
            }*/
            .search-contents-container li label {
              position: relative;
              display: block;
              /* padding: 10px; */
              font-weight: 700;
              border-radius: 100px;
              background-color: #f6f8f8;
              color: #000;
          }
          .searchplus {
            padding: 10px 0;
            display: block;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            width: 90%;
            margin: 15px auto;
            font-size: 15px;
            color: #fff;
            border-radius: 0px;
            margin: 0 auto;
            margin-bottom: 20px;
            box-sizing: border-box;
        }
          @media screen and (min-width: 1024px){
          input[type=text] {
              padding: 0 1rem;
              width: 95%;
              height: 44px;
              border: 1px solid #d4dadd;
          }
          }
          @media screen and (min-width: 600px) and (max-width: 1023px){
            .top-keyword-search-cont ._submit-btn-cont {
              position: absolute;
              top: 0;
              right: 2%;
          }
          input[type=text] {
              padding: 0 1rem;
              width: 90%;
              height: 44px;
              border: 1px solid #d4dadd;
          }
          }
          @media screen and (min-width: 1024px){
          .w100 {
              width: 100%;
              max-width: 1200px;
              margin: 0 auto;
          }
        }
        @media screen and (min-width: 1001px){
              .c38_card li {
                  width: 17%;
                  margin-right: 1.2%;
                  margin-bottom: 30px;
              }
              .gold {
                  background: rgb(248, 98, 92);
                  color: #fff;
                  width: 22.2%!important;
              }
              }
              .c38_card li {
                  padding: 7px;
                  border: 1px solid #d2d2d2;
                  float: left;
                  position: relative;
                  margin-bottom: 20px;
              }
              .c38_thumbnail {
                  position: relative;
                  color: #fff;
                  margin-bottom: 10px;
                  /*padding: 100% 0 0;*/
                  overflow: hidden;
              }
              .c38_thumbnail img {
                  position: absolute;
                  top: 0px;
                  left: 0px;
                  line-height: 1;
                  display: inline-block;
                  width: 100%;
                  object-fit: contain;
              }
              .c38_name {
                  border-bottom: 1px solid #ccc;
                  line-height: 1.5;
              }
              .c38_name span {
                  font-size: 95%;
              }
              .c38_girl_size {
                  margin: 5px 0;
                  text-align: center;
              }
              .c38_girl_size span {
                  font-size: 0.75em;
                  display: inline-block;
              }
              .c38_comment {
                  font-size: 0.75em;
                  line-height: 1.4;
                  border-top: 1px solid #d2d2d2;
                  padding: 5px;
                  /* min-height: 110px; */
              }
            }
            @media screen and (min-width: 600px) and (max-width: 1000px){
                .img-wo img {
                  max-width: 1500px;
                  display: block;
                  margin: 0 auto;
                  width: 20%;
                  height: 100px;
                  /* height: fit-content; */
                  object-fit: contain;
                  margin-top: 0px;
              }
              .c38_card li {
                  padding: 7px;
                  border: 1px solid #d2d2d2;
                  float: left;
                  position: relative;
                  margin-bottom: 20px;
                  width: 30%;
                  margin-right: 1%;
              }
              .c38_card {
                  margin-left: 2%;
              }
              }
              .gold{
                background: rgb(248, 98, 92);
                color: #fff;
              }
              .c38_card li:nth-of-type(2) .c38_rank {
                background: url(img/rank_silver.jpg) no-repeat center center / contain;
              }
              .c38_card li:nth-of-type(1) .c38_rank {
                background: url(img/rank_gold.jpg) no-repeat center center / contain;
              }
              .c38_card li:nth-of-type(3) .c38_rank {
                background: url(img/rank_bronze.jpg) no-repeat center center / contain;
              }
              .c38_rank {
                display: inline-block;
                background: url(img/rank_red.jpg) no-repeat center center / contain;
                width: 40px;
                height: 40px;
                color: #fff;
                font-weight: bold;
                font-size: 18px;
                text-align: center;
                line-height: 40px;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2;
            }
            .kin-logo{
              width:5%!important;
            }
            .main-logo{
              width: 20%;
              height: fit-content;
              object-fit: contain;
            }
            @media screen and (max-width: 480px){
              .kin-logo {
                  width: 15%!important;
                  margin-top: 15px;
              }
              }
              @media screen and (max-width: 768px){
              .pc_on{
                  display: none;
              }
              }
              .bana-wrap{
                display:none;
              }
              @media screen and (min-width: 900px) and (max-width: 1024px){
                .c38_card li {
                width: 16.6%;
              }
              .gold {
                  width: 21.8%!important;
              }
              }
              @media screen and (min-width: 1300px){
              .height{
                height:281px;
              }
            }
            @media screen and (min-width: 1024px) and (max-width: 1299px){
              .height{
                height:200px;
              }
            }
            @media screen and (min-width: 768px) and (max-width: 1023px){
              .height{
                height:330px;
              }
            }
            @media screen and (min-width: 481px) and (max-width: 767px){
              .height{
                height:281px;
              }
            }
            @media screen and (min-width: 380px) and (max-width: 480px){
              .height{
                height:250px;
              }
            }
            @media screen and (min-width: 321px) and (max-width: 379px){
              .height{
                height:220px;
              }
            }
            @media screen and (max-width: 320px){
              .height{
                height:180px;
              }
            }
            @media screen and (min-width: 1300px){
              .height2{
                height:370px;
              }
            }
            @media screen and (min-width: 1024px) and (max-width: 1299px){
              .height2{
                height:260px;
              }
            }
            @media screen and (min-width: 768px) and (max-width: 1023px){
              .height2{
                height:330px;
              }
            }
            @media screen and (min-width: 481px) and (max-width: 767px){
              .height2{
                height:281px;
              }
            }
            @media screen and (min-width: 380px) and (max-width: 480px){
              .height2{
                height:250px;
              }
            }
            @media screen and (min-width: 321px) and (max-width: 379px){
              .height2{
                height:220px;
              }
            }
            @media screen and (max-width: 320px){
              .height2{
                height:180px;
              }
            }
            @media screen and (max-width: 640px){
                .c38_card {
                    margin-left: 2%;
                }
                .c38_card li {
                    width: 42%;
                    margin-right: 1%;
                    margin-bottom: 15px;
                    margin-left: 1.5%;
                }
            }
            .work_n {
                  z-index: 9999;
                  position: absolute;
                  top: 0px;
                  left: 0;
                  color: #fff;
                  background: indianred;
                  padding: 0 5px;
                  border-radius: 5px;
                  font-size:14px;
              }
              @media screen and (max-width: 480px){
main {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}}
#wrapper {
    min-width: 320px;
    padding-top: 0;
    margin: 0 auto;
    text-align: left;
    position: relative;
    max-width: 100%;
    margin-top: 0;
}
.row3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px){
  .row3 {
    width: calc(100% - 36px);
    margin: 0 auto;
  }
}
.search-contents-container li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    width: 47%;
}
.search-contents-container li label {
    position: relative;
    display: block;
    padding: 10px;
    font-weight: 700;
    border-radius: 0px;
    color: #000;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 480px){
.girl_name {
    padding: 3px 5px;
    color: #000000;
    -webkit-border-radius: 5px;
    border-radius: 0;
    margin-bottom: 5px;
    position: relative;
    padding: 4px 9px;
    line-height: 40px;
    font-size: 17px;
}

}
.open, .search-contents-container li label, .btn, .btn_ex{
  cursor:pointer;
}
@media screen and (min-width: 1024px){
  .sp_br{
    display:none;
  }
  .size_a{
    display:none;
  }
}
@media screen and (max-width: 480px){
  .size_a {
    font-size: 15px;
    text-align: center;
    margin-right: 10%;
}
}
@media screen and (max-width: 768px){
  .size_c{
    display:none;
  }
}
            
.head_btn a {
    color: #fff;
    /* line-height: 2; */
}

.searchplus {
  padding: 10px 0;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: 15px auto;
  background-color: #C8102E;
  font-size: 15px;
  color: #fff;
  border-radius: 0px;
  margin: 0 auto;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0,0,0,.3);
  box-sizing: border-box;
}
.searchplus:hover {
  color: #C8102E;
  background-color: #ffffff;
  border: 1px solid #C8102E;
  transition: all ease-in-out .3s;
}
@media screen and (max-width: 768px){
  .searchplus:hover {
    color: #fff !important;
    background:#C8102E !important;
  }
}

@media screen and (max-width: 480px){
.top-keyword-search-cont {
    position: relative;
    /* margin-right: 20px; */
    padding: 0;
    width: calc(100% - 36px) !important;
    margin: 0 auto;
}
.mem_wrap {
    margin-top: 10px;
}
.sp_none{
  display:none;
}

.searchplus {
    width: calc(100% - 30px) !important;
}
}
.exb{
  letter-spacing: .2em;
    width: 150px;
    height: 46px;
    line-height: 40px;
    border-radius: 0;
    /* background-color: #fff!important; */
    color: #000!important;
    font-weight: 700;
    font-size: 16px;
    border: none;
    /* box-shadow: 0 1px 1px rgba(1,5,1,.3); */
}
@media screen and (min-width: 1024px){
.atwPhoto img {
    display: block;
    width: 300px;
    margin-right: -230px!important;
}
}

@media screen and (max-width: 768px){
  .search-contents-container button {
    width: calc(100% - 36px);
  }
  #atwlist {
    width: 96%;
    margin: 0 auto;
  }
}