@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 102%;
  color: #333;
  background: rgb(255, 255, 255);
  -webkit-text-size-adjust: 100%;
}

td, p, div {
  color: #333;
}

input, button, textarea, select {
  color: #333;
}

img {
  border: 0;
}

a:link, a:active {
  text-decoration: none;
  color: #fff;
  outline: none;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #fff;
}

h1 {
  display: none;
}

li {
  list-style: none;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
}

#index {
  width: 100%;
}
#index .logo {
  width: 100%;
}
#index .button {
  width: 100%;
}
#index .button li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
#index .button li img {
  float: left;
  width: 100%;
}
#index .son {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#index .son img {
  float: left;
  width: 100%;
}
#index .banner {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

#header {
  float: left;
  width: 100%;
}
#header .logo {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#header .logo li.top {
  float: left;
  width: 66.6666666%;
}
#header .logo li {
  float: left;
  width: 33.33333333%;
}
#header .logo li img {
  float: left;
  width: 100%;
}
#header .logo li a {
  width: 100%;
}

#scroll-news {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 160%;
  background: #333;
}

#tail-banner {
  float: left;
  width: 100%;
}
#tail-banner li {
  float: left;
  width: 32%;
  margin: 0.5%;
}
#tail-banner li img {
  width: 100%;
}

#tail {
  float: left;
  width: 90%;
  background: #333;
  padding: 5%;
}
#tail .copy {
  text-align: center;
  font-size: 100%;
  line-height: 20px;
  color: #fff;
}

#free {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#free .back {
  float: left;
  width: 92%;
  height: 180px;
  padding: 10px;
  border: 3px solid #ccc;
  overflow: auto;
}
#free1 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#free1 .back {
  float: left;
  width: 92%;
  padding: 10px;
  border: 3px solid #ccc;
}

#slideGirl {
  float: left;
  width: 100%;
  height: 55vw;
}
#slideGirl .back {
  float: left;
  width: 96%;
  padding: 2%;
}
#slideGirl .back li {
  float: left;
  width: 200px;
  margin: 5px;
}
#slideGirl .back li .image {
  float: left;
  width: 200px;
  height: 267px;
}
#slideGirl .back li .image img {
  width: 200px;
  height: 267px;
}
#slideGirl .back li .profile {
  float: left;
  width: 200px;
  height: 100px;
  text-align: center;
  font-size: 130%;
}
#slideGirl .back li .profile img {
  vertical-align: middle;
}

#eventbanner {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#eventbanner img {
  float: left;
  width: 100%;
}
#eventbanner1 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#eventbanner1 img {
  float: left;
  width: 50%;
}

#menu {
  float: left;
  width: 100%;
}
#menu li {
  float: left;
  width: 49%;
  padding: 0.5%;
}
#menu li img {
  width: 100%;
}

#contents-banner {
  float: left;
  width: 100%;
}
#contents-banner li {
  float: left;
  width: 49%;
  padding: 0.5%;
}
#contents-banner li img {
  width: 100%;
}

#title {
  float: left;
  width: 95%;
  color: #000;
  font-weight: bold;
  padding: 10px 0 10px 5%;
  font-size: 160%;
  background: rgb(247, 247, 247);
  background: -moz-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(224, 224, 224) 83%, rgb(239, 239, 239) 100%);
  background: -webkit-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(224, 224, 224) 83%, rgb(239, 239, 239) 100%);
  background: linear-gradient(to bottom, rgb(247, 247, 247) 0%, rgb(224, 224, 224) 83%, rgb(239, 239, 239) 100%);
  filter: progid;
  border-bottom: 1px solid #333;
  margin-bottom: 5px;
}
#title:first-letter {
  color: #000;
  font-size: 200%;
}
#title .sub {
  float: right;
  padding-right: 10px;
}
#title p {
  float: right;
  font-weight: bold;
  font-size: 120%;
  margin: 0 10px 0;
  color: #000;
}

