@charset "UTF-8";
body {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 92, 161, 0.6)), to(rgba(85, 92, 161, 0.6))), url("../img/bg_base.jpg");
  background: -webkit-linear-gradient(rgba(85, 92, 161, 0.6), rgba(85, 92, 161, 0.6)), url("../img/bg_base.jpg");
  background: linear-gradient(rgba(85, 92, 161, 0.6), rgba(85, 92, 161, 0.6)), url("../img/bg_base.jpg");
  background-attachment: fixed;
}

body .key_v {
  background-color: #1b0850;
  padding-top: 30px;
  padding-bottom: 5%;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  body .key_v {
    padding-top: 0;
  }
}

body .key_v aside {
  margin-bottom: 50px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3%;
}

@media screen and (max-width: 500px) {
  body .key_v aside {
    width: 100%;
  }
}

body .key_v aside img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 500px) {
  body .key_v aside img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

body .key_v .inner .cover p.pickup {
  font-size: 5rem;
  color: #fff;
  font-family: 'Pinyon Script', 'cursive';
  font-weight: normal;
  text-shadow: 0 0 10px #FF0;
  padding: 20px 0 0 0;
}

@media screen and (max-width: 600px) {
  body .key_v .inner .cover p.pickup {
    font-size: 3rem;
    padding: 3% 0 0 0;
  }
}

body .key_v .inner .cover p.pickup::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/pug_parts1.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}

@media screen and (max-width: 600px) {
  body .key_v .inner .cover p.pickup::before {
    width: 30px;
    height: 30px;
  }
}

body .key_v .inner .cover p.pickup::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/pug_parts2.png) no-repeat;
  background-size: contain;
  margin-left: 10px;
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}

@media screen and (max-width: 600px) {
  body .key_v .inner .cover p.pickup::after {
    width: 30px;
    height: 30px;
  }
}

body .key_v .inner .cover p {
  padding: 15px;
}

body .key_v .inner .cover p img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0px 0px 15px white;
          box-shadow: 0px 0px 15px white;
}

body main {
  background-color: rgba(213, 207, 205, 0.8);
  -webkit-box-shadow: 0 10px 20px #424242;
          box-shadow: 0 10px 20px #424242;
  padding-top: 50px;
  padding-bottom: 70px;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 600px) {
  body main {
    width: 98%;
    padding-bottom: 50px;
    margin-bottom: 70px;
  }
}

body main .inner {
  /*=======================================
            　　　　ブログ
            ========================================*/
  /*======================================
メルマガ
=======================================*/
  /*======================================
新人
=======================================*/
  /*======================================
ファンレターバナー、グループリンク、予約TEL
=======================================*/
  /*=======================================
            即ヒメ
            ========================================*/
  /*=======================================
            本日の出勤
            ========================================*/
}

body main .inner section#blog_info {
  margin-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  body main .inner section#blog_info {
    margin-bottom: 50px;
  }
}

body main .inner section#blog_info .blog_info_wrap {
  margin: 0;
}

body main .inner section#blog_info .blog_info_wrap .left_colum {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  body main .inner section#blog_info .blog_info_wrap .left_colum {
    width: 100%;
    margin-bottom: 30px;
  }
}

body main .inner section#blog_info .blog_info_wrap .left_colum p.senior_bnr_pc {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #474747;
          box-shadow: 0px 0px 10px #474747;
}

@media screen and (max-width: 600px) {
  body main .inner section#blog_info .blog_info_wrap .left_colum p.senior_bnr_pc {
    display: none;
  }
}

body main .inner section#blog_info .blog_info_wrap .left_colum p.senior_bnr_pc img {
  border-radius: 10px;
}

body main .inner section#blog_info .blog_info_wrap .left_colum p.senior_bnr_sp {
  display: none;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #474747;
          box-shadow: 0px 0px 10px #474747;
}

@media screen and (max-width: 600px) {
  body main .inner section#blog_info .blog_info_wrap .left_colum p.senior_bnr_sp {
    display: block;
    width: 70%;
  }
}

body main .inner section#blog_info .blog_info_wrap .left_colum p.senior_bnr_sp img {
  border-radius: 10px;
}

