@charset "UTF-8";

html,body {
	box-sizing: border-box;	
}
body {
	width: 100%;
	overflow-x: hidden;
	font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background: #ff3399;
	color: #000;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*letter-spacing: 1px;*/
}
img {
	width: 100%;
	height: auto;
}
.pc-none, br.pc-sp {
	display: none!important;
}

strong{
	font-weight: bold;
}



/*--------------------------------------------
/*
/*		Theme Name: common
/*
/*--------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
	/*-webkit-transition: 0.3s;
	 -moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;*/
	transition: 0.3s;
	font-weight: bold;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
img {
	/*-webkit-transition: 0.3s;
	 -moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;*/
	transition: 0.3s;
}
a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
main {
	display: block;
	/*background: #F9F9F9;*/
	/*letter-spacing: 1px;*/
	position: relative;
}
#page-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
img {
	vertical-align: bottom;
}
p {
	/*letter-spacing: 1px;*/
	/*line-height: 200%;*/
}
.last {
	margin: 0!important;
	padding: 0!important;
}
.soon {
	color: #BABABA!important;
}
.side li {
	float: left;
	text-align: left;
}
.fs-small {
	font-size: 12.5px;
	letter-spacing: 0;
	font-weight: bold;
}
.PB0 {
	padding-bottom: 0!important;
}
.PT0 {
	padding-top: 0px!important;
	font-size: 12px!important;
}
.MT0{
	margin-top: 0px!important;
}
.MT10 {
	margin-top: 10px;
}
.MR20 {
	margin-right: 20px;
}
.MT16{
	margin-top: 16px!important;
}
.MB0 {
	margin-bottom: 0!important;
}
.MB10 {
	margin-bottom: 10px!important;
}
.MB16 {
	margin-bottom: 16px!important;
}
.MB24 {
	margin-bottom: 24px!important;
}
.MB32 {
	margin-bottom: 32px!important;
}
.MB40 {
	margin-bottom: 40px!important;
}
.MB60 {
	margin-bottom: 60px!important;
}
.center {
	text-align: center;
}
.marker {
	background: linear-gradient(transparent 50%, #FFEF94 50%);
	font-weight: bold;
}
.fs_small {
	font-size: 12px;
	color: 000;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.mobile_type{
	display: none!important;
}
.border-none{
	border: none!important;
}
.red-bold {
	color: red;
	font-weight: bold;
	font-size: 14px!important;
}

.takagirlseat_02 td.red-bold_02 {
	color: red;
}
/*--------------------------------------------
/*
/*		Theme Name: header
/*
/*--------------------------------------------*/
header {
	width: 1080px;
	margin: 0 auto;
	padding: 35px 0 0 0;
}
h1 {
	display: inline-block;
	float: left;
	width: 160px;
	position: absolute;
	top: 24px;
	left: 38px;
	z-index: 999;
}
#sp-head {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}
#sp-head-in {
	padding: 15px;
}
.buttons {
	float: right;
	width: 28px;
	height: 100%;
}
#menu {
	float: right;
	position: fixed;
	right: 54px;
}
#howks {
	width: 72px;
	display: inline;
	position: absolute;
	top: 24px;
	right: 110px;
	z-index: 999;
}
#howks img {
	width: 72px;
}
#logotypo {
	width: 562px;
    position: absolute;
    bottom: -30px;
    right: 10%;
}


/*--------------------------------------------
/*
/*		Theme Name: footer
/*
/*--------------------------------------------*/
footer {
	background-color: #ff3399;
	color: #FFF;
	padding-bottom: 5vw;
}
footer .footer_top {
	width: 960px;
	margin: 0 auto;

}
footer .footer_bottom {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 40px;
}
footer .footer_top .box-a {
	float: left;
}
footer .footer_top .box-b {
	float: right;
	width: 192px;
}
footer .footer_bottom .box-a {
	float: left;
}
footer .footer_bottom .box-b {
	float: right;
	width: 100px;
	padding: 25px 0 48px;
}
footer .link {
	padding: 50px 0 0;
}
footer .link li {
	float: left;
	margin-right: 20px;
	font-size: 12px;
}
footer .link li a {
	color: #FFF;
}
footer .snsbox {
	padding: 34px 0 24px 0;
}
footer .snsbox li {
	float: left;
	margin-left: 8px;
	
}
footer .snsbox img {
	width: 40px;
	height: 40px;
}
footer #copyright {
	font-size: 10px;
	padding: 48px 0 0;
	letter-spacing: 1px;
}
/*#home footer {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -88px;
}
#home footer #copyright {
	font-size: 13px;
	letter-spacing: 2px;
	color: #010002;
	font-weight: bold;
	padding-bottom: 20px;
}
.page footer {
	background-color: #D6498C;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -88px;
}
.page footer #copyright {
	font-size: 13px;
	letter-spacing: 2px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 20px 0;
}
#page-top {
	position: fixed;
	bottom: 5px;
	right: 10px;
	font-size: 77%;
}
#page-top a {
	width: 111px;
	display: block;
}
#page-top a:hover {
}*/


/*--------------------------------------------
/*
/*		Theme Name: btn
/*
/*--------------------------------------------*/
/*     btn01     */
.btn01 {
	position: relative;
	height: 64px;
	margin-bottom: 8px!important;
}
.btn01 a {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 320px;
	height: 60px;
	margin: 0 auto;
	padding-top: 25px;
	background: #fff;
	color: #ff3399;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	text-align: center;
	/*background-image: url(../img/about/ico_img01.svg);*/
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: right 20px bottom 23px;
}
.btn01 a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 320px;
	height: 4px;
	background: #C45E82;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn01 a:hover {
	top: 2px;
}
.btn01 a:hover:before {
	bottom: -4px;
	height: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#topbtn3 a {
	padding-right: 20px;
}
/*
.red {
	color: #E00404;
}
*/

/*     btn02     */
.btn02 {
	position: relative;
	height: 64px;
	margin-bottom: 0!important;
}
.area-girlday .btn02 {
	text-align: left;
}
.area-enjoy .btn02 {
	text-align: right;
}
.btn02 a {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 250px;
	height: 60px;
	margin: 0 auto;
	padding-top: 25px;
	background: #ff3399;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	text-align: center;
	/*background-image: url(../img/about/ico_img01.svg);*/
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: right 20px bottom 23px;
}
.btn02 a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 250px;
	height: 4px;
	background: #C45E82;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn02 a:hover {
	top: 2px;
}
.btn02 a:hover:before {
	bottom: -4px;
	height: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

/*     btn03     */
.btn03 {
	position: relative;
	height: 64px;
	margin-bottom: 0!important;
	width: 333px;
	margin: 0 auto;
	margin-top: 16px;
}
.btn03 a {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 333px;
	height: 60px;
	margin: 0 auto;
	padding: 25px 20px 0 0px;
	background: #E383A5;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	text-align: center;
	/*background-image: url(../img/about/ico_img01.svg);*/
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: right 20px bottom 23px;
}
.btn03 a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 333px;
	height: 4px;
	background: #C45E82;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn03 a:hover {
	top: 2px;
}
.btn03 a:hover:before {
	bottom: -4px;
	height: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

/*     btn04     */
.btn04 {
	position: relative;
	height: 64px;
	margin-bottom: 0!important;
}
.btn04 a {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 281px;
	height: 60px;
	margin: 0 auto;
	padding: 25px 20px 0 0px;
	background: #E383A5;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	text-align: center;
	/*background-image: url(../img/about/ico_img01.svg);*/
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: right 20px bottom 23px;
}
.btn04 a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 281px;
	height: 4px;
	background: #C45E82;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn04 a:hover {
	top: 2px;
}
.btn04 a:hover:before {
	bottom: -4px;
	height: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

/*     btn05     */
.btn05 {
	position: relative;
	height: 64px;
	margin-bottom: 0!important;
	width: 500px;
	margin: 0 auto;
}
.btn05 a {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 500px;
	height: 60px;
	margin: 0 auto;
	padding: 25px 20px 0 0px;
	background: #E383A5;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	text-align: center;
	/*background-image: url(../img/about/ico_img01.svg);*/
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: right 20px bottom 23px;
}
.btn05 a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 500px;
	height: 4px;
	background: #C45E82;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn05 a:hover {
	top: 2px;
}
.btn05 a:hover:before {
	bottom: -4px;
	height: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

/*     btn06     */
.btn06 {
	position: relative;
	height: 64px;
	margin-bottom: 0!important;
}
.btn06 a {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 416px;
	height: 60px;
	margin: 0 auto;
	padding: 25px 20px 0 0px;
	background: #E383A5;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	text-align: center;
	/*background-image: url(../img/about/ico_img01.svg);*/
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: right 20px bottom 23px;
}
.btn06 a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 416px;
	height: 4px;
	background: #C45E82;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn06 a:hover {
	top: 2px;
}
.btn06 a:hover:before {
	bottom: -4px;
	height: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

/*     btn07     */
.btn07 {
	float: left;
	height: 64px;
	margin-bottom: 0!important;
	display: inline-block;
	margin-right: 9px;
}
#takagirlday .btn07 {
	float: none;
	display: block;
	margin-bottom: 24px !important;
}
#takagirlday .btn07:last-child {
	margin-bottom: 0 !important;
}



