﻿@charset "utf-8";
/* CSS Document */

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


/* =============================================================================
   Reset
   ========================================================================== */

*{
	padding:0px;
	margin:0px;
}


html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

#footer_box h5{
    display: block;
    clear: both;
    margin: auto;
    text-align: center;
    font-size: 10px;
    color: #999;
    position: absolute;
    bottom: 40px;
    width: 100%;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
img{
	vertical-align:bottom;
}
form {
	margin: 0px;
	padding: 0px;
}

object{
z-index:0;
}


/* =============================================================================
   Base
   ========================================================================== */


body {
	background-color: transparent;
	font-family: 'Libre Baskerville', serif;
	color: #69635f;
	font-size: 12px;
	/*line-height:1.5;*/
  
}


#wrapper {
    margin: 0px auto;
    width: 100%;
    /*width: 1170px;*/
	overflow:hidden;
	/*background:#FFF;*/
}

#wrapper_wide{
    margin: 0px auto;
    width: 100%;
	background:#FFF;
	min-height: 500px;
	margin-top: 104px;
  text-align: center;
}

#container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    color: #000000;
    min-height: 800px;
    box-sizing: border-box;
    padding:100px 0px;
    background: #FBFBFB url(/common/img/bg_contents.png) repeat fixed center top;
}

#container a:link, #container a:visited {
    color: #69635f;
    text-decoration: none;
}

/*
#container a:hover {
    color: #e42375;
    text-decoration: none;
}
*/
.title_bg{
	background-color: #FFFFFF;
	margin-top: 104px;
}

.text_goshic{
	font-family:'メイリオ','miryo',sans-serif;
}
.text_bold{
	font-weight:bold;
}
.text_white{
	color:#fff;
}

/* =============================================================================
   MENU
   ========================================================================== */


#globalnavi{
    background-color: #000000;
    height: 26px;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    margin-top: 3px;
}

#globalnavi ul{
    font-size: 12px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    height: 26px;
}

#globalnavi ul li {
    float: left;
    width: 11%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    cursor: hand;
    position: relative;
}

#globalnavi ul li:nth-child(4) {
  width: 15%;
}
#globalnavi ul li:last-child {
  width: 8%;
}

#globalnavi a{
    background-color: #000000;
    box-sizing: border-box;
    color: #FFFFFF;
    display: block;
    height: 26px;
    text-align: center;
    width: 100%;
    line-height: 26px;
}

#globalnavi li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b88807;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#globalnavi li:hover a:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*
#globalnavi li:nth-child(1):hover a:before {
	content: "トップ";
}
*/
#globalnavi li:nth-child(1):hover a:before {
	content: "コンセプト";
}
#globalnavi li:nth-child(2):hover a:before {
	content: "キャスト";
}
#globalnavi li:nth-child(3):hover a:before {
	content: "出勤情報";
}
#globalnavi li:nth-child(4):hover a:before {
	content: "新人情報";
}
#globalnavi li:nth-child(5):hover a:before {
	content: "システム";
}
#globalnavi li:nth-child(6):hover a:before {
	content: "イベント";
}
#globalnavi li:nth-child(7):hover a:before {
  content: "更新情報";
}
#globalnavi li:nth-child(8):hover a:before {
	content: "ランキング";
}
#globalnavi li:nth-child(9):hover a:before {
	content: "リンク";
}


/* =============================================================================
   header
   ========================================================================== */
#header-wrap{
    background-color: #000;
    height: 100px;
    width: 100%;
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 9999;
    border-bottom: 4px solid #b88807;
}

#home #header-wrap{
    top:-104px;
}


.head_bg{
    background-color: #000;
    height: 65px;
    width: 100%;
    position: fixed;
    z-index: 9999;
}

.head_back{
    background-color: #000;
    height: 65px;
    width: 100%;
}

.head{
    margin: 0 auto;
    width: 1170px;
    height: 100px;
    position: relative;
    color:#fff;
    padding-top:5px;
}

.head a:link,.head a:visited {
    color:#fff;
}


.head .left {
    width: 15%;
    float: left;
}

.head .left .logo_mini{
    width: 100%;
    margin-top: 7px;
}