body main .inner section#blog_info .blog_info_wrap .left_colum .blog_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-top: 10%;
  padding-bottom: 7%;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #9bb1c5;
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  body main .inner section#blog_info .blog_info_wrap .left_colum .blog_wrapper {
    padding: 10px;
    margin-bottom: 30px;
  }
}

body main .inner section#blog_info .blog_info_wrap .left_colum .blog_wrapper .blog_detail {
  padding-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  body main .inner section#blog_info .blog_info_wrap .left_colum .blog_wrapper .blog_detail {
    width: 40%;
  }
}

body main .inner section#blog_info .blog_info_wrap .left_colum .blog_wrapper .blog_detail img {
  width: 20vw;
  height: 20vw;
  max-width: 260px;
  max-height: 260px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}

@media screen and (max-width: 600px) {
  body main .inner section#blog_info .blog_info_wrap .left_colum .blog_wrapper .blog_detail img {
    width: 30vw;
    height: 30vw;
  }
}

body main .inner section#blog_info .blog_info_wrap .left_colum .blog_wrapper .blog_detail dl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body main .inner section#blog_info .blog_info_wrap .info_wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  body main .inner section#blog_info .blog_info_wrap .info_wrap {
    display: block;
    width: 100%;
  }
}

body main .inner section#blog_info .blog_info_wrap .info_wrap > div {
  margin-bottom: 20px;
}

body main .inner section#blog_info .blog_info_wrap .info_wrap .news_wrap {
  width: 72%;
  background-color: #f7f7f7;
  padding: 5%;
  padding-bottom: 10%;
  height: 60vh;
}

@media screen and (max-width: 1000px) {
  body main .inner section#blog_info .blog_info_wrap .info_wrap .news_wrap {
    width: 100%;
    height: 45vh;
  }
}

body main .inner section#blog_info .blog_info_wrap .info_wrap .news_wrap p:first-child {
  font-size: 2rem;
  text-align: left;
}

body main .inner section#blog_info .blog_info_wrap .info_wrap .news_wrap .news_detail {
  overflow-x: scroll;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1000px) {
  body main .inner section#blog_info .blog_info_wrap .info_wrap .news_wrap .news_detail {
    height: 100%;
  }
}

body main .inner section#blog_info .blog_info_wrap .info_wrap .news_wrap .news_detail dl {
  text-align: left;
  padding: 10px 20px;
  margin-bottom: 30px;
}

body main .inner section#blog_info .blog_info_wrap .info_wrap .twi_covid {
  width: 25%;
}

@media screen and (max-width: 1000px) {
  body main .inner section#blog_info .blog_info_wrap .info_wrap .twi_covid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  body main .inner section#blog_info .blog_info_wrap .info_wrap .twi_covid {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  body main .inner section#blog_info .blog_info_wrap .info_wrap .twi_covid .twitter {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

body main .inner section#blog_info .blog_info_wrap .info_wrap .twi_covid .twitter h5 {
  color: #514f50;
  border-bottom: 1px solid #535353;
  margin-top: 0;
  margin-bottom: 5%;
  font-size: 2rem;
}

body main .inner section#blog_info .blog_info_wrap .info_wrap .twi_covid .twitter p a.twitter-timeline {
  width: 100%;
  margin-bottom: 50px;
}

body main .inner section#blog_info .blog_info_wrap .info_wrap .twi_covid .twitter a.blog {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 1rem; */
  margin-top: 30px;
  border: 1px solid #290c79;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  color: #290c79;
}

@media screen and (max-width: 1000px) {
  body main .inner section#blog_info .blog_info_wrap .info_wrap .twi_covid .covid19 {
    width: 40%;
    margin-bottom: auto;
    margin-top: auto;
  }
}

@media screen and (max-width: 500px) {
  body main .inner section#blog_info .blog_info_wrap .info_wrap .twi_covid .covid19 {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1000px) {
  body main .inner section#blog_info .blog_info_wrap .info_wrap .twi_covid .covid19 .iframe {
    height: 0%;
    display: none;
  }
}

body main .inner section#blog_info .blog_info_wrap .info_wrap .twi_covid .covid19 img.sp_covid {
  height: 0;
  visibility: hidden;
}

@media screen and (max-width: 1000px) {
  body main .inner section#blog_info .blog_info_wrap .info_wrap .twi_covid .covid19 img.sp_covid {
    visibility: visible;
    height: auto;
    padding-left: 2%;
  }
}