.attention_02 {
	clear: both;
	margin-bottom: 50px;
}

.red-bold02 {
	padding-top: 16px !important;
}
.btn07 a {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 405px;
	height: 60px;
	margin: 0 auto;
	padding: 23px 20px 0 0px;
	background: #F6E573;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	text-align: center;
	background-image: url(../img/about/ico_img01_black.svg);
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: right 32px bottom 23px;
}
.btn07 a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 405px;
	height: 4px;
	background: #DDC41B;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn07 a:hover {
	top: 2px;
}
.btn07 a:hover:before {
	bottom: -4px;
	height: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn07 a:after {
	content: '';
	display: block;
	position: absolute;
	top: 19px;
	left: 115px;
	width: 19px;
	height: 25px;
/* 	background: url(../img/takagirlseat/ico_img05.svg) no-repeat; */
	background-size: 100%;
}

/*     btn08     */
.btn08 {
	position: relative;
	height: 64px;
	margin-bottom: 0!important;
	display: inline-block;
	margin-left: 9px;
}
.btn08 a {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 405px;
	height: 60px;
	margin: 0 auto;
	padding: 25px 20px 0 0px;
	background: #E383A5;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	text-align: center;
	/*background-image: url(../img/about/ico_img01.svg);*/
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: right 20px bottom 23px;
}
.btn08 a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 405px;
	height: 4px;
	background: #C45E82;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn08 a:hover {
	top: 2px;
}
.btn08 a:hover:before {
	bottom: -4px;
	height: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn08 a:after {
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	left: 92px;
	width: 45px;
	height: 28px;
	background: url(../img/takagirlseat/ico_img06.svg) no-repeat;
	background-size: 100%;
}
/*     btn09     */
.btn09 {
	position: relative;
	height: 64px;
	width: 333px;
	margin-top: 16px;
}
.btn09 a {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 333px;
	height: 60px;
	margin: 0 auto;
	padding: 25px 20px 0 0px;
	background: #E383A5;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	text-align: center;
	/*background-image: url(../img/about/ico_img01.svg);*/
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: right 20px bottom 23px;
}
.btn09 a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 333px;
	height: 4px;
	background: #C45E82;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn09 a:hover {
	top: 2px;
}
.btn09 a:hover:before {
	bottom: -4px;
	height: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
/*     btn-tw     */
.btn-tw {
	position: relative;
	height: 64px;
	margin-bottom: 0!important;
	display: inline-block;
	margin-right: 13px;
}
.btn-tw a {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 405px;
	height: 60px;
	margin: 0 auto;
	padding: 25px 0 0 32px;
	background: #50ABF2;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-sizing: border-box;
	text-align: center;
}
.btn-tw a:hover {
	top: 2px;
}
.btn-tw a:after {
	content: '';
	display: block;
	position: absolute;
	top: 21px;
	left: 100px;
	width: 22px;
	height: 18px;
	background: url(../img/takagirlseat/ico_tw.svg) no-repeat;
	background-size: 100%;
}

/*     btn-inst     */
.btn-inst {
	position: relative;
	height: 64px;
	margin-bottom: 0!important;
	display: inline-block;
	margin-left: 13px;
}
.btn-inst a {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 405px;
	height: 60px;
	margin: 0 auto;
	padding: 25px 0 0 60px;
	background: #3F729B;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-sizing: border-box;
	text-align: center;
}
.btn-inst a:hover {
	top: 2px;
}
.btn-inst a:after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: 100px;
	width: 22px;
	height: 22px;
	background: url(../img/takagirlseat/ico_inst.svg) no-repeat;
	background-size: 100%;
}




/*--------------------------------------------
/*
/*		Theme Name: index
/*
/*--------------------------------------------*/
body {
	background-color: #FFF;
/*	border: 10px solid #E383A5;*/
}

html:before,html:after,body:before,body:after{
    content: "";
    background: #ff3399;
    position: fixed;
    display: block;
    z-index: 1;
}
 
/* ...and position them! */
html:before{
    height: 10px;
    left: 0;
    right: 0;
    top: 0;
}
html:after{
    width: 10px;
    top: 0;
    right: 0;
    bottom: 0;
}
body:before{
    height: 10px;
    right: 0;
    bottom: 0;
    left: 0;
}
body:after{
    width: 10px;
    top: 0;
    bottom: 0;
    left: 0;
}



#home main {
	text-align: center;
	position: relative;
/* 	padding: 120px 0 100px 0; */
	/*position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -344.5px;
	width: 689px;
	height: 460px;*/
}
.bxslider {
	position: relative;
}
#snscam {
	position: absolute;
	bottom: 24px;
	right: 24px;
	border: 3px solid #FFF;
	box-sizing: border-box;
}
#snscam img {
	width: 300px;
	height: 145px;
}

#bn_seeat {
	position: absolute;
	bottom: -30px;
	left: 10%;
	z-index: 99;
}

#bn_seeat a {
	display: block;
}

#bn_seeat img {
	width: 205px;
	height: 205px;
}

.sec01 {
	width: 100%;
	margin: 0 auto;
	background: #ff3399;
/*	background-position: center -1px;*/
	padding-top: 48px;
	margin-bottom: 48px;
}
.sec01 .sec-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.sec03 .sec-inner {
	width: 970px;
	margin: 0 auto;
	position: relative;
}
#deco01 {
	position: absolute;
	top:0px;
	right: -55px;
}
#deco01 img{
	width: 277px;
    height: 502px;
}
.sec01 .box-a {
	float: left;
}
.sec01 .box-b {
	/*margin-top: 92px;*/
	float: left;
	/*background: url(../img/top_bk01.png) no-repeat;*/
	background-position: 0 102px;
	background-size: 480px;
	width: 480px;
	padding: 0 0 73px 32px;
	box-sizing: border-box;
	/*background-color: #FFE6EF;*/
}
.box-b-inner {
	margin-top: 10px;
	margin-top: 48px;
}
.box-b h2 {
	margin-bottom: 16px;
}
.box-b p {
	font-size: 12px;
	line-height: 220%;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 22px;
	display: inline-block;
	margin-right: 6px;
}
#home .sec02 {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 50px;
}
#home .sec04{
	background-color: #FFF4F8;	
	padding-bottom: 50px;
	float: left;
	width: 100%;
}

#home .sec04 .sec-inner{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
	background-color: #FFF4F8;
}
#home .sec04 .left-block{
	width: 300px;
	float: left;
}
#home .sec04 .right-block{
	width: 608px;
	float: right;
}
#home .sec04 .right-block a{
	display: block;
}
#home .sec04 .left-block img,#home .sec04 .right-block img{
	width: 100%;
	float: left;
}

#home .sec10{
	background-color: #fff;	
	padding-bottom: 50px;
	float: left;
	width: 100%;
}

#home .sec10 .sec-inner{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
	background-color: #fff;
}
#home .sec10 .left-block{
	width: 300px;
	float: left;
}
#home .sec10 .right-block{
	width: 608px;
	float: right;
}
#home .sec10 .right-block a{
	display: block;
}
#home .sec10 .left-block img,#home .sec04 .right-block img{
	width: 100%;
	float: left;
}











