@charset "UTF-8";

body {
  color: #ffffff;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "Verdana",
    "メイリオ", "Meiryo", "MS Pゴシック", "Osaka", "arial", "helvetica",
    "sans-serif";
  font-size: 12px;
  background-color: #000000;
  background-image: url(../images/bg.jpg);
  background-attachment: fixed;
  background-position: center;
}
img {
  width: 100%;
}

a:hover {
  opacity: 0.7;
}

#big-video-wrap {
  max-height: 800px !important;
  position: absolute !important;
  z-index: -1;
}
#header {
  height: 800px;
  background-image: url(../images/pattern.png);
}
h1 {
  width: 960px;
  text-align: right;
  margin: 0 auto;
  padding-top: 3px;
  font-size: 12px;
}
.header_logo {
  width: 380px;
  margin: 10px auto 0;
}
#headrec {
  width: 320px;
  margin: 15px auto 0;
}
.header_content {
  margin: 20px auto 0;
  width: 920px;
  display: flex;
  justify-content: space-between;
}
.header_content .video {
  width: 620px;
}
.header_content .video video {
  width: 100%;
}
.header_content .twitter {
  width: 290px;
}
.wrapper {
  background: #000;
  width: 960px;
  margin: 0 auto;
}
.content {
  width: 920px;
  margin: 0 auto;
  padding-bottom: 30px;
  overflow: hidden;
}
#mainNavi {
  width: 960px;
  margin: 0 auto 20px;
}
#mainNavi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#mainNavi ul li {
  width: calc(100% / 5);
}
#mainNavi ul li a:hover {
  opacity: 1;
}
.content_flex {
  display: flex;
  justify-content: space-between;
}
.content_flex .left_side {
  width: 620px;
}
.content_flex .right_side {
  width: 280px;
}


.breadcrumb {
  margin-left: 5px;
  margin-bottom: 10px;
}
.breadcrumb ol {
  display: flex;
}
.breadcrumb ol a {
  color: #fff;
}
.breadcrumb ol a:hover {
  text-decoration: underline;
}
.breadcrumb ol li:nth-of-type(n + 2)::before {
  content: ">";
}
#footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 11px;
  background: #94c916;
  padding-top: 30px;
  color: #000;
}
#footwaku {
  width: 920px;
  margin: 0 auto 0 auto;
}
#footMenu {
  border-bottom: 1px dotted #000;
}
#footMenu ul {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  width: 840px;
  margin: 0 auto;
}
#footMenu ul li {
  width: calc(100% / 11);
  border-left: 1px solid #777;
}
#footMenu ul li:last-of-type {
  border-right: 1px solid #777;
}
#footMenu ul li a {
  color: #000;
  text-decoration: underline;
  font-size: 10px;
  padding: 0 5px;
}
.footlogo {
  width: 130px;
  margin: 10px auto;
}
#footrec {
  width: 400px;
  margin: 0 auto 10px;
}
.footcontact {
  margin-bottom: 5px;
}
.footcontact a {
  color: #000;
  text-decoration: underline;
}
.copyright {
  padding-bottom: 10px;
}
.right_side .side_mmag {
  margin-top: 5px;
  position: relative;
}
.right_side .side_mmag #mmag {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.right_side .side_mmag #mmag input[type="submit"] {
  height: 25px;
  margin: 0 auto 10px;
  display: block;
  text-align: center;
  background: #EFEFEF;
  border: 1px solid #000;
  transition: all 0.2s;
  color: #000;
}
.right_side .side_questionnaire {
  margin-top: 5px;
}
.right_side .group_rec {
  margin-top: 5px;
}
.bold {
  font-weight: bold;
}
.face_daytime {
  width: 19%;
  border: 1px solid #555;
  padding: 5px;
  margin-bottom: 10px;
}
.empty_item {
  content: "";
  width: 19%;
}
.face_daytime .sch_icon {
  width: 120px;
  margin: 0px auto 5px;
}
.face_daytime .girls_img {
  position: relative;
}
.face_daytime .newfaceicon {
  width: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.face_daytime .girls_data {
  text-align: center;
  margin-top: 5px;
}
.face_daytime .girls_data .name {
  margin-bottom: 5px;
}
.face_daytime .girls_data .size {
  margin-bottom: 5px;
}
.face_daytime .option_icon ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.face_daytime .option_icon ul li {
  width: 33.3%;
}
.face_daytime .option_icon ul li.coming {
  width: 100%;
}