body main .inner .mail_mag {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-family: sans-serif;
  line-height: 2;
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 100px;
  border: 1px solid #290c79;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 600px) {
  body main .inner .mail_mag {
    width: 94%;
  }
}

body main .inner .mail_mag .text_area {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

body main .inner .mail_mag .text_area p:first-of-type {
  font-size: 1.6rem;
  font-weight: bold;
  color: #290c79;
  text-shadow: 1px 2px 3px #919191;
  border-bottom: 1px dotted;
  margin-bottom: 10px;
}

body main .inner .mail_mag form#malmag {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

body main .inner .mail_mag form#malmag table {
  width: 70%;
}

@media screen and (max-width: 600px) {
  body main .inner .mail_mag form#malmag table {
    width: 90%;
  }
}

body main .inner .mail_mag form#malmag tr td input[type=text] {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 1px;
}

body main .inner section#newface {
  background-color: #ccd3e3;
  padding-top: 30px;
  padding-bottom: 50px;
  border-radius: 20px;
  margin-bottom: 100px;
}

body main .inner section#newface .newface_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

body main .inner section#newface .newface_wrap .newface_detail {
  width: 28%;
  background-color: #fff;
  padding: 2%;
  border-radius: 6px;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  body main .inner section#newface .newface_wrap .newface_detail {
    width: 48%;
    padding: 10px;
    border-radius: 2%;
  }
}

body main .inner section#newface .newface_wrap .newface_detail p {
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: right;
  line-height: 1;
  color: #b10a36;
}

body main .inner section#newface .newface_wrap .newface_detail .newface_img {
  border: 10px solid #545450;
}

body main .inner section#newface .newface_wrap .newface_detail .newface_img img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  body main .inner section#newface .newface_wrap .newface_detail .newface_img img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% 0%;
       object-position: 0% 0%;
  }
}

body main .inner section#newface .newface_wrap .newface_detail .newface_text {
  background-color: #d3d7da;
  padding: 8px;
}

body main .inner section#newface .newface_wrap .newface_detail .newface_text dl {
  font-weight: bold;
  margin-bottom: 5%;
}

body main .inner section#newface .newface_wrap .newface_detail .newface_text dl dt {
  font-size: 2.1rem;
  color: #715e14;
}

@media screen and (max-width: 600px) {
  body main .inner section#newface .newface_wrap .newface_detail .newface_text dl dt {
    font-size: 1.6rem;
  }
}

body main .inner section#newface .newface_wrap .newface_detail .newface_text dl dd {
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
}

body main .inner #content {
  margin-bottom: 100px;
}

body main .inner #content .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 600px) {
  body main .inner #content .row {
    display: block;
  }
}

body main .inner #content .row .left_colum {
  width: 70%;
}

@media screen and (max-width: 600px) {
  body main .inner #content .row .left_colum {
    width: 100%;
  }
}

body main .inner #content .row .left_colum p.fan {
  width: 100%;
  margin-bottom: 10px;
}

body main .inner #content .row .left_colum .yoyaku {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #efe8d4;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 15px;
  margin-bottom: 30px;
}

body main .inner #content .row .left_colum .yoyaku p.tel_icon {
  width: 10%;
}

@media screen and (max-width: 1000px) {
  body main .inner #content .row .left_colum .yoyaku p.tel_icon {
    max-width: 50px;
  }
}

body main .inner #content .row .left_colum .yoyaku p.tel_icon img {
  width: 100%;
  margin: 0;
}

body main .inner #content .row .left_colum .yoyaku p.tel_text {
  font-size: 1.7rem;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

@media screen and (max-width: 1000px) {
  body main .inner #content .row .left_colum .yoyaku p.tel_text {
    font-size: 100%;
  }
}

body main .inner #content .row .left_colum .yoyaku p.tel_number {
  font-size: 5rem;
  display: inline;
}

@media screen and (max-width: 1000px) {
  body main .inner #content .row .left_colum .yoyaku p.tel_number {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 600px) {
  body main .inner #content .row .left_colum .yoyaku p.tel_number {
    font-size: 3rem;
    vertical-align: bottom;
  }
}

body main .inner #content .row .right_colum {
  width: 28%;
}

@media screen and (max-width: 600px) {
  body main .inner #content .row .right_colum {
    width: 100%;
  }
}