#home.news .sec02 {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0 48px 0;
}
#home .sec02 h2 {
	margin-bottom: 56px;
}
#home .sec02 h2 img{
	width: 360px;
	height: auto;
}
#home .area-girlday h2 img{
	width: 360px;
	height: 132px;
}
#home .area-enjoy h2 img{
	width: 298px;
	height: 182px;
}
#home ul.entry-area{
	margin-bottom: 56px;
}
ul.entry-area li.entry-block {
	width: 31%;
	height: 325px;
	float: left;
	margin: 0 3% 0 0;
	position: relative;
}
ul.entry-area p.ico_new {
    position: absolute;
    top: -24px;
    left: -16px;
    width: 48px;
    height: 48px;
}
ul.entry-area li.entry-block:last-child {
	margin-right: 0!important;
}
ul.entry-area li.entry-block:nth-child(3n) {
 	margin-right: 0!important;
}
ul.entry-area .entry-thumb {
/* 	margin-bottom: 20px; */
	float: left;
}
ul.entry-area .entry-thumb a{
	float: left;
	width: 100%;
}
ul.entry-area .entry-thumb  img{
	width: 100%;
	float: left;
}
ul.entry-area .entry-title {
	text-align: left;
	float: left;
	margin-top: 16px;
}
.news ul.entry-area li{
	margin-bottom:24px;
}
ul.entry-area .entry-title p.date {
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: bold;
	border-bottom: 3px solid #ff3399;
	display: inline-block;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
ul.entry-area .entry-title h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 180%;
}
ul.entry-area .entry-title h3 a {
	color: #000;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
ul.entry-area .entry-title h3 a:hover {
	color: #E383A5;
	text-decoration: none;
}

ul.entry-area li.entry-imgBlock {
	width: 31%;
	height: 280px;
	float: left;
	margin: 0 3% 0 0;
	position: relative;
}

ul.entry-area li.entry-imgBlock:last-child {
	margin-right: 0!important;
}
ul.entry-area li.entry-imgBlock:nth-child(3n) {
 	margin-right: 0!important;
}






.news-navi {
	margin-bottom: 56px;
}
.news-navi ul li span {
	display: block;
	color: #000;
	background: #ccc;
	font-weight: bold;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-sizing: border-box;
	padding: 8px 0 7px;
}
.news-navi ul li {
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	width: 96px;
	float: left;
	margin-right: 16px;
}
.news-navi ul li:last-child {
	margin-right: 0;
}
.news-navi ul li a {
	display: block;
	color: #000;
	background: #F6E573;
	font-weight: bold;
	text-decoration: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-sizing: border-box;
	padding: 8px 0 7px;
}

.sec01 .box-b .box-b-inner h2 img{
	width: 184px;
	height: auto;
}
#home .sec03 {
	background-color: #FFF;
	padding: 40px 0 0;
	width: 100%;
	float: left;
}
.sec03 {
	background-color: #FFF4F8;
	padding: 40px 0 0;
}
#takagirlseat .sec03, #newstopics .sec03 {
	width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 35px 0 48px;
    background: url(../img/about/bk01.png) repeat;
}
#takagirlseat .sec03 h2 img, #newstopics .sec03 h2 img{
	width: 970px;
}
.sec03 .area-girlday {
	margin-bottom: 80px;
}
.sec03 .area-girlday h2 {
	padding-top: 24px;
	margin-bottom: 43px;
}
.sec03 .area-enjoy {
	padding-bottom: 72px;
}
.sec03 .box-a {
	float: left;
}
.sec03 .box-b {
	float: right;
}
.sec03 .box-c {
	float: left;
}
.sec03 .box-d {
	float: right;
}
.sec03 .box-d h2 {
	padding-right: 50px;
	margin-bottom: 30px;
}


/*--------------------------------------------
/*
/*		Theme Name: about
/*
/*--------------------------------------------*/
.page {
	text-align: center;
}
.page .sec01 {
	background: url(../img/about/line01.png) no-repeat;
	background-position: 50% bottom;
	padding-top: 68px;
}
.page .sec02 {
	background: url(../img/about/bk01.png) repeat;
}
.page .sec02 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 35px 0 48px;
}
.page h2 {
	padding-bottom: 42px;
}
.page .sec02 .sec-inner {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 48px 64px 48px;
	box-sizing: border-box;
}
#tsh3 {
	/*width: 320px !important;*/
}
#about .sec02 .sec-inner img {
	margin-bottom: 16px;
}
.page .sec02 .sec-inner p {
	text-align: left;
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 16px;
	letter-spacing: 0.6px;
}
#about_seat h3 {
	width: 637px;
	margin: 0 auto 8px;
}

.page .sec02 h4 {
	display: block;
	background-color: #FAFAFA;
	border-left: 6px solid #E582A5;
	color: #E383A5;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 8px 0 8px 20px;
	margin-bottom: 32px;
}
.txtbox {
	margin-bottom: 64px;
}
.txtbox:last-child {
	margin-bottom: 0;
}
.txtbox h3 {
	font-size: 20px;
    color: #E383A5;
    font-weight: bold;
    margin-bottom: 24px;
    border-left: 6px solid #E582A5;
    background: #FAFAFA;
    text-align: left;
    padding: 8px 0 8px 20px;
}

.moviebox {
	margin-bottom: 45px;
}
#movie1 p{
	margin-bottom: 32px;
}
.page .sec02 .box-a {
	float: left;
}
.page .sec02 .box-b {
	float: right;
}
#about .sec01 h2 {
	margin: 0 auto;
	width: 360px;
    height: auto;
}
#about.news .sec01 h2 {
    margin: 0 auto;
    width: 360px !important;
}
/*
#about .sec02 .txtbox img{
	width: 832px;
	height: 481px;
}
#about.news .sec02 .txtbox img {
    width: 832px;
	height: auto;
}
*/
.unit-2col.photo .box-a{
	float: left;
	width: 408px;
}
.unit-2col.photo .box-b{
	float: right;
	width: 408px;
}
#about.news p{
	margin-bottom: 16px!important;
}
#about.news h4{
	margin-top: 48px!important;
}
#unipattern {
	width: 720px;
	margin: 48px auto 24px;
}
#unipattern > div:nth-child(1) {
	float: right;
	width: 550px;
}
#unipattern > div:nth-child(2) {
	float: left;
	width: 136px;
	padding-top: 148px;
}
#uniget {
	margin-bottom: 64px !important;
}
#unihistory > div {
	margin-bottom: 32px;
}
#unihistory > div:last-child {
	margin-bottom: 0;
}
.uniimg {
	width: 408px;
	float: left;
}
.unitxt {
	width: 400px;
	float: right;
	line-height: 200% !important;
}
.uniimg img {
	margin-bottom: 0 !important;
}
/*--------------------------------------------
/*
/*		Theme Name: Takagirl Day
/*
/*--------------------------------------------*/
#takagirlday h3.ttl_lico {
	/*background-image: url(../img/takagirlday/ico_img01.svg);*/
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 40px 40px;
	-moz-background-size:40px 40px;
	min-height: 40px;
	text-align: left;
	padding-left: 55px;
	font-size: 18px!important;
	color: #000!important;
	line-height: 232%;
}

#takagirlday.IE h3.ttl_lico {
	background-image: url(../img/takagirlday/ico_img01.png)!important;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 40px 40px;
	-moz-background-size:40px 40px;
	min-height: 40px;
	text-align: left;
	padding-left: 55px;
	font-size: 18px!important;
	color: #000!important;
	line-height: 232%;
}
.scheduled {
	margin-top: 48px;
	margin-bottom: 48px;
}
.scheduled > div {
	margin-bottom: 32px;
}
.scheduled > div:last-child {
	margin-bottom: 0;
}