.head .center {
width:59%;
float: left;
}

.head .right {
width:26%;
float: right;
position: relative;
text-align: right;
}


.head span.shop_name{
    font-size: 45px;
    margin-left: 10px;
    letter-spacing: 0.2em;
}

.head span.shop_data{
    font-size: 16px;
    display: block;
}
.head span.shop_data small{
    font-size: 12px;
    display: inline-block;
    margin-left:5px;
    color: #ccc; 
}
.head span.shop_tel{
	display: table;
    font-size: 36px;
    float: right;
    clear: both;
    width: 100%;
    font-weight: bold;
}
.head span.shop_tel:before {
	font-family: 'Material Icons';
    content: "local_phone";
    font-size: 38px;
    font-weight: normal;
    /* padding-top: 4px; */
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    text-indent: 20px;
      /* WebKitブラウザサポート */
    -webkit-font-smoothing: antialiased;
    /* Chrome、Safariサポート */
    text-rendering: optimizeLegibility;
   
    /* Firefoxサポート */
    -moz-osx-font-smoothing: grayscale;
   
    /* IEサポート */
    font-feature-settings: 'liga';
}

.head .icon_mail{
	position: absolute;
	left: 633px;
	top: 12px;
}

.head span.shop_mail{
    position: absolute;
    top: 10px;
    left: 668px;
    font-size: 18px;
}

.head .icon_tel{

}

.head span.tel_caution{
    font-size: 10px;
}

.head h1{
    text-align: right;
    color: #ccc;
    font-size: 10px;
}

.head #sub_menu{
    float: right;
    margin-top: 16px;
}

.head #sub_menu li{
	float: left;
	margin: 3px;
}

.head #sub_menu li a{
	display: block;
	color: #916800;
	padding: 0 10px;
	font-size: 12px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 3px; /* CSS3草案 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
}


/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.head #sub_menu li a:hover{
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.fixed{
  position: fixed;
  top: 0px;
	left: 0px;
  z-index: 9999;
}

/* =============================================================================
   other content
   ========================================================================== */
#other{
	background: url("/common/img/oc_bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 1170px;
	height: 189px;
	margin: 0 auto;
	position: relative;
}

#other .codebtn{
	position: absolute;
	top: 70px;
	right: 310px;
	font-size: 35px;
	color: #000;
	border: 2px solid #000;
	padding: 0 20px;
    cursor: pointer;
    cursor: hand;
}

.codecontent{
	width: 1170px;
	margin: 50px auto 150px auto;
    text-align: center;
}

.codecontent #content{
	width: 1170px;
	margin: 5px 25px;
}

.codecontent #content li{
	float: left;
	margin: 5px 10px;
	width: 260px;
	height: 120px;
}

.codecontent #content li img {
    width: 100%;
}
/* =============================================================================
   footer
   ========================================================================== */
#footer{
	background-color: #333;
	width: 100%;
	height: 380px;
    border-top: #000 solid 20px;
    color: #fff;
    position: relative;
}

#footer:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #b88807;
    display: block;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    /*background-color: #000;*/
    color: #b88807;
}

#footer p#page-top {
    cursor: pointer;
    cursor: hand;
    font-family: 'Material Icons';
    width: 50px;
    height: 50px;
    background: #b88807;
    overflow: hidden;
    position: absolute;
    right: 5%;
    top: 0px;
    margin-top: -20px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    z-index:100;
      /* WebKitブラウザサポート */
    -webkit-font-smoothing: antialiased;
    /* Chrome、Safariサポート */
    text-rendering: optimizeLegibility;
   
    /* Firefoxサポート */
    -moz-osx-font-smoothing: grayscale;
   
    /* IEサポート */
    font-feature-settings: 'liga';
}
#footer p#page-top a:hover {
    color: #fff;
}

#footer #footer_box{
	width: 1170px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#footer #footer_box .footer_logo{
    float: right;
    margin-top: 60px;
    width: 200px;
}

#footer #footer_box .footer_menu_box{
    float: left;
    font-size: 13px;
    letter-spacing: 0.2em;
    margin-top: 80px;
}

#footer #footer_box .footer_menu_box ul{
    float: left;
    margin-right: 90px;
    display: block;
}

