@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size: 14px;/* 変更 */
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 1.4;/* 変更 */
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section,main {
	display: block;
}
h1, h2, h3, h4, h5, h6, strong, th{
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a{
	margin: 0;
	padding: 0;
	font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;
}
/*android版クローム　フォントサイズが大きくなる不具合対策*/
p {
	max-height: 999999px;
}
ins {
	background-color: #ff9;/* 変更 */
	color: #000;/* 変更 */
	text-decoration: none;
}
mark {
	background-color: #ff9;/* 変更 */
	color: #000;/* 変更 */
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: bottom;
	height: auto;
}
/* form */
input, select {
	vertical-align: middle;
}
/* float解除 */
header:after,footer:after,section:after,article:after,aside:after,main:after,div:after,dl:after,ul:after,ol:after,li:after {
		display: block;
		clear: both;
		height: 0;
		content: "";
}
/****************************************
 common (共通スタイル)
****************************************/
:root {
	--main-color1: #dcae19;
	--main-color2: #e8c554;
	--color-pink: #F88EA6;
	--color-orange: #F8B551;
	--color-blue: #4DC3CD;
	--color-green: #8DDB63;
	--bg-color1: #fff9e9;
	--bg-color1-rgb: 255, 249, 233;
	--txt-color1: #dcae19;
}
body {
	background: #fff;
	background: url(../images/bg_body.jpg) center top / contain;
	text-align: center;
	color: #444;
}
.inner {
	width: 1280px;
	margin: 0 auto;
}
a, a:hover{
	color: #444;
}
/* 見出し */
/* 小見出し */
.subtitle{
	padding-left: 10px;
	height: 30px;
	background: url(../images/bg_subtitle.png) 0 100% no-repeat;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
}
h2{
	height: 54px;
	margin: 0 0 20px 0px;
	/* padding-left: 60px; */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}
h3{
	margin-bottom: 10px;
}
/* 文字色 */
.atten_01, .atten_01 a{
	color: #ff007e;
}
.atten_02, .atten_02 a{
	color: #ffff00;
}
.atten_03, .atten_03 a{
	color: #0000ff;
}
.atten_04, .atten_04 a{
	color: #ff0000;
}
.txt_sm {
	font-size: 0.75em;
}
.txt_b {
	font-weight: bold;
}
/* マージン */
.mb_10{
	margin-bottom: 10px;
}
.mb_20{
	margin-bottom: 20px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_40{
	margin-bottom: 40px;
}
/* センタリング */
.center{
	text-align: center;
}
.left{
	text-align: left;
}
/* リンクアクション */
.link_act_01{
	opacity: 1;
	-webkit-transition: opacity 0.4s linear 0;
	-moz-transition: opacity 0.4s linear 0;
	transition: opacity 0.4s linear 0;
}
.link_act_01:hover{
	opacity: 0.5;
}
/* 画像装飾 */
.img_visual{
	box-sizing: border-box;
}
/* テーブル 1 */
.table_01 {
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	text-align: left;
}
.table_01 th, .table_01 td {
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #ddd;
}
.table_01 th {
	vertical-align: middle;
	color: var(--main-color2);
	font-weight: bold;
}
.table_01 td {
}
/* テーブル 2 */
.table_02 {
	width: 100%;
	/* border-left: 1px solid var(--main-color2); */
	/* border-top: 1px solid var(--main-color2); */
	border-spacing: 0;
}
.table_02 th, .table_02 td {
	padding: 5px 5px 5px 10px;
	border: 1px solid var(--main-color2);
	background: #fff;
}
.table_02 th {
	vertical-align: top;
	font-size: 12px;
	background: var(--bg-color1);
}
.table_02 td {
	text-align: center;
}
.table_02 td.red_bold {
	color: #f00;
	font-weight: bold;
}

/* テキストボックス 1 */
.txt_box_01{
	margin-bottom: 20px;
	/* text-align: left; */
}
.txt_box_01 h2{
	margin-bottom: 10px;
	border-bottom: 1px dotted #eee;
	color: var(--txt-color1);
	font-size: 16px;
}
/* テキストボックス 2 */
.txt_box_02{
	padding: 10px;
	/* text-align: left; */
}
/* テキストボックス 3 */
.txt_box_03{
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #fff;
	margin-bottom: 10px;
	color: #000000;
	text-align: left;
}

/* 女の子のボックス */
.cast_box li{
	position: relative;
}
.cast_box li a{
	color: #333;
}
.cast_box li .frame{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* 各ページ上部のテキストボックス */
.pagetext_box{
	width: 1040px;
	margin: 40px auto;
	padding: 40px 20px;
	background: #fff;
	box-sizing: border-box;
	outline: 3px solid var(--main-color2);
	outline-offset: 3px;
	border: 1px solid var(--main-color2);
	text-align: center;
	line-height: 1.5em;
}
/* リンクボックス */
.list_link_box{
	margin-right: -30px;
	font-size: 10px;
}
.list_link_box li{
	float: left;
	margin: 0 30px 20px 0;
}
.btn_c {
	width: 140px;
	height: 140px;
	border: 1px solid;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	display: block;
	position: relative;
	float: left;
	color: var(--txt-color1);
	/*smooth*/
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn_c:hover {
	color: var(--color-pink);
	opacity: 0.7;
}
.btn_c p {
	position: absolute;
	top: 44%;
	left: 0;
	right: 0;
}
.btn_sq {
	padding: 10px 20px;
	background: #e90359;
	font-size: 14px;
	/*smooth*/
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn_sq:hover {
	background: #6a1b35;
}
.btn_tx {
	position: absolute;
	right: 0;
	top: 327px;
}

/*

ヘッダー

 */
header {
	width: 100%;
	background: url(../images/bg_header.jpg) center center / cover no-repeat;
	position: relative;
}
/* ロゴ */
header .logo {
	margin-inline: auto;
	padding: 200px;
}
header .logo img {
	width: 600px;
}
/* 電話番号&営業時間 */
header .header_info {
	padding: 30px 0;
	background: rgba(255, 255, 255, 0.4);
}
header .header_info .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header_info .inner::after {
	display: none;
}
header .inner .info_box {
	width: 410px;
}
header .inner .info_box li:not(:last-of-type) {
	margin-bottom: 10px;
}
header .inner .info_box img {
	width: 100%;
}

/* グローバルナビ */
header nav.top ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 0;
	width: 730px;
}
header nav.top ul li a {
	height: 40px;
	background: url(../images/gnav.png);
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}
header nav.top ul li a#gnav_01 {
	width: 130px;
	background-position: 0 0;
}
header nav.top ul li a#gnav_02 {
	width: 170px;
	background-position: -130px 0;
}
header nav.top ul li a#gnav_03 {
	width: 155px;
	background-position: -300px 0;
}
header nav.top ul li a#gnav_04 {
	width: 169px;
	background-position: -455px 0;
}
header nav.top ul li a#gnav_05 {
	width: 106px;
	background-position: -624px 0;
}
header nav.top ul li a#gnav_06 {
	width: 130px;
	background-position: 0 40px;
}
header nav.top ul li a#gnav_07 {
	width: 170px;
	background-position: -130px 40px;
}
header nav.top ul li a#gnav_08 {
	width: 155px;
	background-position: -300px 40px;
}
header nav.top ul li a#gnav_09 {
	width: 169px;
	background-position: -455px 40px;
}
header nav.top ul li a#gnav_10 {
	width: 106px;
	background-position: -624px 40px;
}
header nav.top ul a:hover,
header nav.drop ul a:hover {
	opacity: 0.7;
}
/* トップページ ドロップヘッダー */
#change {
	background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 9999;
}
#change .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 ;
}
#change .inner::after {
	display: none;
}
#change ul {
	display: flex;
}

