@charset "shift_jis";
/* CSS Document */



/*=============================
   body
=============================*/

html { font-size: 62.5%; }

* {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, ul, li, p, form {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#000;
	color: #fff;
}
img {
    width: 100%;
    height: auto;
}
a img {
	border: 0px;
}
a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #F00;
}
.c_both {
	clear: both;
	*font-size: 1%;
	*line-height: 1%;
	*height: 1%;
	*width: 1%;
}
.blue {
	color: #00F;
}
.red {
	color: #F00;
}


/*=============================
   contents
=============================*/


#wrapper {
	width: 100%;
	padding-top: 98px;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-position: center top;
}
#container {
	background-image: url(../img/bg_con.png);
	background-position: center top;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
#main {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
	background-color: #111;
}
#contents {
	float: right;
	width: 75%;
	padding: 0 2% 3%;
	background-color: #1a1a1a;
}
#left {
	width: 23.3%;
	margin-right: 1.7%;
	float: left;
	padding: 0 0 3%;
	background-color: #1a1a1a;
}

.box {
	margin-bottom: 20px;
}

/*=============================
   header
=============================*/

header h1 {
	text-indent: -9000px;
	float: left
}
header {
  height: 98px;
  width: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  z-index: 9999;
  display: block;
  border-top: 3px solid #fc04b3;
}
.header_inner {
	position: relative;
	max-width: 1200px;
	height: 50px;
	margin: 0 auto;
}
 
.logo img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    margin-left: 5%;
	height: 46px;
    width: auto;
}

.header_right {
    margin-top: 12px;
    margin-right: 5%;
    text-align: right;
}
.header_right li {
    display: inline-block;
    vertical-align: bottom;
}

.header_time_sp{display: none;}
.header_time {
    margin-right: 5px;
	font-weight: bold;
}
.header_time span {
    display: block;
    line-height: 1;
}
.header_tel {
    position: relative;
}
.header_tel a {
    display: block;
    font-size: 28px;
    font-weight: bold;
}
.header_tel:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #e51640;
    transition: width .3s;
}


.sp_menu {
	display: none;
}
.sp_tel {
	display: none;
}
.pc_menu {
	width: 100%;
    height: 45px;
	background-color: #fc04b3;
	background-image: url(../img/menu_bg.png);
}
.pc_menu nav {
	width: 1200px;
  margin: 0 auto;
}
 
.pc_menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pc_menu li {
  width: calc(100%/9 - 0px);
  text-align: center;
}
.pc_menu a {
	position: relative;
  color: #fff;
  text-decoration: none;
  display: block;
	line-height: 45px;
  padding: 0 20px;
}


header li ::after {
  position: absolute; /*親要素であるaタグを基準に位置を指定*/
  bottom: 0px; /*アンダーバーが位置する、各リストの下端からの高さ*/
  left: 0;/*アンダーバーを各リストの左端に指定*/
  content: ''; /*本来は、擬似要素に入るテキストなどを’’内に指定。今回はアンダーバーなので何も記載しない*/
  width: 100%; /*アンダーバーの幅は各リストの幅*/
  height: 2px; /*アンダーバーの高さ（太さ）*/
  background: #fff; /*アンダーバーの色*/
  transform: scale(0, 1);/*アンダーバーの縮尺比率。ホバー前はx方向に0*/
  transform-origin: center top;/*変形（アンダーバーの伸長）の原点を、liの真ん中指定*/
  transition: transform 0.75s;/*変形の時間*/
}
 
header li :hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

/*----  -----*/
.top {
	position: relative;
	height: 450px;
	overflow: hidden;
	border-bottom: 5px solid #fc04b3;
	background-image: url(../img/ol_pc_header.jpg);
	background-position: center top;
}
.top h2 {
	display: none;
}
/*=============================
   telop
=============================*/

#telop {
	height: 45px;
    background-image: url(../img/telop.jpg);
    line-height: 45px;
    padding-left: 167px;
    padding-right: 44px;
    font-size: 1.8rem;
}

#telop img {
    width: initial;
	height: 12px;
}


/*==================================
   title
==================================*/
.midashi {
    position: relative;
    border-bottom: 3px solid #920067;
	border-left: 10px solid #fc04b3;
	padding: 1rem 2rem 0.5rem;
    margin: 20px 0 5px;
	/*background-image: url(../img/title_bg.png);
	background-size: auto 100%;*/
}

.after {
	position: absolute;
    right: 2rem;
    font-size: 1.2rem;
}


/*==================================
   pickup
==================================*/

.pickup_container_sp {
	display: none;
}
.pickup_container {
	overflow: hidden;
}
.pickup {
	background-color: #fc04b3;
	background-image: url(../img/menu_bg.png);
}
.pickup_photo {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height: auto;
}
.pickup_title {
	padding: 3% 0 2%;
	font-weight: bold;
	text-align: center;
}
.pickup_com {
	background-color: #000;
	margin: 0% 5% 5%;
	overflow-x: hidden;
	overflow-y: auto;
	height: 75px;
	padding: 2%;
	color: #fff;
}
.pickup_com img {
    width: initial;
}
/*.pickup_container*/ .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    /*bottom: 110px;*/
}