#footer #footer_box .footer_menu_box ul:nth-child(n):before {
    display: block;
    font-size:14px;
    margin-bottom: 10px;
    letter-spacing: 0;
}
#footer #footer_box .footer_menu_box ul:nth-child(1):before {
    content: "TOP";
}
#footer #footer_box .footer_menu_box ul:nth-child(2):before {
    content: "CAST";
}
#footer #footer_box .footer_menu_box ul:nth-child(3):before {
    content: "INFORMATION";
}
#footer #footer_box .footer_menu_box ul:nth-child(4):before {
    content: "CONTENTS";
}

#footer #footer_box .footer_menu_box ul li {
    border-left: solid 1px #444;
    text-indent: 30px;
}

/*=====other contents=====*/
/*
#footer #footer_box .other{
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    float: left;
    height: 80px;
    margin: 20px 0;
    padding: 13px;
    text-align: center;
    width: 300px;
}

#footer #footer_box .other p{
    font-size: 22px;
}

#footer #footer_box .other em{
    font-size: 12px;
    letter-spacing: 0.2em;
}

#footer #footer_box h5{
    float: left;
    width: 300px;
    text-align: center;
    font-size: 12px;
}

.other #ul_menu{
    position:relative;
    width:400px;
    list-style:none;
    text-align:center;
    left:-14px;
}
.other #ul_menu li{
    width:300px;
    float:left;
    position:relative;
}
.other #ul_menu li a{
    width:300px;
    float:none;
    height:160px;
    display:block;
    color:#FFF;
}
.other .sub_list {
	background: rgba(0, 0, 0, 0.7);
    bottom: 45px;
    left: -600px;
    position: absolute;
    text-align: center;
    list-style:none;
    padding-left:0;
    width: 900px;
}

.other #ul_menu li img{
	margin: 20px 0;
}

.other #ul_menu li{

}
*/

/* =============================================================================
   インフォメーション用アイコン
   ========================================================================== */
#info_box div.ic{
    float: left;
    text-align: center;
    line-height: 1.2em;
    color: #fff;
    font-size: 10px;
    font-family: "ＭＳ ゴシック",sans-serif;
}

#info_box div.ic > div {
    padding:5px;
}