/* 下層ページナビゲーションメニュー */
header #undermenu {
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
}
header #undermenu .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 ;
}
header #undermenu .inner::after {
	display: none;
}
#undermenu ul {
	display: flex;
}
header nav.drop ul li a {
	height: 30px;
	background: url(../images/gnav_change.png);
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}
header nav.drop ul li a#gnav_change_01 {
	width: 93px;
	background-position: 0 0;
}
header nav.drop ul li a#gnav_change_02 {
	width: 118px;
	background-position: -93px 0;
}
header nav.drop ul li a#gnav_change_03 {
	width: 97px;
	background-position: -211px 0;
}
header nav.drop ul li a#gnav_change_04 {
	width: 122px;
	background-position: -308px 0;
}
header nav.drop ul li a#gnav_change_05 {
	width: 102px;
	background-position: -430px 0;
}
header nav.drop ul li a#gnav_change_06 {
	width: 90px;
	background-position: -532px 0;
}
header nav.drop ul li a#gnav_change_07 {
	width: 109px;
	background-position: -622px 0;
}
header nav.drop ul li a#gnav_change_08 {
	width: 110px;
	background-position: -731px 0;
}
header nav.drop ul li a#gnav_change_09 {
	width: 89px;
	background-position: -841px 0;
}
header nav.drop ul li a#gnav_change_10 {
	width: 70px;
	background-position: -930px 0;
}

/* ヘッドライン */
header .headline_outer {
  background: #fff;
	background: linear-gradient(0deg,#eaeaea 0%, #fff 50%, #eaeaea 100%);
	box-sizing: border-box;
	border-style: solid;
  border-image: linear-gradient(90deg, #dcae1f 0%, #fdeb84 25%, #dcae1f 50%, #fdeb84 75%, #dcae1f 100%) 1 / 2px 0 2px 0;
}
header .headline img {
	float: left;
}
header .headline {
  width: 1280px;
  height: 20px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  clear: both;
}
header .headline ul {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 250px;
  top: 15px;
}
header .headline ul li {
  width: 1030px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}

/*

コンテンツ

*/
main {
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
}

/*

フッター

*/
footer {
	font-size: 10px;
}
/* テキストメニュー */
footer .nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 760px;
	margin: 0 auto 20px;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
footer .nav a {
	transition: all 0.4s;
}
footer .nav a:hover {
	color: var(--txt-color1);
}
/* footer .nav li:before {
	content: "　|　";
	display: inline;
	margin: 0 3px;
} */
/*footer .inner .nav li:last-child:after {
	display: none;
}*/
footer .inner .logo {
	margin: 0 0 20px;
}
/* 電話番号&営業時間 */
footer .inner .info_box {
	margin: 0 auto 40px;
}
footer .inner .info_box li {
	margin-bottom: 20px;
}
footer .copyright {
	padding: 4px 0;
	border-top: 1px solid var(--main-color1);
	background: #fff;
	color: #444;
}
/******************************
認証ページ
******************************/
#entry_body{
	background: #fff;
	background: url(../images/bg_body.jpg) center top / contain;
	overflow-x: hidden;
}
#entry_body header{
	background: transparent;
}
#entry_top {
	display: grid;
	align-items: center;
	position: relative;
	height: 100vh;
	box-sizing: border-box;
	background: url(../images/bg_header.jpg) center center / cover no-repeat;
}
#entry_top::after {
	display: none;
}
/* 動画 */
#top_mov {
	position: relative;
	height: 0;
	overflow: hidden;
	background: #000000;
}
#top_mov video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
}
#top_mov video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
}
/* 認証 */
#entry_top .entry_top_inner {
	width: 970px;
	margin: 0 auto;
}
#entry_top .entry_top_inner .info_box {
	margin-bottom: 40px;
}
#entry_top .entry_top_inner .btn_box {
	width: 600px;
	margin: 0 auto;
}
#entry_top .entry_logo{
	margin-bottom: 40px;
}
#entry_top .btn_box li:nth-child(1) {
	float: left;
}
#entry_top .btn_box li:nth-child(2) {
	float: right;
}

#entry_top .img_box img {
	width: 400px;
	height: 200px;
	margin: 40px auto 0;
}

/* 認証ページ 下部 */
#entry_body h2 {
	height: 52px;
	margin: 0 0 10px;
	padding: 0;
	text-indent: 0;
	white-space: normal;
	font-weight: bold;
	font-size: 1.25em;
	color: var(--txt-color1);
}
#entry_body h2 span {
	font-size: 0.75em;
	font-weight: normal;
}
.entry_concept {
	margin-bottom: 40px;
	padding: 40px 0;
	background: url(../images/bg_entry_concept.jpg) center / cover no-repeat;
}
.entry_concept p:nth-child(1) {
	width: 470px;
	margin: 0 auto 20px;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-align: center;
	border-bottom: 1px solid;
	color: var(--txt-color1);
}
.entry_concept p:nth-child(2) {
	width: 280px;
	margin: 0 auto 20px;
	line-height: 2;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 0.25em;
}
.entry_concept p:nth-child(3) {
	width: fit-content;
	margin: 0 auto;
	border: 1px solid;
	padding: 20px;
	background: rgba(255, 255, 255, 0.6);
	letter-spacing: 0.25em;
	line-height: 2;
}
.txt_box_entry_top {
	margin-bottom: 40px;
	text-align: left;
}
.txt_box_entry {
	width: 21%;
	margin: 0 20px 40px 0;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid var(--main-color1);
	background: #fff;
	text-align: left;
	float: left;
	text-align: justify;
	text-justify: inter-ideograph;
}
.txt_box_entry:last-child {
	margin-right: 0;
}
.txt_box_entry p {
	height: 580px;
	line-height: 1.8;
}
.txt_box_entry p span {
	margin-bottom: 10px; 
	padding: 2px 0;
	border: 1px solid;
	border-radius: 2px;
	display: block;
	text-align: center;
	color: var(--color-pink);
}
.txt_box_entry p span.expenses{
	color: #ff5d5d;
	display: unset;
	border:none;
}