.scheduled dl, .price dl {
	margin-bottom: 16px;
}
.scheduled dt, .price dt {
	width: 120px;
	background: #E383A5;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 13px 0 11px;
	float: left;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.scheduled dd, .price dd {
	width: 712px;
	background: #F4F4F4;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 13px 20px 11px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
#day-scheduled {
	margin-bottom: 64px;
}
#day-scheduled dl {
	margin-bottom: 16px;
}
#day-scheduled dt {
	width: 246px;
	background: #E383A5;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding: 18px 0 16px;
	float: left;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#day-scheduled dd {
	width: 586px;
	background: #F4F4F4;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	padding: 18px 20px 16px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.dayhistory {
	margin-bottom: 16px;
}
#day-scheduled h5 {
	margin-top: 32px;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 24px;
}
#dayyicket {
	width: 496px;
	margin: 0 auto;
}
#dayyicket ul {
	margin-bottom: 20px;
}
#dayyicket li {
	float: left;
	width: 240px;
    margin-right: 16px;
	font-size: 17px;
	line-height: 1em;
}
#dayyicket li:last-child {
	margin-right: 0;
}
#dayyicket li a, #dayyicket > div a {
	position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 60px;
    margin: 0 auto;
    padding: 23px 20px 0 0px;
    background: #F6E573;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    text-align: center;
    background-image: url(../img/about/ico_img01_black.svg);
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: right 32px bottom 23px;
}
#dayyicket li a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 240px;
    height: 4px;
    background: #DDC41B;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#dayyicket > div a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 496px;
    height: 4px;
    background: #DDC41B;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#dayyicket li a:after, #dayyicket > div a:after {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    left: 115px;
    width: 19px;
    height: 25px;
    background-size: 100%;
}
#dayyicket li a:hover, #dayyicket > div a:hover {
    top: 2px;
}
#dayyicket > div {
	width: 496px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 1em;
}



.lrbox > div:nth-child(1) {
	float: right;
	width: 385px;
}
.lrbox > div:nth-child(2) {
	float: left;
	width: 417px;
}


#takagirlday h2 img{
	width: 360px;
}
#takagirlday ul.news-area{
	margin-bottom: 32px;
	margin-top: 16px;
}
#takagirlday ul.news-area li.entry-block {
	width:47.5%;
	float: left;
	margin: 0 5% 32px 0;
	position: relative;
	
}
#takagirlday ul.news-area p.ico_new {
	position: absolute;
	top: -32px;
	left: -12px;
	width: 64px;
	height: 64px;
}
#takagirlday ul.news-area li.entry-block:last-child {
	margin-right: 0!important;
}
#takagirlday ul.news-area li.entry-block:nth-child(even) {
 	margin-right: 0!important;
}
#takagirlday ul.news-area .entry-thumb {
/* 	margin-bottom: 20px; */
	float: left;

}
#takagirlday ul.news-area .entry-thumb a{
	float: left;
	width: 100%;
}
#takagirlday ul.news-area .entry-thumb img{
	width: 100%;
	float: left;
	margin-bottom: 8px;
}
#takagirlday ul.news-area .entry-title {
	text-align: center;
	width: 100%;
	float: left;
}

#takagirlday ul.news-area .entry-title p.date {
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: bold;
	border-bottom: 3px solid #E383A5;
	display: inline-block;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
#takagirlday ul.news-area .entry-title h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 180%;
	color: #E383A5;
	
}
#takagirlday ul.news-area .entry-title h3 a {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	text-align: center;
}
#takagirlday ul.news-area .entry-title h3 a:hover {
	color: #E383A5;
	text-decoration: underline;
}
/*--------------------------------------------
/*
/*		Theme Name: Takagirl Seat
/*
/*--------------------------------------------*/
#takagirlseat h3.ttl_lico01 {
	/*background-image: url(../img/takagirlseat/ico_img01.svg);*/
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 40px 40px;
	min-height: 40px;
	text-align: left;
	padding-left: 55px;
	font-size: 18px!important;
	color: #000!important;
	line-height: 232%;
	font-weight: bold;
	margin: 0;
	
}
#takagirlseat.IE h3.ttl_lico01 {
    background-image: url(../img/takagirlseat/ico_img01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 40px 40px;
    min-height: 40px;
    text-align: left;
    padding-left: 55px;
    font-size: 18px!important;
    color: #000!important;
    line-height: 232%;
}

.takagirlseat_02 div.bdr_01 {
    border-top: 2px dotted #E383A5;
    padding-top: 50px;
}

#takagirlseat h3.ttl_lico02 {
	background-image: url(../img/takagirlseat/ico_img02.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 40px 40px;
	min-height: 40px;
	text-align: left;
	padding-left: 55px;
	font-size: 18px!important;
	color: #000!important;
	line-height: 232%;
}

#takagirlseat h3.ttl_logo_cs {
	background-image: url(../img/takagirlseat/logo_cs.png);
	background-repeat: no-repeat;
	background-position: 0 0;
    background-size: 16%;
    min-height: 40px;
    text-align: left;
    padding-left: 148px;
    font-size: 18px!important;
    color: #000!important;
    line-height: 454%;
}
#takagirlseat.IE h3.ttl_lico02 {
	background-image: url(../img/takagirlseat/ico_img02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 40px 40px;
	min-height: 40px;
	text-align: left;
	padding-left: 55px;
	font-size: 18px!important;
	color: #000!important;
	line-height: 232%;
}
#takagirlseat .price {
	margin-bottom: 32px;
}
.price .btn07 {
	float: none;
	margin-bottom: 16px !important;
}
#about .btn07 {
	float: none;
	margin-bottom: 40px !important;
}

#takagirlseat h3.ttl_lico03 {
	background-image: url(../img/takagirlseat/ico_img03.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 40px 40px;
	min-height: 40px;
	text-align: left;
	padding-left: 55px;
	font-size: 18px!important;
	color: #000!important;
	line-height: 232%;
}

h3.ttl_h3_02 {
	min-height: 40px;
	text-align: left;
	font-size: 18px!important;
	color: #E383A5 !important;
	line-height: 232%;
	background-image: none;
	border-bottom: 1px solid #E383A5;
	text-align: left !important;
}

#takagirlseat.IE h3.ttl_lico03 {
	background-image: url(../img/takagirlseat/ico_img03.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 40px 40px;
	min-height: 40px;
	text-align: left;
	padding-left: 55px;
	font-size: 18px!important;
	color: #000!important;
	line-height: 232%;
}
#takagirlseat h3.ttl_lico04 {
	background-image: url(../img/takagirlseat/ico_img04.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 40px 40px;
	min-height: 40px;
	text-align: left;
	padding-left: 55px;
	font-size: 18px!important;
	color: #000!important;
	line-height: 232%;
}
#takagirlseat.IE h3.ttl_lico04 {
	background-image: url(../img/takagirlseat/ico_img04.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 40px 40px;
	min-height: 40px;
	text-align: left;
	padding-left: 55px;
	font-size: 18px!important;
	color: #000!important;
	line-height: 232%;
}
#takagirlseat .seat_detail {
	padding: 0 0 0 0;
}
#takagirlseat .seat_detail dl.benefit {
	margin-bottom: 10px;
	margin-top: 32px;
}
#takagirlseat .seat_detail p {
	margin-bottom: 16px!important;
}
#takagirlseat .seat_detail dl.benefit dt {
	width: 113px;
	background: #E383A5;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding: 10px 0;
	float: left;
}
#takagirlseat .seat_detail dl.benefit dd {
	width: 719px;
	background: #FFE6EF;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #000;
	padding: 10px 0 10px 32px;
	float: left;
	box-sizing: border-box;
}
#takagirlseat .sec03 .sec-inner, #newstopics .sec03 .sec-inner {
	width: 970px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 50px 64px;
	box-sizing: border-box;
}
#takagirlseat .sec03 h4 {
	font-size: 18px;
	font-weight: bold;
	color: #EC7084;
	text-align: left;
	border-bottom: 1px solid #E383A5;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
.page .sec03 .sec-inner p {
	text-align: left;
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 16px;
	letter-spacing: 0.6px;
}
.page .sec03 .sec-inner ul {
	margin-bottom: 10px;
}
.page .sec03 .sec-inner li {
	font-size: 14px;
	color: #ED7B8D;
	font-weight: bold;
	text-align: left;
	line-height: 160%;
}
.page .sec03 .sec-inner li.decision {
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
#takagirlseat .sec01 h2{
	width: 369px;
	margin: 0 auto;
}
#takagirlseat .bx-wrapper{
	margin-bottom: 32px;
	margin-top: 24px;
}
#takagirlseat img {

}
#takagirlseat .moviebox {
	margin-bottom: 16px!important;
}
#takagirlseat span.small {
	font-size: 14px;
}
/*--------------------------------------------
/*
/*		Theme Name: loading
/*
/*--------------------------------------------*/