#info_box .newface_ic{
	
	background: #80ff00; /* Old browsers */
	background: -moz-linear-gradient(top, #95ff2b 0%, #80ff00 45%, #55aa00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #55aa00), color-stop(0.45, #80ff00), color-stop(0.00, #95ff2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #95ff2b 0%, #80ff00 45%, #55aa00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #95ff2b 0%, #80ff00 45%, #55aa00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #95ff2b 0%, #80ff00 45%, #55aa00 100%); /* IE10+ */
	background: linear-gradient(to bottom, #95ff2b 0%, #80ff00 45%, #55aa00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55aa00', endColorstr='#80ff00',GradientType=0 ); /* IE6-9 */
	background-color: #80ff00;
}

#info_box .trial_ic{
	
	background: #0080ff; /* Old browsers */
	background: -moz-linear-gradient(top, #55aaff 0%, #0080ff 45%, #0055aa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0055aa), color-stop(0.45, #0080ff), color-stop(0.00, #55aaff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #55aaff 0%, #0080ff 45%, #0055aa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #55aaff 0%, #0080ff 45%, #0055aa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #55aaff 0%, #0080ff 45%, #0055aa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #55aaff 0%, #0080ff 45%, #0055aa 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055aa', endColorstr='#0080ff',GradientType=0 ); /* IE6-9 */
	background-color: #0080ff;
}

#info_box .photo_ic{
	
	background: #d5006a; /* Old browsers */
	background: -moz-linear-gradient(top, #dc4e95 0%, #d5006a 45%, #800040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #800040), color-stop(0.45, #d5006a), color-stop(0.00, #dc4e95)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dc4e95 0%, #d5006a 45%, #800040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dc4e95 0%, #d5006a 45%, #800040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dc4e95 0%, #d5006a 45%, #800040 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dc4e95 0%, #d5006a 45%, #800040 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800040', endColorstr='#d5006a',GradientType=0 ); /* IE6-9 */
	background-color: #d5006a;
}

#info_box .movie_ic{
	
	background: #aaaaff; /* Old browsers */
	background: -moz-linear-gradient(top, #d5d5ff 0%, #aaaaff 45%, #5555ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #5555ff), color-stop(0.45, #aaaaff), color-stop(0.00, #d5d5ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d5d5ff 0%, #aaaaff 45%, #5555ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d5d5ff 0%, #aaaaff 45%, #5555ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d5d5ff 0%, #aaaaff 45%, #5555ff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d5d5ff 0%, #aaaaff 45%, #5555ff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5555ff', endColorstr='#aaaaff',GradientType=0 ); /* IE6-9 */
	background-color: #aaaaff;
}

#info_box .event_ic{
	
	background: #ff8000; /* Old browsers */
	background: -moz-linear-gradient(top, #ffaa55 0%, #ff8000 45%, #aa5500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #aa5500), color-stop(0.45, #ff8000), color-stop(0.00, #ffaa55)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffaa55 0%, #ff8000 45%, #aa5500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffaa55 0%, #ff8000 45%, #aa5500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffaa55 0%, #ff8000 45%, #aa5500 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffaa55 0%, #ff8000 45%, #aa5500 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa5500', endColorstr='#ff8000',GradientType=0 ); /* IE6-9 */
	background-color: #ff8000;
}

#info_box .profile_ic{
	
	background: #ff55ff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffaaff 0%, #ff55ff 45%, #b123b1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #b123b1), color-stop(0.45, #ff55ff), color-stop(0.00, #ffaaff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffaaff 0%, #ff55ff 45%, #b123b1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffaaff 0%, #ff55ff 45%, #b123b1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffaaff 0%, #ff55ff 45%, #b123b1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffaaff 0%, #ff55ff 45%, #b123b1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b123b1', endColorstr='#ff55ff',GradientType=0 ); /* IE6-9 */
	background-color: #ff55ff;
}

#info_box .img_ic{
	
	background: #ff5555; /* Old browsers */
	background: -moz-linear-gradient(top, #ffaaaa 0%, #ff5555 45%, #d52b2b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d52b2b), color-stop(0.45, #ff5555), color-stop(0.00, #ffaaaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffaaaa 0%, #ff5555 45%, #d52b2b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffaaaa 0%, #ff5555 45%, #d52b2b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffaaaa 0%, #ff5555 45%, #d52b2b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffaaaa 0%, #ff5555 45%, #d52b2b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52b2b', endColorstr='#ff5555',GradientType=0 ); /* IE6-9 */
	background-color: #ff5555;
}

#info_box .return_ic{
	
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(top, #ff5555 0%, #ff0000 45%, #800000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #800000), color-stop(0.45, #ff0000), color-stop(0.00, #ff5555)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff5555 0%, #ff0000 45%, #800000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff5555 0%, #ff0000 45%, #800000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff5555 0%, #ff0000 45%, #800000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff5555 0%, #ff0000 45%, #800000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
	background-color: #ff0000;
}

#info_box .gravure_ic{
	
	background: #952bff; /* Old browsers */
	background: -moz-linear-gradient(top, #bf80ff 0%, #952bff 45%, #5500aa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #5500aa), color-stop(0.45, #952bff), color-stop(0.00, #bf80ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bf80ff 0%, #952bff 45%, #5500aa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bf80ff 0%, #952bff 45%, #5500aa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bf80ff 0%, #952bff 45%, #5500aa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bf80ff 0%, #952bff 45%, #5500aa 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5500aa', endColorstr='#952bff',GradientType=0 ); /* IE6-9 */
	background-color: #952bff;
}