.top_index{
}
.entry_txt_inner{
	padding: 20px;
}
.top_banner {
	display: flex;
	width: 80%;
	justify-content: space-between;
	margin: 0 auto 40px;
}

/******************************
トップページ
******************************/
/* ↓flexslider.cssを上書き */
.flexslider {
	background: none !important;
	border: none !important;
}
/* ↑flexslider.cssを上書き */
#section_01 {
	padding: 35px;
	background: url(../images/bg_pickup.jpg) center / cover no-repeat;
}
#event {
	padding: 40px 0;
	background: url(../images/bg_event.jpg) center / cover no-repeat;
}
#event2 {
	padding: 40px 0;
	background: url(../images/bg_event2.jpg) center / cover no-repeat;
}
#event2 a{
	max-width: 800px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
#event3 {
	margin: 40px auto;
}
/* .slider_outer {
	background: url(../images/bg_mesh_w.png) 0 0 repeat;
} */
#slider {
	width: 800px;
	margin: 0 auto 20px;
}
#carousel {
	width: 800px;
	margin: 0 auto;
}
#carousel ul li {
	margin-right: 26.5px;
}
#carousel ul li:last-child {
	margin-right: 0;
}
/* 動画 */
#section_movie {
	width: 660px;
	float: left;
}
#section_movie h2 {
	background: url(../images/title_movie.png) 0 0 no-repeat;
}
/* カバーガール */
#section_covergirl {
	width: 545px;
	margin-inline: auto;
	/* float: right; */
}
#section_covergirl h2 {
	background: url(../images/title_covergirl.png) center no-repeat;
}
#section_covergirl ul {
	width: 545px;
	height: 371px;
	margin: 0 auto;
	background: #fff;
}
#section_covergirl ul li {
	width: 545px;
}
#section_covergirl ul li .img_box {
	width: auto;
	float: left;
	position: relative;
}
#section_covergirl ul li .img_box img {
	width: auto;
	max-height: 371px;
}
:is(#section_covergirl, #section_newface) ul li .img_box .icon_movie {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 999;
	width: min(20%, 40px);
	height: auto;
}
#section_covergirl .txt_box {
	padding: 20px 20px 0 267px;
}
#section_covergirl .cast_box li .comment_box {
	text-align: left;
}
#section_covergirl .cast_box li .comment_inner {
	max-height: 100px;
	padding: 0 10px;
	font-size: 16px;
	overflow: hidden;
	line-height: 1.6;
}
#section_covergirl .cast_box li,
#section_newface .cast_box li {
	font-size: 18px;
}
#section_covergirl .cast_box li .name ,
#section_newface .cast_box li .name {
	font-size: 1.25em;
}
#section_covergirl .cast_box li .age ,
#section_newface .cast_box li .age {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#section_covergirl .cast_box li .age span ,
#section_newface .cast_box li .age span {
	font-size: 0.75em;
}
#section_covergirl .cast_box li .size span ,
#section_newface .cast_box li .size span {
	font-size: 0.75em;
}
#section_covergirl .cast_box li .size_box ,
#section_newface .cast_box li .size_box {
	height: 65px;
	/*margin-bottom: 10px;*/
	border-bottom: 1px solid #ddd;
}
#section_covergirl .cast_box li .box_title ,
#section_newface .cast_box li .box_title {
	text-align: left;
	color: var(--txt-color1);
}
/* 新人情報 */
#section_newface{
	/*margin-top: -80px;*/
	padding: 40px 0;
	/* background: url(../images/bg.jpg) 0 0 repeat; */
}
#section_newface h2 {
	background: url(../images/title_newface.png) center no-repeat;
}
#section_newface ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 40px;
	margin: 0 auto;
	/*max-height: 1150px;*/
	overflow-y: auto;
}
#section_newface ul li {
	/* width: 580px; */
	width: calc((100% - 40px) / 2);
	height: 500px;
	/* margin: 0 auto 20px auto; */
	background: #fff;
	/* float: left; */
}
/* #section_newface ul li:nth-child(even) {
	margin-left: 80px;
} */
#section_newface ul li .img_box {
	width: 300px;
	margin: 20px 0 0 20px;
	float: left;
	position: absolute;
}
#section_newface ul li .img_box img {
	width: 300px;
	/* box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8); */
}
#section_newface .txt_box {
	padding: 20px 20px 0 340px;
}
#section_newface .cast_box li .comment_box {
	height: 260px;
	text-align: left;
}
#section_newface .cast_box li .comment_inner {
	max-height: 178px;
	padding: 0 10px;
	font-size: 16px;
	overflow: hidden;
	line-height: 1.6;
}
#section_newface .cast_box li .btn_newface {
	position: absolute;
	right: 0;
	bottom: 0;
}
/* イベント */
#section_event{
	width: 690px;
	float: right;
}
#section_event h2 {
	background: url(../images/title_event.png) 0 0 no-repeat;
}

/*---------------------------
section_topics
---------------------------*/
#section_topics {
	padding: 40px 0;
	background: url(../images/bg_topics.jpg) center / cover no-repeat;
}
#section_topics h2 {
	background: url(../images/title_topics.png) center no-repeat;
}
/* Twitter */
#tweet {
	width: 300px;
	float: right;
}
#tweet h2 {
	background: url(../images/title_twitter.png) 0 0 no-repeat;
}
/*インフォメーション*/
.topics_left {
	width: 940px;
	float: left;
}
.info_left{
	width: 260px;
	float: left;
	background: var(--bg-color1);
	overflow: hidden;
}
.info_left .info_title {
	display: block grid;
	align-items: center;
	height: 40px;
	box-sizing: border-box;
	background: var(--main-color1);
	color: #fff;
	font-family: serif;
	text-align: center;
	font-size: 1rem;
}
.info_right{
	width: 670px;
	float: left;
}
#info_nav ul {
	width: 100%;
}
#info_nav ul li{
	width: calc(100% / 4);
	height: 40px;
	box-sizing: border-box;
	padding: 10px 5px;
	float: left;
	cursor: pointer;
	color: #fff;
}
#info_nav ul li a{
	color: #fff;
	display: block;
}

/***** カテゴリボタン *****/
/* すべて */
#post_all,
article .post_all {
	background: var(--color-blue);
}
#post_all{
	background: var(--color-blue);
}
/* おしらせ */
#info_nav #post_news {
	background: var(--color-orange);
}
#info_box h3 .post_news,
.info_list ul li article .post_news {
	border-color: var(--color-orange);
	color: var(--color-orange);
}
/* おすすめ嬢 */
#info_nav #post_newface {
	background: var(--color-pink);
	color: #ffffff;
}
#info_box h3 .post_newface,
.info_list ul li article .post_newface {
	border-color: var(--color-pink);
	color: var(--color-pink);
}
/* イベント */
#info_nav #post_event {
	background: var(--color-green);
}
#info_box h3 .post_event,
.info_list ul li article .post_event {
	border-color: var(--color-green);
	color: var(--color-green);
}
/***** カテゴリボタン終了 *****/