#loading{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #fff;
	top: 0px;
	left: 0px;
	z-index: 99999;
}

.cssload-main {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	zoom: 0.4;
	transform: translate(-100%, -240%);
		-o-transform: translate(-100%, -240%);
		-ms-transform: translate(-100%, -240%);
		-webkit-transform: translate(-100%, -240%);
		-moz-transform: translate(-100%, -240%);
}

.cssload-main *{
	font-size:62px;
}

.cssload-heart {
	animation: cssload-heart 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-o-animation: cssload-heart 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-ms-animation: cssload-heart 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-webkit-animation: cssload-heart 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-moz-animation: cssload-heart 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
	top: 50%;
	content: '';
	left: 50%;
	position: absolute;
}

.cssload-heartL {
	width: 1em;
	height: 1em;
	border: 1px solid #ff3399;
	background-color: #ff3399;
	content: '';
	position: absolute;
	display: block;
	border-radius: 100%;
	animation: cssload-heartL 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-o-animation: cssload-heartL 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-ms-animation: cssload-heartL 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-webkit-animation: cssload-heartL 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-moz-animation: cssload-heartL 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
	transform: translate(-28px, -27px);
		-o-transform: translate(-28px, -27px);
		-ms-transform: translate(-28px, -27px);
		-webkit-transform: translate(-28px, -27px);
		-moz-transform: translate(-28px, -27px);
}

.cssload-heartR {
	width: 1em;
	height: 1em;
	border: 1px solid #ff3399;
	background-color: #ff3399;
	content: '';
	position: absolute;
	display: block;
	border-radius: 100%;
	transform: translate(28px, -27px);
		-o-transform: translate(28px, -27px);
		-ms-transform: translate(28px, -27px);
		-webkit-transform: translate(28px, -27px);
		-moz-transform: translate(28px, -27px);
	animation: cssload-heartR 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-o-animation: cssload-heartR 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-ms-animation: cssload-heartR 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-webkit-animation: cssload-heartR 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-moz-animation: cssload-heartR 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
}

.cssload-square {
	width: 1em;
	height: 1em;
	border: 1px solid #ff3399;
	background-color: #ff3399;
	position: relative;
	display: block;
	content: '';
	transform: scale(1) rotate(-45deg);
		-o-transform: scale(1) rotate(-45deg);
		-ms-transform: scale(1) rotate(-45deg);
		-webkit-transform: scale(1) rotate(-45deg);
		-moz-transform: scale(1) rotate(-45deg);
	animation: cssload-square 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-o-animation: cssload-square 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-ms-animation: cssload-square 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-webkit-animation: cssload-square 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-moz-animation: cssload-square 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
}

.cssload-shadow {
	top: 97px;
	left: 50%;
	content: '';
	position: relative;
	display: block;
	bottom: -.5em;
	width: 1em;
	height: .24em;
	background-color: #ff3399;
	border: 1px solid #ff3399;
	border-radius: 50%;
	animation: cssload-shadow 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-o-animation: cssload-shadow 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-ms-animation: cssload-shadow 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-webkit-animation: cssload-shadow 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
		-moz-animation: cssload-shadow 2.125s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
}
/*--------------------------------------------
/*
/*		Theme Name: Table
/*
/*--------------------------------------------*/
.price table{
	font-size: 14px;
	margin-top: 32px;
}
.price table td{
	vertical-align: middle;
	height: 42px;
	box-sizing: border-box;
}
.price table td br{
/*	display: none;*/
}
.price table th {
	background-color: #E383A5;
	border: 2px #fff solid;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 42px;
}
.price table th:first-child {
	width: 344px;
	background: #ccc;
}

.price table td.content{
	background-color: #F4F4F4;
	border: 2px #fff solid;
}

.price table td.content_02 {
	background-color: #F4F4F4;
	border: 2px #fff solid;
	vertical-align: middle;
}

.price > div {
	margin-bottom: 48px;
}
#howtouse {
	margin: 48px 0 0;
}
#howtouse li {
	text-align: left;
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 8px;
}
.txtlink a {
	color: #E383A5;
	text-decoration: underline;
}
.txtlink a:hover {
	text-decoration: none;
}


#seatticket {
	width: 632px;
	margin: 0 auto;
}
#seatticket > div:nth-child(1) {
	width: 300px;
	float: left;
}
#seatticket > div:nth-child(2) {
	width: 300px;
	float: right;
}
#seatticket a, #seatticket a:before {
	width: 300px !important;
}

/*--------------------------------------------
/*
/*		Theme Name: clip
/*
/*--------------------------------------------*/
#about.clip .sec01 h2{
	width: 260px;
}
#about.clip .sec01 h2 img{
	width: 100%;
	float: left;
}
#about.clip ul.col2{
	width: 832px;
	margin-top: 32px;
}
#about.clip ul.col2 li{ 	
	width: 400px;
	float: left;
	margin-right: 32px;
	margin-bottom: 24px;
}
#about.clip ul.col2 li:nth-child(2n){
	margin-right: 0px;
}
#about.clip ul.col2 li img{
	width: 400px;
}
#about.clip ul.col2 li a.title{
	width: 100%;
	font-size: 14px;
	text-align: left;
	float: left;
}
#about.clip .sec02 .sec-inner img {
    margin-bottom:8px;
}


/*--------------------------------------------
/*
/*		Theme Name: player
/*
/*--------------------------------------------*/
#player .sec01 h2{
	width: 421px;
	margin: 0 auto;
}
#player .sec01 h2 img{
	width: 421px;
}
#player .player-prof .photo{
	width: 320px;
	float: left;
}
#player .player-prof .photo img{
	width: 320px;
}
#player .player-prof .prof-txt{
	width: 416px;
	background-color: #E385A6;
	height: 202px;
	float: left;
	padding: 48px;
	background-repeat: no-repeat;
	background-position: right 30px top 10px; 
}
#player .player-prof .prof-txt .position-block{
	float: left;
	width: 416px;
	text-align: left;
}
#player .player-prof .prof-txt p.position{
	background-color: #fff;
	padding: 1px 20px;
	font-size: 12px;
	border-radius: 10px;
    -webkit-border-radius:30px;
    -moz-border-radius: 30px;
    display: inline-block;
}
#player .player-prof .prof-txt p.name{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	padding-top: 0px;
	margin-bottom: 8px;
}
#player .player-prof .prof-txt p.name2{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding-top: 0px;
	margin-bottom: 8px;
}

#player .player-prof .prof-txt p.name-en{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 16px;
	padding-top: 0px;
}
#player .player-prof .prof-txt p.tlt{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding-top: 0px;
	margin-bottom: 4px;
}
#player .player-prof .prof-txt p.data{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding-top: 0px;
	line-height: 20px;
}

#player .main-ph{
	width: 832px;
}	
#player .main-ph img{
	width: 832px;
}	

#player .faq-block .faq-list{
	padding-bottom: 8px;
}
#player .faq-block .faq-list .q-txt span{
	font-size: 24px;
	color: #E383A5;
	font-weight: bold;
	padding-right: 8px;
}
#player .faq-block .faq-list .q-txt{
	font-size: 16px;
	font-weight: bold;
}	
	
#player .faq-block .faq-list .answer{
	font-size: 14px;
	background-color: #FBF1F5;
	padding: 16px 16px;
}
	
#player .bx-wrapper	{
	display: none;
}
#player #bx-pager{
	display: none;
}

#player .photo-gallery{
	display: none;
}
#player h3 {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	margin-bottom: 24px;
	text-align: center;
}
#player ul.player-thumb {
	width: 100%;
}
#player ul.player-thumb li{
	float: left;
	width: 266px;
	margin-right: 16px;
}
#player ul.player-thumb li img{
	width: 266px;
}
#player ul.player-thumb li:nth-child(3n){
	margin-right: 0px;
}
#home .sec05{
	background-color: #ff3399;
	 width: 100%;
    float: left;
    text-align: center;
    padding: 35px 0 48px;
}
#home .sec05 .player-tit{
	width: 421px;
	margin: 0 auto;
}
#home .sec05 .player-tit img{
	width: 421px;
	margin-bottom: 24px;
}
#home .sec05 .sec-inner{
	width: 960px;
    background-color: #FFF;
    margin: 0 auto;
    padding: 48px 64px 48px;
    box-sizing: border-box;
}
#home ul.player-thumb {
	width: 100%;
}
#home ul.player-thumb li{
	float: left;
	width: 266px;
	margin-right: 10px;
	margin-bottom: 24px;
}
#home ul.player-thumb li img{
	width: 266px;
}
#home ul.player-thumb li:nth-child(3n){
	margin-right: 0px;
}
#home .sec05 .btn-block{
	padding-top: 24px;
}
#home .sec05 p.intro{
	font-size: 14px;
	line-height: 26px;
	color: #000;
	padding-bottom: 32px;
}