#todayschedule {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#todayschedule li {
  float: left;
  width: 47.5%;
  height: 750px;
  border: 1px solid #666;
  background: rgb(190, 145, 60);
  background: linear-gradient(0deg, rgba(180, 135, 50, 1) 0%, rgba(255, 235, 170, 1) 45%, rgba(200, 155, 70, 1) 100%);
  margin: 1%;
}
#todayschedule li .image {
  position: relative;
  width: 92%;
  padding: 5% 4% 0;
  margin-bottom: 1px;
}
#todayschedule li .image .status {
  position: absolute;
  width: 92%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  font-size: 150%;
  padding: 10px 0;
  z-index: 1;
}
#todayschedule li .image img {
  width: 100%;
}
#todayschedule li .name {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 150%;
  text-align: center;
  font-weight: bold;
}
#todayschedule li .name b {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 150%;
  letter-spacing: -1px;
  text-align: center;
}
#todayschedule li .icon {
  float: left;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  text-align: center;
}
#todayschedule li .worktime {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 150%;
  letter-spacing: -1px;
  text-align: center;
  color: #ff0080;
  font-weight: bold;
}

#banner {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#banner img {
  float: left;
  width: 100%;
}

#caution {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#caution .title {
  float: left;
  width: 100%;
}
#caution .title img {
  width: 100%;
}
#caution .back {
  width: 96%;
  padding: 2%;
}

#newface {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#newface li {
  float: left;
  width: 32%;
  height: 750px;
  margin: 0.5%;
  border: 1px solid #666;
  background: rgb(190, 145, 60);
  background: linear-gradient(0deg, rgba(180, 135, 50, 1) 0%, rgba(255, 235, 170, 1) 45%, rgba(200, 155, 70, 1) 100%);
}
#newface li .image {
  width: 92%;
  padding: 5% 4% 0;
  margin-bottom: 1px;
}
#newface li .image img {
  width: 100%;
}
#newface li .name {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 150%;
  text-align: center;
  font-weight: bold;
}
#newface li .name b {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 150%;
  letter-spacing: -1px;
  text-align: center;
}
#newface li .icon {
  float: left;
  width: 100%;
  margin-top: 5px;
  text-align: center;
}

#companion {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#companion li {
  float: left;
  width: 47.5%;
  height: 750px;
  border: 1px solid #666;
  background: rgb(190, 145, 60);
  background: linear-gradient(0deg, rgba(180, 135, 50, 1) 0%, rgba(255, 235, 170, 1) 45%, rgba(200, 155, 70, 1) 100%);
  margin: 1%;
}
#companion li .image {
  position: relative;
  width: 92%;
  padding: 5% 4% 0;
  margin-bottom: 1px;
}
#companion li .image .status {
  position: absolute;
  width: 92%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  font-size: 150%;
  padding: 10px 0;
  z-index: 1;
}
#companion li .image img {
  width: 100%;
}
#companion li .name {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 150%;
  text-align: center;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#companion li .name b {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 150%;
  letter-spacing: -1px;
  text-align: center;
}
#companion li .icon {
  float: left;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  text-align: center;
}
#companion li .worktime {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 150%;
  letter-spacing: -1px;
  text-align: center;
  color: #ff0080;
  font-weight: bold;
}