/* 記事一覧 */
.info_list{
	max-height: 380px;
	padding: 0 0 20px 0;
	overflow-y: auto;
	overflow-x: hidden;
}
.info_list ul {
	height: 340px;
	padding: 0 15px;
}
.info_list ul li article{
	-webkit-transition:0.2s linear;
	-moz-transition:0.2s linear;
	-o-transition:0.2s linear;
	transition:0.2s linear;
	display: grid;
	grid-template-columns: 50px 1fr;
	align-items: center;
	gap: 0px min(14px, 20px);
	padding: 15px 5px;
	border-bottom: 1px dotted #ddd;
	cursor: pointer;
}
.info_list ul li article:hover{
	margin-left: 15px;
}
.info_list ul li article:hover > p:last-child{
	text-decoration: underline;
}
.info_list ul li span[class^="post"] {
	height: fit-content;
	padding: 4px 2px;
	border: 1px solid;
	background: none;
	font-size: 11px;
}
.info_list ul li .topics_link{
	padding: 3px;
	display: inline-block;
	font-size: 0.75em;
	text-align: left;
}
.info_list ul li article .topics_link span {
	font-weight: bold;
	font-size: 1.25em;
}
.info_list ul li .topics_link span {
	height: 16px;
	margin-bottom: 4px;
	overflow: hidden;
	display: block;
}
.info_list ul li i {
	margin: 0 auto 4px;
	display: block;
}

/* 記事 */
#section_topics #info_box {
	position: relative;
}
#section_topics .info_box {
	padding: 20px;
	background: rgba(255, 255, 255, 0.9);
	overflow-y: auto;
	float: none;
	box-sizing: border-box;
	margin: auto;
	width: 100%;
}
#section_topics .info_top_box {
	height: 360px;
}
#section_topics .info_box article {
	text-align: left;
	margin-bottom: 30px;
	padding-bottom: 30px;
    border-bottom: solid 1px #ddd;
}
#section_topics .info_box article h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 10px;
	font-size: 1.5em;
}
#section_topics .info_box article h3 [class^="post"] {
	height: fit-content;
	padding: 4px;
	border: 1px solid;
	background: none;
	font-size: 0.5em;
	white-space: nowrap;
}
/*#section_topics .info_box article h3 time {
	width: 25%;
	margin: auto;
	text-align: center;
	color: #fff;
	background: #d31563;
	display: block;
	float: left;
	padding-right: 20px;
}*/
/*#section_topics .info_box article h3 span {
	display: block;
	text-align: center;
	box-sizing: border-box;
	float: left;
	padding: 0 20px;
}
#section_topics .info_box article h3 span:first-child {
	width: 150px
}*/
#section_topics .info_box article p img {
	max-width: 100%;
}
.info_box article div.topics_txt {
	padding: 10px;
	word-wrap: break-word;
}
.info_box article div.topics_txt time {
	display: inline-block;
	margin-bottom: 10px;
}
.info_box article div.topics_txt img{
	max-width: 100%!important;
	height: auto!important;
}
#section_topics .info_box
#section_topics .info_box a article div.topics_txt {
	color: #000;
}
a article div.topics_txt{
	color: #000;
}
.info_box .btn a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #d31563;
	display: block;
	font-size: 20px;
	-webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,.2);
	box-shadow: 1px 2px 3px 1px rgba(0,0,0,.2);
}
.info_box .btn a i{
	color: #fff;
}
.info_bottom{
	padding: 10px;
	font-size: 14px;
	background: #fcfcfc
}
#section_topics .info_bottom p{
	display: inline-block;
	width: 49%;
}
#section_topics .info_bottom p,
#section_topics .info_bottom a{
	color: #ABABAB;
}
#section_topics .info_bottom time{
	text-align: left;
}
#section_topics .info_bottom .info_back{
	text-align: right;
}
#section_topics .info_bottom .info_back:hover{
	text-decoration: underline;
}
#section_topics .info_box .next {
	float: left;
}
#section_topics .info_box .back {
	float: right;
}
#section_topics .info_back_02 a{
	width: 300px;
	line-height: 50px;
	margin: auto;
	font-size: 16px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #888;
	display: block;
	background: url(../images/bg_backno.png);
}
#section_topics .info_back_02 i{
	color: #888;
}

/*------------------------
バックナンバー
------------------------*/
#section_backno {
	background: url(../images/bg.jpg) center top;
}
#section_backno p,
#section_backno a{
	color: #666;
}
#section_backno .inner{
	background: #FFF;
	padding: 1.5%;
	box-sizing: border-box;
}
#section_backno h2{
	background: url(../images/title_back.png) center top no-repeat;
}
#section_backno h3 span{
	width: 100px;
	height: 100px;
	display: block;
	line-height: 100px;
	margin: auto;
}
#section_backno article{
	width: 100%;
	display: table;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
#section_backno article:last-child{
	border-bottom: none;
}
#section_backno .backno_cullum{
	display: table-cell;
	vertical-align: top;
}
#section_backno .backno_cullum:first-child{
}
#section_backno .backno_cullum:last-child {
	height: 110px;
	padding: 0 10px;
	text-align: left;
	box-sizing: border-box;
	overflow-y: hidden;
	width: 100%;
}
#section_backno .info_box {
	width: 100%;
	margin: auto;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
#section_backno a:hover .topics_title,
#section_backno a:hover .topics_txt,
#section_backno a:hover .topics_date{
	text-decoration: underline;
}
#section_backno .info_bottom,
#section_backno .topics_txt{
	padding: 3px 0;
}
#section_backno .topics_title{
	margin-bottom: 3px;
	font-size: 16px;
	height: 20px;
	overflow-y: hidden;
	word-break: break-word;
}
#section_backno article .topics_txt{
	height: 40px;
	overflow-y: hidden;
	word-break: break-word;
}
#section_backno article .topics_title,
#section_backno article .topics_txt{
/*
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
*/
}
/*バックナンバー詳細部分*/
#section_backno .result .topics_title{
	height: auto;
}
#section_backno .result .topics_txt{
	height: auto;
}

/* 本日の出勤情報　*/
#section_schedule_today{
	padding: 40px 0;
	clear: both;
}
#section_schedule_today h2 {
	width: 1280px;
	margin: 0 auto 20px;
	background: url(../images/title_schedule.png) center no-repeat;
}
#section_schedule_today .cast_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#section_schedule_today .cast_box li {
	width: 19.6%;
	height: auto;
	margin: 0.2%;
	/* float: left; */
}

#section_schedule_today .cast_box li .cast_box_outer{
	position: relative;
}
#section_schedule_today .cast_box li .staff_thumbnail{
	width: 100%;
}
#section_schedule_today .cast_box li .txt_box {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 888;
}
#section_schedule_today .cast_box li .txt_box .red_bold{
	color: #f00;
	font-weight: bold;
}