#home .sec04 .btn-block{
	width: 250px;
	margin: 0 auto;	
}
#home .sec06{
	background-color: #fff;
	width: 100%;
    float: left;
    text-align: center;
    padding: 32px 0 48px;
}
#home .sec06 .player-tit{
	width: 421px;
	margin: 0 auto;
}
#home .sec06 .player-tit img{
	width: 421px;
	margin-bottom: 32px;
}
#home .sec06 .sec-inner{
	width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}
@media screen and (min-width: 768px){

	#home .sec06 .bx-wrapper {
	    position: relative;
	    margin: 0 auto 0!important;
	    padding: 0;
	    -webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		background-color: #E383A5;
	}
	#home .sec06 .bx-wrapper img:hover{
		opacity: 0.5;
	}
}
/*--------------------------------------------
/*
/*		Theme Name: goods
/*
/*--------------------------------------------*/
#goods .sec01 h2 img {
    width: 423.5px;
}
#goods ul.goods-thumb li{
	width: 266px;
	float: left;
	margin-right: 16px;
	margin-bottom: 32px;
}
#goods ul.goods-thumb li:nth-child(3n){
	margin-right: 0px;
}
#goods ul.goods-thumb li img{
	width: 100%;

}
#goods ul.goods-thumb li br{
	display: none;
}
#goods ul.goods-thumb li p.tit{
	font-size: 14px;
	color: #EC7084;
	padding-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 22px!important;
}
#goods ul.goods-thumb li p.price{
	font-size: 12px;
	color: #000;
	padding-top: 0px;
	margin-bottom: 4px;
}
#goods p.info{
	font-size: 14px;
	color: #000;
}
#goods h3{
	font-size: 16px;
	color: #000;
	
}
#goods h4{
	font-size: 20px;
	color: #EC7084;
	text-align: center;
	background-color: #fff;
	padding: 0 0 0 0;
	
}
/*     btn03     */
#goods .btn03 {
	position: relative;
	height: 64px;
	margin-bottom: 0!important;
	width: 333px;
	margin: 0 auto;
	padding-bottom: 48px;
}
#goods .btn03 a {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 333px;
	height: 60px;
	margin: 0 auto;
	padding: 25px 0px 0 0px;
	background: #F6E573;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	text-align: center;
/* 	background-image: url(../img/about/ico_img01.svg); */
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: right 20px bottom 23px;
}
#goods .btn03 a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 333px;
	height: 4px;
	background: #DDC41B;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#goods .btn03 a:hover {
	top: 2px;
}
#goods .btn03 a:hover:before {
	bottom: -4px;
	height: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
/*--------------------------------------------
/*
/*		Theme Name: goods
/*
/*--------------------------------------------*/

#snap .sec01 h2 img {
    width: 423.5px;
}

#snap h3 {
	font-size: 18px;
	color: #000;
}

#snap ul.snap-thumb {
	width: 100%;
	
}

#snap ul.snap-thumb li {
	width: 202px;
	height: 280px;
	float: left;
	margin-right: 8px;
	margin-bottom: 16px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-sizing: border-box;
    background: #E383A5;
    position: relative;
}
#snap ul.snap-thumb li p {
	position: absolute;
	top: 0;
	left: 0;
}
#snap ul.snap-thumb li p {
	
}

#snap ul.snap-thumb li:nth-child(4n){
	margin-right: 0px;
}

#snap ul.snap-thumb li img {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
#snap ul.snap-thumb li img:hover {
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
    
}
.pagenavi p:nth-child(1) {
	margin-left: 0px;
}
.pagenavi p {
	float: left;
	margin-left: 8px;
}

.pagenavi span.current {
	background: #FFF4F8;
    color: #E383A5;
    padding: 12px 0;
    font-weight: bold;
    width: 48px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

.pagenavi span.current.link {
	background: #E383A5;
    color: #FFF4F8;
    padding: 12px 0;
    font-weight: bold;
    width: 48px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.pagenavi span.current.link:hover {
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #EBBBCC;
    color: #E383A5;
}

.snap-block .left-block {
	width: 600px;
	float: left;
}

.snap-block .right-block {
	width: 208px;
	float: right;
}

.snap-block .snap-profile {
	background-color: #E383A5;
	width: 100%;
	float: left;
	padding: 24px 16px;
	box-sizing: border-box;
	margin-bottom: 1px;
}

#snap .sec02 h3 {
	margin-bottom: 32px;
	color: #E383A5;
}

#snap .snap-block .snap-profile h3 {
	color: #fff;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 0px;
}

#snap .snap-block .snap-profile h5 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #E383A5;
	text-align: left;
}
#snap .sns-block{
	width: 208px;
	float: right;
}

#snap a.facebook {
	width: 208px;
	height: 54px;
	background-color: #3E63B7;
	display: block;
	float: right;
	color: #fff;
	line-height: 54px;
	margin-bottom: 1px;
	background-image: url(../img/snap/snap_detail/sns1.svg);
	background-size: 9px 16px;
	background-repeat: no-repeat;
	background-position: 55px 20px;
}

#snap a.facebook:hover{
	text-decoration: none;
}

#snap a.twitter {
	width: 208px;
	height: 54px;
	background-color: #0091E6;
	display: block;
	float: right;
	color: #fff;
	line-height: 54px;
	margin-bottom: 1px;
	background-image: url(../img/snap/snap_detail/sns2.svg);
	background-size: 13px 16px;
	background-repeat: no-repeat;
	background-position: 50px 22px;
}

#snap a.twitter:hover {
	text-decoration: none;
}
#snap a p.txt-psns {
	width: 208px;
	text-align: center!important;
	font-size: 12px!important;
	font-weight: bold;
	margin-left: 8px;
}
#snap .btn-block {
	width: 100%;
	float: left;

}

#snap.snap-page .page-sns-block {
	width: 202px;
	height: 280px;	
}

#snap.snap-page #p-fb p {
	width: 32px;
	height: 32px;
	margin-top: 215px;
	margin-left: 115px;
}

#snap.snap-page #p-tw p {
	width: 32px;
	height: 32px;
	margin-top: 215px;
	margin-left: 155px;
}

/*     btn03     */
#snap .btn04 {
	position: relative;
	height: 64px;
	margin-bottom: 0!important;
	width: 333px;
	margin: 0 auto;
	padding-bottom: 48px;
}
#snap .btn04 a {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 333px;
	height: 60px;
	margin: 0 auto;
	padding: 25px 0px 0 0px;
	background: #F6E573;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	text-align: center;
/* 	background-image: url(../img/about/ico_img01.svg); */
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: right 20px bottom 23px;
}
#snap .btn04 a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 333px;
	height: 4px;
	background: #DDC41B;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#snap .btn04 a:hover {
	top: 2px;
}
#snap .btn04 a:hover:before {
	bottom: -4px;
	height: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

#snap .btn-txt {
	font-size: 14px;
    font-weight: bold;
    color: #FF5C81;
    margin-bottom: 2px;
    text-align: center;
    line-height: 180%;
}

#snap .btn-block {
	margin-top: 16px;
}

#snap .btn-block .left-block {
	width: 400px;
	float: left;
}



#snap .btn03 {
	padding-top:2px;
}


#snap .btn-block .left-block .btn03 a{
	background-image: none!important;
}