.fame .bx-pager {
    bottom: 3px!important;
}
/*=============================
   left   m_maga line
=============================*/

#magazine {
	margin-top: 10px;
	background-image: url(../img/m_maga.jpg);
	background-size: contain;
	height: 50px;
	padding: 155% 0 30% 6%;
	background-repeat: no-repeat;
}

.address {
	width: 80%;
	margin-bottom: 2%;
    font-size: 100%;
}
.on {
}
.off {
}
form input[type=text] {
  font-size: 100%;
}


.line {
	margin-top: 10px;
}
.line_sp {
	display: none;
}
/*=============================
   footer
=============================*/


.footer {
	clear: both;
	width: 100%;
	border-top: 5px solid #fc04b3;
	background: linear-gradient(25deg, #000, #10000c);
}
.footer_inner {
	max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 30px;
    display: flex;
}
.footer_left {
	width: 30%;
	margin-left: 5%;
}
.footer_logo {
	width: 65%;
}

.footer_right {
	width: 55%;
	margin-left: 5%;
}
.f_menu_title {
	padding: 0.5rem;
	border-bottom: 2px solid #fc04b3;
	font-size: 1.8rem;
}
.footer_menu {
	list-style: none;
	overflow: hidden;
	border-bottom: 2px solid #fc04b3;
}
.footer_menu li {
	float: left;
	width: 25%;
	padding: 1rem 2rem;
}

.footer_tel {
	padding: 1rem;
	list-style: none;
}
.f_time {
	padding: 10px 0;
    float: left;
}
.f_tel {
	padding: 8px 14px;
    font-size: 1.8rem;
    float: left;
}
.footer_adress {
	list-style: none;
	overflow: hidden;
	padding: 1rem 1rem;
    float: left;
}
.footer_adress	br{
	display: none;
}

.copy {
	text-align: center;
	padding: 20px;
	background-color: #fc04b3;
}


/* =======================================
   page_top
======================================= */

.pagetop {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 2%;
}
.pagetop a {
    display: block;
    background-color: rgb(252 4 179 / 80%);
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 1.5rem;
    -moz-opacity: 0.9;
    opacity: 0.9;
	font-size: 2rem;
	border-radius: 5px;
}
/*.pagetop a:hover {
    display: block;
    background-color: rgb(252 4 179 / 80%);
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 12px;
    -moz-opacity: 0.8;
    opacity: 0.8;
	font-size: 2rem;
}*/

/*-----  -----*/

.kuchikomi {
    clear: both;
}
.hime_pc {
    display: inline-block;
    overflow: hidden;
}
.syame_pc {
	margin: 20px 0;
}
.hime_sp,
.syame_sp {
	display: none;
}
/*--- event ----*/
.event_bn img{
	width: 100%;
	margin-bottom: 20px;
}
/*----- girl name ----*/
.g_name:first-letter {
    color: #fc04b3;
}

/*----- concept ----*/

.con_img_sp {
	position: relative;
	display: none;
}
.con_img_pc {
	position: relative;
}

.con_movie02{
	text-align: center;
    background-image: url(../img/menu_bg.png);
    padding: 2%;
}
.con_movie02 iframe{
	width:90%;
}

.event_img {
	margin-bottom: 10px;
}

/* lefside_ranking
======================================*/


#leftside_ranking_container {
	    width: 100%;
    background-image: url(../img/leftside_ranking02.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 64%;
    margin-bottom: 5px;
}
.leftside_ranking_box {
	height: ;
    padding-left: 10%;
    padding-top: 3%;
    padding-bottom: 4%;
    display: block;
}
.leftside_ranking_left {
	width: 47%;
	float: left;
	margin-right: 3%;
}
.leftside_ranking_right {
	padding-top: 5%;
	width: 50%;
	float: left;
	color: #FFF;
    font-size: 90%;
	line-height: 1.5;
}


/*------------------ レスポンシブ 750 --------------------*/
@media screen and (max-width: 750px) {
	
	
#wrapper {
	padding-top: 60px;
}
#container {
	width: 100%;
}
#main {
	padding: 2%;
}	
#contents {
	width: 100%;
	padding: 2% 0;
}
#left {
	width: 100%;
	margin-top: 5%;
}
	
	
/*-----  header ----*/	
header {
    height: 60px;
	}
.header_inner {
	width: 100%;
	height: 55px;
}
 
.logo img{
    margin: 0;
    height: 14px;
    left: 2%;
    top: 2px;
}


.header_right {
	display: none;
}
.header_time_sp{
    display: block;
    position: absolute;
    bottom: -1px;
    left: 2%;
}
/*-----  ----*/
	
.top {
	height: 150px;
	background-size: cover;
	background-image: url(../img/ol_sp_header.jpg);
}	
.top h2 {
	display: flex;
	position: absolute;
    bottom: 5%;
    left: 60%;
    border-bottom: 1px solid;
    padding: 0 4%;
	font-size: 1.6rem;
}		