#section_schedule_today .cast_box li .frame {
	position: absolute;
	left: 0;
	top: initial;
	bottom: 0;
	z-index: 777;
}
#section_schedule_today .cast_box li .icon_new {
	position: absolute;
	left: 10px;
	/* bottom: 100px; */
	bottom: 24%;
	z-index: 999;
}
:is(#section_schedule_today, #section_schedule, #section_cast) .cast_box li .icon_movie {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 999;
	width: min(20%, 40px);
	height: auto;
}
#section_schedule_today .cast_box li .txt_box p {
	text-align: left;
}
#section_schedule_today .cast_box li .txt_box p.red_bold {
	color: #f00;
	font-weight: bold;
}
#contents_cast .cast_box li:nth-of-type(5n),
#contents_schedule .cast_box li:nth-of-type(5n) {
	margin-right: 0;
}

#cast_box_bnr {
	margin-bottom: 40px;
	/* padding: 20px 0 */
}


/* ボトムバナー */
#bottom {
	padding: 40px 0;
	background: var(--bg-color1);
}
#bottom ul li {
	margin-right: 50px;
	float: left;
}
#bottom ul li:last-child {
	margin-right: 0;
}
#bottom ul li img {
	width: 213px;
}

/****************************************
バナー(bnr.html)
****************************************/
/* Twitterなし */
aside#bnr ul {
	padding-top: 40px;
	margin: 0 auto 20px auto;
	width: 960px;
	display: table;
	table-layout: fixed;
}
aside#bnr ul li {
	width: 320px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
aside#bnr ul li:first-child {
	text-align: left;
}
aside#bnr ul li:last-child {
	text-align: right;
}

/* Twitterあり */
aside#bnr_t {
	padding-top: 40px;
	width: 960px;
	margin: 0 auto 20px auto;
}

aside#bnr_t .tweet {
	width: 300px;
	float: left;
}
aside#bnr_t ul {
	width: 660px;
	float: right;
}
aside#bnr_t ul li {
	margin-bottom: 20px;
	width: 330px;
	height: 200px;
	float: left;
	text-align: right;
}

.bnr_link {
	max-width: 468px;
	margin: 0 auto;
}

.bnr_link img {
	width: 100%;
	height: auto;
}

/****************************************
女の子一覧ページ & スケジュールページ
****************************************/
/* 女の子のボックス */
#contents_cast .cast_box li,
#contents_schedule .cast_box li {
	margin: 0 53px 30px 0;
	float: left;
}
#contents_cast h2{
	background: url(../images/title_cast.png) 0 0 no-repeat;
}
#contents_schedule h2{
	background: url(../images/title_schedule.png) 0 0 no-repeat;
}
#sign {
position: relative;
overflow: hidden;
width: 100%;
height: 400px;
color: #fff;
}
#sign img {
position: absolute;
left: 50%;
width: 1920px;
height: 400px;
margin-left: -960px;
}
#section_schedule{
	padding: 40px 0;
	clear: both;
}
#section_schedule .pagetext_box {
}
#section_schedule h2 {
	width: 1280px;
	margin: 0 auto 20px;
	background: url(../images/title_schedule.png) 0 0 no-repeat;
}

#section_schedule .cast_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#section_schedule .cast_box li {
	width: 19.6%;
	height: auto;
	margin: 0.2%;
	/* float: left; */
}
#section_schedule .cast_box li .cast_box_outer{
	position: relative;
}
#section_schedule .cast_box li .staff_thumbnail{
	width: 100%;
}
#section_schedule .cast_box li .txt_box {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 888;
}
#section_schedule .cast_box li .frame {
	position: absolute;
	left: 0;
	top: initial;
	bottom: 0;
	z-index: 777;
}
#section_schedule .cast_box li .icon_new {
	position: absolute;
	left: 10px;
	/* bottom: 100px; */
	bottom: 24%;
	z-index: 999;
}
#section_schedule .cast_box li .txt_box p {
	text-align: left;
}
#section_schedule .cast_box li .txt_box p.red_bold {
	color: #f00;
	font-weight: bold;
}
#contents_cast .cast_box li:nth-of-type(5n),
#contents_schedule .cast_box li:nth-of-type(5n) {
	margin-right: 0;
}
#section_cast{
	padding: 40px 0;
	clear: both;
}
#section_cast .pagetext_box {
	text-align: center;
}
#section_cast h2 {
	width: 1280px;
	margin: 0 auto 20px;
	background: url(../images/title_schedule.png) 0 0 no-repeat;
}
#section_cast .cast_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#section_cast .cast_box li {
	width: 19.6%;
	height: auto;
	margin: 0.2%;
	/* float: left; */
}
#section_cast .cast_box li .cast_box_outer{
	position: relative;
}
#section_cast .cast_box li .staff_thumbnail{
	width: 100%;
}
#section_cast .cast_box li .txt_box {
	position: absolute;
	left: 10px;
	bottom: 0;
	z-index: 888;
}
#section_cast .short_comment {
	padding: 4px 0;
}
#section_cast .short_comment p {
	padding: 6px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid var(--color-pink);
	text-align: center;
}
#section_cast .cast_box li .frame {
	position: absolute;
	left: 0;
	top: initial;
	bottom: 0;
	z-index: 777;
}
#section_cast .cast_box li .icon_new {
	position: absolute;
	left: 10px;
	/* bottom: 100px; */
	bottom: 24%;
	z-index: 999;
}
#section_cast .cast_box li .txt_box p {
	text-align: left;
}

/****************************************
週間スケジュールページ
****************************************/
#contents_schedule .schedule_box{
	text-align: left;
}
#contents_schedule .schedule_box li{
	padding: 10px;
	background: linear-gradient(#ffffff, #aaaaaa);
	background: -webkit-linear-gradient(#ffffff, #aaaaaa);
	background: -moz-linear-gradient(#ffffff, #aaaaaa);
	border: 1px solid #fff;
	margin-bottom: 10px;
	color: #000000;
}
#contents_schedule .schedule_box .img_box{
	float: left;
}
#contents_schedule .schedule_box .name{
	width: 90%;
	float: right;
	font-size: 15px;
}
#contents_schedule .schedule_box table{
	width: 90%;
	height: 80px;
	float: right;
	font-size: 10px;
	text-align: center;
}
/****************************************
ランキングページ
****************************************/
#contents_ranking {
	padding: 40px 0;
}
#contents_ranking .pagetext_box {
}
#contents_ranking #list_tab_01 {
	width: 680px;
	margin: 0 auto 20px;
}
#contents_ranking #list_tab_01 li {
	width: 320px;
	margin: 0 10px 20px;
	padding: 20px 0 10px;
	background: var(--color-pink);
	font-size: 1.5em;
	line-height: 1;
	float: left;
	color: #ffffff;
	cursor: pointer;
	/*smooth*/
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* #contents_ranking #list_tab_01 li:hover {
	box-shadow: 0 0 20px 4px rgba(233, 3, 89, 0.8);
} */
#contents_ranking .disnon {
	background: #ffffff;
	visibility:hidden;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
}
#contents_ranking .cast_box li {
	margin-bottom: 40px;
	padding: 20px;
	background: var(--bg-color1);
}
#contents_ranking .cast_box li .img_box {
	width: 300px;
	float: left;
	position: relative;
}
#contents_ranking .cast_box li .img_box img {
	width: 300px;
}
#contents_ranking .cast_box li .img_box .icon_new {
	width: 80px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#contents_ranking .cast_box li .img_box .icon_movie {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 999;
	width: min(20%, 40px);
	height: auto;
}