/*--------------------------------------------
/*
/*		Theme Name: wordpress news
/*
/*--------------------------------------------*/	
#news-content p.title {
	font-size: 24px;
    color: #E383A5;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    margin-bottom: 36px!important;
}
#news-content h2 {
    display: block;
    float: none;
    width: auto;
    position: relative!important;
    top:0;
    left:0;
    z-index: 999;
    text-align: left;
    background-color: #FFE6EF;
    color: #E383A5;
    font-size: 20px;
    font-weight: bold;
    padding: 4px 0 4px 16px;
    margin-bottom: 16px;
    margin-top: 32px!important;

}
#news-content h3{
    position: relative;
    text-align: left;
    font-size: 18px;
    border-bottom: 2px solid #E383A5;
    padding-bottom: 2px;
    font-weight: bold;
    color: #E383A5;
    margin-bottom: 16px;
    margin-top: 32px!important;

}
#news-content h3 span {
	font-weight: bold;
}
#news-content h4 {
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #ccc;
    padding: 16px;
    box-sizing: border-box;
    font-weight: normal;
    margin-bottom: 16px;
    color: #000;
    background-color: #fff;

}
#news-content ul {
	padding-left:20px;
	font-size: 16px;
	margin-bottom: 16px;
}
#news-content ul li {
	list-style: disc;
	text-align: left;
	
}
#news-content ol {
	padding-left:20px;
	 font-size: 16px;
	 margin-bottom: 16px;
}
#news-content ol li {
	list-style: decimal;
	text-align: left;
	
}
#news-content pre {
	text-align: left!important;
}
#news-content p{
	margin-bottom: 8px!important;
	padding-bottom: 0px;
	padding-top: 0px;
}
#news-content table.table1 {
	width: 100%;
	font-size: 14px;
	margin-bottom: 24px;
}
#news-content table.table1 td {
	background-color: #F4F4F4;
    border: 2px #fff solid;
    padding: 8px 16px; 
    box-sizing: border-box;
    vertical-align: middle;
}
#news-content table.table1 tr:nth-child(1) td{
	font-weight: bold;
	background-color: #E383A5;
	color: #fff;
}
#news-content table.table2 {
	width: 100%;
	font-size: 14px;
	margin-bottom: 24px;
}
#news-content table.table2 td {
	background-color: #F4F4F4;
    border: 2px #fff solid;
    padding: 8px 16px; 
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left; 
}
#news-content table.table2 th{
	font-weight: bold;
	background-color: #E383A5;
	border: 2px #fff solid;
	color: #fff;
	text-align: center;
	width: 300px;
	vertical-align: middle;
	
}
#news-content img{
	margin-bottom: 0!important;
}

#news-content p {
	font-size: 16px;
}
#news-content p a {
	text-decoration: underline;
}
#news-content p.btn03 a{
	text-decoration: none;
}
#news-content span.bldtxt {
	font-weight: bold;
}
#news-content span.bldredtxt {
	font-weight: bold;
	font-size: 16px;
	color: red;
}
#news-content span.redtxt {
	color: red;
}
#news-content h5.red {
	font-weight: bold;
	font-size: 18px;
	color: red;
	text-align: left;
}
#news-content h6.red {
	font-weight: bold;
	font-size: 16px;
	color: red;
	text-align: left;
}
#about.news h4{
	margin-top: 16px!important;
}
#about.news p.small{
	font-size: 12px!important;
}
#news-content img{
	margin-bottom: 0!important;
	display: table;
	margin: 0 auto;
}
#news-content p.ph{
	text-align: center;
}

#news-content img {
    margin-bottom: 0!important;
    display: table;
    margin: 0 auto;
}

#topicscontent img {
	width: auto !important;
	max-width: 100%;
}


.scroll-top {
	width: 64px;
	position: fixed;
	right: 24px;
	bottom: 20px;
	cursor: pointer;
}
.scroll-top img{
	float: left;
	width: 100%;
}

@keyframes cssload-square {
	50% {
		border-radius: 100%;
		transform: scale(0.5) rotate(-45deg);
	}
	100% {
		transform: scale(1) rotate(-45deg);
	}
}

@-o-keyframes cssload-square {
	50% {
		border-radius: 100%;
		-o-transform: scale(0.5) rotate(-45deg);
	}
	100% {
		-o-transform: scale(1) rotate(-45deg);
	}
}

@-ms-keyframes cssload-square {
	50% {
		border-radius: 100%;
		-ms-transform: scale(0.5) rotate(-45deg);
	}
	100% {
		-ms-transform: scale(1) rotate(-45deg);
	}
}

@-webkit-keyframes cssload-square {
	50% {
		border-radius: 100%;
		-webkit-transform: scale(0.5) rotate(-45deg);
	}
	100% {
		-webkit-transform: scale(1) rotate(-45deg);
	}
}

@-moz-keyframes cssload-square {
	50% {
		border-radius: 100%;
		-moz-transform: scale(0.5) rotate(-45deg);
	}
	100% {
		-moz-transform: scale(1) rotate(-45deg);
	}
}

@keyframes cssload-heart {
	50% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(720deg);
	}
}

@-o-keyframes cssload-heart {
	50% {
		-o-transform: rotate(360deg);
	}
	100% {
		-o-transform: rotate(720deg);
	}
}

@-ms-keyframes cssload-heart {
	50% {
		-ms-transform: rotate(360deg);
	}
	100% {
		-ms-transform: rotate(720deg);
	}
}

@-webkit-keyframes cssload-heart {
	50% {
		-webkit-transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(720deg);
	}
}

@-moz-keyframes cssload-heart {
	50% {
		-moz-transform: rotate(360deg);
	}
	100% {
		-moz-transform: rotate(720deg);
	}
}

@keyframes cssload-heartL {
	60% {
		transform: scale(0.4);
	}
}

@-o-keyframes cssload-heartL {
	60% {
		-o-transform: scale(0.4);
	}
}

@-ms-keyframes cssload-heartL {
	60% {
		-ms-transform: scale(0.4);
	}
}

@-webkit-keyframes cssload-heartL {
	60% {
		-webkit-transform: scale(0.4);
	}
}

@-moz-keyframes cssload-heartL {
	60% {
		-moz-transform: scale(0.4);
	}
}

@keyframes cssload-heartR {
	40% {
		transform: scale(0.4);
	}
}

@-o-keyframes cssload-heartR {
	40% {
		-o-transform: scale(0.4);
	}
}

@-ms-keyframes cssload-heartR {
	40% {
		-ms-transform: scale(0.4);
	}
}

@-webkit-keyframes cssload-heartR {
	40% {
		-webkit-transform: scale(0.4);
	}
}

@-moz-keyframes cssload-heartR {
	40% {
		-moz-transform: scale(0.4);
	}
}

@keyframes cssload-shadow {
	50% {
		transform: scale(0.5);
		border-color: #FFF4F8;
	}
}

@-o-keyframes cssload-shadow {
	50% {
		-o-transform: scale(0.5);
		border-color: #FFF4F8;
	}
}

@-ms-keyframes cssload-shadow {
	50% {
		-ms-transform: scale(0.5);
		border-color: #FFF4F8;
	}
}

@-webkit-keyframes cssload-shadow {
	50% {
		-webkit-transform: scale(0.5);
		border-color: #FFF4F8;
	}
}

@-moz-keyframes cssload-shadow {
	50% {
		-moz-transform: scale(0.5);
		border-color: #FFF4F8;
	}
}
#open01,
#open02 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}
 
.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}
 
.modal_window {
    top: 10%;
    left: 50%;
    margin: -150px 0 0 -200px;
    width: 400px;
    height: auto;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 10;
}
 
.modal_window h2 {
    margin-bottom: 20px;
    width: 400px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    background: #000;
}
 
.modal_window p {
    padding: 0 15px 15px 15px;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
}
 
 
/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {opacity:0;display:block;}
    100% {opacity:1;}
}
 
div#modalNews div:target {
    -webkit-animation-name: modalFadeIn; 
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display:block;
}


#pageWrap {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

div.form_area {

}

div.form_area dl {
    max-width: 600px;
    display: block;
    letter-spacing: -0.5em;
    margin: 0 auto;
}
div.form_area dl dt {
    letter-spacing: normal;
    display: inline-block;
    width: 33%;
    padding-left: 2%;
    text-align: left;
    vertical-align: top;
    font-size: -webkit-calc(80% + 0.25vw);
    font-size: -moz-calc(80% + 0.25vw);
    font-size: calc(80% + 0.25vw);
}
div.form_area dl dt .require {
    color: #FF0000;
}
div.form_area dl dd {
    letter-spacing: normal;
    display: inline-block;
    width: 65%;
    text-align: left;
    padding-bottom: 1em;
    font-size: -webkit-calc(80% + 0.25vw);
    font-size: -moz-calc(80% + 0.25vw);
    font-size: calc(80% + 0.25vw);
}