#schedule {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#schedule li {
  float: left;
  width: 47.5%;
  height: 750px;
  margin: 1%;
  border: 1px solid #666;
  background: rgb(190, 145, 60);
  background: linear-gradient(0deg, rgba(180, 135, 50, 1) 0%, rgba(255, 235, 170, 1) 45%, rgba(200, 155, 70, 1) 100%);
}
#schedule li .image {
  position: relative;
  width: 92%;
  padding: 5% 4% 0;
  margin-bottom: 1px;
}
#schedule li .image .status {
  position: absolute;
  width: 92%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  font-size: 150%;
  padding: 10px 0;
  z-index: 1;
}
#schedule li .image img {
  width: 100%;
}
#schedule li .name {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 150%;
  text-align: center;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#schedule li .name b {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 150%;
  letter-spacing: -1px;
  text-align: center;
}
#schedule li .profile {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 140%;
  text-align: center;
  font-weight: bold;
}
#schedule li .icon {
  float: left;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  text-align: center;
}
#schedule li .worktime {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 150%;
  letter-spacing: -1px;
  text-align: center;
  color: #ff0080;
  font-weight: bold;
}
#schedule .date {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#schedule .date p {
  float: left;
  width: 31.3%;
  text-align: center;
  padding: 30px 1%;
  background: #ccc;
  font-size: 150%;
}
#schedule .date p a {
  color: #fff;
}
#schedule .date p.selected {
  background: #ff0080;
}

#system {
  float: left;
  width: 100%;
}
#system img {
  width: 100%;
}

#report {
  float: left;
  width: 100%;
}
#report .subject {
  float: left;
  width: 92%;
  height: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  background: rgb(203, 96, 179);
  background: -moz-linear-gradient(top, rgb(203, 96, 179) 0%, rgb(173, 18, 131) 50%, rgb(222, 71, 172) 100%);
  background: -webkit-linear-gradient(top, rgb(203, 96, 179) 0%, rgb(173, 18, 131) 50%, rgb(222, 71, 172) 100%);
  background: linear-gradient(to bottom, rgb(203, 96, 179) 0%, rgb(173, 18, 131) 50%, rgb(222, 71, 172) 100%);
  filter: progid;
}
#report li {
  float: left;
  width: 40%;
  margin-left: 10px;
  padding: 20px;
  font-size: 140%;
  text-align: right;
}
#report li img {
  float: right;
  margin-left: 10px;
}

#comic {
  float: left;
  width: 100%;
}
#comic img {
  float: left;
  width: 100%;
}

#movie {
  float: left;
  width: 100%;
}

#guide {
  float: left;
  width: 100%;
}
#guide img {
  float: left;
  width: 100%;
}

#photo {
  float: left;
  width: 100%;
}
#photo .back {
  float: left;
  width: 98%;
  padding: 1%;
}
#photo .back li {
  float: left;
  width: 98%;
  padding: 1%;
  margin-bottom: 20px;
  background: #ff5db1;
  background: -moz-linear-gradient(top, #ff5db1 0%, #ef017c 100%);
  background: -webkit-linear-gradient(top, #ff5db1 0%, #ef017c 100%);
  background: linear-gradient(to bottom, #ff5db1 0%, #ef017c 100%);
  filter: progid;
}
#photo .back li .image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#photo .back li .image img {
  float: left;
  width: 100%;
}
#photo .back li .profile {
  float: left;
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}
#photo .back li .profile b {
  font-size: 24px;
  color: #fff;
}
#photo-view {
  float: left;
  width: 100%;
}
#photo-view .back {
  float: left;
  width: 98%;
  padding: 1%;
}
#photo-view .back .profile {
  float: left;
  width: 100%;
  font-size: 26px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
  margin-bottom: 20px;
}
#photo-view .back .profile b {
  font-size: 30px;
  color: #fff;
}
#photo-view .back .imageView {
  float: left;
  width: 100%;
  height: 100%;
  background: #ff99cc;
  padding-bottom: 30px;
}
#photo-view .back .imageView img {
  float: left;
  width: 100%;
  height: 100%;
}
#photo-view .back .button {
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
#photo-view .back .button img {
  width: 90%;
  margin: 5px 0px;
}