/* =======================================
   tel_bt
======================================= */

.sp_tel {
    display: block;
	position: fixed;
    top: 0%;
    right: 17%;
    width: 60px;
    height: 60px;
	/*background-image: url(../img/tel.png);
	background-size: contain;
	background-repeat: no-repeat;*/
	background-color: #fc04b3;
}
.sp_tel img{
	width: 50px;
    padding: 9px 0px 5px 10px;
}
.sp_tel a{
	color: #000;
}
/*=============================
   ハンバーガーボタン
=============================*/
.pc_menu {
	display: none;
}	
.sp_menu {
	display: block;
}	
.drawer-menu {
    text-align: center;
	padding-top: 4rem;
	overflow: hidden;
}
.drawer-hamburger {
    width: 2.7rem;
    padding: 20px 1.7rem 28px;
    background-color: #fc04b3;
}	
.drawer--right.drawer-open .drawer-hamburger {
    right: 0;
	top: 0px;
    background-color: inherit;
}
.drawer-hamburger:hover {
    background-color: #fc04b3;
}    
.drawer--right .drawer-nav {
    right: -90%;
}
.drawer-nav {
    width: 90%;
	margin-top: 60px;
	background-color: rgba(0,0,0,0.8);
}	
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #fff;
}
 .drawer-menu-item {
	font-size: 1.4rem;
    padding: 1.4rem;
    width: 45%;
    margin: 2%;
    float: left;
    background-color: #fc04b3;
	 background-image: url(../img/menu_bg.png);
}   	
.drawer-menu .title{
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 1rem
}
	

.drawer-nav .line_btn {
	width: 50%;
	margin: 2% auto 0;
		
}	
	
.drawer-nav .logo {
	position: relative;
}
.drawer-nav .logo img{
	width: 80%;
	height: auto;
	margin: 10%;
}	
	
/*=============================
   telop
=============================*/

#telop {
	 height: 30px;
    background-image: url(../img/menu_bg.png);
    line-height: 1.9;
    padding-left: 3%;
    padding-right: 3%;
	margin-bottom: 5px;
}
#telop img {
}	


/*=============================
   left    m_maga  line
=============================*/		
#magazine {
    background-image: url(../img/m_maga_sp.jpg);
    padding: 50% 0 16% 6%;
}	

.line {
	display: none;
}
.line_sp {
	margin-top: 10px;
	display: block;
}	
	
	
/*=============================
   footer
=============================*/	
.footer_inner {
	width: 100%;
	display: block;
	text-align: center;
}
.footer_left, 
.footer_right{
	width: 100%;
    margin: 0;
}
.footer_logo img {
    width: 80%;
    margin: 0 10% 10%;
	display: none;
}	

.f_menu_title {
    text-align: center;
}	
.footer_menu li {
	width: 50%;
	text-align: center;
}
.footer_menu li:nth-child(4n+2){
	border-left: 1px solid #222;
}	
.footer_menu li:nth-child(4n+3){
    background-color: #222;
}	
.footer_menu li:nth-child(4n+4){
    background-color: #222;
	border-left: 1px solid #000;
}		
.f_time,.f_tel {
	float: none;
	padding: 0;
}
.footer_adress	br{
	display:block;
}
.footer_adress {
	width: 100%;
	text-align: center;
	padding: 0;
}
	
/*------  ------*/	
.banner_wrapper .midashi{
	display: none;
}	
.midashi {
    margin: 12px 0 5px;
}	
/*==================================
   pickup
==================================*/

	
.pickup_container {
	display: none;
}
.pickup_container_sp {
	display: block;
	overflow: hidden;
}

.pickup {
}
.pickup_photo {
	width: 94%;
	margin: 0 auto;
	padding-top: 5%;
}

.pickup_title {
	display: none;
	font-size: 1.2rem!important;
}
.pickup_com {
	margin: -7% 3% 3%;
	font-size: 1.3rem;
}
.pickup_com p {
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff;
}	
.pickup_container_sp .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -13px;
}
.bx-wrapper ul li {
	border-right: 1px solid #000;
    margin-right: 0!important;
	/*width: calc(100% / 3)!important;*/
}	
	
	
	
.hime_pc,	
.syame_pc,
.title_pc {
	display: none;
}
.hime_sp,	
.syame_sp {
	display: block;
	margin: 20px 0 10px!important;
}
.con_img_pc {
	display: none;
}
.con_img_sp {
	display: block;
}		


	
/*=============================
   770 end
=============================*/	
}



/*-----------550---------*/
@media screen and (max-width: 550px) {
	
.con_movie iframe {
    height: 80px;
}	
	
}

/*イベントページ追加　20210819----------------------------*/
.event_wrap{ margin-bottom: 3rem;}
.even_title{font-weight: bold; margin-bottom: 5px; border-bottom: dotted 1px #fff;}