#contents_ranking .cast_box li .txt_box {
	height: 410px;
	margin-left: 320px;
	padding: 20px;
	background: #fff;
}
#contents_ranking .cast_box li .txt_box .txt_top {
	display: flex;
	align-items: center;
	gap: 40px;
}
#contents_ranking .cast_box li .icon_ranking {
	/* float: left; */
	/* display: block; */
	width: 200px;
}
#contents_ranking .cast_box li .rank_name {
	/* margin-left: 40px; */
	/* padding-top: 40px; */
	font-size: 1.5em;
	text-align: left;
}
#contents_ranking .cast_box li .rank_txt {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	/* font-size: 0.75em; */
	font-size: 1em;
	color: var(--color-pink);
	font-weight: bold;
}
#contents_ranking .cast_box li .rank_comment {
	margin-top: 20px;
	text-align: left;
	border: 1px solid var(--main-color2);
	padding: 20px;
	height: 160px;
	border-radius: 8px;
}
#contents_ranking .cast_box li .rank_comment .rank_comment_omit {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.5em;
}
#contents_ranking .cast_box li .rank_num {
	margin-right: 10px;
	padding: 8px 16px;
	background: var(--main-color1);
	color: #fff;
	border-radius: 4px;
}
#contents_ranking .cast_box li .name {
	font-size: 2em;
}
#contents_ranking .cast_box li .size span {
	font-size: 0.75em;
	font-weight: bold;
	color: var(--txt-color1);
}
#contents_ranking .cast_box li .comment {
	padding: 0 20px;
	margin-top: 210px;
	text-align: left;
	line-height: 1.6;
	color: var(--txt-color1);
	font-size: 1.25em;
}

/****************************************
プロフィールページ
****************************************/
#profile_outer {
	padding: 40px 0;
}
#contents_profile {
	margin-bottom: 40px;
}
#contents_profile .profile_box_right{
	width: 680px;
	float: right;
}
#contents_profile .profile_box_right .txt_box_03 {
	padding: 20px;
}
#contents_profile .profile_box_right .name {
	font-size: 2em;
}
#contents_profile .profile_box_right .size {
	margin-bottom: 10px;
	font-size: 1.25em;
}
#contents_profile .profile_box_right .size span {
	font-size: 0.75em;
	font-weight: bold;
	color: var(--txt-color1);
}
#contents_profile .profile_box_right table tr th {
	padding: 20px 10px;
	font-weight: bold;
}
#contents_profile .profile_box_right table tr td {
	padding: 20px 10px;
}
#contents_profile .profile_box_right .movie_outer #movie{
	margin-inline: auto;
}
#contents_profile .profile_box_right .movie_outer img.movie_jwplayer_logo {
	display: none;
}
#contents_profile .profile_box_right #movie_wrapper {
	margin: 0 auto;
}
#contents_profile .profile_box_right .short_comment {
	padding: 10px 6px;
	border: 1px solid var(--color-pink);
	margin-bottom: 10px;
	text-align: left;
}
#contents_profile .profile_box_right .short_comment .title {
	padding: 8px;
	background-color: var(--color-pink);
	color: #fff;
	margin-right: 8px;
	text-align: left;
}

#contents_profile .profile_box_left{
	width: 520px;
	padding: 40px 15px 15px 40px;
	float: left;
}
#contents_profile .profile_box_left a {
	display: block;
	margin-bottom: 8px;
}
#contents_profile .profile_box_left a:last-child {
	margin-bottom: 0;
}
#contents_profile .profile_box_left img {
}
#contents_profile .profile_box_left .img_box{
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	float: left;
}
#contents_profile .profile_box_left .img_box .icon_new {
	position: absolute;
	left: 10px;
	bottom: 10px;
	box-shadow: none;
}
#contents_profile .profile_box_left .profile_thumb {
	height: 480px;
	margin-left: 320px;
}
#contents_profile .profile_box_schedule{
	margin-bottom: 40px;
	clear: both;
}
#contents_profile .profile_option_box p{
	width: 33.33%;
	padding: 5px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	float: left;
	text-align: center;
	font-size: 10px;
}
#contents_profile .profile_option_box .can{
	background: #ff007e;
}
#contents_profile .profile_option_box .normal{
	background: #fca3cf;
}
#contents_profile .profile_option_box .cant{
	background: #333333;
	color: #ffffff;
}
.schedule_nav li{
	padding: 10px 20px;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid var(--main-color1);
	background: #fff;
}
/*
プロフィールページ 感想
*/
.impressions_box ul.impressions_inner{
	width: 100%;
	margin: auto;
}
.impressions_box ul.impressions_inner li.impressions_list{
	width: 100%;
	max-width: 49.5%;
	border: 3px solid #eee;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	box-sizing:border-box;
	background: #fff;
}
.impressions_box ul.impressions_inner li.impressions_list:nth-child(2n){
	margin-right: 0;
}
.impressions_box ul.record{
	width: 100%;
	margin: auto;
	background: #888;
}
.impressions_box ul.record li{
	width: 38%;
	display: inline-block;
	color: #fff;
	line-height: 30px;
	text-align: left;
	margin: auto;
}
.impressions_box ul.evaluation{
	padding: 10px 0;
}
.impressions_box ul.evaluation li{
	width: 24%;
	display: inline-block;
	color: #000;
}
.impressions_box div.txt{
	height: 150px;
	padding: 0  10px 10px 10px;
	text-align: left;
	word-wrap:break-word;
	overflow: hidden;
	box-sizing: border-box;
}
.impressions_box div.txt .fa-lg{
	line-height: auto;
}
.impressions_box div.txt span{
	display: block;
	font-weight: bold;
	color: #d31563;
	text-align: center;
}
/****************************************
システムページ
****************************************/
#contents_system {
	/*width: 1280px;*/
	margin: 0 auto;
	padding: 40px 0;
}
#contents_system .pagetext_box {
	width: 1040px;
	margin: 40px auto;
	padding: 40px 20px;
	border-radius: 4px;
	background: url(../images/bg_leather_lg.png) top right no-repeat;
	text-align: center;
}
#contents_system h3 {
	margin-bottom: 40px;
}
#contents_system ul {
	margin-bottom: 40px;
}
#contents_system ul li {
	margin-bottom: 80px;
	width: 100%;
}
#contents_system ul li:nth-child(odd) {
	float: left;
}
#contents_system ul li:nth-child(even) {
	float: right;
}
#contents_system ul li:last-child {
	margin-bottom: 0;
}
#contents_system .system_cap {
	width: 900px;
	margin-inline: auto;
	margin-bottom: 40px;
	color: #999;
	line-height: 1.6;
	font-size: 0.75em;
	text-align: left;
}
#contents_system ul li:nth-child(5) {
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}