#info_box .blog_ic{
	
	background: #2bd580; /* Old browsers */
	background: -moz-linear-gradient(top, #80ffbf 0%, #2bd580 45%, #008040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #008040), color-stop(0.45, #2bd580), color-stop(0.00, #80ffbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #80ffbf 0%, #2bd580 45%, #008040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #80ffbf 0%, #2bd580 45%, #008040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #80ffbf 0%, #2bd580 45%, #008040 100%); /* IE10+ */
	background: linear-gradient(to bottom, #80ffbf 0%, #2bd580 45%, #008040 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008040', endColorstr='#2bd580',GradientType=0 ); /* IE6-9 */
	background-color: #2bd580;
}

#info_box .person_ic{
	
	background: #aa55ff; /* Old browsers */
	background: -moz-linear-gradient(top, #bf95ea 0%, #aa55ff 45%, #802bd5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #802bd5), color-stop(0.45, #aa55ff), color-stop(0.00, #bf95ea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bf95ea 0%, #aa55ff 45%, #802bd5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bf95ea 0%, #aa55ff 45%, #802bd5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bf95ea 0%, #aa55ff 45%, #802bd5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bf95ea 0%, #aa55ff 45%, #802bd5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#802bd5', endColorstr='#aa55ff',GradientType=0 ); /* IE6-9 */
	background-color: #aa55ff;
}

#info_box .ranking_ic{
	
	background: #2bffff; /* Old browsers */
	background: -moz-linear-gradient(top, #80ffff 0%, #2bffff 45%, #00aaaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #00aaaa), color-stop(0.45, #2bffff), color-stop(0.00, #80ffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #80ffff 0%, #2bffff 45%, #00aaaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #80ffff 0%, #2bffff 45%, #00aaaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #80ffff 0%, #2bffff 45%, #00aaaa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #80ffff 0%, #2bffff 45%, #00aaaa 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaaa', endColorstr='#2bffff',GradientType=0 ); /* IE6-9 */
	background-color: #2bffff;
}

#info_box .premier_ic{
	
	background: #d5d52b; /* Old browsers */
	background: -moz-linear-gradient(top, #ffff80 0%, #d5d52b 45%, #b1b123 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #b1b123), color-stop(0.45, #d5d52b), color-stop(0.00, #ffff80)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffff80 0%, #d5d52b 45%, #b1b123 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffff80 0%, #d5d52b 45%, #b1b123 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffff80 0%, #d5d52b 45%, #b1b123 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffff80 0%, #d5d52b 45%, #b1b123 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b123', endColorstr='#d5d52b',GradientType=0 ); /* IE6-9 */
	background-color: #d5d52b;
}

#info_box .interview_ic{
	
	background: #bfff80; /* Old browsers */
	background: -moz-linear-gradient(top, #d5f1b8 0%, #bfff80 45%, #95dc4e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #95dc4e), color-stop(0.45, #bfff80), color-stop(0.00, #d5f1b8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d5f1b8 0%, #bfff80 45%, #95dc4e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d5f1b8 0%, #bfff80 45%, #95dc4e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d5f1b8 0%, #bfff80 45%, #95dc4e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d5f1b8 0%, #bfff80 45%, #95dc4e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95dc4e', endColorstr='#bfff80',GradientType=0 ); /* IE6-9 */
	background-color: #bfff80;
}

#info_box .shot_ic{
	
	background: #dc4e95; /* Old browsers */
	background: -moz-linear-gradient(top, #e272aa 0%, #dc4e95 45%, #b1236a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #b1236a), color-stop(0.45, #dc4e95), color-stop(0.00, #e272aa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e272aa 0%, #dc4e95 45%, #b1236a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e272aa 0%, #dc4e95 45%, #b1236a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e272aa 0%, #dc4e95 45%, #b1236a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e272aa 0%, #dc4e95 45%, #b1236a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1236a', endColorstr='#dc4e95',GradientType=0 ); /* IE6-9 */
	background-color: #dc4e95;
}

#info_box .news_ic{
	
	background: #2b2bff; /* Old browsers */
	background: -moz-linear-gradient(top, #5555ff 0%, #2b2bff 45%, #0000aa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0000aa), color-stop(0.45, #2b2bff), color-stop(0.00, #5555ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5555ff 0%, #2b2bff 45%, #0000aa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5555ff 0%, #2b2bff 45%, #0000aa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5555ff 0%, #2b2bff 45%, #0000aa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5555ff 0%, #2b2bff 45%, #0000aa 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000aa', endColorstr='#2b2bff',GradientType=0 ); /* IE6-9 */
	background-color: #2b2bff;
}

#info_box .graduation_ic{
	
	background: #ff55aa; /* Old browsers */
	background: -moz-linear-gradient(top, #ffaad5 0%, #ff55aa 45%, #d5006a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d5006a), color-stop(0.45, #ff55aa), color-stop(0.00, #ffaad5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffaad5 0%, #ff55aa 45%, #d5006a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffaad5 0%, #ff55aa 45%, #d5006a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffaad5 0%, #ff55aa 45%, #d5006a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffaad5 0%, #ff55aa 45%, #d5006a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5006a', endColorstr='#ff55aa',GradientType=0 ); /* IE6-9 */
	background-color: #ff55aa;
}

#info_box .honors_ic{
	
	background: #ffff2b; /* Old browsers */
	background: -moz-linear-gradient(top, #ffff80 0%, #ffff2b 45%, #d5d500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d5d500), color-stop(0.45, #ffff2b), color-stop(0.00, #ffff80)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffff80 0%, #ffff2b 45%, #d5d500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffff80 0%, #ffff2b 45%, #d5d500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffff80 0%, #ffff2b 45%, #d5d500 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffff80 0%, #ffff2b 45%, #d5d500 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d500', endColorstr='#ffff2b',GradientType=0 ); /* IE6-9 */
	background-color: #ffff2b;
}





















#main_con{
    border: 1px solid #CDB979;
    background:#FFF;
    margin:auto ;
    width:1000px;
    padding-bottom:20px;
}
h2 {
font-family: 'Great Vibes', cursive;
font-size: 38px;
display: inline-block;
}
h2:not(.schedule_title):before,h2:not(.schedule_title):after{
position: relative;
content: "◇◇◇";
letter-spacing: -10px;
font-size: 18px;
color: #ccc;
display: inline-block;
vertical-align: middle;
}
h2:before{
margin-right: 20px;
}
h2:after {
margin-left: 20px;
}