body main .inner #content .row .right_colum dl dt {
  font-size: 1.6rem;
  background-color: #514f50;
  color: #fff;
  padding: 5px 5px;
  margin-bottom: 10px;
}

body main .inner #content .row .right_colum dl dd {
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  body main .inner #content .row .right_colum dl dd {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}

body main .inner #content .row .right_colum dl dd:last-child {
  width: 100%;
  height: 80px;
  background-color: #a31541;
  font-size: 3rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body main .inner #content .row .right_colum dl dd:last-child:hover {
  background-color: #bb446a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 600px) {
  body main .inner #content .row .right_colum dl dd:last-child {
    width: 60%;
  }
}

body main .inner #content .row .right_colum dl dd:last-child p {
  color: #fff;
  font-family: 'Yomogi', cursive;
  position: absolute;
  bottom: 0;
  right: 5px;
}

body main .inner #content .row .right_colum dl dd:last-child a {
  display: block;
}

body main .inner section#sokuhime {
  margin-bottom: 50px;
}

body main .inner section#sokuhime h3 {
  margin-bottom: 20px;
}

body main .inner section#sokuhime .obi {
  background-color: #db0042;
  color: #fff;
  font-size: 3rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

body main .inner section#sokuhime .obi p {
  -webkit-animation: flash 0.5s ease infinite normal;
          animation: flash 0.5s ease infinite normal;
}

@-webkit-keyframes flash {
  0%, 100% {
    /*ここに開始のCSSを記述*/
    opacity: 1;
  }
  50% {
    /*ここに終了のCSSを記述*/
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100% {
    /*ここに開始のCSSを記述*/
    opacity: 1;
  }
  50% {
    /*ここに終了のCSSを記述*/
    opacity: 0;
  }
}

body main .inner section#sokuhime .row {
  background-color: #fff;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  overflow-x: scroll;
  padding-top: 30px;
  padding-bottom: 30px;
}

body main .inner section#sokuhime .row .comp_wrap {
  width: 40%;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media screen and (max-width: 600px) {
  body main .inner section#sokuhime .row .comp_wrap {
    width: 60%;
  }
}

body main .inner section#sokuhime .row .comp_wrap figure {
  width: 100%;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

body main .inner section#sokuhime .row .comp_wrap figure a {
  display: block;
}

body main .inner section#sokuhime .row .comp_wrap figure a img {
  width: 100%;
  border-radius: 20px;
}

body main .inner section#sokuhime .row .comp_wrap figcaption a {
  font-weight: 800;
  font-size: 3vmin;
}

body main .inner section#sokuhime .row .comp_wrap figcaption p {
  background-color: #ece030;
  padding: 5%;
  border-radius: 30px;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  font-size: 2rem;
}

@media screen and (max-width: 600px) {
  body main .inner section#sokuhime .row .comp_wrap figcaption p {
    width: 90%;
    font-size: 1.6rem;
  }
}

body main .inner section#sokuhime .row .comp_wrap figcaption p::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/tictac.png);
  background-size: cover;
  vertical-align: sub;
}

body main .inner section#sokuhime .row .comp_wrap figcaption p span {
  line-height: 0.5;
  vertical-align: middle;
}

body main .inner section#sokuhime .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body main .inner section#sokuhime .flex span {
  text-align: right;
  margin-bottom: 20px;
}

body main .inner section#sokuhime .flex br {
  display: none;
}

@media screen and (max-width: 600px) {
  body main .inner section#sokuhime .flex br br {
    display: block;
  }
}

body main .inner section#schedule {
  margin-bottom: 100px;
}

@media screen and (max-width: 600px) {
  body main .inner section#schedule {
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
  }
}

body main .inner section#schedule .schedule_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

body main .inner section#schedule .schedule_wrap .schedule_detail {
  width: 18.4%;
  position: relative;
  margin-bottom: 50px;
  margin-left: 0.8%;
  margin-right: 0.8%;
}

@media screen and (max-width: 1000px) {
  body main .inner section#schedule .schedule_wrap .schedule_detail {
    width: 24%;
    margin-bottom: 5px;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}

@media screen and (max-width: 600px) {
  body main .inner section#schedule .schedule_wrap .schedule_detail {
    width: 49%;
    margin-bottom: 5px;
  }
}