/****************************************
コンセプトページ
****************************************/
#contents_concept h2{
	background: url(../images/title_concept.png) 0 0 no-repeat;
}
#contents_concept .list_box{
	margin-bottom: 20px;
	text-align: left;
}
#contents_concept .list_box li{
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ffffff,endColorstr=#50ffffff);
}
#contents_concept .list_box li p{
	padding: 0 10px;
}
#contents_concept .list_box li p:first-child{
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px dotted #eee;
	color: #ff007e;
}
/****************************************
Q&Aページ
****************************************/
#contents_qa {
	padding: 40px 0;
}
#contents_qa .pagetext_box {
}
#contents_qa dl {
	width: 690px;
	margin: 0 auto;
	text-align: left;
}
#contents_qa dl dt {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--txt-color1);
	border-left: 1px solid var(--txt-color1);
	font-size: 2em;
}

#contents_qa dl dt .txt_sq_p {
    padding: 0 4px 0 10px;
    background: var(--txt-color1);
    font-size: 1.5em;
    color: #ffffff;
    float: left;
    line-height: 1.6;
}
#contents_qa dl dt p:nth-child(2) {
	margin-left: 70px;
	letter-spacing: -1px;
	line-height: 1.2;
}
#contents_qa dl dt p:nth-child(2) .txt_xl {
	color: var(--txt-color1);
	font-size: 2em;
}
#contents_qa dl dd {
	margin-bottom: 40px;
	font-size: 1.25em;
}
#contents_qa dl dd .txt_sq_w{
	margin-right: 10px;
    padding: 0 4px 0 8px;
    background: #ffffff;
    font-size: 1.5em;
    color: var(--color-pink);
    font-weight: bold;
    float: left;
    line-height: 1.6;
    border-radius: 4px;
}
#contents_qa dl dd p:nth-child(2) {
	margin-left: 50px;
	line-height: 1.6;
}
.txt_sq_y {
	margin-right: 4px;
	padding: 4px 8px;
	border: 1px solid var(--color-pink);
	border-radius: 2px;
	color: var(--color-pink);
	white-space: nowrap;
}
.txt_y {
	color: var(--color-pink);
}

/****************************************
ご利用方法ページ
****************************************/
#contents_info h2{
	background: url(../images/title_info.png) 0 0 no-repeat;
}
#contents_info .list_box li{
	height: 210px;
	margin-bottom: 20px;
	padding: 20px 30px;
	background: url(../images/bg_info.png) 0 0 no-repeat;
	text-align: left;
	color: #fff;
}
#contents_info .list_box li h3{
	margin-bottom: 40px;
	font-size: 18px;
}
#contents_info .list_box li h3 span{
	font-size: 28px;
	color: #ff007e;
}
/****************************************
プレイ内容ページ
****************************************/
#contents_play {
	padding: 40px 0;
}
#contents_play .pagetext_box {
}
#contents_play .list_box li {
	margin: 0 auto 40px;
	padding: 20px 30px;
	/*background: #e90359;*/
	text-align: left;
	/*background: url(../images/bg_play.png);*/
}
#contents_play .list_box li h3 {
	width: 550px;
	height: 70px;
	margin-bottom: 30px;
	padding: 10px 0 0 30px;
	background: url(../images/bar_play.jpg) top left / cover no-repeat;
	font-size: 2em;
}
#contents_play .list_box li:nth-child(4) h3 {
	width: 550px;
	height: 65px;
	padding: 15px 0 0 30px;
	font-size: 1.75em;
	letter-spacing: -1px;
}
#contents_play .list_box li h3 span{
	font-size: 1.5em;
	color: var(--txt-color1);
}
#contents_play .list_box li:nth-child(odd) img {
	margin-left: 20px;
	float: right;
}
#contents_play .list_box li:nth-child(even) img {
	margin-right: 20px;
	float: left;
}
#contents_play .list_box li:nth-child(even) div {
	margin-left: 640px;
}
#contents_play .list_box li p {
	font-size: 1.25em;
	line-height: 1.8;
	/*text-shadow: 0 0 0.5em rgba(235, 27, 105, 1);*/
}
#contents_play img.bnr_concept{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 20px;
	padding-top: 100px;
    margin-top: -100px;
}
/****************************************
求人情報ページ
****************************************/
#contents_recruit {
	padding: 40px 0;
}
#contents_recruit .pagetext_box {
	background: url(../images/bg_recruit_message.jpg) center / cover no-repeat;
}
#contents_recruit .pagetext_box img {
	margin-bottom: 20px;
}
#contents_recruit .pagetext_box p:last-child {
	padding: 40px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.6);
	display: inline-block;
	line-height: 1.8;
}
#contents_recruit table {
	width: 690px;
	margin: 0 auto;
}
#contents_recruit table tr {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-top: 1px solid var(--color-pink);
}
#contents_recruit table tr:last-child {
	border-bottom: 1px solid var(--color-pink);
}
#contents_recruit table th {
	margin: 0 0 20px;
	padding: 10px 20px;
	background: var(--color-pink);
	color: #ffffff;
	display: inline-block;
}
#contents_recruit table td p {
	line-height: 1.6;
}
#contents_recruit table td p:after {
	margin: 20px 0;
	content: "…";
	display: block;
}
#contents_recruit table td span {
	margin-bottom: 10px;
	font-size: 1.25em;
	letter-spacing: 2px;
	color: var(--txt-color1);
	display: inline-block;
}
/* 縦組みテーブル */
table.vertical,
table.vertical tbody,
table.vertical thead,
table.vertical tfoot,
table.vertical tr,
table.vertical th,
table.vertical td {
  display: block;
}
/* IE9用 */
table.vertical th {
    width: 150px\9;
    float: left\9;
}
table.vertical td {
    float: left\9;
    text-align: left\9;
}

/****************************************
お問合せページ
****************************************/
#contents_contact h2{
	background: url(../images/title_contact.png) 0 0 no-repeat;
}
/****************************************
WEB予約ページ
****************************************/
#contents_reserve h2{
	background: url(../images/title_reserve.png) 0 0 no-repeat;
}
/****************************************
アンケートページ
****************************************/
#contents_enquete{
	padding: 40px 0;
}
#contents_enquete .inner{
	max-width: 800px
}
#contents_enquete h2{
	background: url(../images/title_enquete.png) 0 0 no-repeat;
}
#contents_enquete .table_form {
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	text-align: left;
}
#contents_enquete .table_form tr{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-top: 1px solid var(--txt-color1);
}

