@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* body */
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-family: 'Noto Serif JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #553344;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
}

h1, h2, h3, p, ul, li, hr, img {
  font-size: 1rem;
  font-weight: normal;
  list-style-type: none;
  border: 0;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  color: #3399ff;
}

.btn {
  background: #4682b4;
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding: 0.5rem 2.5rem;
}

.btn:link, .btn:visited, .btn:hover, .btn:active {
  color: #ffffff;
}

.btn:hover {
  background: #3377aa;
}

.blank-link::after {
  content: url("img/icon-link.gif");
  margin: 0 0 0 5px;
}

h1 {
  font-size: 0.65rem;
  padding: 5px 0 0;
}

.entrance {
  position: relative;
  height: 100%;
  text-align: center;
  background: url("img/bg.jpg") no-repeat;
  background-size: 100% 100%;
  -webkit-animation: fadeIn 3s ease 0s normal;
          animation: fadeIn 3s ease 0s normal;
}

.entrance .logo {
  position: relative;
  top: 15%;
  -webkit-animation: fadeIn 5s ease 0s normal;
          animation: fadeIn 5s ease 0s normal;
}

.entrance h2 {
  position: relative;
  top: 25%;
  font-size: 1.3rem;
  color: #777777;
}

.entrance .sub01 {
  position: relative;
  top: 27%;
  font-size: 0.8rem;
  color: #553344;
}

.entrance .enter {
  position: relative;
  top: 38%;
}

.entrance .enter p {
  display: inline-block;
  vertical-align: middle;
}

.entrance .enter img {
  width: 50px;
  margin: 0 80px;
}

.entrance .enter a {
  font-size: 1.8rem;
  color: #aa00aa;
  font-family: 'Cinzel';
}

.entrance .enter a:hover {
  opacity: 0.5;
}

.entrance h3 {
  font-size: 0.7rem;
  color: #555555;
  margin: 30px 0 10px;
}

.entrance .sub02 {
  font-size: 0.7rem;
  color: #555555;
}

.entrance .topfoot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}

.padding-b80px {
  padding: 0 0 80px;
}

footer {
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #eeccee;
  width: 100%;
  height: 200px;
  font-size: 0.75rem;
  padding: 50px 0 0;
  margin: 80px 0 0;
}

footer .inner {
  max-width: 1500px;
  text-align: left;
  overflow: hidden;
  margin: 0 auto 80px;
}

footer .left, footer .center, footer .right {
  float: left;
}

footer .left {
  width: 45%;
  text-align: center;
}

footer .left img {
  width: 150px;
}

footer .left .title {
  font-size: 0.8rem;
  margin: 15px 0;
}

footer .left .tel {
  font-size: 0.7rem;
  line-height: 1.3;
}

footer .left .tel a {
  font-size: 0.9rem;
  color: #553344;
}

footer .center {
  width: 25%;
}

footer .right {
  width: 25%;
}

footer .center, footer .right {
  margin: 10px 0 0;
}

footer small {
  font-size: 0.7rem;
  padding: 0 0 5px;
  clear: both;
}

footer ul {
  margin: 15px 0 0;
}

footer ul li {
  font-size: 0.9rem;
  margin: 0 0 10px;
}

footer ul li a {
  text-decoration: underline;
}