h2.cover_title{
    margin: 100px;
}

#wrapper h2 .cont_ex{
position: absolute;
right:20px;
top:45px;
FONT-SIZE:12px;
}


#header_bar { 
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 3000; /*最前面*/
    background:url(/common/img/bg_headtop.png) repeat-x
    }

.headlogo{
    margin:5px auto 0px auto;
    width:1060px;
    position:relative;
}

.headlogo .headmail{
    position:absolute;
    right:0px;
    top:15px;
}
.headlogo .logo_box{
    left:0px;
    position: absolute;
    top: 0px;
}

.headlogo .mail_box{
    right:390px;
    position: absolute;
    top: 0px;
}

.headlogo h1 {
	text-align:right;
	position: absolute;
    left: 488px;
    top: 30px;
    line-height: 1.0;
}


#header{
	background:url(/common/img/header.png) no-repeat;
	width:1060px;
	height:132px;/*height:169px;*/
	margin:0px auto 0px auto;
	position:relative;
}



#header ul{
	position:absolute;
	top:113px;
	right:0;
}

#header li{
	float:left;
	margin-right:2px;
}
/*
#header .logo_box{
    left: 270px;
    position: absolute;
    top: 10px;
}

#header .mail_box{
    right:15px;
    position: absolute;
    top: 83px;
}*/




#header .header3btn{
position: absolute;
right:0px;
top:83px;
background:url(/common/img/bg_3btn.png) no-repeat;
width:324px;
height:48px;
padding:6px 0px 0px 5px;
}

#header .header3btn img,#header #header_bg .header3btn img{
float:left;
}


#header #header_bg .header3btn{
position: absolute;
right:15px;
top:348px;
background:url(/common/img/bg_3btn.png) no-repeat;
width:324px;
height:48px;
padding:6px 0px 0px 5px;
}





.ul_midashi{
	color:#E42375;
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
	clear:both;
}

#footer ul#shop_g {
    left: 25px;/*left: 389px;*/
    line-height: 1.8em;
    position: absolute;
    top: 15px;
}

#footer ul#girl_g {
    left: 170px;
    line-height: 2.1em;
    position: absolute;
    top: 15px;
}