div.form_area dl dd input[type=text] {
    width: 100%;
    padding: 1em 0;
	font-size: 105%;
}
div.form_area div.notice, section.form div.body div.form_area div.complate {
    padding: 0 5%;text-align: center;
    margin: 1em 0;
}


div.form_area dl dd select {
    padding: 1em 0;
	font-size: 105%;
}

div.form_area dl dd textarea {
    width: 100%;
    padding: 1em 0;
	font-size: 105%;
}
div.form_area button {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 2.5em 0 1em 0;
    cursor: pointer;
}
div.form_area button img {
    width: 100%;
    max-width: 180px;
}

div.form_area input[type=image]{
	width: 100%;
	max-width: 180px;
	cursor: pointer;
}

#form_anchor {
    width: 421px;
    margin: 0 auto;
}


#form_anchor img {
    width: 421px;
    margin-bottom: 24px;
}
#home .secOther{
	background-color: #ff3399;
	 width: 100%;
    float: left;
    text-align: center;
    padding: 0px 0 48px;
}
#home .secOther .player-tit{
	width: 421px;
	margin: 0 auto;
}
#home .secOther .player-tit img{
	width: 421px;
	margin-bottom: 24px;
}
#home .secOther .sec-inner{
	width: 960px;
    background-color: #FFF;
    margin: 0 auto;
    padding: 48px 64px 48px;
    box-sizing: border-box;
	overflow:hidden;
	clear:both;
}
.textOther {
	text-align:left;
	font-size:200%;
	line-height:1.6em;
	
}

.pinkF {
	font-weight:bold;
	color:#ff3399;
	
	
}


#home .sec11{
	background-color: #ff3399;	
	padding-bottom: 50px;
	float: left;
	width: 100%;
}

#home .sec11 .sec-inner{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
	background-color: #ff3399;
}
#home .sec11 .left-block{
	width: 300px;
	float: left;
}
#home .sec11 .right-block{
	width: 608px;
	float: right;
}
#home .sec11 .right-block a{
	display: block;
}
#home .sec11 .left-block img,#home .sec11 .right-block img{
	width: 100%;
	float: left;
}


.textBenefits {
    text-align: left;
    font-size: 200%;
    line-height: 1.6em;
}




#home ul.entry-area{
	margin-bottom: 56px;
}
ul.entry-area li.entry-block {
	width: 31%;
	height: 325px;
	float: left;
	margin: 0 3% 0 0;
	position: relative;
}
ul.entry-area p.ico_new {
    position: absolute;
    top: -24px;
    left: -16px;
    width: 48px;
    height: 48px;
}
ul.entry-area li.entry-block:last-child {
	margin-right: 0!important;
}
ul.entry-area li.entry-block:nth-child(3n) {
 	margin-right: 0!important;
}
ul.entry-area .entry-thumb {
/* 	margin-bottom: 20px; */
	float: left;
}
ul.entry-area .entry-thumb a{
	float: left;
	width: 100%;
}
ul.entry-area .entry-thumb  img{
	width: 100%;
	float: left;
}
ul.entry-area .entry-title {
	text-align: left;
	float: left;
	margin-top: 16px;
}
.news ul.entry-area li{
	margin-bottom:24px;
}
ul.entry-area .entry-title p.date {
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: bold;
	border-bottom: 3px solid #ff3399;
	display: inline-block;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
ul.entry-area .entry-title h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 180%;
}
ul.entry-area .entry-title h3 a {
	color: #000;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
ul.entry-area .entry-title h3 a:hover {
	color: #E383A5;
	text-decoration: none;
}

ul.entry-area li.entry-imgBlock {
	width: 31%;
	height: 280px;
	float: left;
	margin: 0 3% 0 0;
	position: relative;
}

ul.entry-area li.entry-imgBlock:last-child {
	margin-right: 0!important;
}
ul.entry-area li.entry-imgBlock:nth-child(3n) {
 	margin-right: 0!important;
}

panel {
  width: 500px;
}
 
#panel > dt {
  border-bottom: solid 1px white;
  background-color: #ff3399;
  color: white;
  cursor: pointer;
  padding: 20px 10px 20px 10px;
  font-weight: bold;
	 line-height:1.2em;
	font-size:200%;
	text-align:left;
}
 
#panel > dd {
  border: solid 1px #fff;
  margin: 0px;
  padding: 10px;
	 line-height:1.8em;
	font-size:200%;
	text-align:left;

}
.optionList {
margin:0px auto; 
	clear:both; 
	overflow:hidden;
}
.optionList li {
	float:left; 
	background-color:hsla(329,76%,87%,1.00); 
	border-radius:10px;
	padding:5px 5px 5px 10px; 
	margin:0% 0% 1% 1%; 
	width:47%;color:#ff3399;
}

table.privacy {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
	font-size:180%;
}
table.privacy th {
    background: #ff3399;
    vertical-align: middle;
    text-align: left;
    width: 30%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
}

table.privacy th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #ff3399;
    border-width: 10px;
    margin-top: -10px;
}
table.privacy td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
	text-align:left;
}

table.privacy th, table.privacy td {
    padding: 2%;
}

.tapLink {
    width: 70%;
    margin: 0 auto;
}
.form_area {
	font-size:180%;
}

.newslist-content {
    margin:0px 5px 10px 5px;
    padding:15px;
	border-radius:20px;
    background:#FFF4F8;
	width:44%;
	float:left;
	height:580px;
	
}
.newslist-contentDate{
	font-size:140%; 
	color:#ff3399;
}


.newslist-title {
	font-size:160%; font-weight:bold;
	
}
.newslist-content img {width:100%;}
.newslist-content h1 {font-size:160%; margin-bottom:0.5em}
.newslist-comment {max-width:565px; text-align:left;font-size: 160%;
    letter-spacing: 0.5px;
    line-height: 160%;
		 overflow: auto;
	height:200px;
	min-width:300px;
overflow-x: hidden;

		}

.pop-title {
	font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 180%;
}

.girlsComentBox {
	text-align:left; padding:10px;font-size: 14px;　font-weight: bold;
}

.listPink { color:#ff3399;}

.girlsVoice {
	padding:10px; border-radius:10px; background-color:#F9DBF3; overflow: scroll; height:100px; width:94%;
}
.girlsImageList {
	background-color:#ff3399; width:266; height:70px; font-size:18px; color:#ffff; font-weight:bold;
}

.loadlistBox {
	overflow:hidden; clear:both; width:100%;
	/*margin:20px;*/
	padding: 20px;
	box-sizing: border-box;
}
.loadlistBox P {
background-color:#000; width:100px; height:100px; border-radius:100px; margin:0px auto;text-align:center; line-height:100px; color:#fff; font-size:150%; display:block;
}
.loadlistBox--pager {
	display: inline-block;
}

.interviewlist-content {
    border-radius: 20px;
    background: #FFF4F8;
    margin:5px;
    padding:15px;
	border-radius:20px;
	width:45%;
	height:800px;
	float:left;
    }

.interviewlist-content img {width:auto;max-height:70vh}
.interviewlist-content h1 {font-size:120%; margin-bottom:0.5em}
.interviewlist-content p {max-width:565px; text-align:left;
    letter-spacing: 0.5px;
	font-size:160%;
    line-height: 170%;
		width:96%;
	overflow-x: hidden;

		}

.interviewlist-contentComment  {max-width:565px; text-align:left;
    letter-spacing: 0.5px;
	font-size:160%;
    line-height: 170%;
		width:96%;
	overflow-x: hidden;
	height:150px;
		}

.interviewlist-girlsVoice {
	padding:10px; border-radius:10px; background-color:#F9DBF3; overflow: scroll; height:300px; width:94%; font-size:160%;
}











.form_area .error {
	color: #FF0000;
	font-size: 0.75em;
}



.desktop_hide {
	display: none;
}