body main .inner section#schedule .schedule_wrap .schedule_detail .girl_img {
  width: 100%;
}

body main .inner section#schedule .schedule_wrap .schedule_detail .profile {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-shadow: 0 0 5px #fff;
  position: absolute;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  body main .inner section#schedule .schedule_wrap .schedule_detail .profile {
    padding: 10px;
  }
}

body main .inner section#schedule .schedule_wrap .schedule_detail .profile p:first-child {
  font-size: 1.5rem;
}

body main .inner section#schedule .schedule_wrap .schedule_detail .profile p:nth-last-of-type(2) {
  font-size: 1.1rem;
}

body main .inner section#schedule .schedule_wrap .schedule_detail .profile p:last-child {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 5px;
  color: #fd2ab5;
}

body main .inner section#schedule .schedule_wrap div:last-child {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}

body main .inner section#ranking {
  font-weight: 900;
  position: relative;
}

body main .inner section#ranking span {
  line-height: 0;
}

body main .inner section#ranking span img {
  width: 100px;
  height: auto;
  display: inline-block;
}

body main .inner section#ranking span.waku1 {
  position: absolute;
  left: 0;
  z-index: 10;
}

body main .inner section#ranking span.waku2 {
  position: absolute;
  right: 0;
  z-index: 10;
}

body main .inner section#ranking span.waku3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

body main .inner section#ranking span.waku4 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

body main .inner section#ranking h4 {
  background-color: #ccc8c2;
  font-size: 5rem;
  padding-top: 30px;
  padding-bottom: 10px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  color: #331257;
}

@media screen and (max-width: 600px) {
  body main .inner section#ranking h4 {
    font-size: 3rem;
  }
}

body main .inner section#ranking .rank_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  background-color: #ccc8c2;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 600px) {
  body main .inner section#ranking .rank_wrap {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  body main .inner section#ranking .rank_wrap .row {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  body main .inner section#ranking .rank_wrap .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

body main .inner section#ranking .rank_wrap .row .rank_detail {
  width: 40%;
}

@media screen and (max-width: 1000px) {
  body main .inner section#ranking .rank_wrap .row .rank_detail {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1000px) {
  body main .inner section#ranking .rank_wrap .row .rank_detail p.rank {
    width: 30%;
    text-align: right;
  }
}

@media screen and (max-width: 600px) {
  body main .inner section#ranking .rank_wrap .row .rank_detail p.rank {
    width: 25%;
  }
}

body main .inner section#ranking .rank_wrap .row .rank_detail p.rank_name {
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 1000px) {
  body main .inner section#ranking .rank_wrap .row .rank_detail p.rank_name {
    width: 60%;
    text-align: left;
  }
}

@media screen and (max-width: 1000px) {
  body main .inner section#ranking .rank_wrap .row .rank_detail p.rank_text {
    width: 70%;
  }
}

@media screen and (max-width: 600px) {
  body main .inner section#ranking .rank_wrap .row .rank_detail p.rank_text {
    width: 85%;
  }
}

body main .inner section#ranking .rank_wrap > div {
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  body main .inner section#ranking .rank_wrap > div {
    margin-bottom: 0;
  }
}

body main .inner section#ranking .rank_wrap .no1, body main .inner section#ranking .rank_wrap .no2 {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  body main .inner section#ranking .rank_wrap .no1, body main .inner section#ranking .rank_wrap .no2 {
    width: 100%;
  }
}

body main .inner section#ranking .rank_wrap .no1 .rank_img, body main .inner section#ranking .rank_wrap .no2 .rank_img {
  width: 55%;
}

@media screen and (max-width: 1000px) {
  body main .inner section#ranking .rank_wrap .no1 .rank_img, body main .inner section#ranking .rank_wrap .no2 .rank_img {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 600px) {
  body main .inner section#ranking .rank_wrap .no1 .rank_img, body main .inner section#ranking .rank_wrap .no2 .rank_img {
    width: 50%;
  }
}

body main .inner section#ranking .rank_wrap .no1 .rank_img img, body main .inner section#ranking .rank_wrap .no2 .rank_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}