#footer ul#content_g {
    left: 310px;
    line-height: 2.1em;
    position: absolute;
    top: 15px;
}
/*
#footer ul#disc_g {
    left: 455px;
    line-height: 2.1em;
    position: absolute;
    top: 20px;
}*/

#footer ul#recruit_g {
    left: 455px;
    line-height: 2.1em;
    position: absolute;
    top: 15px;
}

#footer li{
    line-height: 2.4;
}

#footer #info {
    right: 270px;
    position: absolute;
    top: 110px;
}

#footer #info li{
	background:none;
	text-indent:0;
	color:#301D16;
	line-height:1.3;
}

#footer #info li strong {
    color: #301D16;
    display: block;
    margin-bottom: 5px;
	font-size:12px;
}

#footer span {
    position: absolute;
    right: 40px;
    top: 195px;
}


#footer #btns {
    right: 35px;
    position: absolute;
    top: 45px;
}

#footer #btns li{
	float:left;
}
























/* =============================================================================
   RIGHT NAVI
   ========================================================================== */


#rnav {
    height: 578px;
    /*position: absolute;*/
    position:fixed;
    right: 0;
    top: 50px;
    width: 49px;
    z-index: 2500;
}
#rnav ul.trigger {
    left: 0;
    position: absolute;
    top: 0;
}
#rnav ul.trigger li {
    font-size: 0;
    line-height: 1;
}
#rnav ul.trigger li.rnav_reservation a{
    display: block;
    overflow: hidden;
    height: 0px;
    width: 49px;
    height:180px;
    background-image: url(/common/img/btn_mail.png);
}

#rnav ul.trigger li.rnav_form a{
    display: block;
    overflow: hidden;
    height: 0px;
    width: 49px;
    height:180px;
    background-image: url(/common/img/btn_form.png);
}

#rnav ul.trigger li.rnav_mm a{
    display: block;
    overflow: hidden;
    height: 0px;
    width: 49px;
    height:180px;
    background-image: url(/common/img/btn_mm.png);
}


#rnav ul.trigger li.rnav_reservation a:hover,
#rnav ul.trigger li.rnav_form  a:hover,
#rnav ul.trigger li.rnav_mm a:hover{
    background-position: 50px 0px;
}






#rnav ul.trigger li.rnav_form {
}
#rnav ul.trigger li.rnav_mm {
}



/* =============================================================================
   TOPCONTROL
   ========================================================================== */

#topcontrol{
z-index: 2300;
}





/* =============================================================================
   Link
   ========================================================================== */

a:link,
a:visited {
	color: #69635f;
	text-decoration: none;
}

a:active {
	color:#301D16;
}

a:hover {
	text-decoration:none;
}
a {
    text-decoration: none;
}

a:hover img:not(.logo_mini) {
	filter:Alpha(opacity=70) ;
	opacity:0.7 ;
	-moz-opacity:0.7;
}
#ranking a:hover img {
	filter:Alpha(opacity=100) ;
	opacity:1 ;
	-moz-opacity:1;
}


div.spbottom a {
text-align:center;
color:#ffffff;
font-size:50px;
width:1000px;
height:100px;
line-height:100px;
display:block;
border:1px solid #CCCCCC;
/* gradation */
background-color: #000000;
background-image: -webkit-gradient(linear, left top, left bottom, from(#5F5F5F), to(#000000));
background: -moz-linear-gradient(center top , #5F5F5F, #000000) repeat scroll 0 0 transparent;
/*          text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;*/
/* maru */
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin:10px auto;
text-decoration:none;
}

div.spbottom a:hover {
color:#CBB23C;
}

/* =============================================================================
   MOVIE 再生マーク
   ========================================================================== */
   .movie_overlay {
     position: relative;
     border:2px solid #fff;
   }

   .movie_overlay::after {
     content:"";
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: url(/common/img/saisei.png) no-repeat center center rgba(0,0,0,0.3);
     background-size: 60px;
     z-index: 200;
   }


/* =============================================================================
   SP戻るボタン
   ========================================================================== */
#device {
    width: 100%;
    background:#000;
    color: #fff;
    font-size: 5vw;
    box-sizing: border-box;
    padding: 50px;
    text-align: center;
}