#interview {
  float: left;
  width: 100%;
}
#interview .back {
  float: left;
  width: 98%;
  padding: 1%;
}
#interview .back li {
  float: left;
  width: 98%;
  padding: 1%;
  margin-bottom: 20px;
  background: #ff5db1;
  background: -moz-linear-gradient(top, #ff5db1 0%, #ef017c 100%);
  background: -webkit-linear-gradient(top, #ff5db1 0%, #ef017c 100%);
  background: linear-gradient(to bottom, #ff5db1 0%, #ef017c 100%);
  filter: progid;
}
#interview .back li .image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#interview .back li .image img {
  float: left;
  width: 100%;
}
#interview .back li .profile {
  float: left;
  width: 100%;
  font-size: 160%;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}
#interview .back li .profile b {
  font-size: 24px;
  color: #fff;
}
#interview .back dl {
  float: left;
  width: 98%;
  padding: 1%;
  background: #333;
  border-radius: 10px;
  margin: 20px 0;
}
#interview .back dl dt {
  font-size: 160%;
  color: #fff;
}
#interview .back dl dd {
  font-size: 160%;
  color: #ff0080;
}
#interview .back .button {
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
#interview .back .button img {
  width: 90%;
  margin: 5px 0px;
}

#contents {
  float: left;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
#contents .title {
  float: left;
  width: 100%;
}
#contents .title img {
  width: 100%;
}

#mailmaga {
  float: left;
  width: 94%;
  padding: 3%;
}
#mailmaga p {
  float: left;
  width: 100%;
  font-size: 120%;
  text-align: left;
  line-height: 32px;
}
#mailmaga p.point {
  float: left;
  width: 100%;
  padding: 10px 0;
  color: #ff0080;
  font-weight: bold;
  font-size: 160%;
}
#mailmaga p.small {
  float: left;
  width: 100%;
  color: #ff0000;
  font-size: 120%;
}
#mailmaga p a {
  color: #ff0080;
}
#mailmaga input[type=text] {
  float: left;
  width: 70%;
  height: 25px;
  padding: 10px 0;
}
#mailmaga input[type=submit] {
  float: right;
  width: 30%;
  height: 30px;
  padding: 10px 0;
}

#recruit {
  float: left;
  width: 100%;
  padding: 10px 0;
}

#profile-slider {
  float: left;
  width: 100%;
}
#profile-slider li img {
  float: left;
  width: 92%;
  padding: 4%;
}

#profile {
  float: left;
  width: 100%;
  padding: 10px 0;
}
#profile .name {
  float: left;
  width: 100%;
  padding: 20px 0 0;
  text-align: center;
  height: 40px;
  line-height: 25px;
  font-size: 240%;
  font-weight: bold;
}
#profile .size {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 180%;
}
#profile .subject {
  float: left;
  width: 100%;
  padding: 2% 0;
  text-align: center;
  background: rgb(32, 32, 32);
  background: linear-gradient(180deg, rgb(32, 32, 32) 0%, rgb(88, 88, 88) 100%);
  color: #fff;
  font-size: 160%;
}
#profile .diary {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#profile .personality {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#profile .personality .tlt {
  float: left;
  width: 100%;
  padding: 2% 0;
  text-align: center;
  background: #666;
  color: #fff;
  font-size: 160%;
}
#profile .personality li {
  float: left;
  width: 46%;
  margin: 2% 2% 0;
  text-align: center;
  color: #333;
  font-size: 160%;
  padding: 15px 0;
  background: rgb(255, 255, 250);
  background: linear-gradient(180deg, rgb(255, 255, 250) 0%, rgb(231, 231, 225) 100%);
  border: 1px solid #c2c2c2;
  box-sizing: border-box;
}
#profile .type {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#profile .type .tlt {
  float: left;
  width: 100%;
  padding: 2% 0;
  text-align: center;
  background: #666;
  color: #fff;
  font-size: 140%;
}
#profile .type li {
  float: left;
  width: 46%;
  margin: 2% 2% 0;
  text-align: center;
  color: #333;
  font-size: 160%;
  padding: 15px 0;
  background: rgb(255, 255, 250);
  background: linear-gradient(180deg, rgb(255, 255, 250) 0%, rgb(231, 231, 225) 100%);
  border: 1px solid #c2c2c2;
  box-sizing: border-box;
}
#profile .comment {
  float: left;
  width: 94%;
  padding: 3%;
  text-align: center;
  font-size: 160%;
  color: #333;
}
#profile .option {
  float: left;
  width: 90%;
  padding: 10px 5%;
}
#profile .option li {
  float: left;
  padding: 1.5%;
  margin: 2px;
  font-size: 160%;
