:root {
	--maincolor:#ff6ca1;
	--subcolor:#fdeff5;
  --blue: #56c0d5;
  --indigo: #7f7fff;
  --purple: #bf7fff;
  --pink: #ff7fbf;
  --red: #dc3545;
  --orange: #ffbf7f;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ffffff;
  --secondary: #eaf8eb;
  --success: #28a745;
  --info: #5bc0de;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #b9a86a;
  --dark: #555555;
	--title: #a89347;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
	--nav-color:#111;
	--nav-bgcolor:#fff;
}
/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
	font-feature-settings: "palt";
}

body {
	font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	color: #000;
	background:#fff;
}
main{
	background:url("../images/bg.jpeg") repeat;
}
.btn-pink {
    color: #fff;
    background-color: #dc687d;
}
.navbar-custom + .main,
.main{
	background:rgba(255,255,255,0.72);
	margin-top: 100px;
}
.message_main{margin-top:0px!important;}
.border-pink{border-color: #ff6ca1!important;}
.border-yellow{border-color: #E5C12D!important;}
.border-sky{border-color: #68E1EE!important;}
.border-blue{border-color: #414C9F!important;}
.border-green{border-color: #24CC71!important;}
.border-orange{border-color: #ED923F!important;}
.bg-pink{background-color:#ff6ca1;color:#fff;}
.bg-yellow{background-color:#E5C12D;color:#fff}
.bg-sky{background-color:#68E1EE;color:#fff}
.bg-blue{background-color:#414C9F;color:#fff}
.bg-green{background-color:#24CC71;color:#fff}
.bg-orange{background-color:#ED923F;}
.bg-gray{background-color:#EAEAEA;}
.bg-dotto{background-image:url("../images/stripe2.png");}
.bg-mask {
  height: 100%;
  background: rgba(255,255,255,0.8);
}
.size12{font-size:12px;}
.size14{font-size:14px;}
.size16{font-size:16px;}
.size18{font-size:18px;}
.table-border > tbody > tr > td, .table-border > tbody > tr > th, .table-border > tfoot > tr > td, .table-border > tfoot > tr > th, .table-border > thead > tr > td, .table-border > thead > tr > th {
    vertical-align: middle;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}

.height-100{
	min-height:100px;
	height:100px;
}
.borderline{
	background:#fff;
}
.table-fixed{
	table-layout:fixed;
}
.display-ib{
	display:inline-block;
}
@media (max-width:425px){
	
	main{
		padding-bottom:1.5rem;
	}
	
	.bg-fix-box{
	}
	.navbar-custom + .main,
	.main{
		margin-top: 65px;
		
	}
	.middle-text {font-size: 12px;}
	.container>.navbar-collapse{
		padding-bottom:8em;
	}
}
/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn.btn-g {
	background:url("../images/btn_bg.jpg");
	color: #6f1b1b;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
}
.inquiry_btn {
	background-color:#414C9F;
}
.inquiry_btn:first-child{
		background-color: #ff6ea1;
}
.inquiry_btn:nth-of-type(2){
	background-color: #28a745;
}
.inquiry_btn:nth-of-type(4){
	background-color: #68E1EE;
}
.inquiry_btn:link, .inquiry_btn:visited {
	color: #fff !important;
}
.badge{
	background:#ff6ea1;
}
.panel-default>.panel-heading .badge {
  background:#ff6ea1;
}
.member_toggle .badge {
	background:#ff6ea1;
	top:30px;
}
.yoyaku_btn{
	border-radius: 5px;
    box-shadow: 1px 1px 0px 1px #0c5600;
}
@media (max-width:425px){
	.member_toggle .badge {
		position: absolute;
		top: -5px;
		right: -10px;
	}
	.action-xs.nav-tabs>li.active>a{color:#fff;}
}
/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}
::-webkit-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
.form-control {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-control:focus {
  border-color: #CACACA;
}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
  color: #111;
}
a:hover, a:focus {
  text-decoration: none;
  color: #111;
  outline: 0;
}
.bg-dark a {
  color: #aaa;
}
.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}
.bg-white{
		background: #fff;
}
.module-title {
	color: #000;
	font-size: 30px;
	font-family:"游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-weight:bold;
	letter-spacing: -1px;
	position: relative;
}
.module-title:first-letter{
	color:#ff6ea1;
}
.module-title:after {
	content:"";
	height: 2px;
	background-image: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(90deg, #ff6ca1, #E5C12D , #68E1EE);
	background-size: 10px 1px, 100% 1px;
	border: none;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small{
	font-size:40%;
	letter-spacing: 1px;
}
.module-subtitle {
}
.module-icon {
}
.module-title + .module-subtitle {
}
.side_menu_title h5{
	border-bottom:dashed 1px #777;
}
/* Restaurant module header */
.alt-module-subtitle {
}
.alt-module-subtitle h5 {
}
.text-danger {
	color:#ff6ea0;
}
.text-success {
  color: var(--success);
}
.text-info {
  color: var(--info);
}
.text-warning {
  color: var(--warning);
}
@media (max-width:420px){
	.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small{
		display:block;
		padding-bottom: 10px;
   	 margin-top: -5px;
	}
	.module-title {
		font-size: 35px;
		font-weight: bold;
		letter-spacing: -1px;
	}
}
/*--------------------------
table
---------------------------*/
.table_reverse.table>thead:first-child>tr:first-child>th{
	border-bottom:solid 1px #ddd;
}
/*--------------------------
footer
---------------------------*/
.footer .footer_box > div:nth-of-type(1) .widget .widget-title{border-bottom:dashed 2px #ff6ca1;}
.footer .footer_box > div:nth-of-type(2) .widget .widget-title{border-bottom:dashed 2px #E5C12D;}
.footer .footer_box > div:nth-of-type(3) .widget .widget-title{border-bottom:dashed 2px #ED923F;}
.footer .footer_box > div:nth-of-type(4) .widget .widget-title{border-bottom:dashed 2px #68E1EE;}
.footer .footer_box > div:nth-of-type(5) .widget .widget-title{border-bottom:dashed 2px #24CC71;}
.footer .footer_box > div:nth-of-type(1) .widget .icon-list li a:before{color:#ff6ca1}
.footer .footer_box > div:nth-of-type(2) .widget .icon-list li a:before{color:#E5C12D}
.footer .footer_box > div:nth-of-type(3) .widget .icon-list li a:before{color:#ED923F}
.footer .footer_box > div:nth-of-type(4) .widget .icon-list li a:before{color:#68E1EE}
.footer .footer_box > div:nth-of-type(5) .widget .icon-list li a:before{color:#24CC71}
.footer .footer_box > div .widget p{margin-bottom:10px;}
/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
.navbar-custom {
  background-color:#fff;
	box-shadow:0px 0px 4px 1px #bfbfbf;
	color: #333;
}
.navbar a {	color:#333;
}
.navbar-nav>li>a {
    padding-top: 40px;
    padding-bottom: 40px;
}
.navbar-custom .navbar-brand img{
	height:80px;
}
.navbar-custom .dropdown-menu {
	background: #fff;
    border-left: solid 1px rgba(0,0,0,.15);
    border-right: solid 1px rgba(0,0,0,.15);
    border-top: solid 1px rgba(0,0,0,.15);
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.navbar-custom .dropdown-menu:before{
	border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:84%;
	border-color: rgba(224, 224, 224, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:11px;
    border-right-width:11px;
    margin-left: -11px;
    margin-bottom: 1px;
    border-bottom-color:#E0E0E0;
}
.navbar-custom .dropdown-menu:after{
	border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#FFFFFF;
}
.navbar-custom .navbar-brand {
  color: #333;height:100px;
}
.navbar-custom .nav li > a {
  color: #333;letter-spacing: initial;
	font-family:"M PLUS Rounded 1c";
}
.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  color: #333;
}
.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
}
.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border-right: 1px solid rgba(73, 71, 71, 0.15);
}
.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #333;
}
.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
.navbar-custom .dropdown-toggle:after {
}
.navbar-custom .navbar-toggle .icon-bar {
  background: #333;
}
@media screen and (max-width: 768px){
	.navbar-nav>li>a {
		padding: 15px 10px;
		font-size: 12px;
	}
	.navbar-custom .navbar-brand ,.navbar-custom .navbar-brand img {
		height: 50px;
	}
}
/*@media (max-width:425px){
	.navbar-custom .navbar-brand ,.navbar-custom .navbar-brand img {
		height: 67px;
	}
}
@media (max-width:320px){
	.navbar-custom .navbar-brand ,.navbar-custom .navbar-brand img {
		height: 67px;
	}
}*/
/*--------------------------------------------------------------
	top
--------------------------------------------------------------*/
.loop .item{
	max-width:960px;
	width:960px;
}
@media (max-width:960px){
	.loop .item{
		width:100%;
	}
}
.news_scroll{
	height: 550px;
    overflow: hidden;
	margin-bottom: 1rem;
}
.news_scroll .news_scroll_box{
	overflow-y: scroll;height: inherit;
}
/*--------------------------------------------------------------
	video
--------------------------------------------------------------*/
.sp_video_area{
	/*background: url(../img/age_image.jpg) center top no-repeat;*/
	height:calc(100vh - 65px);
	overflow: hidden;
	position: relative;
    box-sizing: border-box;
    max-width: 480px;
    margin: auto;
	}
.sp_video_area img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    height: auto;
    margin: auto;
    z-index: 10;
	}
.sp_video_area video{
	position: absolute;
    top: calc(50% + 70px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, calc(-50% - 70px));
    /* min-width: 100%; */
    /* min-height: 100%; */
    width: auto;
    height: calc(100% + 70px);
}
@media (max-width:500px){
/*	body.header_hidden nav{
		top:-70px;
		transition: .2s;
	}
	body.header_view nav{
		top: 0px;
		
	}
	body.header_hidden .main{
		margin-top:0;
	}
	body.header_hidden.header_view nav{
		top:0;
	}*/
	.video-content video{width:100%;}
}

/*--------------------------------------------------------------
	Q&A
--------------------------------------------------------------*/
.question_Box .question_image figure img,
.question_Box .answer_image figure img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.arrow_answer {
    position: relative;
		background: var(--subcolor);
    border: 1px solid var(--subcolor);
    border-radius: 10px;
    width: 75%;
    /* font-size: 11px;*/
    padding: 2%;
}
.arrow_question {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    width: 75%;
    /* font-size: 11px;*/
    padding: 2%;
}
.arrow_answer {
    float: right;
}
.arrow_question {
    float: left;
}
.arrow_answer:after, .arrow_answer:before, .arrow_question:after, .arrow_question:before {
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_question:after, .arrow_question:before {
    right: 100%;
}
.arrow_answer:after, .arrow_answer:before {
    left: 100%;
}
.arrow_answer:after, .arrow_question:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-top: 0;
}
.arrow_answer:after {
    border-left-color: var(--subcolor);
}
.arrow_question:after {
    border-right-color: #fff;
}
.arrow_answer:before, .arrow_question:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 9px;
    margin-top: -1px;
}
.arrow_answer:before {
    border-left-color: var(--subcolor);
}
.arrow_question:before {
    border-right-color: #c8c8c8;
}
.question_image {
    float: left;
    padding-right: 15px;
}
.answer_image {
    float: right;
    padding-left: 15px;
}
.answer_image img, .question_image img {
    width: 100%
}
.answer_Box, .question_Box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 3%;
}
.answer_kidoku {
    float: right;
    text-align: left;
    margin-right: 7px;
}

/*女の子box*/
.shop-item{
    background-color: #FFFFFF;
    border: 1px solid #7ecef4;
    padding: 10px;
    margin: 0 10px 10px 0;
}
.cast_name{
	margin: 5px auto;
    text-align: center;
	background: #00a0e9;
    padding: 3px 0;color:#fff;
}
.cast_size{
	font-size:14px;
}
.realtime_box .alert-danger {
    color: #ffffff;
    background-color: #ff6ca1;
}
.realtime_box .well,.realtime_box .alert{
	line-height: 1.3;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 5px;
    border-radius: 10px;
}
.realtime_box .well div,.realtime_box .alert div{
	background:#fff;
	border-radius: 5px;
	margin-bottom:5px;
	padding: 2px 0;
}
.realtime_box .alert-danger div{
	color:#ff6ca1;
}
@media (max-width:420px){
	.cast_name{
		line-height:2rem;
	}
	.cast_size{
		font-size:10px;
	}
}
@media (max-width:375px){
	.cast_size{
		font-size:12px;
	}
}
@media (max-width:375px){
	.cast_size{
		font-size:10px;
	}
}
/*-----------------------------
	サイド
------------------------------*/
.tel_link{
	font-size:27px;
	font-weight:bold;
}
.card .btn.btn-circle.member_Add{
	background: #ff6d6d;
    color: #fff;
    border: solid 1px #fff;
    padding: 5px 15px;
    width: 94%;
    font-size: 20px;
    border-radius: 10px;
}
.side_menu .list-group{
	background: #fff;
    padding: 10px;
    border: dashed 2px #639bff;
	border-radius: 10px;
}
.side_menu .list-group i{
	font-size:20px;
	color:#fff;
}
.side_menu .list-group .list-group-item{
	padding: 15px 15px 13px;
    background-color: #ff6ca1;
    color: #fff;
    border-radius: 5px;
    margin: 5px 0;
    font-weight: bold;
    font-size: 2rem;
}
.side_menu .list-group .list-group-item:nth-of-type(2n){
	background-color:#E5C12D;
}
.side_menu .list-group .list-group-item:nth-of-type(3n){
	background-color:#68E1EE;
}
.side_menu .list-group .list-group-item:nth-of-type(4n){
	background-color:#24CC71;
}
.side_menu .list-group .list-group-item:nth-of-type(5n){
	background-color:#E5C12D;
}
.banner{
	background:#ECE4D6;
	padding:1rem;
}
.banner p {
    background: #fff;
    padding: 1rem;
}

.sub_menu_xs{
		padding:10px 0;
		background:#f6f6f6;
	}
	.sub_menu_xs ul{
		background: #fff;
		list-style:none;
		padding:0;margin:0;
		display: flex;
		flex-wrap: wrap;
		font-size:14px;
	}
	.sub_menu_xs ul li{
		width:50%;
		border: 1px solid #fe2a96;
		margin-bottom: -1px;margin-right: -1px;
	}
	.sub_menu_xs ul li a{
		border-bottom: 0;
		border-right: 0;
		display: block;
		height: auto;
		padding:10px 10px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		text-align: center;
	}
	.sub_menu_xs ul li a i{
		color:#fe2a96;
	}
/*写メ日記*/
.post-item {
    padding: 10px;
	text-align:center;
  
}
/*---------------------------
	料金表
----------------------------*/
.price-table{
	background:#ECE4D6;
	padding:2rem;
}
.price-table>table{
	background:#fff;
}
.price-table>tbody>tr{border:solid 1px #ff6ca1;}
.price-table>table>tbody>tr>td:first-child{
	background:#ff6ca1;
	color:#fff;
	border-bottom:solid 1px #fff;
}
.price-table>table > tbody > tr > td{
	border:solid #ff6ca1 1px;
}
.option-container{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.option-container::before{
		content:"";
		display: block;
		width:24%;
		order:1;
	}
	.option-container::after{
		content:"";
		display: block;
		width:24%;
	}
	.option-box{
		width:24%;
		border:solid 1px #ff6ca1;
		margin-bottom:10px;
		height: fit-content;
	}
	.option-title{
		background:#ff6ca1;
		color:#fff;
	}
	.option-box p{
		border-bottom:solid 1px #ff6ca1;
		margin-bottom: 0;
		padding:10px 5px;
		background: #fff;
		color:#a7004e;
	}
	.option-price{
		background: #fff;
	}
	@media(max-width:425px){
		.option-container::before{
			width:49%;
		}
		.option-container::after{
			width:49%;
		}
		.option-box{
			width:49%;
		}
	}
/*------------------------------
	指名
-------------------------------*/
table.table-yellow>tbody>tr{border:solid 1px #E5C12D;}
table.table-yellow>tbody>tr>td:first-child{
	background:#E5C12D;
	color:#fff;
	border-bottom:solid 1px #fff;
}
table.table-yellow > tbody > tr > td{border:solid #E5C12D 1px;}
/*------------------------------
	交通費
-------------------------------*/
table.table-green>tbody>tr{border:solid 1px #24CC71;}
table.table-green>tbody>tr>td:first-child{
	background:#24CC71;
	color:#fff;
	border-bottom:solid 1px #fff;
}
table.table-green > tbody > tr > td{border:solid #24CC71 1px;}
/*--------------------------------
	その他
----------------------------------*/
table.table-gray>tbody>tr{border:solid 1px #777;}
table.table-gray>tbody>tr>td:first-child{
	background:#777;
	color:#fff;
	border-bottom:solid #fff 1px;
}
table.table-gray > tbody > tr > td{border:solid #777 1px;}
.price_img_box{
	display:flex;
	justify-content: space-between;
flex-wrap: wrap;
}
.price_img_box p{
	width:calc(100%/6);
	border: solid 1px #ededed;
    padding: 5px;
	text-align:center;
	font-size:12px;
}
@media(max-width:425px){
	.price-table {
  	  padding: 1rem;
	}
	.price-table>table > tbody > tr > td{
		font-size:12px;font-weight:bold;
		
	}
	.price-table>table>tbody>tr>td:first-child{
		font-size:12px;font-weight:bold;
	}
	.price_img_box p{
	width:calc(100%/2);
	border: solid 1px #ededed;
    padding: 5px;
	text-align:center;
	font-size:12px;
}
}
/*------------------------------
	プロフィール
-------------------------------*/
.prof-h2{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
h5.module-title{
	font-size:30px;
}
.table-option{border:solid 1px #333;}
.table-option th{background:#eee;}
.table-option td{text-align: center;}
.table-option-ng{color:#9a9a9a;}
.table_reverse.table>tbody>tr>td{
	vertical-align: middle;border-left: solid 1px #dedede;
}

@media(max-width:425px){
	.table_reverse.height-100{
		height:auto;
		min-height:inherit;
	}
	.week_table th {
		font-size: 10px;
	}
	.table_reverse thead {
		width: 25%;
	}
	.table_reverse tbody {
		width: 75%;
	}
	.table_reverse tbody tr.height-100 {
		width: 55%;
	}
	.table_reverse tbody tr {
		width: 45%;
	}
	.table_reverse.table>tbody>tr.height-100>td{padding:8px;}
	.table_reverse.table>tbody>tr>td{padding:4px;}
	
}
/*ブログ*/
.post{
	border-top:dashed 2px #ff6ca1;
}
/*----------------------------
ランキング
----------------------------*/
.space-between{
        justify-content: space-between;
}
.rankbox > a{
    display:flex;
    flex-wrap: wrap;
}
.rankbox{
        background: #fff;
    border:solid 1px #ccc;
    padding:5px;
    margin-bottom:10px;
}
.rankbox .cast_name{
    font-size:16px;
    line-height:1.4;
    padding:8px;
}
.rankbox1{
    width:100%;
}
.rankbox2,.rankbox3,.rankbox4,.rankbox5{
    width:49%;
}
.rankbox6,.rankbox7,.rankbox8,.rankbox9,.rankbox10{
    width:19%;
}
.rankbox2 .rank_text,.rankbox3 .rank_text,.rankbox4 .rank_text,.rankbox5 .rank_text{
    overflow:hidden;
    height:10em;
}
.rankbox6 .rank_text,.rankbox7 .rank_text,.rankbox8 .rank_text,.rankbox9 .rank_text,.rankbox10 .rank_text{
    display:none;
}
.rankbox6 .rank_img,.rankbox7 .rank_img,.rankbox8 .rank_img,.rankbox9 .rank_img,.rankbox10 .rank_img{
    width:100%;
}
.rankbox6 .rank_item,.rankbox7 .rank_item,.rankbox8 .rank_item,.rankbox9 .rank_item,.rankbox10 .rank_item{
    width:100%;
    padding-left:0;
}
.rank_img{
    width:40%;
}
.rank_item{
    width:60%;
    padding-left:10px;
}
.rank_text{
    padding:10px;
    letter-spacing: 1px;
}
.ranking_nav{
	border-bottom:none;
}
.ranking_nav >li{margin-right:10px;}
.ranking_nav >li:nth-of-type(1) {background:#ff6ca1;}
.ranking_nav >li:nth-of-type(2) {background:#E5C12D;}
.ranking_nav >li:nth-of-type(3) {background:#68E1EE;}
.ranking_nav>li>a{border:none;color:#fff;}
.nav-tabs>li.active>a::after{
	border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    top:100%;
    left:50%;
	border-color: rgba(0, 153, 255, 0);
	border-top-color:#ff6ca1;
}
.nav-tabs>li.active:nth-of-type(2) >a::after{
	border-color: rgba(0, 153, 255, 0);
	border-top-color:#E5C12D;
}
.nav-tabs>li.active:nth-of-type(3) >a::after{
	border-color: rgba(0, 153, 255, 0);
	border-top-color:#68E1EE;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{background: #ff6ca1;border:none;color:#fff;}
.nav-tabs>li.active:nth-of-type(2)>a,
.nav-tabs>li.active:nth-of-type(2)>a:focus,
.nav-tabs>li.active:nth-of-type(2)>a:hover{background: #E5C12D;}
.nav-tabs>li.active:nth-of-type(3)>a,
.nav-tabs>li.active:nth-of-type(3)>a:focus,
.nav-tabs>li.active:nth-of-type(3)>a:hover{background: #68E1EE;}
.nav-tabs>li>a:hover{background:transparent;}
.well.rank_1{background-image: linear-gradient(135deg, #a79756, #faf8c5, #a79756);font-weight:bold;text-align:center;}
.well.rank_2{background-image: linear-gradient(to top left, #A5A5A5, #BABAC2, #E8E8E8, #A5A5A5, #BABAC2);}
.well.rank_3{background-image: linear-gradient(135deg, #b2634e, #eac3a6, #b2634e);}

@media (max-width:425px){
    .rankbox,.rank_img,.rank_item{width:100%;padding-left:0;}
    .rank_text{font-size:12px;}
	.ranking_nav >li{margin-right:3px;}
}
/*-----------------------
	プレイ
------------------------*/
.play_flow ul{
	list-style: none;padding: 12px 25px;
    border: 1px solid #D7D7D7;
    margin: 15px 0 0 0;
    font-size: 14px;
    text-align: left;
	background:#e0e0e073;
}
.play_flow li{
	margin: 12px 0;
    border-radius: 3px;
    padding: 2px 5px;
    background: #fff;
    display: table;
    width: 100%;
    box-sizing: border-box;list-style: none;
}
.play_flow li span{
	color: #A7CC49;
    font-weight: bold;
    font-size: 32px;
    width: 45px;
    text-align: center;
    margin: -8px 10px 0px 10px;
    vertical-align: middle;
    display: table-cell;}
.play_flow li p{
	margin-bottom:0;
}
.play_guide{
	background:#fff;
}
.play_guide h4{
	font-weight: bold;
    border-bottom: solid 2px #ff6ea0;
    color: #ff6ea0;
}
.play_guide .play_guide_content ul{
	border: double 10px #e5c12c;
    margin-left: 0;
    padding-left: 20px;
}
.pgc_h{
	    background: #ece4d6;
    padding: 5px;
    border: dashed #fff 3px;
}
/*つぶやき*/
.msg__contents .msg__left{
	padding:10px;
}
.msg__contents .msg__left figure{
	left:15px;
}
.msg__contents .msg__left p{
	margin-bottom:0;
}
/*-----------------------
	マイページ
-------------------------*/
#breadcrumbs-one{
  background: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
  width: 100%;
	list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#breadcrumbs-one li{
	width:25%;
}

#breadcrumbs-one span{
  padding: .7em 1em .7em 2em;
  display: block;
  text-decoration: none;
  color: #444;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #ddd;
  background-image: linear-gradient(to right, #f5f5f5, #ddd);  
}

#breadcrumbs-one li:first-child span{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-one span:hover{
  background: #fff;
}

#breadcrumbs-one span::after,
#breadcrumbs-one span::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one span::after{ 
  z-index: 2;
  border-left-color: #ddd;  
}

#breadcrumbs-one span::before{
  border-left-color: #ccc;  
  right: -1.1em;
  z-index: 1; 
}

#breadcrumbs-one span:hover::after{
  border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;  
}
@media(max-width:425px){
	#breadcrumbs-one li:first-child span{
		padding-left:5px;
	}
	#breadcrumbs-one span{
		padding: 5px 5px 5px 17px;
		text-align: right;
	}
}
/*-----------------------------
メッセージ
-------------------------------*/
.min_h_100vh {
min-height: 95vh;
}
/**/
.config table{word-break: break-all;
word-wrap: break-all;}

.tweet{
	padding: 10px;
    border: solid 1px #91d3f4;
    border-radius: 10px;
    font-size: 12px;
    position:relative;
    background:#FFFFFF;
    color:#000000;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	line-height: 18px;
}
.tweet .tweet-box{
	overflow: hidden;
    max-height: 275px;
}
.tweet span{height:auto;
    display: inline-block;}
.tweet:after,.tweet:before{
    right: 100%;
	top: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tweet:after{
   border-color: rgba(213, 213, 213, 0);
	border-right-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}
.tweet:before{
    border-color: rgba(0, 0, 0, 0);
	border-right-color: #91d3f4;
	border-width: 11px;
	margin-top: -11px;
}
.girls_border {
    overflow: hidden;
    padding: 0 10px;
}
@media(max-width:320px){
	.tweet{
		padding: 5px;
		font-size: 10px;
	}
	.tweet .tweet-box{
		max-height: 200px;
	}
}