@charset "UTF-8";
/* breakpoint */
/* ============================================ */
@media (max-width: 1023px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media (max-width: 1023px) {
  .sp-only {
    display: inherit !important;
  }
}

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 1023px) and (max-width: 1366px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 1024px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

.col-15 {
  width: 20%;
  flex: 0 0 20%;
}

@media (min-width: 1366px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

/*=====================================================================
認証
=====================================================================*/
.index-wrap {
  text-align: center;
}

.index-wrap .logo {
  padding: 80px 0 50px;
}

.index-wrap .logo img {
  width: 500px;
}

.index-wrap .enter-wrap {
  margin-bottom: 25px;
}

.index-wrap .enter-wrap a {
  padding: 10px 120px;
  background: #a1000d;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  border-radius: 4px;
}

.index-wrap .enter-wrap a:hover {
  text-decoration: none;
}

.index-wrap .caution-wrap {
  font-size: 14px;
  margin-bottom: 30px;
  color: #fff;
}

.index-wrap .caution-wrap a {
  color: #fff;
}

.index-wrap .tel-wrap {
  display: inline-block;
  background: #2c0438;
  background: linear-gradient(0deg, #4b0010 0%, #c7001b 100%);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  border-radius: 6px;
  padding: 15px 30px;
}

.index-wrap .tel-wrap p {
  margin: 0;
}

.index-wrap .tel-wrap p.worktime {
  font-size: 16px;
}

.index-wrap .tel-wrap p.worktime span {
  font-size: 12px;
  margin-right: 5px;
}

.index-wrap .tel-wrap p.tel a {
  color: #fff;
}

@media (max-width: 1023px) {
  .index-wrap .logo {
    padding: 30px 0 50px;
  }
  .index-wrap .logo img {
    width: 250px;
  }
}

/*=====================================================================
メインバナー
=====================================================================*/
#slide-event,
#slide-event1 {
  margin-bottom: 50px;
}

#slide-event img,
#slide-event1 img {
  width: 100%;
}

/*=====================================================================
トップランキングバナー
=====================================================================*/
.banner-ranking-wrap {
  margin-bottom: 50px;
}

.banner-ranking-wrap .subject {
  text-align: center;
}

.banner-ranking-wrap .subject h3 {
  display: inline-block;
  border-bottom: 1px solid #c6c6c6;
  color: #fff790;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  padding-bottom: 10px;
}

.banner-ranking-wrap .subject h3 span {
  color: #fff;
  margin-left: 10px;
  font-size: 18px;
}

.banner-ranking-wrap .list-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.banner-ranking-wrap .list-wrap li {
  width: 100%;
  display: inline-block;
}

.banner-ranking-wrap .list-wrap li img {
  width: 100%;
}

@media (max-width: 1023px) {
  .banner-ranking-wrap .list-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/*=====================================================================
ランキングタブ
=====================================================================*/
.tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.tab button {
  cursor: pointer;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
  background: transparent;
  text-transform: uppercase;
  color: rgba(223, 190, 106, 0.7);
  transition: all 0.7s ease-out;
  background: linear-gradient(270deg, rgba(223, 190, 106, 0.8), rgba(146, 111, 52, 0.8), rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));
  background-position: 1% 50%;
  background-size: 300% 300%;
  text-decoration: none;
  margin: 0.625rem;
  border: none;
  border: 1px solid rgba(223, 190, 106, 0.3);
}

.tab button span {
  font-size: 24px;
  margin-right: 5px;
}

.tab button.active {
  color: #fff;
  border: 1px solid rgba(223, 190, 106, 0);
  background-position: 99% 50%;
}

/* 탭 버튼 호버 효과 */
.tab button:hover {
  color: #fff;
  border: 1px solid rgba(223, 190, 106, 0);
  background-position: 99% 50%;
}

/* 탭 컨텐츠 스타일 (기본적으로 숨김) */
.tabcontent {
  display: none;
}

/*=====================================================================
ニューストップ
=====================================================================*/
.news-wrap {
  margin-bottom: 50px;
}

.news-wrap .lists {
  background: #a1000d;
  padding: 50px;
}

.news-wrap .lists .image {
  padding-right: 20px;
}

.news-wrap .lists .image img {
  width: 100%;
}

.news-wrap .lists .info {
  padding-left: 20px;
  color: #fff;
}

.news-wrap .lists .info .date {
  display: inline-block;
  font-size: 16px;
  font-family: inherit;
  background: #fff;
  padding: 2px 15px;
  color: #000;
}

.news-wrap .lists .info .subject {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}

.news-wrap .lists .info .comment {
  line-height: 1.6;
}

.news-wrap .lists-wrap {
  display: flex;
  flex-direction: column;
}

.news-wrap .lists-wrap .newsList {
  position: relative;
  margin-bottom: 15px;
}

.news-wrap .lists-wrap .newsList:last-child {
  margin-bottom: 0;
}

.news-wrap .lists-wrap .newsList a {
  display: flex;
  width: 100%;
  background: #a1000d;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #a1000d;
  transition: .3s all;
}

.news-wrap .lists-wrap .newsList a .date {
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
}

.news-wrap .lists-wrap .newsList a p {
  margin-bottom: 0;
}

.news-wrap .lists-wrap .newsList a p.field {
  font-size: 16px;
  padding-right: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news-wrap .lists-wrap .newsList a p.field-list {
  font-size: 16px;
  padding-right: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.news-wrap .lists-wrap .newsList a::after {
  position: absolute;
  right: 20px;
  content: '\f0da';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
}

.news-wrap .lists-wrap .newsList a:hover {
  text-decoration: none;
  background: #fff;
  color: #a1000d;
  transition: .3s all;
  border: 1px solid #a1000d;
}

@media (min-width: 1023px) and (max-width: 1366px) {
  .news-wrap .lists {
    padding: 20px;
  }
  .news-wrap .lists .image {
    padding-right: 10px;
  }
  .news-wrap .lists .info {
    padding-left: 10px;
  }
  .news-wrap .lists .info .subject {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .news-wrap .lists .info .comment {
    font-size: 16px;
    height: 350px;
    overflow-y: auto;
  }
}

@media (max-width: 1023px) {
  .news-wrap .lists-wrap .newsList {
    margin-bottom: 10px;
  }
  .news-wrap .lists-wrap .newsList a {
    padding: 10px;
  }
  .news-wrap .lists-wrap .newsList a .date {
    font-size: 12px;
    margin-right: 10px;
  }
  .news-wrap .lists-wrap .newsList a p.field {
    font-size: 14px;
    padding-right: 10px;
  }
  .news-wrap .lists-wrap .newsList a::after {
    right: 10px;
    font-size: 14px;
  }
  .news-wrap .lists {
    padding: 15px;
  }
  .news-wrap .lists .image {
    padding-right: 5px;
  }
  .news-wrap .lists .info {
    padding-left: 5px;
    font-size: 12px;
  }
  .news-wrap .lists .info .subject {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news-wrap .lists .info .comment {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .news-wrap .info .subject {
    font-size: 14px !important;
  }
  .news-wrap .info .date {
    display: inline-block;
    font-size: 12px !important;
    font-family: inherit;
    background: #fff;
    padding: 0 15px;
    color: #000;
  }
  .news-wrap .info .comment {
    font-size: 12px;
    overflow-y: auto;
    height: 110px;
  }
}

.news-view {
  padding: 50px 30px;
  background: #fff;
  border-radius: 10px;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
}

.news-view .date {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.news-view .subject {
  font-size: 22px;
  color: #a1000d;
  margin-bottom: 20px;
}

.news-view .image {
  padding: 0 15px;
}

.news-view .image img {
  width: 100%;
}

.news-view .field {
  padding: 0 15px;
}

.news-view .btn-back {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

@media (max-width: 1023px) {
  .news-view {
    margin: 15px 0;
    padding: 20px 15px;
  }
  .news-view .subject {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .news-view .image {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .news-view .field {
    padding: 0 5px;
  }
}

/*=====================================================================
スケジュール、キャスト
=====================================================================*/
.cast-wrap {
  margin-bottom: 50px;
}

.cast-wrap .diamond-caption {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 24px;
  margin-bottom: 100px;
}

.cast-wrap .today-wrap {
  padding: 15px 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  color: #fff;
}

.cast-wrap .today-wrap span {
  font-size: 20px;
}

@media (max-width: 1023px) {
  .cast-wrap .today-wrap {
    padding: 10px 0;
    font-size: 20px;
  }
}

.cast-wrap .status-wrap {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 14px;
  color: #fff;
}

.cast-wrap .status-wrap span {
  display: inline-block;
  width: 50px;
  height: 15px;
  border-radius: 4px;
  margin-right: 5px;
}

.cast-wrap .status-wrap span.premium {
  background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  border: 1px solid #666;
}

.cast-wrap .status-wrap span.luxury {
  border: 1px solid #dedede;
  background: linear-gradient(-72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #454545 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1);
}

.cast-wrap .date-wrap {
  text-align: center;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.cast-wrap .date-wrap a {
  font-family: "Noto Serif JP", serif;
  padding: 5px 15px;
  background: #fff;
  font-size: 18px;
  border: 1px solid #AFAFAF;
  color: #AFAFAF;
  margin: 0 5px 10px;
}

.cast-wrap .date-wrap a span {
  font-size: 14px;
}

.cast-wrap .date-wrap a.selected {
  border: 1px solid #373737;
  color: #373737;
}

.cast-wrap .premium-wrap {
  padding: 15px 30px;
  display: flex;
  justify-content: end;
  align-items: center;
  color: #fff;
}

.cast-wrap .premium-wrap span {
  background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  border: 1px solid #666;
  width: 50px;
  height: 15px;
  border-radius: 4px;
  margin-right: 5px;
}

.cast-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
}

.cast-wrap .list-wrap .lists {
  margin: 10px;
  background: #a1000d;
  padding: 3px;
}

.cast-wrap .list-wrap .lists .icon-star {
  position: relative;
  z-index: 1;
  height: 0;
  right: 3px;
  text-align: right;
  bottom: 50px;
}

.cast-wrap .list-wrap .lists .icon-star::before {
  display: block;
  content: '\f005';
  color: #ffcc00;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 30px;
}

.cast-wrap .list-wrap .lists .icon-wrap {
  position: absolute;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  height: 0;
  left: 3px;
  bottom: -13px;
}

.cast-wrap .list-wrap .lists .icon-wrap p {
  font-size: 12px;
  padding: 2px 5px;
  text-align: center;
}

.cast-wrap .list-wrap .lists .icon-wrap p.newface {
  display: inline-block;
  background: #a554b6;
  color: #fff;
}

.cast-wrap .list-wrap .lists .icon-wrap p.newface::before {
  display: block;
  content: '\f004';
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.cast-wrap .list-wrap .lists .icon-wrap p.diary {
  display: inline-block;
  background: #666;
  color: #fff;
}

.cast-wrap .list-wrap .lists .icon-wrap p.diary::before {
  display: block;
  content: '\f030';
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.cast-wrap .list-wrap .lists .icon-wrap p.twitter {
  display: inline-block;
}

.cast-wrap .list-wrap .lists .icon-wrap p.twitter img {
  padding: 0;
}

.cast-wrap .list-wrap .lists .image {
  position: relative;
  margin-bottom: 5px;
}

.cast-wrap .list-wrap .lists .image img {
  width: 100%;
}

.cast-wrap .list-wrap .lists .info {
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.cast-wrap .list-wrap .lists .info p {
  font-family: "Noto Serif JP", serif;
  margin: 0;
}

.cast-wrap .list-wrap .lists .info p.cmt {
  padding: 3px;
  font-family: inherit;
  color: #333;
  font-size: 14px;
  text-align: left;
}

.cast-wrap .list-wrap .lists .info p.name {
  font-size: 18px;
}

.cast-wrap .list-wrap .lists .info p.size {
  font-size: 14px;
}

.cast-wrap .list-wrap .lists .info p.worktime {
  color: #ffda68;
  font-size: 16px;
}

.cast-wrap .list-wrap .lists.diamond {
  --tile: 28px;
  --bg: #f7f7f7;
  background-color: var(--bg);
  background-repeat: repeat;
  background-size: var(--tile) var(--tile);
  background-position: 0 0;
  background-image: url("data:image/svg+xml;utf8,        <svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'>          <defs>                        <linearGradient id='g' x1='0' y1='0' x2='1' y2='1'>              <stop offset='0%'   stop-color='%23ffffff'/>              <stop offset='28%'  stop-color='%23e7ecf3'/>              <stop offset='58%'  stop-color='%23cbd3df'/>              <stop offset='78%'  stop-color='%239aa7ba'/>              <stop offset='100%' stop-color='%23ffffff'/>            </linearGradient>                        <filter id='n' x='-20%' y='-20%' width='140%' height='140%'>              <feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='1' seed='11' result='t'/>              <feColorMatrix type='saturate' values='0'/>              <feComponentTransfer><feFuncA type='table' tableValues='0 0.06'/></feComponentTransfer>              <feBlend in='SourceGraphic' in2='t' mode='soft-light'/>            </filter>          </defs>                    <polygon points='12,0 24,12 12,24 0,12' fill='url(%23g)' filter='url(%23n)'/>                    <polygon points='12,0 24,12 12,24 0,12' fill='none' stroke='%23ffffff' stroke-opacity='.28'/>                    <circle cx='8.6' cy='7.7' r='1.15' fill='%23ffffff' fill-opacity='.52'/>        </svg>");
}

.cast-wrap .list-wrap .lists.diamond .info {
  color: #333;
}

.cast-wrap .list-wrap .lists.diamond .info p.worktime {
  color: #333;
}

.cast-wrap .list-wrap .lists.premium {
  background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}

.cast-wrap .list-wrap .lists.premium .info {
  color: #333;
}

.cast-wrap .list-wrap .lists.premium .info p.worktime {
  color: #333;
}

.cast-wrap .list-wrap .lists.luxury {
  border: 1px solid #dedede;
  background: linear-gradient(-72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #454545 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1);
  color: #333;
}

.cast-wrap .list-wrap .lists.luxury .info {
  color: #333;
}

.cast-wrap .list-wrap .lists.luxury .info p.worktime {
  color: #333;
}

@media (max-width: 1023px) {
  .cast-wrap .lists {
    margin: 5px !important;
    padding: 5px !important;
  }
  .cast-wrap .lists .info {
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .cast-wrap .lists .info p.name {
    font-size: 14px;
  }
  .cast-wrap .lists .info p.size {
    font-size: 12px;
  }
  .cast-wrap .lists .info p.worktime {
    font-size: 16px;
  }
}

/*=====================================================================
グラビア
=====================================================================*/
.gravure-wrap {
  margin-bottom: 50px;
  margin: 0 auto;
  max-width: 1200px;
}

.gravure-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
}

.gravure-wrap .list-wrap .lists {
  background: #a1000d;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  margin: 10px;
}

.gravure-wrap .list-wrap .lists .image {
  width: 40%;
  display: flex;
}

.gravure-wrap .list-wrap .lists .image img {
  width: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.gravure-wrap .list-wrap .lists .info {
  display: flex;
  font-size: 16px;
  background-image: radial-gradient(circle, #fff23a, #e0a208 80%);
  margin-left: 3px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.gravure-wrap .list-wrap .lists .info b {
  font-size: 55px;
  font-family: 'Abril Fatface', cursive;
}

@media (max-width: 1023px) {
  .gravure-wrap .list-wrap .lists .info b {
    font-size: 40px;
  }
}

.gravure-wrap .list-wrap .lists .info p {
  font-family: "Noto Serif JP", serif;
  margin: 0;
}

.gravure-wrap .list-wrap .lists .info p.name {
  font-size: 18px;
}

.gravure-wrap .list-wrap .lists .info p.size {
  font-size: 14px;
}

/*=====================================================================
ウィジェット
=====================================================================*/
.widget-side {
  position: relative;
}

@media (min-width: 1790px) {
  .widget-side .l-widget {
    position: fixed;
    z-index: 2;
    top: 200px;
    left: 1%;
  }
  .widget-side .l-widget .inner {
    padding: 20px 10px 15px;
    width: 270px;
    background-color: #141414;
    border-radius: 10px;
  }
  .widget-side .r-widget {
    position: fixed;
    z-index: 2;
    top: 200px;
    right: 1%;
  }
  .widget-side .r-widget .inner {
    padding: 20px 10px 15px;
    width: 270px;
    background-color: #373737;
    border-radius: 10px;
  }
}

@media (max-width: 1789px) {
  .widget-side .l-widget {
    display: none;
  }
  .widget-side .r-widget {
    display: none;
  }
}

.widget-wrap {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.widget-wrap .l-widget {
  margin-right: 10px;
}

.widget-wrap .l-widget .inner {
  padding: 20px 10px 15px;
  background-color: #141414;
  border-radius: 10px;
}

.widget-wrap .r-widget {
  margin-left: 10px;
}

.widget-wrap .r-widget .inner {
  padding: 20px 10px 15px;
  background-color: #373737;
  border-radius: 10px;
}

@media (min-width: 1790px) {
  .widget-wrap .l-widget {
    display: none;
  }
  .widget-wrap .r-widget {
    display: none;
  }
}

@media (max-width: 540px) {
  .widget-wrap .l-widget {
    margin: 0;
    margin-bottom: 10px;
  }
  .widget-wrap .r-widget {
    margin: 0;
  }
}

/*=====================================================================
プロフィール
=====================================================================*/
.profile-wrap {
  margin-top: 30px;
}

.profile-wrap .prof_images {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

.profile-wrap .prof_images .bx-wrapper {
  width: 440px;
  margin: 0 0 10px;
  border: none;
  box-shadow: none;
}

.profile-wrap .prof_images .bx-wrapper .bx-prev {
  left: -40px !important;
  background: url("../../images/pleft_arrow.gif") no-repeat left center !important;
}

@media (max-width: 1023px) {
  .profile-wrap .prof_images .bx-wrapper .bx-prev {
    left: -20px !important;
  }
}

.profile-wrap .prof_images .bx-wrapper .bx-next {
  right: -40px !important;
  background: url("../../images/pright_arrow.gif") no-repeat left center !important;
}

@media (max-width: 1023px) {
  .profile-wrap .prof_images .bx-wrapper .bx-next {
    right: -20px !important;
  }
}

.profile-wrap .prof_images #thumb_photo {
  padding: 0 20px;
}

.profile-wrap .prof_images #thumb_photo li {
  display: inline-block;
  width: 17.5%;
  margin: 0 1.2% 0 0;
}

.profile-wrap .prof_images #thumb_photo li img {
  max-width: 100%;
}

.profile-wrap .prof_images #thumb_photo li.active img {
  opacity: 0.7;
}

@media (max-width: 1023px) {
  .profile-wrap .prof_images #thumb_photo {
    padding: 0;
  }
}

.profile-wrap .prof_images .prof-girlBanner {
  display: flex;
  margin-bottom: 15px;
}

.profile-wrap .prof_images .prof-girlBanner img {
  width: 100%;
}

@media (max-width: 1023px) {
  .profile-wrap .info-wrap {
    padding: 0;
  }
}

.profile-wrap .info-wrap .name-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.profile-wrap .info-wrap .name-wrapper .name-wrap {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.profile-wrap .info-wrap .name-wrapper .name-wrap span {
  display: block;
  font-size: 16px;
}

.profile-wrap .info-wrap .name-wrapper .name-wrap .star {
  position: relative;
  display: inline-block;
  bottom: 2px;
}

.profile-wrap .info-wrap .name-wrapper .name-wrap .star::before {
  content: '\f005';
  color: #ffcc00;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 26px;
}

.profile-wrap .info-wrap .name-wrapper .name-wrap .s-cmt {
  text-align: center;
  font-size: 14px;
  color: #ffc6cd;
  margin-bottom: 5px;
}

.profile-wrap .info-wrap .name-wrapper .name-wrap .s-cmt::before {
  content: '"';
}

.profile-wrap .info-wrap .name-wrapper .name-wrap .s-cmt::after {
  content: '"';
}

.profile-wrap .info-wrap .name-wrapper .name-wrap .icon-wrap {
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 15px;
  justify-content: center;
}

.profile-wrap .info-wrap .name-wrapper .name-wrap .icon-wrap p {
  font-size: 14px;
  padding: 3px 5px;
  text-align: center;
  margin-left: 5px;
}

.profile-wrap .info-wrap .name-wrapper .name-wrap .icon-wrap p.newface {
  display: inline-block;
  background: #a554b6;
  color: #fff;
}

.profile-wrap .info-wrap .name-wrapper .name-wrap .icon-wrap p.newface::before {
  content: '\f004';
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
}

.profile-wrap .info-wrap .name-wrapper .name-wrap .icon-wrap p.diary {
  display: inline-block;
  background: #666;
  color: #fff;
}

.profile-wrap .info-wrap .name-wrapper .name-wrap .icon-wrap p.diary::before {
  content: '\f030';
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.profile-wrap .info-wrap .name-wrapper .name-wrap .icon-wrap p.diary a {
  color: #fff;
  text-decoration: none;
}

.profile-wrap .info-wrap .name-wrapper .name-wrap .icon-wrap p.twitter {
  display: inline-block;
}

.profile-wrap .info-wrap .name-wrapper .name-wrap .icon-wrap p.twitter a {
  color: #fff;
  text-decoration: none;
}

.profile-wrap .info-wrap .name-wrapper .name-wrap .icon-wrap p.premium {
  background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  color: #333;
}

.profile-wrap .info-wrap .name-wrapper .name-wrap .icon-wrap p.luxury {
  border: 1px solid #dedede;
  background: linear-gradient(-72deg, #dedede, #ffffff 16%, #dedede 21%, #ffffff 24%, #454545 27%, #dedede 36%, #ffffff 45%, #ffffff 60%, #dedede 72%, #ffffff 80%, #dedede 84%, #a1a1a1);
  color: #333;
}

.profile-wrap .info-wrap .name-wrapper .degree {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}

.profile-wrap .info-wrap .name-wrapper .degree .item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c6c6c6;
  color: #fff;
}

.profile-wrap .info-wrap .name-wrapper .degree .item span {
  font-size: 14px;
  min-width: 110px;
  font-family: "Noto Serif JP", serif;
  margin-right: 10px;
}

.profile-wrap .info-wrap .name-wrapper .degree .item img {
  height: 16px;
}

.profile-wrap .info-wrap .name-wrapper .degree .item::before {
  content: '■';
  color: #a00000;
  font-size: 6px;
  margin-right: 5px;
}

.profile-wrap .info-wrap .interview-wrap {
  background: #F3F3F3;
  border: 1px solid #373737;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.profile-wrap .info-wrap .interview-wrap .item {
  display: flex;
  padding: 5px;
  border-bottom: 1px dashed #373737;
}

.profile-wrap .info-wrap .interview-wrap .item .subject {
  width: 50%;
  color: #a00000;
}

@media (max-width: 1023px) {
  .profile-wrap .info-wrap .interview-wrap {
    padding: 10px;
    font-size: 14px;
  }
}

.profile-wrap .info-wrap .comment-wrap {
  background: #F3F3F3;
  border: 1px solid #373737;
  padding: 20px;
  border-radius: 4px;
  height: 215px;
  overflow: auto;
  margin-bottom: 15px;
}

.profile-wrap .info-wrap .comment-wrap.mise {
  height: 150px;
}

.profile-wrap .info-wrap .comment-wrap h4 {
  font-weight: bold;
  font-size: 14px;
  color: #a00000;
}

@media (max-width: 1023px) {
  .profile-wrap .info-wrap .comment-wrap {
    padding: 10px;
    font-size: 14px;
  }
}

.profile-wrap .schedule-wrap {
  display: flex;
  background: #F3F3F3;
  border: 1px solid #373737;
  margin-top: 20px;
  margin-bottom: 30px;
}

.profile-wrap .schedule-wrap .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100% /7);
  border-left: 1px solid #373737;
}

.profile-wrap .schedule-wrap .item:first-child {
  border-left: none;
}

.profile-wrap .schedule-wrap .item .date {
  width: 100%;
  text-align: center;
  background: #DBDBDB;
  padding: 10px 0;
}

.profile-wrap .schedule-wrap .item .date.today {
  background: #a1000d;
  color: #fff;
}

.profile-wrap .schedule-wrap .item .time {
  text-align: center;
  padding: 10px 0;
}

@media (max-width: 1023px) {
  .profile-wrap .schedule-wrap {
    flex-direction: column;
  }
  .profile-wrap .schedule-wrap .item {
    width: 100%;
    border: none;
  }
}

.profile-wrap .kuchikomi-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media (max-width: 1023px) {
  .profile-wrap .kuchikomi-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.profile-wrap .kuchikomi-wrapper .kuchikomi-wrap {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #d99595;
  display: flex;
}

.profile-wrap .kuchikomi-wrapper .kuchikomi-wrap .user {
  width: 20%;
  background: #fffce9;
  border-right: 1px solid #d99595;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 15px 0;
}

.profile-wrap .kuchikomi-wrapper .kuchikomi-wrap .user span {
  display: block;
}

.profile-wrap .kuchikomi-wrapper .kuchikomi-wrap .user span::before {
  content: '\f007';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 60px;
}

.profile-wrap .kuchikomi-wrapper .kuchikomi-wrap .review-wrap {
  display: flex;
  flex-direction: column;
  padding: 15px;
  width: calc(100% - 17%);
}

.profile-wrap .kuchikomi-wrapper .kuchikomi-wrap .review-wrap .rating-wrap {
  display: flex;
}

.profile-wrap .kuchikomi-wrapper .kuchikomi-wrap .review-wrap .rating-wrap .total {
  display: flex;
  align-items: center;
}

.profile-wrap .kuchikomi-wrapper .kuchikomi-wrap .review-wrap .rating-wrap .total::before {
  content: '総合：';
  font-weight: bold;
}

.profile-wrap .kuchikomi-wrapper .kuchikomi-wrap .review-wrap .rating-wrap .picture {
  display: flex;
  align-items: center;
}

.profile-wrap .kuchikomi-wrapper .kuchikomi-wrap .review-wrap .rating-wrap .picture::before {
  content: '写真：';
  font-weight: bold;
}

.profile-wrap .kuchikomi-wrapper .kuchikomi-wrap .review-wrap .date-wrap {
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  font-size: 12px;
}

.profile-wrap .kuchikomi-wrapper .kuchikomi-wrap .review-wrap .review-cmt {
  color: #666;
  font-size: 13px;
  padding-bottom: 5px;
}

@media (max-width: 1023px) {
  .profile-wrap .kuchikomi-wrapper .kuchikomi-wrap .user {
    width: 30%;
  }
}

/*=====================================================================
料金システム
=====================================================================*/
.system-wrap {
  margin-bottom: 50px;
}

.system-wrap .price-wrap {
  margin-bottom: 40px;
}

.system-wrap .price-wrap .item {
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  background: #fff;
  padding: 20px;
  margin: 0 10px;
  box-shadow: 2px 2px 5px -1px #ccc;
  border-radius: 8px;
}

.system-wrap .price-wrap .item .course-title {
  border: 3px solid #38040d;
  border-image: linear-gradient(to right, #a1000d 0%, #a00000 100%);
  border-image-slice: 1;
  padding: 10px 0;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  background: #f2f2f2;
}

.system-wrap .price-wrap .item .course-title span {
  font-size: 18px;
}

.system-wrap .price-wrap .item .system-box {
  justify-content: center;
  display: flex;
  font-size: 30px;
}

.system-wrap .price-wrap .item .system-box .time {
  color: #a00000;
  margin: 0 5px;
}

.system-wrap .price-wrap .item .system-box .time span {
  font-size: 20px;
}

.system-wrap .price-wrap .item .system-box .price {
  margin: 0 5px;
}

.system-wrap .price-wrap .item .system-box .price span {
  font-size: 20px;
}

.system-wrap .price-wrap .item .system-box-big {
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 40px;
}

.system-wrap .price-wrap .item .system-box-big.column {
  flex-direction: column;
}

.system-wrap .price-wrap .item .system-box-big .time {
  color: #a00000;
  margin: 0 5px;
}

.system-wrap .price-wrap .item .system-box-big .time span {
  font-size: 30px;
}

.system-wrap .price-wrap .item .system-box-big .price {
  margin: 0 5px;
}

.system-wrap .price-wrap .item .system-box-big .price span {
  font-size: 20px;
}

.system-wrap .price-wrap .item .system-box-big .price.strikethrough {
  font-size: 30px;
  margin: 0 15px;
  text-decoration: line-through;
  text-decoration-color: #ca0000;
  text-decoration-thickness: 2px;
}

@media (max-width: 1023px) {
  .system-wrap .price-wrap .item .system-box-big {
    font-size: 22px;
  }
  .system-wrap .price-wrap .item .system-box-big .time span {
    font-size: 16px;
  }
  .system-wrap .price-wrap .item .system-box-big .price span {
    font-size: 16px;
  }
  .system-wrap .price-wrap .item .system-box-big .price.strikethrough {
    font-size: 18px;
    margin: 0 10px;
  }
}

.system-wrap .price-wrap .item-option {
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-family: "Noto Serif JP", serif;
  background: #fff;
  padding: 20px;
  margin: 0 10px;
  box-shadow: 2px 2px 5px -1px #ccc;
  border-radius: 8px;
  min-height: 210px;
}

.system-wrap .price-wrap .item-option .option-box {
  justify-content: center;
  display: flex;
  font-size: 26px;
}

.system-wrap .price-wrap .item-option .option-box .time {
  color: #a00000;
  margin: 0 5px;
}

.system-wrap .price-wrap .item-option .option-box .time span {
  font-size: 18px;
}

.system-wrap .price-wrap .item-option .option-box .price {
  margin: 0 5px;
}

.system-wrap .price-wrap .item-option .option-box .price span {
  font-size: 18px;
}

@media (max-width: 1023px) {
  .system-wrap .price-wrap .item-option {
    flex-direction: column;
    padding: 10px;
    min-height: auto;
  }
  .system-wrap .price-wrap .item-option .option-box {
    font-size: 18px;
  }
  .system-wrap .price-wrap .item-option .option-box .time span {
    font-size: 14px;
  }
  .system-wrap .price-wrap .item-option .option-box .price span {
    font-size: 14px;
  }
}

.system-wrap .access-wrap {
  margin-bottom: 50px;
  padding: 20px;
  margin: 0 10px;
  background: #fff;
  box-shadow: 2px 2px 5px -1px #ccc;
  border-radius: 8px;
}

.system-wrap .access-wrap .info {
  display: flex;
  justify-content: start;
  flex-direction: column;
  padding: 30px 15px;
}

.system-wrap .access-wrap .info p {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px dotted #c6c6c6;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media (max-width: 1023px) {
  .system-wrap .access-wrap .info p {
    font-size: 16px;
  }
}

.system-wrap .access-wrap .info p.name {
  font-size: 30px;
}

@media (max-width: 1023px) {
  .system-wrap .access-wrap .info p.name {
    font-size: 20px;
  }
}

.system-wrap .access-wrap .info p span {
  font-size: 16px;
  margin-right: 10px;
}

.system-wrap .access-wrap .map {
  width: 100%;
}

/*=====================================================================
求人
=====================================================================*/
.recruit-wrap {
  margin-bottom: 50px;
}

.recruit-wrap .banner img {
  width: 100%;
}

.recruit-wrap .text-box {
  background: #fff;
  padding: 30px;
  line-height: 1.8;
}

.recruit-wrap .recruit-info {
  background: #fff;
  padding: 30px;
}

.recruit-wrap .recruit-info h4 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.recruit-wrap .recruit-info .rec-list {
  margin: 0 50px;
  border-bottom: 1px solid #373737;
  margin-bottom: 5px;
  padding: 15px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}

.recruit-wrap .recruit-info .rec-list .tlt {
  color: #38040d;
}

.recruit-wrap .recruit-info .rec-list .tlt::before {
  content: '■';
  margin-right: 2px;
  font-size: 12px;
}

@media (max-width: 1023px) {
  .recruit-wrap .recruit-info .rec-list {
    margin: 0;
  }
  .recruit-wrap .recruit-info .rec-list .tlt {
    font-weight: bold;
  }
  .recruit-wrap .recruit-info .rec-list .rec {
    font-size: 14px;
  }
}