/* 기본 폴백 컬러 */
background: rgb(212, 175, 55);

/* 브라우저 접두사(Vendor Prefix) 지원 */
background: -moz-linear-gradient(top, rgba(245, 225, 160, 1) 0%, rgba(200, 160, 80, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 225, 160, 1)), color-stop(100%, rgba(200, 160, 80, 1)));
background: -webkit-linear-gradient(top, rgba(245, 225, 160, 1) 0%, rgba(200, 160, 80, 1) 100%);
background: -o-linear-gradient(top, rgba(245, 225, 160, 1) 0%, rgba(200, 160, 80, 1) 100%);
background: -ms-linear-gradient(top, rgba(245, 225, 160, 1) 0%, rgba(200, 160, 80, 1) 100%);

/* 표준 그라데이션 (상단 밝은 하이라이트 -> 하단 딥 골드) */
background: linear-gradient(to bottom, rgba(250, 235, 180, 1) 0%, rgba(220, 180, 100, 1) 50%, rgba(185, 140, 60, 1) 100%);

filter: progid;
border-radius: 3px;

/* 메탈 느낌을 잡아주는 딥 골드 테두리 및 텍스트/아이콘 컬러 */
border: solid 1px #c89b3c;
color: #5c4308;
  text-shadow: 1px 1px 3px #fff;
  font-size: 150%;
}

#button_bottom {
  position: fixed;
  display: block;
  width: 75px;
  height: 75px;
  padding: 10px;
  bottom: 0;
  right: 0px;
  background: url("../../images/profile/button_bottom.webp") no-repeat;
}
#button_bottom a {
  position: absolute;
  padding-top: 100px;
  height: 0;
  margin-top: 10px;
  width: 85px;
  overflow: hidden;
}

#link {
  float: left;
  width: 100%;
}
#link li {
  float: left;
  width: 24.2%;
  margin: 0 1% 0.5% 0;
  font-size: 80%;
}
#link li .subject {
  float: left;
  width: 100%;
  overflow: hidden;
}
#link li:nth-child(4n+4) {
  float: right;
  width: 24.2%;
  margin: 0 0 0.5% 0;
}
#link li img {
  width: 100%;
}
#link li textarea {
  float: left;
  width: 100%;
}

table.recruit {
  float: left;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
table.recruit th {
  width: 25%;
  height: 30px;
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #7b2f2f;
  font-size: 160%;
  background: #ff363f;
}
table.recruit td {
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #7b2f2f;
  color: #000;
  font-size: 130%;
}
table.recruit td a {
  color: #ff0000;
  font-weight: bold;
}

.price {
  float: right;
  font-size: 10px;
  color: #ffcc33;
}

.recruit1 {
  font-size: 120%;
  color: #ff0000;
  font-weight: bold;
}

.recruit2 {
  font-size: 140%;
  color: #ffffff;
  font-weight: bold;
}

table.scheduleTable {
  float: left;
  width: 100%;
  border-collapse: collapse;
  font-size: 160%;
}
table.scheduleTable th {
  width: 14%;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
  color: #333;
  border: 1px solid #ccc;
}
table.scheduleTable td {
  vertical-align: middle;
  text-align: center;
  color: #333;
  padding: 10px;
  border: 1px solid #ccc;
  font-weight: bold;
}/*# sourceMappingURL=main.css.map */