.page {
  text-align: center;
  background: url("img/bg.jpg") no-repeat;
  background-position: 0 -200px;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.header {
  max-width: 1000px;
  height: 120px;
  padding: 0 15px;
  margin: 20px auto 20px;
}

.header p {
  width: 33.3%;
  float: left;
}

.header .logo img {
  width: 150px;
}

.header .left {
  text-align: left;
  font-size: 0.8rem;
  padding: 60px 0 0;
}

.header .left a {
  color: #000000;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px 0px #bc5;
          box-shadow: 1px 1px 2px 0px #bc5;
  background: #e2e71f;
  background: linear-gradient(156deg, #e2e71f 0%, #fefeb6 45%, #edcc20 100%);
}

.header .right {
  font-size: 1.2rem;
  text-align: right;
  line-height: 1.4;
  padding: 50px 0 0;
}

.header .right span {
  font-size: 0.7rem;
}

.header .right a {
  color: #553344;
}

nav {
  width: 100%;
  border-top: 1px solid #eeccee;
  border-bottom: 1px solid #eeccee;
  margin: 0 auto 15px;
}

nav ul {
  max-width: 1200px;
  padding: 15px 0;
  overflow: hidden;
  margin: auto;
}

nav ul li {
  width: 16.66%;
  font-family: 'Cinzel';
  float: left;
}

nav ul li a, nav ul li a:link, nav ul li a:visited, nav ul li a:active, nav ul li a:hover {
  color: #aa00aa;
}

.nav-btn {
  display: none;
}

.banner {
  max-width: 1000px;
  margin: 0 auto 15px;
}

.banner img {
  width: 100%;
}

.section {
  width: 100%;
  padding: 100px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  text-align: center;
}

.section h2 {
  position: relative;
  display: inline-block;
  font-size: 1.7rem;
  font-family: 'Cinzel';
  padding: 0 0 20px;
  margin: 0 0 80px;
}

.section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #7a00c4;
  background: radial-gradient(circle, #7a00c4 0%, white 100%);
}

.section h3 {
  font-size: 1.2rem;
  color: #553344;
}

.section .content {
  width: 1200px;
  overflow: hidden;
  margin: auto;
}

.section .content .box {
  width: 250px;
  float: left;
  margin: 0 25px 30px;
}

.section .content .box img {
  width: 100%;
}

.section .content .box .right {
  width: 100%;
  text-align: center;
  margin: 5px 0 0;
}

.section .content .box .prof {
  width: 40px;
  float: left;
  margin: 3px 0 0;
}

.section .content .box .name {
  padding: 5px 0 10px;
  font-size: 0.7rem;
}

.section .content .box .name span {
  font-size: 0.9rem;
  margin: 0 10px 0 0;
}

.section .content .box .style {
  color: #777777;
  font-size: 0.7rem;
}

.b-pattern {
  background: none;
}

.news ul {
  max-width: 1200px;
  background: #ffffff;
  border: 1px solid #eeccee;
  padding: 15px;
  overflow: auto;
  height: 200px;
  margin: auto;
}

.news ul li {
  position: relative;
  text-align: left;
  overflow: hidden;
  border-bottom: 1px dotted #cccccc;
  padding: 0 0 30px;
  margin: 0 0 30px;
}

.news ul li .date {
  position: relative;
  top: 0;
  font-size: 0.9rem;
  float: left;
  width: 20%;
  line-height: 1.5;
  padding: 0 0 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news ul li .date::before {
  content: "";
  border: 3px solid #b0c4de;
  border-radius: 5px;
  position: absolute;
  height: 90%;
  left: 0;
}

.news ul li .title {
  position: relative;
  top: 0;
  color: #aa00aa;
  width: 80%;
  float: right;
  line-height: 1.5;
}

.news ul li .title span {
  color: #553344;
  font-size: 0.9rem;
}

.news ul li:last-child {
  border: none;
  padding: 0;
}

.howtouse .text {
  line-height: 1.5;
  margin: 30px 0;
}

.howtouse .btn {
  margin: 0 0 30px;
}

.howtouse ul {
  background: rgba(255, 255, 255, 0.5);
  max-width: 1200px;
  text-align: left;
  padding: 20px 0;
  margin: 30px auto;
}

.howtouse ul li {
  position: relative;
  width: 300px;
  list-style-type: decimal;
  margin: 30px auto;
}

.howtouse ul li span {
  color: #777777;
  font-size: 0.75rem;
}

.howtouse ul li img {
  position: relative;
  left: 0%;
  right: 0%;
  display: block;
  width: 40px;
  margin: 30px auto;
}

.main-title {
  background: url(img/title-bg.png);
  width: 100%;
  height: 300px;
  -webkit-box-shadow: 1px 1px 3px 0px #cccccc;
          box-shadow: 1px 1px 3px 0px #cccccc;
  margin: -15px 0 1px;
}

.main-title .title {
  font-family: 'Cinzel';
  font-size: 2.0rem;
  color: #aa00aa;
  padding: 110px 0 20px;
}

.system h2 {
  font-family: 'Noto Serif JP';
}

.system h2::after {
  background: #e8df16;
  background: radial-gradient(circle, #e8df16 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8df16",endColorstr="#ffffff",GradientType=1);
}

.system .sub {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 50px;
}

.system table {
  width: 780px;
  margin: 0 auto 50px;
}

.system table tr {
  width: 100%;
}

.system table td {
  padding: 15px 0;
}

.system table tr.title {
  font-size: 0.8rem;
  color: #aaaabb;
}

.system table tr.title td {
  padding: 10px 0;
}

.system table td.left {
  background: rgba(243, 243, 243, 0.8);
  width: 50%;
}

.system table td.right {
  background: rgba(250, 250, 250, 0.9);
  width: 50%;
}

.system table.table02 td.left {
  background: rgba(243, 243, 243, 0.8);
  width: 30%;
}

.system table.table02 td.center {
  background: rgba(249, 249, 249, 0.8);
  width: 35%;
}

.system table.table02 td.right {
  background: rgba(249, 249, 249, 0.8);
  width: 35%;
}

.system .pay {
  background: rgba(255, 255, 255, 0.8);
  max-width: 1000px;
  text-align: left;
  padding: 30px 100px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}

.system .pay h3 {
  font-size: 0.9rem;
  margin: 30px 0 10px;
}

.system .pay p {
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0 0 10px;
}

.system .pay a {
  text-decoration: underline;
}

.system .pay img.credit {
  width: 300px;
}

.privacy {
  max-width: 780px;
  text-align: left;
  line-height: 1.5;
  margin: auto;
}

.privacy h3 {
  font-size: 0.9rem;
}

.privacy h4 {
  font-size: 0.8rem;
  margin: 50px 0 15px;
}

.privacy .descri {
  font-size: 0.8rem;
  margin: 0 0 0 25px;
}

.privacy ul {
  margin: 15px 0 0;
}

.privacy ul li {
  font-size: 0.8rem;
  list-style-type: cjk-ideographic;
  margin: 0 0 7px 50px;
}

.recruit table {
  font-size: 0.85rem;
}

.recruit table td.left {
  width: 25%;
}

.recruit table td.right {
  width: 75%;
  text-align: left;
  line-height: 1.5;
  padding: 15px;
}

.entryform .sub {
  width: 700px;
  text-align: left;
  line-height: 1.6;
  margin: 0 auto 50px;
}

.entryform .sub a {
  text-decoration: underline;
}

.form01 {
  max-width: 780px;
  margin: auto;
}

.form01 .required {
  color: #ff0033;
}

.form01 input {
  width: 100%;
}

.form01 input[type="radio"] {
  display: none;
}

.form01 input[type="radio"] + label {
  display: inline-block;
  color: #6699ff;
  font-size: 0.85rem;
  background: #ffffff;
  border: 1px solid #6699ff;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.8;
  padding: 5px 10px;
}

.form01 input[type="radio"]:checked + label {
  background: #3366ff;
  color: #ffffff;
  opacity: 1.0;
}

.form01 textarea {
  width: 100%;
  height: 60px;
}

.form01 p.labe {
  width: 350px;
  text-align: left;
  font-size: 0.8rem;
  margin: 0 auto 5px;
}

.form01 p.inp {
  width: 350px;
  margin: 0 auto 30px;
}

.form01 p.radio {
  width: 350px;
  text-align: left;
  margin: 7px auto 30px;
}

.form01 .rule {
  width: 100%;
  height: 120px;
  border: 1px solid #eeeeee;
  overflow: auto;
  margin: 0 0 15px;
}

.form01 .rule .title {
  padding: 15px 0 30px;
  font-weight: 700;
}

.form01 .rule ul {
  width: 450px;
  margin: 30px auto;
}

.form01 .rule ul li {
  list-style-type: disc;
  text-align: left;
  font-size: 0.75rem;
  margin: 0 0 10px;
}

.form01 .rule .rulesub02 {
  width: 450px;
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0 auto 30px;
}

.form01 .ruleinp {
  width: 450px;
  margin: auto;
}

.form01 .ruleinp input {
  width: 20px;
  vertical-align: middle;
}

.form01 .submit {
  margin: 30px 0 0;
}

.form01 .submit input {
  width: 120px;
}

.header02 .left {
  font-size: 1.8rem;
  font-family: 'cinzel';
  color: #ffd500;
  text-shadow: 1px 1px 1px #aaaaaa;
}

.nav02 {
  border-color: #4b0082;
}

.nav02 ul a {
  font-weight: 700;
  color: #4b0082;
}

.lady .box {
  margin: 0 0 30px;
}

.lady .rank {
  background: #4b0082;
  width: 45px;
  height: 45px;
  font-size: 0.7rem;
  line-height: 1.1;
  border-radius: 10px;
  padding: 7px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  float: left;
}

.lady .rank span {
  font-size: 0.9rem;
  display: block;
}

.lady .time {
  width: 100%;
  font-size: 0.8rem;
  color: #aa00aa;
  margin: 0 0 5px;
  clear: both;
}

.c1, .c2, .c3 {
  background: #00008b;
}

.c4, .c5, .c6 {
  background: #4400cc;
}

.c7, .c8 {
  background: #8800cc;
}

.c9 {
  background: #bfbfbf;
  background: linear-gradient(135deg, #bfbfbf 0%, #919191 35%, #a3a3a3 52%, #595959 100%);
}

.c10 {
  background: #e9e8ca;
  background: linear-gradient(135deg, #e9e8ca 0%, #d6ce16 35%, #e4de77 52%, #d1cd15 100%);
}

.schedule h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0px 0 50px;
}

.schedule ul {
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto 50px;
}

.schedule ul li {
  width: 14.2%;
  border: 1px solid #99ccff;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.schedule ul li span {
  font-size: 0.7rem;
}

.schedule ul li a {
  background: #ffffff;
  color: #99ccff;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

.schedule ul .active a {
  background: #6699ff;
  color: #ffffff;
}

.schedule .girls-area {
  max-width: 1200px;
  clear: both;
}

.breadlist {
  max-width: 1200px;
  font-size: 0.85rem;
  text-align: left;
  padding: 0 10px;
  margin: 7px auto;
}

.slick01 {
  max-width: 1200px;
  margin: 10px auto;
  padding: 0;
}

.slick01 li img {
  width: 450px;
  margin: 0 0px;
}

.slick-prev:before, .slick-next:before {
  color: #ffffff;
}

.slick-next {
  right: 20px;
  z-index: 99;
}

.slick-prev {
  left: 20px;
  z-index: 100;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #aa00aa;
}

.slick01 .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

@media screen and (max-width: 800px) {
  /* body */
  html {
    font-size: calc(100vw / 32);
  }
  .btn {
    padding: 0.5rem 2.5rem;
  }
  .btn:hover {
    background: #3377aa;
  }
  .entrance {
    background: url("img/bg.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .entrance h1 {
    font-size: 0.7rem;
    padding: 5px 0 0;
  }
  .entrance .logo {
    top: 15%;
  }
  .entrance .logo img {
    width: 40vw;
  }
  .entrance h2 {
    top: 25%;
    font-size: 1.3rem;
  }
  .entrance .sub01 {
    top: 27%;
    font-size: 0.8rem;
    color: #555555;
  }
  .entrance .enter {
    top: 38%;
  }
  .entrance .enter img {
    width: 10vw;
    margin: 0 20px;
  }
  .entrance .enter a {
    font-size: 1.8rem;
  }
  .entrance h3 {
    font-size: 0.7rem;
    padding: 0 15px;
    margin: 30px 0 10px;
    line-height: 1.3;
  }
  .entrance .sub02 {
    font-size: 0.7rem;
    padding: 0 15px;
    line-height: 1.3;
  }
  .header {
    position: relative;
    width: 100%;
    height: 40vw;
    padding: 0px;
  }
  .header p {
    width: 100%;
    float: none;
  }
  .header .logo {
    position: absolute;
    top: 1vw;
  }
  .header .logo img {
    width: 28vw;
  }
  .header .left {
    position: absolute;
    top: 28vw;
    text-align: center;
    font-size: 2vw;
    padding: 0;
  }
  .header .left a {
    padding: 1vw 5vw;
  }
  .header .right {
    position: absolute;
    top: 34vw;
    font-size: 2vw;
    text-align: center;
    line-height: 1.2;
    padding: 0;
  }
  .header .right span {
    font-size: 1.5vw;
  }
  .header .right a {
    color: #553344;
  }
  nav {
    position: fixed;
    top: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    border: none;
    margin: -5000px 0 0;
    z-index: 999999;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  nav ul {
    width: 100%;
    padding: 0;
    overflow: none;
    margin: 50px 0 0;
  }
  nav ul li {
    width: 100%;
    float: none;
    margin: 35px 0;
  }
  /* toggle nav */
  .nav-btn, .nav-btn::before, .nav-btn::after {
    position: fixed;
    left: 15px;
    display: inline-block;
    width: 25px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-bottom: 3px solid #000000;
    cursor: pointer;
  }
  .nav-btn {
    height: 17px;
    top: 15px;
    right: 10px;
  }
  .nav-btn span {
    display: block;
    color: #000000;
    font-size: 10px;
    margin: 23px 0 0 -3px;
  }
  .nav-btn:before {
    top: 15px;
    right: 0px;
    content: "";
  }
  .nav-btn:after {
    top: 24px;
    right: 0px;
    content: "";
  }
  .open {
    margin: 0;
  }
  .open .nav-btn, .open .nav-btn::before, .open .nav-btn::after {
    border-color: #aa00aa;
  }
  .open .nav-btn {
    border: none;
  }
  .open .nav-btn span {
    color: #aa00aa;
  }
  .open .nav-btn:before {
    top: 18px;
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  .open .nav-btn:after {
    top: 18px;
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  .container {
    padding: 0px;
  }
  .banner {
    width: 100%;
    margin: 0 auto 15px;
  }
  .banner img {
    width: 98%;
  }
  .section {
    padding: 80px 10px;
  }
  .section h2 {
    font-size: 1.7rem;
    padding: 0 0 20px;
    margin: 0 0 80px;
  }
  .section h3 {
    font-size: 1.2rem;
    color: #553344;
  }
  .section .content {
    width: 100%;
    margin: auto;
  }
  .section .content .box {
    width: 40%;
    margin: 0 5% 25px;
  }
  .section .content .box img {
    width: 100%;
  }
  .section .content .box .right {
    width: 100%;
    margin: 5px 0 0;
  }
  .section .content .box .prof {
    width: 6vw;
    float: left;
  }
  .section .content .box .name {
    padding: 0 0 1vw;
    font-size: 0.65rem;
  }
  .section .content .box .name span {
    font-size: 0.85rem;
    margin: 0 10px 0 0;
  }
  .section .content .box .style {
    font-size: 0.65rem;
  }
  .news ul {
    width: 100%;
    padding: 10px;
    height: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .news ul li {
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  .news ul li .date {
    font-size: 0.7rem;
    width: 25%;
    padding: 0 0 0 10px;
  }
  .news ul li .title {
    width: 75%;
    line-height: 1.2;
  }
  .news ul li .title span {
    color: #553344;
    font-size: 0.8rem;
  }
  .howtouse .text {
    line-height: 1.5;
    margin: 30px 0;
  }
  .howtouse ul {
    width: 100%;
    padding: 20px 20px;
    margin: 30px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .howtouse ul li {
    width: 95%;
    padding: 0;
    margin: 0px auto;
  }
  .howtouse ul li span {
    font-size: 0.75rem;
  }
  .btn {
    background: #4682b4;
    color: #ffffff;
    display: inline-block;
    position: relative;
    padding: 0.5rem 2.5rem;
  }
  .btn:hover {
    background: #3377aa;
  }
  .main-title {
    width: 100%;
    height: auto;
    margin: -15px 0 1px;
  }
  .main-title .title {
    font-size: 1.7rem;
    padding: 60px 0 20px;
  }
  .main-title .title-sub {
    padding: 0 0 60px;
  }
  .system h2 {
    margin: 0 0 40px;
  }
  .system .sub {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 50px;
  }
  .system table {
    width: 99%;
    font-size: 0.9rem;
    margin: 0 auto 50px;
  }
  .system table td {
    padding: 15px 0;
  }
  .system table tr.title {
    font-size: 0.8rem;
  }
  .system table tr.title td {
    padding: 10px 0;
  }
  .system table td.left {
    width: 50%;
  }
  .system table td.right {
    width: 50%;
  }
  .system table.table02 td.left {
    width: 30%;
  }
  .system table.table02 td.center {
    width: 35%;
  }
  .system table.table02 td.right {
    width: 35%;
  }
  .system .pay {
    max-width: 100%;
    padding: 20px 10px 20px;
    margin: auto;
  }
  .system .pay h3 {
    font-size: 0.9rem;
    margin: 30px 0 10px;
  }
  .system .pay p {
    font-size: 0.8rem;
    margin: 0 0 10px;
  }
  .system .pay img.credit {
    width: 300px;
  }
  .entryform .sub {
    width: 99%;
    line-height: 1.6;
    margin: 0 auto 50px;
  }
  .recruit table {
    font-size: 0.85rem;
  }
  .recruit table td.left {
    width: 25%;
  }
  .recruit table td.right {
    width: 75%;
    text-align: left;
    line-height: 1.5;
    padding: 15px;
  }
  .lady .box {
    margin: 0 0 50px;
  }
  .lady .rank {
    width: 100%;
    height: 19px;
    font-size: 10px;
    line-height: 1.1;
    border-radius: 3px;
    padding: 3px 0 0;
    float: none;
    margin: 0 0 5px;
  }
  .lady .rank span {
    font-size: 10px;
    display: inline;
    margin: 0 5px 0 0;
  }
  .lady .time {
    font-size: 0.75rem;
  }
  .form01 {
    width: 100%;
    margin: auto;
  }
  .form01 input {
    width: 100%;
  }
  .form01 textarea {
    width: 100%;
    height: 60px;
  }
  .form01 p.labe {
    width: 95%;
    font-size: 0.8rem;
    margin: 0 auto 5px;
  }
  .form01 p.inp {
    width: 95%;
    margin: 0 auto 30px;
  }
  .form01 .rule {
    width: 100%;
    height: 120px;
    margin: 0 0 15px;
  }
  .form01 .rule .title {
    padding: 15px 0 30px;
  }
  .form01 .rule ul {
    width: 99%;
    padding: 0 20px;
    margin: 30px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .form01 .rule ul li {
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
  .form01 .rule .rulesub02 {
    width: 95%;
    font-size: 0.8rem;
    line-height: 1.5;
    margin: 0 auto 30px;
  }
  .form01 .ruleinp {
    width: 100%;
  }
  .form01 .submit {
    margin: 30px 0 0;
  }
  .form01 .submit input {
    width: 120px;
  }
}
/*# sourceMappingURL=style.css.map */