body main .inner section#ranking .rank_wrap .no1 .rank_detail p.rank.no1, body main .inner section#ranking .rank_wrap .no2 .rank_detail p.rank.no1 {
  font-size: 2.5rem;
  color: #DA8E00;
  background: -webkit-linear-gradient(-90deg, #ceaf00 30%, #fff4c6 40%, #ffe864 50%, #462004, #2e2404);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

body main .inner section#ranking .rank_wrap .no1 .rank_detail p.rank.no2, body main .inner section#ranking .rank_wrap .no2 .rank_detail p.rank.no2 {
  font-size: 2.5rem;
  color: #DA8E00;
  background: -webkit-linear-gradient(-90deg, #494949 30%, #f7f7f7 40%, #dadbdd 50%, #4a4e53, #272729);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

body main .inner section#ranking .rank_wrap .no1 .rank_detail .rank_name, body main .inner section#ranking .rank_wrap .no2 .rank_detail .rank_name {
  font-size: 2rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  body main .inner section#ranking .rank_wrap .no1 .rank_detail .rank_name, body main .inner section#ranking .rank_wrap .no2 .rank_detail .rank_name {
    width: 70%;
    margin-bottom: 0;
  }
}

body main .inner section#ranking .rank_wrap .no3, body main .inner section#ranking .rank_wrap .no4, body main .inner section#ranking .rank_wrap .no5 {
  width: 33%;
}

@media screen and (max-width: 600px) {
  body main .inner section#ranking .rank_wrap .no3, body main .inner section#ranking .rank_wrap .no4, body main .inner section#ranking .rank_wrap .no5 {
    width: 100%;
  }
}

body main .inner section#ranking .rank_wrap .no3 .rank_img, body main .inner section#ranking .rank_wrap .no4 .rank_img, body main .inner section#ranking .rank_wrap .no5 .rank_img {
  width: 55%;
}

@media screen and (max-width: 1000px) {
  body main .inner section#ranking .rank_wrap .no3 .rank_img, body main .inner section#ranking .rank_wrap .no4 .rank_img, body main .inner section#ranking .rank_wrap .no5 .rank_img {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 600px) {
  body main .inner section#ranking .rank_wrap .no3 .rank_img, body main .inner section#ranking .rank_wrap .no4 .rank_img, body main .inner section#ranking .rank_wrap .no5 .rank_img {
    width: 50%;
  }
}

body main .inner section#ranking .rank_wrap .no3 .rank_img img, body main .inner section#ranking .rank_wrap .no4 .rank_img img, body main .inner section#ranking .rank_wrap .no5 .rank_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}

body main .inner section#ranking .rank_wrap .no3 .rank_detail, body main .inner section#ranking .rank_wrap .no4 .rank_detail, body main .inner section#ranking .rank_wrap .no5 .rank_detail {
  width: 40%;
}

@media screen and (max-width: 1000px) {
  body main .inner section#ranking .rank_wrap .no3 .rank_detail, body main .inner section#ranking .rank_wrap .no4 .rank_detail, body main .inner section#ranking .rank_wrap .no5 .rank_detail {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  body main .inner section#ranking .rank_wrap .no3 .rank_detail, body main .inner section#ranking .rank_wrap .no4 .rank_detail, body main .inner section#ranking .rank_wrap .no5 .rank_detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 10px;
  }
}

body main .inner section#ranking .rank_wrap .no3 .rank_detail p.rank, body main .inner section#ranking .rank_wrap .no4 .rank_detail p.rank, body main .inner section#ranking .rank_wrap .no5 .rank_detail p.rank {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  body main .inner section#ranking .rank_wrap .no3 .rank_detail p.rank, body main .inner section#ranking .rank_wrap .no4 .rank_detail p.rank, body main .inner section#ranking .rank_wrap .no5 .rank_detail p.rank {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  body main .inner section#ranking .rank_wrap .no3 .rank_detail p.rank, body main .inner section#ranking .rank_wrap .no4 .rank_detail p.rank, body main .inner section#ranking .rank_wrap .no5 .rank_detail p.rank {
    width: 30%;
  }
}

body main .inner section#ranking .rank_wrap .no3 .rank_detail p.rank_name, body main .inner section#ranking .rank_wrap .no4 .rank_detail p.rank_name, body main .inner section#ranking .rank_wrap .no5 .rank_detail p.rank_name {
  font-size: 2rem;
}
/*# sourceMappingURL=top.css.map */