#contents_enquete .table_form th, #contents_enquete .table_form td {
	width: 100%;
	display: block;
	text-align: center
}
#contents_enquete .table_form th {
	width: 30%;
	padding: 10px 20px;
	margin: 0 auto 20px;
	vertical-align: middle;
	background: var(--txt-color1);
	color: #fff;
}
#contents_enquete .table_form th.long {
	width: 70%;
}
#contents_enquete .table_form td {
	padding: 10px 0;
	margin: 0 auto 20px;
	text-align: center;
}
#contents_enquete .table_form .width_100{
	width: 100%;
}
.btn_form {
	width: 80%;
	padding: 11px 10px 8px;
	display: block;
	margin: auto;
	background: var(--color-pink);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
}
.btn_form.gray {
	background: #999;
}
.btn_form:hover {
	/* box-shadow: 0 2px 0 #c20049,0 4px 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	background: #ec0058; */
	opacity: 0.7;
}
.width_boost{
	padding: 10px 100px;
}
/*form装飾*/
select {
	background: #eee;
	border: 2px solid #ddd;
	color: #0C2245;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	vertical-align: middle;
	width: 200px;
	border-radius: 0;
}
/****************************************
アクセスページ
****************************************/
#contents_access h2{
	background: url(../images/title_access.png) 0 0 no-repeat;
}
#contents_access .list_box li {
	width: 470px;
	margin: 0 20px 20px 0;
	padding: 10px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ffffff,endColorstr=#50ffffff);
	float: left;
	text-align: center;
	border: 1px solid #fff;
}
#contents_access .list_box li:nth-of-type(2n){
	margin-right: 0;
}
/****************************************
ホテルページ
****************************************/
#contents_hotel {
	padding: 40px 0;
}
#contents_hotel .pagetext_box {
}
#contents_hotel #list_tab_01 {
	width: 100%;
	margin-bottom: 20px;
}
#contents_hotel #list_tab_01 li {
	margin-left: 4px;
	float: left;
	background: #fff;
	/*smooth*/
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents_hotel #list_tab_01 li:first-child {
	margin: 0 20px 0 0;
	padding: 5px 20px 5px 10px;
	border: 1px solid var(--main-color1);
	text-align: left;
	font-size: 0.75em;
	position: relative;
}
#contents_hotel #list_tab_01 li:first-child span {
    color: #fff;
    background: var(--main-color1);
    display: inline-block;
    padding: 12px 4px;
    position: absolute;
    top: 0;
    right: 0;
}
#contents_hotel #list_tab_01 li:hover {
	/* box-shadow: 0 0 20px 4px rgba(233, 3, 89, 0.8); */
	opacity: 0.7;
}
#contents_hotel h2_room {
	font-size: 1.5em;
	font-weight: bold;
	color: #1a1a1a;
}
#contents_hotel h2_room span {
	font-size: 0.75em;
}
.hotellist div {
	margin-top: -80px;
	padding-top: 80px;
}

#contents_hotel h3{
	width: 550px;
	height: 70px;
	margin-bottom: 10px;
	padding: 16px 0 0 30px;
	background-repeat: no-repeat;
	font-size: 2em;
	text-align: left;
	font-family: serif;
	font-weight: bold;
	font-size: 35px;
}
#contents_hotel h3 span{
font-size: 25px;
margin-left: 10px;
}
#contents_hotel .hotellist div:nth-child(even) h3{
	background: url(../images/bar_hotel_city.jpg);
	background-repeat: no-repeat;
}

#contents_hotel .hotellist div:nth-child(odd) h3{
	background: url(../images/bar_hotel_love.jpg);
	background-repeat: no-repeat;
}

#contents_hotel .hotellist div:nth-child(odd) h3 span{
	color: #f6719e;
}

#contents_hotel .table_01 {
	margin-bottom: 80px;
}
#contents_hotel .table_01 tr td:first-child{
	width: 45%;
}
#contents_hotel .table_01 tr td:nth-child(2){
	width: 15%;
}
#contents_hotel .table_01 tr td:nth-child(3){
	width: 35%;
}

/****************************************
体験漫画ページ
****************************************/
#contents_manga h2{
	background: url(../images/title_manga.png) 0 0 no-repeat;
}
/****************************************
リンクページ
****************************************/
#contents_link {
	padding: 40px 0;
}
#contents_link table tr th {
	padding: 20px;
}
#contents_link table tr td {
	padding: 20px;
}


/****************************************
感想投票ページ
****************************************/
#contents_impressins h2{
	background: url(../images/title_impressions.png) 0 0 no-repeat;
}
/****************************************
イベントページ
****************************************/
#contents_event h2{
	background: url(../images/title_event.png) 0 0 no-repeat;
}
/****************************************
メールマガジンページ
****************************************/
#contents_mailmagazine .pagetext_box {
}
#contents_mailmagazine .pagetext_box img {
	margin: 0 80px;
	display: block;
	float: left;
}
#contents_mailmagazine .pagetext_box p {
	padding-top: 20px;
}
#contents_mailmagazine input {
	padding: 8px;
	border: none;
	border-radius: 4px;
	border: 1px solid #666;
}
#contents_mailmagazine .label_wrap {
	display: flex;
  align-items: center;
  gap: 20px;
	width: fit-content;
	margin-inline: auto;
	margin-top: 15px;
}
#contents_mailmagazine label {
	display: flex;
  align-items: center;
  gap: 5px;
}
#contents_mailmagazine label input[type="radio" i] {
  margin: 0;
  margin-left: 5px;
}
#contents_mailmagazine .btn_submit {
	width: 80px;
	margin: 15px 0;
	border: none;
	background: var(--color-pink);
	color: #fff;
	cursor: pointer;
}

/****************************************
クレジットページ
****************************************/
#contents_card h2{
	background: url(../images/title_card.png) 0 0 no-repeat;
}
#contents_card .list_box{
	margin-bottom: 20px;
	text-align: left;
}
#contents_card .list_box li{
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ffffff,endColorstr=#50ffffff);
}
#contents_card .list_box li p{
	padding: 0 10px;
}
#contents_card .list_box li p:first-child{
	margin-bottom: 10px;
	padding: 0;
	border-bottom: 1px dotted #eee;
	color: #ff007e;
}

/****************************************
404ページ
****************************************/
#section_err {
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.3;
	text-align: left;
	padding: 80px 70px;
}
#section_err #err_title {
	height: auto;
	font-size: 56px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	text-indent: 0;
	overflow: auto;
	color: var(--txt-color1);
}
#section_err #err_subtitle {
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 40px 0;
	color: var(--txt-color1);
}
#section_err #err_toplink a {
	position: relative;
	color: var(--txt-color1);
	text-decoration: underline;
}
#section_err #err_toplink a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	margin: -8px 0 0 0;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 7px solid var(--txt-color1);
}
