@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap');


:root {

    /*※どちらのカラーテーマでも固定にする色(出来るだけカラーテーマごとに色を変更しないでください。)*/
    --color-fix-whiteHalf: rgba(255, 255, 255, 0.65);
}
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/ * Corrects block display not defined in IE8/9. */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block}

/* Corrects inline-block display not defined in IE8/9. */

audio,canvas,video {display : inline-block}
    
/* Prevents modern browsers from displaying 'audio' without controls */

audio:not([controls]) { display: none;height: 0}

/* Addresses styling for 'hidden' attribute not present in IE8/9. */

[hidden] {display: none}


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

/* 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom. */
html {
    font-family: sans-serif; /* 1 */
/* 日本語のfont-familyへの対応 */
	font-family: "Noto Sans JP" , "Meiryo", "Hiragino Kaku Gothic Pro","San Francisco",sans-serif;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
    color: #fff;
}





/* Removes default margin. */
body { margin : 0}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin: 0} /*上方向のmarginを0にします */

ul, li , dt , dd{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style:none;
}

/* =============================================================================
   Links
   ========================================================================== */

/* Addresses `outline` inconsistency between Chrome and other browsers. */

a:focus { outline: thin dotted}

/* Improves readability when focused and also mouse hovered in all browsers. */

a:hover,a:active { outline : 0}


/* =============================================================================
   Typography
   ========================================================================== */

html { font-size: 80%} /* レスポンシブ   タイプセッティングへの対応 */

@media (max-width: 350px) {html { font-size: 70%}} /* iPhone5クラスの幅の画面の場合はデフォルト文字サイズを少し小さくする */

/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */

/* 禁則処理の追加 */
p,li,dt,dd,th,td,pre{
-ms-line-break: strict;
line-break: strict;
-ms-word-break: break-strict;
word-break: break-strict}

/*Addresses styling not present in IE 8/9, Safari 5, and Chrome.*/

abbr[title] { border-bottom : 1px dotted}

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/

b, strong { font-weight : bold}

/*Addresses styling not present in Safari 5 and Chrome.*/
dfn { font-style: italic}

/*Addresses styling not present in IE 8/9.*/
mark { background: #ff0;
color: #000}

/* Corrects font family set oddly in Safari 5 and Chrome.*/
code, kbd, pre, samp {
font-family: monospace, serif;
font-size: 1em}

/*Improves readability of pre-formatted text in all browsers.*/
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word}


/*Sets consistent quote types.*/
q {quotes: “\201C” “\201D” “\2018” “\2019”;}

/*Addresses inconsistent and variable font size in all browsers.*/
small {font-size: 80%;}

/*Prevents `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline}

sup {top: -0.5em}
sub {bottom: -0.25em}


/*=================================================================
   Embedded content
=================================================================*/
/*Removes border when inside `a` element in IE 8/9.*/


img {
max-width :100%; /* フルードイメージへの対応 */
vertical-align: middle; /* 追加箇所 */
border: 0;
}

/* IE8 max-widthバグへの対応*/
/* .ie8 img{width: auto; height: auto} */

/* Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) {overflow: hidden}


/* =============================================================================
   Figures
   ========================================================================== */

/*Addresses margin not present in IE6/7/8/9, S5, O11*/

figure {margin: 0}


/* =============================================================================
   Forms
   ========================================================================== */


/* Define consistent border, margin, and padding*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/* 1. Corrects color not being inherited in IE 8/9.
 2. Remove padding so people aren’t caught out if they zero out fieldsets. */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

/* 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */

button, input, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */}

/*Addresses Firefox 4+ setting `line-height` on `input` using `!important` in  the UA stylesheet.*/

button,input {line-height: normal; /* 1 */}

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`  and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type `input` and others. */

button,
input[type="button"],  /* 1 */
input[type="reset"], 
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */}/
}

/*Re-set default cursor for disabled elements. */
button[disabled],
input[disabled] {cursor: default}


/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none}

/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0}

/* 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers. */
textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
input::placeholder{
    color: #AAA; 
}
/* リセット記述終了 */

/* clearfix
------------------------------------------------------------*/
.security{
	pointer-events: none;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
}

div,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre,dt,dd,li {
	box-sizing: border-box;	
}


html, body {
	padding-top: 0;
	height: 100%;
	width: 100%;
	
}


/*共通*/
.wrap{
	background-image:url(../images/bg1.webp);
	background-size: contain;
	background-position: center top;
	background-repeat: repeat;
}
.headerWrap{
	width: 100%;
	background-image:url(../images/header_bg.webp);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.headerTitleWrap{
	width: 100%;
	background: rgb(255,41,169);
	background: linear-gradient(90deg, rgba(255,41,169,1) 0%, rgba(78,103,255,1) 100%);5
}
.headerTitleWrap h1{
	font-size: 1.0em;
	line-height: 1em;
	font-weight: normal;
	max-width: 1200px;
	margin: auto;
	width: 100%;
	padding: 0.3em 1em 0.3em 1em;
	font-weight: bold;
	color: #fff;
}
.headerDIV1{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: table;
}
.headerDIV1Left{
	display: table-cell;
	width: 60%;
	vertical-align: middle;
	text-align: left;
}
.headerDIV1Right{
	display: table-cell;
	width: 40%;
	/* vertical-align: middle; */
	text-align: right;
	padding: 1em 0.5em;
}
.headerDIV1Left img{
	width: 31%;
    margin-top: 0em;
    mix-blend-mode: hard-light;
}
.headerQR{
	width: 44%;
	margin-top:3.5em;
	margin-left: 20%;
}
.headerTEL{
	width: 47%;
    margin-top: 0.5em;
	
}
.headerTELSP{
	width: 60%;
	margin-top:1em;
	display: none;
}
.headerOPEN{
	width: 64%;
	margin-top:0.25em;
}

.headerCREDIT img{
	width: 50%;
	margin-top:1em;
}
/*モバイル版（最小）*/
@media (max-width: 639px) {
	.headerTitleWrap h1{
		text-align: center;
		font-size: 0.85em;
		letter-spacing: -0.5px;
		padding: 0.5em 0.25em 0.3em 0.25em;
	}
	.headerTitleWrap h1 span{
		display: none;
	}
	.headerDIV1{
		display: block;
	}
	.headerDIV1Left{
		display:block;
		width: 100%;
		text-align: center;
	}
	.headerDIV1Left img{
		width: 68%;
		margin-top:9%;
		max-width: 350px;
	}
	.headerDIV1Right{
		display:block;
		width: 100%;
		text-align: center;
		padding: 1em 0.5em 3em 0.5em;
	}
	.headerQR{
		display: none;
	}
	.headerTEL{
		display: none;
	}
	.headerTELSP{
		width: 55%;
		margin:2% auto 0 auto;
		display: block;
	}
	.headerOPEN{
		width: 66%;
		margin:2% auto 0 auto;
		display: block;
	}

	.headerCREDIT{
		width: 60%;
		max-width: 250px;
		margin:2.5% auto 4% auto;
		display: block;
	}
	.headerCREDIT img{
		width: 100%;
	}
}


.headerNavWrap{
	width: 100%;
	background: rgb(255,41,169);
	background: linear-gradient(90deg, rgba(255,41,169,0.4) 0%, rgba(78,103,255,0.4) 100%);
}
.headerNav{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
	padding: 0.5em 0;
}
.headerNav li{
	width: 8.3%;
	border-right: 1px solid #fff;
	padding: 0.2em 0 0 0;
}
.headerNav li a{
	width: 85%;
	display: block;
	margin: auto;
}
.headerNav li:last-child{
	border:none !important;
}

/*モバイル版（最小）*/
@media (max-width: 639px) {
	.headerNavWrap{
		display: none;
	}

}

.footerWrapHeadBorder{
	width: 100%;
	height: 3px;
	background: rgb(255,41,169);
	background: linear-gradient(90deg, rgba(255,41,169,1) 0%, rgba(78,103,255,1) 100%);5

}
.footerWrap{
	width: 100%;
	background-image:url(../images/footer_bg.webp);
	background-size: 400px;
	background-position: center center;
	background-repeat: repeat;

}
.footerArea{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	color: #fff;
}
.footerNav{
	width: 100%;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
	padding: 2.5em 0 1em 0;
	border-bottom: 1px solid #fff;
}
.footerNav li{
	font-size: 1.0em;
	text-align: center;
	margin:0 1.25em 1.5em 1.25em;
	line-height: 1.1em;
}
.footerNav a{
	color: #fff;
	text-decoration: none;

}
.footerFlexDIV1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: flex-end;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.footerFlexDIV1L{
	width: 50%;
	padding: 0 1em;
}
.footerFlexDIV1R{
	width: 50%;
	padding: 0 1em;
}
.footerLogo{
	width: 90%;
	max-width: 200px;
	display: block;
	margin: 1.0% auto 0 0;
	mix-blend-mode: hard-light;
}
.footerCredit{
	width: 50%;
	max-width: 230px;
	display: block;
	margin: 2em 0 0 auto;
}
.footerTel{
	text-align: right;
	font-size: 1em;
	margin: 1.0em auto 0 auto;
}
.footerCopy{
	text-align: right;
	font-size: 1em;
	margin: 0.75em auto 0 auto;
}
@media (max-width: 999px) {
	.footerNav{
		justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	}
	.footerNav li{
		width: 23%;
		margin:0 1% 1.5em 1%;
		font-size: 1.1em;
	}
	.footerCopy{
		text-align: center;
		font-size: 0.9em;
		margin: 0.75em auto 0 auto;
	}
}
@media (max-width: 699px) {
	.footerNav li{
		width: 30%;
		margin:0 1.66% 1.5em 1.66%;
		font-size: 1.0em;
	}
	
}
@media (max-width: 799px) {
	.footerWrap{
		background-size: 800px;
		background-position: center top;
		background-repeat: repeat;

	}
	.footerFlexDIV1L{
		width: 100%;
	}
	.footerFlexDIV1R{
		width: 100%;
	}
	.footerLogo{
		width: 50%;
        max-width: 250px;
		display: block;
		margin: 10.0% auto 0 auto;
	}
	.footerCredit{
		width: 55%;
        max-width: 220px;
        display: block;
        margin: 3em auto 0 auto;
	}
	.footerTel{
		text-align: center;
		font-size: 1em;
		margin: 2.0em auto 0 auto;
	}
}



.cmnContentWrap{
	width: 100%;
}
.cmnCastPhoto1{
	width: 100%;
}


/*topページ*/
.topContentArea1{
	width: 100%;
	margin: auto;
	max-width: 1200px;
	padding: 0 0 0 0;
}
.topContentArea2{
	width: 100%;
	margin: auto;
	max-width: 1200px;
	padding: 0 0 8% 0;
}

.topCarouselDIV{
	padding: 10% 1em 0 1em;
	margin: 0 auto 5% auto;

}
/*モバイル版（最小）*/
@media (max-width: 639px) {
	.topCarouselDIV{
		margin: 0 auto 20% auto;
	}
}
.cmnMidashi{
	width: calc(100% - 1.8em);
	margin: 8em auto 0 auto;
	background-image:url(../images/midashi-bg-long.png);
	background-size: 1920px 100%;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 8px 0 8px;
	z-index: 8;
	position: relative;
}

.cmnMidashiInner{
	width: 100%;
	background-image:url(../images/midashi-inner-hr.png);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: repeat-x;
}

.cmnMidashi1Sub{
	max-width: 240px;
	width: 51%;
    height: auto;
    display: block;
    float: right;
    margin: 0 0 0 0;
}
.cmnMidashi1Main{
	max-width: 220px;
	width: 49%;
	height: auto;
    display: block;
    float: left;
    margin: 0;
}

/* トップページの新着情報などのハーフサイズの見出し */
.cmnMidashi1SubHalf{
	max-width: 240px;
	width: 51%;
    height: auto;
    display: block;
    float: right;
    margin: 0 0 0 0;
}
.cmnMidashi1MainHalf{
	max-width: 220px;
	width: 49%;
	height: auto;
    display: block;
    float: left;
    margin: 0;
}
@media (max-width: 899px) {
	.cmnMidashi{
		margin: 15vw auto 0 auto;
	}
}


@media (max-width: 539px) {

	.cmnMidashi1Sub{
		width: 44%;
		height: auto;
		display: block;
		float: right;
		margin: 1% 0 0 5px;
	}
	.cmnMidashi1Main{
		width: 45%;
		height: auto;
		display: block;
		float: left;
		margin: 0;
	}

	.cmnMidashi1SubHalf{
		width: 44%;
		height: auto;
		display: block;
		float: right;
		margin: 1% 0 0 5px;
	}
	.cmnMidashi1MainHalf{
		width: 45%;
		height: auto;
		display: block;
		float: left;
		margin: 0;
	}
}



/*常用*/
.cmnContentArea1200{
	width: 100%;
	margin: auto;
	max-width: 1200px;
	padding: 0 1em 10em 1em;
}
@media (max-width: 639px) {
	.cmnContentArea1200{
		padding: 0 1em 14% 1em;
	}
}
.cmnContentArea1000{
	width: 100%;
	margin: auto;
	max-width: 1000px;
	padding: 0 1em 10em 1em;
}
@media (max-width: 639px) {
	.cmnContentArea1000{
		padding: 0 1em 14% 1em;
	}
}
.cmnTitleMiddle{
	width: 88%;
	max-width: 350px;
	margin: 0 auto 0 auto;
	padding: 10% 0 1% 0;
}
@media (max-width: 639px) {
	.cmnTitleMiddle{
		padding: 15% 0 5% 0;
	}
}
.cmnListArea{
	width: 100%;
	margin: 3% auto 0 auto;
	padding: 0 0.5em;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: flex-start;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
@media (max-width: 639px) {
	.cmnListArea{
		margin: 7% auto 0 auto;
	}
}


.cmnListArea a{
	width: calc(20% - 1em);
	display: block;
	margin: 0 0.5em 1.25% 0.5em;
	color: #404040;
	position: relative;
	text-decoration: none;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.075);
}
.cmnListDiv2{
	position: relative;
	background-color: #ccc;
	padding: 0;
}
.cmnListTextDIV{
	position: relative;
	width: 100%;
	padding: 0.75em 0 0.1em 0;
	text-align: center;
	background-color: rgba(48,48,48,0.7);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.cmnListNameP{
	color:#f981ff;
	font-size: 1.2em;
	letter-spacing: -0.5px;
	line-height: 1em;
	position: relative;
}
.cmnListSpecP{
	color: #fff;
	font-size: 1.0em;
	letter-spacing: 0;
	margin: 0.5em 0 0.5em 0;
	line-height: 1em;
	font-weight: bold;
}
.cmnListTimeP{
	width: calc(100% - 1.5em);
	font-size: 1.0em;
	margin: 0 auto 0.65em auto;
	color: #fff;
	line-height: 1em;
	padding: 0.25em;
	font-weight: bold;
	background: rgb(213,26,226);
	background: linear-gradient(90deg, rgba(213,26,226,1) 0%, rgba(243,46,255,1) 50%, rgba(213,26,226,1) 100%);
}
.cmnListIconNewface{
	position: absolute;
	width: 30% !important;
	height: auto;
	display: block;
	top: 0;
	left: 0;
}
.cmnListIconImasugu{
	font-weight: bold;
	color: #e73a7a;
	padding: 0 0.2em 0.1em 0.2em;
	margin: 0 0 0 0.25em;
	font-size: 70%;
	vertical-align:0.5px;
	border: #e73a7a 1px solid; 
	border-radius: 4px;
	background-color: rgba(255,255,255,0.5);
}
.cmnListIconToday{
	font-weight: bold;
	color: #fff;
	padding: 0 0.5em 0.1em 0.5em;
	margin: 0 0.5em 0 0 ;
	font-size: 80%;
	vertical-align:0.5px;
	background-color: #e73a7a; 
}
.cmnListSpaceDIV1{
	height: 0.4em;
}
.cmnNewfaceNyutenP{
	background-image:url(../images/bg-grade-gold-yoko.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: repeat-y;
	font-size: 1em;
	color: #fff;
	padding: 0.25em 0.5em;
	line-height: 1em;
	margin: 0em 0 0.65em 0.75em;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
/*モバイル版（最小）*/
@media (max-width: 1099px) {
	.cmnListArea a{
		width: calc(25% - 1em);
	}
}
	/*モバイル版（最小）*/
@media (max-width: 999px) {
	.cmnListNameP{
		font-size: 1.2em;
	}	
}
/*モバイル版（最小）*/
@media (max-width: 899px) {
	.cmnListArea a{
		width: calc(33.333% - 1em);
	}
}
/*モバイル版（最小）*/
@media (max-width: 599px) {
	.cmnListArea a{
		width: calc(50% - 1em);
	}
}		
/*モバイル版（最小）*/
@media (max-width: 499px) {
	.cmnListNameP{
		font-size: 1.1em;
	}	
}
/*モバイル版（最小）*/
@media (max-width: 439px) {
	.cmnListNameP{
		font-size: 1.0em;
	}
	.cmnListSpecP{
		font-size: 0.9em;
	}
	.cmnListTimeP{
		font-size: 0.9em;
	}
}














.topMiddleDIV1{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}




.toppMiddleMidashi1JP{
	width: 127px;
	height: 43px;
	display: block;
	float: right;
	margin: 0;
}


@media (max-width: 1139px) {

.toppMiddleMidashi1ENG{
	width: 47%;
	height: auto;
	display: block;
	float: right;
	margin: 2.1vw 0 0 0;
}
}
@media (max-width: 899px) {

.toppMiddleMidashi1ENG{
	width: 300px;
	height: 74px;
	display: block;
	float: right;
	margin: 0 0 0 0;
}
}


@media (max-width: 539px) {

.toppMiddleMidashi1ENG{
	width: 50%;
	height: auto;
	display: block;
	float: right;
	margin: 3.5vw 0 0 0;
}
}

.topShinchakuMidashi{
	width: 100%;
	margin: 0 auto 0 auto;
	background-image:url(../images/midashi-bg.png);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.topShinchakuMidashi img{
	height: 40px;
}
.topShinchakuDIV1{
	width: 49%;
	padding: 0 0;
	margin: 0 0.5% 0 0.5%;
}
.topShinchakuDIV2{
	width: calc(100% - 0.75em);
	
	max-height: 930px;
	height: calc(71vw + 6em);
	overflow-y: scroll;
	padding: 0 0.5em 0 1em;
	margin: 2em 0 0 0;

}
.topShinchakuDIV2 a{
	text-decoration: none;

}
.topShinchakuDIV3{
	text-decoration: none;
	color: #404040;
	background-color: #fff ;
	box-shadow: 4px 4px 0px #edeffa;
	display: block;
}
.topShinchakuListDIV{
	width: 100%;
	margin: 0 0 1.25em 0;
	padding: 0.5em;
	border-bottom: 1px solid #ccc;
}
.topShinchakuListHeadDIV{
	width: calc(100% - 1.5em);
	margin: auto;
	padding: 7px 0;
	
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/

	border-bottom: 2px solid #bfbfbf;;
}
.topShinchakuThumb{
	width: 23%;
	float: left;
	margin: 0.65em auto 1em auto;
}
.topShinchakuTextDIV{
	width: 75%;
	float: right;
}
.topShinchakuMidashiP{
	font-size: 1.1em;
	color:#ff4aac;
	padding: 0 0.5em;
	line-height: 1.3em;
	text-align: left;
	margin: 0;
	width: calc(100% - 110px);
	font-weight: bold;
}
.topShinchakuEditorDIV{
	letter-spacing: 0;
	margin: 0em 0 0 0;
	padding: 0 0.5em 0.5em 0.5em;
}
.topShinchakuTime{
	font-size: 1.0em;
	color:#fff;
	padding: 0.5em 0;
	line-height: 1.3em;
	text-align: center;
	margin: 0;
	width: 110px;
	font-weight: bold;
	background: rgb(45,205,122);
	background: linear-gradient(142deg, rgba(45,205,122,1) 0%, rgba(0,210,217,1) 100%);
	letter-spacing: -0.25px;
}
.topShinchakuBTN1{
	width: 200px;
	display: block;
	margin: 2em auto 2em auto;
}

/*モバイル版（最小）*/
@media (max-width: 899px) {
	.topShinchakuDIV1{
		width: 100%;
		padding: 0 0 1em 0;
		margin-bottom: 1em;
	}
	.topShinchakuDIV2{
		width: calc(100% - 2em);
		height: 500px;
		overflow-y: scroll;
		padding: 0 0.5em 0 0;
		margin: 2em auto 0 auto;

	max-height: initial;
	
	}
	.topShinchakuListHeadDIV{
		
	}
	.topShinchakuThumb{
		width: 125px;
	}
	.topShinchakuTextDIV{
		width: calc(100% - 140px);
	}
	.topShinchakuTime{
		width: 100px;
		font-size: 0.9em;
	}
	.topShinchakuMidashiP{
		font-size: 1em;
		line-height: 1.3em;
		text-align: left;
		font-weight: bold;
		width: calc(100% - 100px);

	}
	

}
/*スクロールバーの横幅指定*/
.topShinchakuDIV2::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーの背景色・角丸指定*/
.topShinchakuDIV2::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #eee;
}
/*スクロールバーの色・角丸指定*/
.topShinchakuDIV2::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#ffc392;
}

/*モバイル版（最小）*/
@media (max-width: 639px) {
	.topShinchakuMidashi img{
		height: auto;
		width: 90%;
		max-width: 400px;
	}
}
/*モバイル版（最小）*/
@media (max-width: 539px) {
	.topShinchakuThumb{
		width: 93px;
		margin: 5px 0 1em 0;
	}
	.topShinchakuTextDIV{
		width: calc(100% - 105px);
	}
	.topShinchakuTime{
		top: 0;
		left: 0;
	}
}

.topShinchakuSPMoreBTN{
	display: none;
	width: 200px;
	margin: 0 auto 0.5em auto;
	position: relative;
	cursor: pointer;
}

/*モバイル版（最小）*/
@media (max-width: 799px) {
	#topShinchakuSPMoreDIV{
		display: none;
	}
	.topShinchakuSPMoreBTN{
		display: block;
	}
}




.topNewfaceDIV1{
	width: 41%;
	
	margin: 0 auto 0 auto;
}


.topNewfaceMidashi{

	width: calc(100% - 1.3em);
	margin: 5% auto 0 auto;
	background-image:url(../images/midashi-newface-bg.png);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.topNewfaceMidashi img{
	width: 35%;
	display: block;
	margin: auto;
}
.topNewfaceDIV2{
	width: calc(100% - 1.8em);
	/* max-width: 600px; */
	margin: 0em auto 0 auto;
	padding: 3em 1.5em 0.5em 1.5em;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: flex-start;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/

	background-color: rgba(96,20,181,.25);
}
.topNewfaceDIV2 a{
	width: calc(50% - 1em);
	display: block;
	margin: 0 0.5em 1% 0.5em;
	color: #404040;
	position: relative;
	text-decoration: none;
}
.topNewfaceListDiv{
	position: relative;
	background-color: rgba(0, 0, 0, 0.35);
	padding: 0;
}
.topNewfaceListTextDIV{
	/* background-image:url(../images/thumb-bg.jpg); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 0;
	width: 100%;
	padding: 0.75em 0.5em 0.5em 0.5em;
	text-align: center;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.topNewfaceListNameP{
	color:#f981ff;
	font-size: 1.2em;
	letter-spacing: -0.5px;
	line-height: 1em;
	position: relative;

}
.topNewfaceListSpecP{
	color: #fff;
	font-size: 1.0em;
	letter-spacing: -0.5px;
	margin: 0.5em 0 0 0;
	line-height: 1em;
	font-weight: bold;
}

.topNewfaceNyutenP{
	background-image:url(../images/bg-grade-gold-yoko.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: repeat-y;
	font-size: 1em;
	color: #fff;
	padding: 0.25em 0.5em;
	line-height: 1em;
	margin: 0.5em 0 0 0.75em;
	position: relative;
	display: inline-block;
	font-weight: bold;
}

.topNewfaceListIconNewface{
	position: absolute;
	width: 30% !important;
	height: auto;
	display: block;
	top: 0;
	left: 0;
}
.topNewfaceBTN1DIV{
	width: 100%;
	margin: 0.5em auto 0 auto;
}
.topNewfaceBTN1DIV a{
	float: right;
	width: 120px;
}

/*モバイル版（最小）*/
@media (max-width: 899px) {
	.topNewfaceDIV1{
		width: 100%;
		
		margin: 0;
	}
	

	.topNewfaceDIV2{
		width: calc(100% - 1.8em);
		height: auto;
		overflow-y: initial;
		margin: 1em auto 0 auto;
		max-width: 560px;
		padding: 1em 0.5em 0.5em 0.5em;
	}
	.topNewfaceThumb{
		width: 35%;
	}
	.topNewfaceTextDIV{
		width: 61%;
	}
	.topShameDIV1{
		width: 100%;
		padding: 0 1em;
	}

}
/*モバイル版（最小）*/
@media (max-width: 699px) {
	.topNewfaceDIV2{
		padding: 2em 1.5em 0.5em 1.5em;
	}
	.topNewfaceDIV2 a{
		
		margin: 0 0.5em 3% 0.5em;
	}
}
@media (max-width: 639px) {
	.topNewfaceThumb{
		width: 40%;
	}
	.topNewfaceTextDIV{
		width: 56%;
	}
}

/*モバイル版（最小）*/
@media (max-width: 539px) {
	.topNewfaceDIV2{
		padding: 1em 0.6em 0.5em 0.6em;
	}
	.topNewfaceThumb{
		width: 45%;
	}
	.topNewfaceTextDIV{
		width: 51%;
	}
}		


.topMovieDIV1{
	width: 55.5%;
	margin: 0 0.5% 0 0.5%;
}
.topMovieDIV2{
	width: calc(100% - 2em);
	padding: 1em;
	background-color: rgba(96, 20, 181, .25);
	margin: 0 auto 0 auto;
}
.topMovieDIV3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.topMovieThumb0{
	width: 100%;
}
.topMovieThumb1{
	width: 49%;
	margin-top: 1.1em;
}
.topMovieThumb2{
	width: 49%;
	margin-top: 1.1em;
}
.topMovieThumbLink1{
	width: 100%;
	aspect-ratio: 16/9;
	display: block;
	background-color: #000;
}
.topMovieThumbLink1 img,.topMovieThumbLink1 video{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.topMovieFlame1{
	width: 100%;
	aspect-ratio: 16/9;
	display: block;
	background-color: #000;
}
.topMovieThumbMovie{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

@media (max-width: 549px) {
	/*スマホで見た場合1件目のサムネが縦長の場合、横に黒帯を入れずに表示させる*/
	.topMovieFlame1{
		width: 100%;
		aspect-ratio: initial;
		display: block;
		background-color: #000;
	}
}

.topMovieTextarea{
	width: 100%;
	background-image:url(../images/thumb-bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 1.5em;

}
.topMovie-name{
	width: 100%;
	border-bottom: 2px solid #fff;
	padding: 0 0 0.5em 0;
}
.topMovie-name a{
	text-decoration: none;
	color: #eb7af0;
	font-size: 1.4em;
	line-height: 1.3em;
	text-align: left;
	font-weight: bold;
}
.topMovieThumb2 a,.topMovieThumb3 a{
	font-size: 1.2em;
}
.topMovie-genreP{
	float: right;
	background: #fff;
	color: #333;
	font-size: 0.9em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	padding: 0.5em 0.75em;
}
.topMovie-comment{
	font-size: 1.0em;
	color: #fff;
	line-height: 2em;
	text-align: left;
	font-weight: normal;
	margin: 0.5em 0 0 0;
}
.topMovie-linkDIV{
	width: 120px;
	display: block;
	margin: 1em auto 0 auto;
}
.topMovieBTN1DIV{
	width: 100%;
	margin: 1.5em 0 0 0;
}
.topMovieBTN1{
	width: 120px;
	float: right;
}



/*モバイル版（最小）*/
@media (max-width: 899px) {
	.topMovieDIV1{
		width: 100%;
		
		margin: 1.5em 0.5% 0 0.5%;
	}
	.topMovieThumb1{
		display: none;
	}
	.topMovieThumb2{
		display: none;
	}
	

}
/*モバイル版（最小）*/
@media (max-width: 639px) {
	
}
/*モバイル版（最小）*/
@media (max-width: 539px) {
	
}	











.topShameMidashi{
	width: calc(100% - 1.2em);
	margin: 7% auto 0 auto;
	background-image:url(../images/top-midashi-photodiary-bg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (max-width: 639px) {
	.topShameMidashi{
		margin: 20% auto 0 auto;
	}
}

.topShameWrap{
	width: 100%;
	
	

}

.topShameDIV1{
	width: 100%;
	max-width: 1200px;
	padding: 0 0 0em 0;
	margin: auto;
}
.topShameDIV2{
	width: calc(100% - 1.8em);
    margin: 2.5em auto 0 auto;
    position: relative;
    padding: 0;
}




.topFooterBannerDIV{
	padding: 2% 1em 0 1em;
	width: 100%;

}
.topFooterBannerDIV img{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 3.5% auto 0 auto;
}
.topFooterBannerDIV a{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: auto auto auto auto;
}
/*モバイル版（最小）*/
@media (max-width: 799px) {
	.topFooterBannerDIV{
		padding: 4% 1em 2% 1em;
	}
	.topFooterBannerDIV img{
		margin: 6.5% auto 0 auto;
	}
}
/*topツイッターバナー*/
.topTwitterLinkDIV{
	max-width: 460px;
	width: calc(100% - 2em);
	background-color: #000;
	background-image:url(../images/top_twitter_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	margin: 8em auto 0 auto;
	padding: 1.5em;
}
.topTwitterLinkText1{
	width: 100%;
	max-width: 420px;
	display: block;
	margin: auto;
}
.topTwitterLinkBTN1{
	width: 100%;
	max-width: 420px;
	display: block;
	margin: 0.5em auto 0 auto;
}
.topTwitterLinkBTN1:hover{
	opacity: 0.7;
}
@media (max-width: 639px) {
	.topTwitterLinkDIV{
		margin: 7em auto 0 auto;
	}
}






/*女の子個別ページ*/
.profileArea1{
	width: 100%;
	margin: 5% auto 0 auto;
}
.profileArea1L{
	width: 500px;
	float: left;
}
.profileArea1R{
	width: calc(100% - 540px);
	float: right;
}
@media (max-width: 899px) {
	.profileArea1L{
		width: 100%;
		float: none;

	}
	.profileArea1R{
		width: 100%;
		float: none;
		margin: 3em 0 0 0;
	}
}
#profileCatchSP{
	display: none;
}
.profileCatch{
	width: 100%;
	padding: 0.65em 0.65em 0.65em 0.65em;
	margin: 0 auto 0 auto;
	font-weight: bold;
	color:#fff;
	font-size: 1.3em;
	line-height: 1em;
	background: rgb(255,84,187);
	background: linear-gradient(90deg, rgba(255,84,187,1) 0%, rgba(205,119,255,1) 100%);
}
@media (max-width: 899px) {
	#profileCatchPC{
		display: none;
	}
	#profileCatchSP{
		display: block;
	}
	.profileCatch{
		max-width: 380px;
		margin: 10% auto 0 auto;
		text-align: center;
	}
}

.profileNamePPC{
	color:#fff;
	font-size: 2.8em;
	letter-spacing: 0;
	line-height: 1.2em;
	margin: 0.5em 0 0 0;
}
.profileNamePSP{
	display: none;
	color:#fff;
	font-size: 2.8em;
	letter-spacing: 0;
	line-height: 1.2em;
	margin: 1.0em auto 0 auto;
	text-align: center;
}
.profileAgeP{
	font-size: 75%;
	margin-left: 0.5em;
	color: #fff;
}
.profileSpecPPC{
	font-size: 1.5em;
	letter-spacing: 0;
	margin: 0.5em 0 0 0;
}
.profileSpecPSP{
	display: none;
	font-size: 1.5em;
	letter-spacing: 0;
	margin: 0.5em auto 1.5em auto;
	text-align: center;
}
@media (max-width: 899px) {
	.profileNamePPC{
		display: none;
	}
	.profileNamePSP{
		display: block;
	}
	.profileSpecPPC{
		display: none;
	}
	.profileSpecPSP{
		display: block;

	}
}

.profileTypeUL{
	width: 100%;
	margin: 1em auto 0 auto;
}
.profileTypeUL li{
	float: left;
	padding: 0.5em 0.65em 0.5em 0.65em;
	line-height: 1em;
	margin: 0.25em 0.5em 0.25em 0;
	color: #000;
	font-weight: bold;
	background: #fff;
	font-size: 1.1em;
}


#staff_mess_div{
	font-size: 0.9em;
	margin: 2em 0 0 0;
	line-height: 1.9em;
	font-weight: bold;
	padding: 1em 2em 2em 2em;
	background-color:rgba(0,0,0,0.5) ;
	border: 2px solid #fff;
}
.profileMessageMidashi{
	width: 100%;
	height: auto;
	border-bottom: 2px solid #fff;
}
.profileMessageMidashi img{
	width: 80px;
	height: auto;
	margin: 0 0 10px 0;
}



.profileText1{
	font-size: 1.1em;
	margin: 1em auto 0 auto;
	line-height: 1.75em;
	color: #fff;
}




.profileMidashi1{
	width: calc(100% - 0em);
	margin: 10% auto 0 auto;
	background-image:url(../images/midashi-bg-long.png);
	background-size: 1920px 100%;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 8px 0 8px;
	z-index: 8;
	position: relative;
}

.profileMidashi1Inner{
	width: 100%;
	background-image:url(../images/midashi-inner-hr.png);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: repeat-x;
}


@media (max-width: 639px) {
	.profileMidashi1{
		margin: 20% auto 0 auto;
	}
}










.profileQuestionDL{
	width: 100%;
	padding: 0.5em;
	margin: 1em auto 0 auto;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.profileQuestionDL dt{
	width: 30%;
	color: #ffd07f;
	font-weight: bold;
	border-bottom: 1px dashed #888;
	padding: 1em 1em 1em 0.5em;
	line-height: 1.2em;
	font-size: 1.1em;
}
.profileQuestionDL dd{
	width: 70%;
	color:#fff;
	font-weight: bold;
	border-bottom: 1px dashed #888;
	padding: 1em;
	line-height: 1.2em;
	font-size: 1.1em;
}
@media (max-width: 799px) {
	.profileQuestionDL dt{
		width: 100%;
		
		border-bottom: none;
		padding: 1em 0.5em 0em 0.5em;
	}
	.profileQuestionDL dd{
		width: 100%;
		padding: 1em 0.5em 1em 0.5em;
		line-height: 1.6em;
	}
}


.profileOptionDL{
	width: 100%;
	padding: 0.5em;
	margin: 1em auto 0 auto;
	color: #fff;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.profileOptionDL dt{
	width: 20%;
	padding: 1em 0.2em 1em 1em;
	margin: 0 0 1em 0.5%;
	text-align: left;
	line-height: 1.2em;
	background: rgb(217,69,208);
	background: linear-gradient(0deg, rgba(217,69,208,1) 0%, rgba(206,2,113,1) 100%);
}
.profileOptionDL dd{
	width: 4%;
	padding: 1em 0.2em;
	margin: 0 0.5% 1em 0;
	text-align: center;
	line-height: 1.2em;
	background: rgb(217,69,208);
	background: linear-gradient(0deg, rgba(217,69,208,1) 0%, rgba(206,2,113,1) 100%);
}
.profileOptionNega{
	background: #bbb !important;

}
@media (max-width: 899px) {
	.profileOptionDL dt{
		width: 26.3333%;
	}
	.profileOptionDL dd{
		width: 6%;
	}
}
@media (max-width: 699px) {
	.profileOptionDL dt{
		width: 40%;
	}
	.profileOptionDL dd{
		width: 9%;
	}
}
.profileShameDIV{
	width: calc(100% - 1em);
	margin: 2em auto 0 auto;
}
.profileScheduleTable{
	max-width: ;
	width: 100%;
	margin: 2em auto 0 auto;
}
@media (max-width: 525px) {
	.profileShameDIV{
	/*525px以下だと写メ日記がレスポンシブで２列表示になって下部にマージンが空きすぎるためにマイナスで縮める*/
		margin: 2em auto 0 auto;
	}
}

.profileScheduleTable th{
	width: 14.285%;
	background: rgb(183,68,176);
	background: linear-gradient(0deg, rgba(183,68,176,1) 0%, rgba(219,77,154,1) 100%);
	text-align: center;
	color: #fff;
	padding: 1em 0;
	line-height: 1.3em;
	border:1px solid #fff;
}
.profileScheduleTable td{
	width: 14.285%;
	background-color: #000;
	text-align: center;
	padding: 1em 0;
	line-height: 1.2em;
	border:1px solid #fff;
}
.profileScheduleSaturday{
	color: #1b61ff;
}
.profileScheduleSunday{
	color: #ff0000;
}
.brspProfileSchedule{
	display: none;
}
@media (max-width: 849px) {
	.brspProfileSchedule{
		display: initial;
	}
}


/*女の子一覧(主に検索窓のCSS)*/
.girlslistSearchDIV{
	width: calc(100% - 2em);
	max-width: 600px;
	margin: 3% auto 0 auto;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
	padding: 1em 0;
	color: #fff;
	font-weight: bold;
	border:1px solid #ef45f8;
}
.girlslistSearchDIV1,.girlslistSearchDIV2,.girlslistSearchBTNDIV{
	margin: 0.5em 0.8em;
}
.girlslistSearchDIV select{
	background-color: #f5f5f5;
}
.girlslistSearchDIV select{
	border-radius: 8px;
	padding: 0.75em;
	border: none;
}
.girlslistSearchBTN{
	border: none;
	background: rgb(255,135,37);
	background: linear-gradient(318deg, rgba(255,135,37,1) 0%, rgba(255,162,0,1) 100%);
	color: #fff;
	padding: 1em 1em 1em 1em;
	width: 100px;
	line-height: 1em;
	border-radius: 30px;
	font-weight: bold;
}
.brspGirls{
	display: none;
}
@media (max-width: 699px) {
	.girlslistSearchDIV{
		display: block;
		margin: 0 auto 0 auto;
		text-align: center;

	}
	.girlslistSearchDIV1,.girlslistSearchDIV2{
		margin: 0 auto 0.75em auto;
	}
	.girlslistSearchDIV select{
		min-width: 250px;
	}
	.brspGirls{
	display: block;
}
.girlslistSearchBTN{
	margin: 0.5em auto 0 auto;
	padding: 0.75em ;
	}
}


/*スケジュール*/
.scheduleSearchDIV {
    margin: 2% auto 0 auto;
    width: 100%;
    max-width: 900px;
}
.scheduleSearchDIV ul{
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
	width: 100%;
}
.scheduleSearchDIV ul li{
	margin: 0 ;
	line-height: 1em;
	font-size: 1.1em;
	width: 14%;
	background: rgb(228,228,228);
	background: linear-gradient(0deg, rgba(228,228,228,1) 0%, rgba(246,246,246,1) 100%);
	text-align: center;
	color: #555;
	border-left: 1px solid #ddd;
	letter-spacing: -0.5px;
}
.scheduleSearchDIV  li:first-child{
	border-radius: 30px 0 0 30px;
	border-left: none;
	width: 15%;
	padding-left: 1%;
}
.scheduleSearchDIV  li:last-child{
	border-radius: 0 30px 30px 0;
	width: 15%;
	padding-right: 1%;
}
.scheduleSearchDIV ul li a{
	width: 100%;
	
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 1em 0;
	display: block;


}
.scheduleSearchDIV ul li a br{
	display: none;
}
.schedule-on{
	background: rgb(255,188,139);
	background: linear-gradient(180deg, rgb(255 139 152) 0%, rgb(245 28 255) 100%) !important;
	color: #fff !important;
}
.schedule-on a{
	color: #fff !important;
}

.scheduleSearchDIV ul li:hover{
	background: rgb(255,188,139);
	background: linear-gradient(180deg, rgb(255 139 152) 0%, rgb(245 28 255) 100%) !important;
	color: #fff !important;
}
.scheduleSaturday{
	color: #1b61ff;
}
.scheduleSunday{
	color: #ff0000;
}
@media (max-width: 599px) {
	.scheduleSearchDIV ul li{
	line-height: 1.4em;
	font-size: 1.0em;
}
	.scheduleSearchDIV ul li a br{
	display: block;
}
	
}
@media (max-width: 429px) {
	
	
}

/*ランキング*/

/*常用*/
.rankingContentArea1200{
	width: 100%;
	margin: auto;
	max-width: 1200px;
	padding: 0 0 10em 0;
}
@media (max-width: 639px) {
	.rankingContentArea1200{
		padding: 0 0 14% 0;
	}
}
.cmnRankingArea{
	padding: 0 1%;
}
.cmnListIconNewface{
	position: absolute;
	width: 35%;
	height: auto;
	display: block;
}

.rank1 .cmnListNameP,.rank2 .cmnListNameP,.rank3 .cmnListNameP,.rank1 .cmnListSpecP,.rank2 .cmnListSpecP,.rank3 .cmnListSpecP{
	color: #000;
}
.rank1{
	background-image:url(../images/ranking-thumb-bg-no1.jpg) !important;
}
.rank2{
	background-image:url(../images/ranking-thumb-bg-no2.jpg) !important;
}
.rank3{
	background-image:url(../images/ranking-thumb-bg-no3.jpg) !important;
}
.rank4,.rank5,.rank6,.rank7,.rank8,.rank9,.rank10{
	background-image:url(../images/ranking-thumb-bg-no4.jpg) !important;
}
.rank1 .rankingListCatchP{
	background: rgb(177,121,23);
	background: linear-gradient(90deg, rgba(177,121,23,1) 0%, rgba(231,169,3,1) 50%, rgba(177,121,23,1) 100%);
}
.rank2 .rankingListCatchP{
	background: rgb(121,121,121);
	background: linear-gradient(90deg, rgba(121,121,121,1) 0%, rgba(184,184,184,1) 50%, rgba(121,121,121,1) 100%);
}
.rank3 .rankingListCatchP{
	background: rgb(193,82,21);
	background: linear-gradient(90deg, rgba(193,82,21,1) 0%, rgba(231,110,3,1) 50%, rgba(193,82,21,1) 100%);
}


@media (max-width: 899px) {
	
}

.rankingListArea{
	width: 100%;
	margin: 3% auto 7.5% auto;
	padding: 0 0;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: flex-start;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
@media (max-width: 639px) {
	.rankingListArea{
		margin: 6% auto 12% auto;
	}
}
.rankingListArea a{
	width: calc(19.8% - 16px);
	max-width: 240px;
	display: block;
	margin: 0 0.4% 0.8% 0.4%;
	color: #404040;
	padding: 4px;
	text-decoration: none;

}
.rankingListArea .cmnListTextDIV{
	background: none!important;

}

.rankingListDiv{
	position: relative;
	border:1px solid #c5a397;
	padding: 8px;
}





.rankingListRank{
	display: block;
	margin: -0.5em auto 0.5em auto;
	width: 100%;

}
.rankingListTextDIV{
	position: absolute;
	bottom:0;
	width: calc(100% - 16px);
	padding: 0.5em 0;
	text-align: center;
}

.rankingListCatchP{
	font-size: 1.0em;
	margin: 0.5em auto 0 auto;
	background: rgb(255,111,214);
	background: linear-gradient(90deg, rgba(255,111,214,1) 0%, rgba(255,148,221,1) 50%, rgba(255,111,214,1) 100%);
	line-height: 1em;
	padding: 0.4em;
	color: #fff;
	font-weight: bold;
	width: 100%;
	letter-spacing: -1px;
}

.rankingCategTitleDIV{
	width: calc(100% - 2.2em);
	margin: auto;
	display: table;
}
.rankingCategTitleDIV div{
	width: calc(50% - 150px);
	display: table-cell;
}
.rankingCategoryTitle {
	font-size: 2.0em;
	text-align: center;
	margin: 3.5% auto 3% auto;
	color: #fff;
	background-image:url(../images/ranking_midashi_head.png);
	background-size: 1.8em;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 1.3em;
}
.rankingCategoryTitle img{
	width: 1.8em;
	margin-right: 0.5em;
}

.rankingCategoryTitle span{
	display: inline-block;
	padding: 0 0em;
	
	border-bottom: 3px solid #e9ca96;
}
/*モバイル版（最小）*/
@media (max-width: 1199px) {
	.rankingCategoryTitle {
		font-size: 2.5vw;
	}

}
@media (max-width: 899px) {
	.rankingCategoryTitle {
		font-size: 3.5vw;
	}
	

}
@media (max-width: 639px) {
	.rankingCategoryTitle {
		font-size: 4.5vw;
	}
	
}

/*モバイル版（最小）*/
@media (max-width: 1199px) {
	.rankingListArea a{
		width: calc(33.333% - 33px);

	}
}
/*モバイル版（最小）*/
@media (max-width: 899px) {
	.rankingListArea a{
		width: calc(43.5%);
	}
}
/*モバイル版（最小）*/
@media (max-width: 499px) {
	.rankingListCatchP{
		font-size: 0.9em;
	}
}
	/*モバイル版（最小）*/
@media (max-width: 480px) {
	.rankingListArea a{
		width: calc(43%);
	}	
}


/*モバイル版（最小）*/
@media (max-width: 439px) {
	
}



/*メルマガ登録*/


.mailmagazineMidashi1{
	width: 100% ;
	max-width: 800px;
	margin: 10% auto 0 auto;

}

.mailmagazineP1{
	width: 90% ;
	max-width: 500px;
	margin: 3% auto 0 auto;
	display: block;
}
.mailmagazineMidashiTable1{
	width: 100%;
	max-width: 700px;
	margin: 10% auto 0 auto;
	display: table;
}
.mailmagazineMidashiTH{
	width: 60%;
	display: table-cell;

}
.mailmagazineMidashiTH img{
	width: 95%;
	max-width: 500px;
	display: block;
	height: auto;
	margin: auto;

}
.mailmagazineMidashiTD{
	display: table-cell;
	background-image:url(../images/mailmagazine-midashi2-hr.png);
	background-size: contain;
	background-position: center center;
	background-repeat: repeat-x;
}
@media (max-width: 539px) {
	.mailmagazineMidashiTH{
		width: 70%;
	}
}





.mailmagazineDIV2{
	margin: 5% auto 0 auto;
	width: 100%;
	max-width: 650px;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.mailmagazineDIV2 h4{

	width: 31.33333333%;
	margin: 0 1%;
	padding: 6px;
}
.mailmagazineMidashi2{
	width: 90%;
	max-width: 600px;
	margin: 7% auto 10% auto;
	display: block;

}
.mailmagazineLinkBTN1{
	width: 90%;
	max-width: 620px;
	margin: 7% auto 0 auto;
	display: block;
}


@media (max-width: 539px) {
	.mailmagazineDIV2{
		margin: 7% auto 15% auto;
	}
	.mailmagazineDIV2 h4{

	width: 33.33333333%;
	margin: 0 0%;
	padding: 0 5px;
}
	

}

/*新着情報専用ページ*/
.shinchakuDIV2{
	max-width: 600px;
	width: 100%;
	padding: 1em;
	margin: 2em auto 0 auto;
}
.shinchakuDIV2 a{
	text-decoration: none;
	color: #404040;
}





/*料金・システム*/
.systemArea1{
	width: 100%;
	margin: auto;
	max-width: 1000px;
	padding: 0 1em 0 1em;
}
.systemArea2{
	width: 100%;
	margin: auto;
	max-width: 1000px;
	padding: 0 1em 0 1em;
}
@media (max-width: 639px) {
	.systemArea1{
		padding: 0 1em 14% 1em;
	}
	.systemArea2{
		padding: 0 1em 14% 1em;
	}
}


.systemConceptText1{
	width: calc(100% - 1em);
	display: block;
	max-width:800px;
	margin: 5em auto 0 auto;
}
@media (max-width: 799px) {
	
	.systemConceptText1{
		max-width:650px;
		margin: 3em auto 0 auto;
	}
}







@media (max-width: 549px) {
	.systemP1{
		font-size: 1.1em;
	}
	.systemBRPC1{
		display: none;
	}

}

.systemMidashi1 {
	width: 100%;
	margin: auto auto 1.5em auto;
	display: inline-block;
	font-size: 1.6em;
	color: #fff;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
}
.systemMidashi1 span{
	background: rgb(167,45,189);
	background: linear-gradient(90deg, rgba(167,45,189,1) 0%, rgba(255,110,219,1) 50%, rgba(161,41,187,1) 100%);
	padding: 0.20em 1em;
}
@media (max-width: 549px) {
	.systemMidashi1 {
		font-size: 1.3em;
	}
}
.systemTable1 {
	width: 100%;
	margin: auto;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
}
.systemTable1 th{
	text-align: left;
	padding: 0.4em;
	vertical-align: top;
}
.systemTable1 td{
	text-align: left;
	padding: 0.4em;
}
.systemTableTH1,.systemTableTD1{
	border-bottom: 1px solid #999;
}
.systemTable1InnerTableTH,.systemTable1InnerTableTD{
	padding-top: 0 !important;
}
.systemTable1InnerTable th{
	padding-left: 0 !important;
}
.systemTable1  a{
	color:#bf3099;
}
@media (max-width: 549px) {
	.systemTable1 {
		font-size: 1.2em;
		letter-spacing: 0px;
	}
}
@media (max-width: 449px) {
	.systemTable1 {
		font-size: 1.1em;
		letter-spacing: 0px;
	}
}


.systemP2{
	text-align: center;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 1em auto 2em auto;
}
.systemWaku1{
	width: 100%;
	background: rgb(242,60,173);
	background: linear-gradient(0deg, rgba(242,60,173,1) 0%, rgba(93,41,187,1) 100%);
	padding: 3px;
	max-width: 700px;
	margin: 3em auto 0 auto;
	
}
.systemWaku1Inner{
	width: 100%;
	padding: 2em 1em;
	background-image:url(../images/system_waku_bg.webp);
	background-size: 600px;
	background-position: center center;
	background-repeat: repeat;
	background-color: rgba(255,255,255,0);
}
@media (max-width: 639px) {
	
}


.systemTable2{
	width: 100%;
	font-size: 1.4em;
	max-width: 320px;
	margin: auto;

}
.systemTable2 th{
	width: 140px;
	text-align: left;
	padding: 0.5em 0;
	border-bottom: 1px solid #999;
	font-weight: normal;
}
.systemTable2 td{
	text-align: right;
	padding: 0.5em 0;
	
	border-bottom: 1px solid #999;

}
.systemBRSP1{
	display: none;
}
.systemTableSpan1{
	color:#c3932c;

}
.systemP3{
	width: 100%;
	max-width: 600px;
	margin: 0.5em auto 0 auto;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
}
@media (max-width: 639px) {
	.systemBRSP1{
		display: block;
	}
}
@media (max-width: 499px) {
	.systemTable2{
		font-size: 1.2em;

	}
	.systemTable2 th{
		width: 120px;
	}
	
	.systemTableSpan1{
		font-size: 0.7em;
		
	}

}
.systemGaizeiP{
	width: 100%;
	margin: 3em auto -2em auto;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
}
.systemCorseP1{
	width: 100%;
	margin: 0.5em auto 2em auto;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
.systemCorseP2{
	width: 100%;
	margin: 0.5em auto 0 auto;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}
.systemCorseP3{
	max-width: 320px;
	width: 100%;
	margin: 0.5em auto 0 auto;
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
}
.systemCorsePRText1{
	width: 100%;
	margin: 2.5em auto 0 auto;
	text-align: center;
	line-height: 2em;
	font-size: 1.0em;
	font-weight: 400;
}
.systemCorsePRText1 .brsp{
	display: none;
}
.systemCorseSetsumeiDIV1{
	width: calc(100% - 2em);
	padding: 1.5em;
	background-color: rga(0,0,0,0.5);
	margin: 2.5em auto 0 auto;
	border: 1px solid #ccc;
}
@media (max-width: 639px) {
	.systemCorseSetsumeiDIV1{
		width: calc(100% - 0em);
		padding: 1.0em;
	}
	.systemCorsePRText1 .brsp{
		display: block;
	}
	.systemCorsePRText1{
		letter-spacing: -0.05em;
	}
}
.systemCorseSetsumeiP1{
	text-align: left;
	line-height: 1.8em;
	font-size: 1.0em;
	font-weight: 400;
	margin-top: 0.5em;
}
.systemCorseSetsumeiP2{
	text-align: left;
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: 800;

}





.systemTable3{
	width: 100%;
	font-size: 1.4em;
	max-width: 320px;
	margin: 1em auto 0.5em auto;
}
.systemTable3 td{
	border-bottom: 1px solid #9898aa;
	

}
.systemTable3 th{
	border-bottom: 1px solid #9898aa;
	

}
.systemjikanTD{
	width: 200px ;
	text-align: left;
	padding: 0.4em;
}
.systemRyokinTD{
	text-align: right;
	padding: 0.4em 0 0.4em 0.4em;
	
}
.systemTable3BorderR{
	width: 100%;
	border-right: 2px solid #aaa;
	display: block;
}







.systemOptionText1{
	text-align: center;
	font-size: 1.1em;
	margin: 0.5em auto 0 auto;
	letter-spacing: -0.5px;
}
.systemOptionListWrap{
	width: 100%;
	max-width: 620px;
	margin: 2em auto 0 auto;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.systemOptionListDIVFull{
	width: calc(100% - 0.5em);
	display: table;
	border-bottom: 1px solid #9898aa;
}
.systemOptionListDIV{
	width: calc(50% - 0.5em);
	display: table;
	border-bottom: 1px solid #9898aa;
}
.systemOptionListName{
	font-size: 1.25em;
	line-height: 1.1em;
	text-align: left;
	font-weight: normal;
	display: table-cell;
	padding: 0.75em 0.25em;
	vertical-align: middle;
}
.systemOptionListPrice{
	font-size: 1.25em;
	line-height: 1.1em;
	text-align: right;
	font-weight: normal;
	display: table-cell;
	padding: 0.75em 0.25em;
	vertical-align: middle;
	width: 5em;
}
.systemOptionListNameReduce{
	font-size: 70%;
}
.systemOptionListBRSP{
	display: none;
}
@media (max-width: 639px) {
	.systemOptionListName{
		font-size: 1.1em;
	}
	.systemOptionListPrice{
		font-size: 1.1em;
		width: 5em;
	}
}
@media (max-width: 549px) {
	.systemOptionListName{
		font-size: 1.0em;
	}
	.systemOptionListPrice{
		font-size: 1.0em;
		width: 5em;
	}
	.systemOptionMuryoNameBRPC{
		display: none;
	}
	.systemOptionMuryoNameBRSP{
		display: block;
	}
	.systemOptionListBRSP{
		display: block;
	}
}
@media (max-width: 449px) {
	.systemOptionListDIV{
		width: calc(100% - 0.5em);
	}
}
.systemDeliveryP1{
	width: 100%;
	margin: 0.5em auto 2em auto;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

.systemDeliveryP2{
	width: 100%;
	margin: 0.5em auto 1em auto;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
}
.systemDeliveryP3{
	width: 100%;
	margin: 1.5em auto 0 auto;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
}




.systemKoutsuhiP1{
	text-align: center;
	font-weight: bold;
	color:#ff4aac;
	font-size: 1.2em;
	margin: 0.75em auto 0 auto;
}
.systemKoutsuhiP2{
	text-align: center;
	font-weight: bold;
	color:#333;
	font-size: 1.2em;
	margin: 0 auto 0.75em auto;
}
.systemJizenP1{
	max-width: 600px;
	width: 100%;
	margin: auto auto 0.75em auto;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: center;
}
.systemJizenTable1{
	width: 100%;

}
.systemJizenTable1 th,.systemJizenTable1 td{
	padding: 0.5em 0.25em;
	border-bottom: 1px solid #bfad5b;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	height: 2.8em;
}
.systemKotsuhiUL1{
	width: 100%;
	max-width: 600px;
	margin: 0.5em auto;
}
.systemKotsuhiUL1 li{
	width: 100%;
	max-width: 600px;
	margin: auto auto 0.25em 1em;
	list-style-type: disc;
}
@media (max-width: 549px) {
	.systemJizenP1{
		font-size: 1.0em;
	}
	.systemJizenTable1 th,.systemJizenTable1 td{
		font-size: 1.1em;
		line-height: 1.2em;
	}
}



.systemCreditBTN{
	display: block;
	width: 250px;
	margin: 4% auto 0 auto;

}
.systemCreditP1{
	text-align: center;
	margin: 2em auto 0 auto;
	line-height: 1.7em;
}
@media (max-width: 639px) {
	.systemCreditBTN{
		margin: 6% auto 0 auto;
	}

}





.systemChuiP1{
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
	font-weight: bold;
	margin: 5% auto 2em auto;
}
.systemChuiP3{
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
	font-weight: bold;
	margin: 5% auto 0.5em auto;
}
.systemChuiP2{
	max-width: 600px;
	width: 100%;
	margin: auto auto 0.75em auto;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.8em;
	text-align: left;
}
.systemKinshiOL1{
	max-width: 600px;
	width: 100%;
	margin: auto auto 0.75em auto;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.8em;
	text-align: left;
	padding: 0.5em 1.5em;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #fff;
}
.systemKinshiOL1 li{
	color: #fff;
	margin: 0.5em 0;
}
.systemChuiP4{
	max-width: 600px;
	width: 100%;
	margin: 2em auto 0 auto;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.8em;
	text-align: left;
}
.systemFootSpace{
	height: 10em;
}
@media (max-width: 639px) {
	.systemFootSpace{
		height: 0;
	}
}

/*コンセプト*/
.conceptArea1000{
	width: 100%;
	margin: auto;
	max-width: 1000px;
	padding: 0 0 10em 0;
}
@media (max-width: 639px) {
	.conceptArea1000{
		padding: 0 0 14% 0;
	}
}
.concepteMidashi1{
	width: 50%;
	max-width: 300px;
	margin: 10% auto 0 auto;
}
.concepteMidashi2{
	width: 100%;
	max-width: 800px;
	margin: 5em auto 0 auto;
	padding: 0 1em;
}
.conceptP1{
	font-size: 1.4em;
	color: #555;
	line-height: 1.8em;
	text-align: left;
	font-weight: bold;
	margin: 3.5em auto 0 auto;
	letter-spacing: 0;
	padding: 0 1em;
}
.conceptDIV1{
	width: 100%;
	background-image:url(../images/concept_girl1.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.0);
	padding: 2em 1em 3em 1em;
	margin: 7em auto 0 auto;
}

.conceptDIV1TextDIV{
	width: 60%;
	float: left;
}
.conceptDIV2{
	width: 100%;
	background-image:url(../images/concept_girl2.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.0);
	padding: 2em 1em 3em 1em;
	margin: 6em auto 0 auto;
}
.conceptDIV2TextDIV{
	width: 60%;
	float: right;
}
.concepteMidashi3{
	width: 100%;
}
.conceptP2{
	font-size: 1.4em;
	color: #555;
	line-height: 2em;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0;
	margin: 2em auto 0 auto;
}
.concepteMidashi3PC{
	display: block;
}
.concepteMidashi3SP{
	width: 100%;
	max-width: 500px;
	margin: 15% auto 0 auto;
	padding: 0 1em;
	display: none;
}
.conceptDIV2 h4{
	margin-left: -1em;
}
@media (max-width: 799px) {
	.conceptDIV1{
		background-size: 120%;
		background-position: center center;
	}
	.conceptDIV2{
		background-size: 120%;
		background-position: 20% center;
	}
}
@media (max-width: 699px) {
	.conceptDIV2 h4{
		margin-left: 0;
	}
	.conceptP1{
		font-size: 1.3em;
	}
	.conceptDIV1{
		background-size: 150%;
		background-position: center top;
		margin: 1em auto 0 auto;
	}
	.conceptDIV2{
		background-size: 150%;
		background-position: 15% top;
		margin: 1em auto 0 auto;
	}
	.concepteMidashi3PC{
		display: none;
	}
	.concepteMidashi3SP{
		display: block;
	}
	.conceptDIV1TextDIV{
		width: 70%;
		min-height: 68vw;
	}
	.conceptDIV2TextDIV{
		width: 70%;
		min-height: 68vw;
	}
	
	.conceptP2{
		font-size: 1.3em;
		margin: 0em auto 0 auto;
	}
	
}
@media (max-width: 549px) {
	.conceptDIV1{
		background-size: 150%;
		background-position: center center;
	}
	.conceptDIV2{
		background-size: 150%;
		background-position: 15% center;
	}
	.conceptP1{
		font-size: 1.2em;
	}
	.conceptP2{
		font-size: 1.2em;
	}

}


/*動画コンテンツ*/
.movieListArea {
	list-style: none;
	margin: 4em 20px 0 20px;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.movieListArea li {
	 width: 31.33333%;
    margin: 0 1% 20px 1%;
    height: 100%;
    background-color: #000;
    position: relative;
    border: 1px solid #685163;
}
.movieThumbDiv1{
	aspect-ratio: 16 / 9;
	width: calc(100% - 2em);
	padding: 1em;
	
	display: block;
}
.movieThumbDivThumb {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.movieListArea li a video {
	width: 100%;
	display: block;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";	
	height: 16.75vw;
	/*↑縦横比およそ16:9にするための記述*/
	max-height: 201px;
	object-fit: cover;
	/*サムネイル用の動画タグなので、クリック禁止にする（しないと挙動がおかしくなります。）*/
	pointer-events: none;
}
.movieListArea li a:hover video {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.movie-thumb-btn{
	width: 18% !important;
	height: auto !important;
	position: absolute;
	top: 0;
  	bottom: 90px;
	left: 0;
  	right: 0;
 	margin: auto;
 	opacity: 1 !important;
 	z-index: 10;
}

.movie-text {	
	padding: 8px 10px 16px 10px;
	background-image:url(../images/thumb-bg.jpg);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: rgba(255,255,255,0);	
}
.movie-genreP {
	background-color: #fff;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	display: inline-block;	
	padding: 2px 12px 1px 12px;	
}
.movie-date {
	display: inline-block;
	float: right;
	margin-right: 5px;
}
.name-comment {
	clear: both;
	margin: 1em 3px 0 3px;
	overflow: hidden;
	height: 3em;
	line-height: 1.6em;	
	color: #eb7af0;
	font-weight: bold;
}
.movie-top-name::after {
	content: "｜" ;	
}

/* ムービー個別 */
.movie-spec{
	max-width: 1200px;
    height: auto;
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 15px 0 0 0;
}
.movie-spec a{
	color:#eb7af0;
}
.movie-name {
	font-size: 1.8em;
	font-weight: bold;	
	margin: 10px 0;
}
.movie-date-prof {
	margin: 0 0 8px 0;
}
.movie-comment {
	margin: 0 0 8px 0;
	max-width: 620px; 
}
.movie-link-prof {
	margin: 0 0 8px 0;
}
.movie-link-prof a {
	color: #fff;
	text-decoration: underline;
}
.popup-movie{
    max-width: 1200px !important;
    height: auto !important;
    max-height: 80vh;
    width: 90% !important;
    margin: auto !important;
    display: block;
  }

/* ページネーション */
#page-count {
	clear: both;	
	text-align: center;
	margin: 0px 30px 0 30px;
	padding: 10px 0;
	/*background-color: rgba(0,0,0,0.6);
	border-radius: 6px;*/
}
#page-count a {
	color: #fff;
	display: inline-block;
	margin: 0 5px;
	font-size: 1.15em;
	background-color: rgba(0,0,0,0.6);
	padding: 0.5em;
	border: 1px solid #fff;
}
.arrow-prev {
	display: inline-block;
	margin-right: 10px;	
}
.arrow-prev::before {
	display: inline-block;
	vertical-align: middle;
	padding-right: 0px;
}
.arrow-next {
	display: inline-block;
	margin-left: 10px;	
}
.arrow-next::after {
	display: inline-block;
	vertical-align: middle;
	padding-left: 0px;
}
.page-current {
	text-decoration: underline;
	color: #fff!important;
	background-color: #eb7af0!important;
	border: 1px solid #eb7af0!important;

}

.count-space {
	width: 100px;
	display: inline-block;
}



/* タブレット向け
--------------------------------------------------------- */
@media screen and (min-width:768px) and ( max-width:1024px) {

.movieListArea {
	margin: 4em 0 0 0;
}
#movie-select {
	margin: 0 0 20px 0;
}
.movieListArea li {
	width: 32.33333%;
	margin: 0 0.5% 20px 0.5%;	
}
.movieListArea li a video {
	height: 17.62498125vw;
	/*↑縦横比およそ16:9にするための記述*/
}
.movie-text {	
	padding: 7px 5px;	
}
.name-comment {	
	height: 3em;
	line-height: 1.6em;	
}

}


/* スマホ向け
--------------------------------------------------------- */
@media screen and (max-width: 767px){

.movieListArea {
	margin: 2em 8px 0 8px;
}
.movieListArea li {
	width: 100%;
	margin: 1em 0 1em 0%;	
}
.movieListArea li a video {	
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	width: 100%;
	height: 54.25vw;
	/*↑縦横比およそ16:9にするための記述*/
	max-height: initial;
}




.movie-text {	
	padding: 8px 7px;	
}
.name-comment {	
	height: 3em;
	line-height: 1.6em;	
	margin: 5px 2px 0 2px;
}

/* ムービー個別 */
.img-lity {
	max-width: 100%;	
}
.movie-name {
	font-size: 1.5em;
	margin: 10px 0;
}
.movie-date-prof {
	margin: 0 0 10px 0;
}
.movie-comment {
	margin: 0 0 10px 0;
	max-width: 100%; 
}
.movie-link-prof {
	margin: 0 0 10px 0;
}

.back-arrow {	
	margin-left: 0;
	font-size: 1.1em;
}
.back-arrow::after {	
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}
}

#movie-select {
	width: calc(100% - 2em);
	max-width: 600px;
	background: rgb(206,87,255);
	background: linear-gradient(0deg, rgba(189,247,246,1) 0%, rgba(217,255,243,1) 100%);
	margin: 3% auto 0 auto;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
	padding: 1em 0;
	color: #000;
	font-weight: bold;
}
.movie-selectDIV{
	float: left;
}
.movie-selectBTNDIV{
	float: left;
	margin-top: -2px;
}
.movie-selectDIVInner{
	float: left;
}
#movie-select select{
	
	border-radius: 8px;
	padding: 0.75em;
	border: none;
	margin: 0 1em 0 0;

}
.movieselect-btn {
	border: none;
    background: rgb(255,135,37);
    background: linear-gradient(318deg, rgba(255,135,37,1) 0%, rgba(255,162,0,1) 100%);
    color: #fff;
    padding: 1em 1em 1em 1em;
    width: 100px;
    line-height: 1em;
    border-radius: 30px;
    font-weight: bold;
    margin: 0 0.5em 0 0;
}
.movieselect-btn-clear {
	border: none;
    background: rgb(194,194,194);
	background: linear-gradient(0deg, rgba(194,194,194,1) 0%, rgba(167,167,167,1) 100%);
    color: #fff;
    padding: 1em 1em 1em 1em;
    width: 100px;
    line-height: 1em;
    border-radius: 30px;
    font-weight: bold;
}

/*アンケートページ(各店とも色要素以外は共通にすること。黒背景ベース店舗白背景ベース店舗で完全に共通にすること。)*/
.enqueteDIV1{
	width: calc(100% - 2em);
	max-width: 600px;
	margin: 5em auto 0 auto;
}
.enqueteP1{
	font-size: 1.0em;
	line-height: 2em;
	text-align: left;
	font-weight: normal;

}
.enqueteDIV2{
	width: 100%;
	margin: 4em auto 1em auto;
	padding: 0em 0;
}
.enqueteKoumokuName{
	font-size: 1.1em;
	color: #ddc685;
	line-height: 1.35em;
	text-align: left;
	font-weight: bold;
	margin:0 0 0.5em 0;
}
.enquetehissu{
	background-color: #cf8848;
	font-size: 0.75em;
	color: #fff;
	padding: 0.125em 0.5em;
	line-height: 1.25em;
	text-align: center;
	font-weight: bold;
	margin-left: 1em;
	display: inline-block;
	top: -0.15em;
	position: relative;
}
.enqueteKoumokuFootP1{
	font-size: 0.9em;
	margin: 0.25em 0 0 0;
	line-height: 1.2em;
	text-align: left;
	font-weight: normal;
}
.enqueteInputLong,.enqueteInputShort{
	margin: 0 0 0 0;
	padding: 0.5em;
	border: 2px solid #aaa;
	background-color: rgba(0,0,0,0.5);
	font-size: 1.1em;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	border-radius: 8px;
	color: #fff;
}
.enqueteInputLong{
	width: calc(100% - 1em - 4px);
}
.enqueteInputShort{
	width: 5em;
}
.enqueteSelect{
	margin: 0 0 0 0;
	padding: 0.5em;
	border: 2px solid #aaa;
	background-color: rgba(0,0,0,0.5);
	font-size: 1.1em;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	border-radius: 8px;
	color: #fff;
	width: 100%;
}
.enqueteDIV1 input[type="date"]::-webkit-calendar-picker-indicator {
	/*デイトピッカーのアイコンの表示色*/
	background-color: #fff;
	border-radius: 4px;
}
.enqueteTextarea1{
	width: calc(100% - 1em - 4px);
	height: 10em;
	margin: 0 0 0 0;
	padding: 0.5em;
	border: 2px solid #aaa;
	background-color: rgba(0,0,0,0.5);
	font-size: 1.1em;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	border-radius: 8px;
	color: #fff;
}
.enqueteInputRightSpan{
	margin: 0 0 0 0.5em;
	font-size: 1.1em;
	color: #fff;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
}
.enqueteRadioDIV{
	width: 100%;
	border-radius: 8px;
	border: 2px solid #aaa;
	padding: 1em;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.enqueteRadioP{
	font-size: 1.1em;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	margin: 0.5em 1.5em 0.5em 0;
}
.enqueteRadioP input{
	margin-right: 0.25em;
}
.enquetePrivacyDIV{
	width: 100%;
	margin: 4em auto 1em auto;
	padding: 0em 0;
}
.enquetePrivacyName{
	font-size: 1.1em;
	color: #fff;
	line-height: 1.25em;
	text-align: left;
	font-weight: bold;
	margin:0 0 0.5em 0;
}
.enquetePrivacyTextDIV{
	width: 100%;
	height: 20em;
	padding: 1em 0.5em 1em 1em;
	font-size: 0.9em;
	color: #000;
	line-height: 2em;
	text-align: left;
	font-weight: normal;
	
	background-color: #fff;
	border-radius: 8px;
}
.enquetePrivacyTextP{
	width: 100%;
	height: 100%;
	padding: 0 1em 0 0;
	overflow-y: scroll;
}
/*スクロールバーの横幅指定*/
.enquetePrivacyTextP::-webkit-scrollbar {
    width: 0.6vw;
}
/*スクロールバーの背景色・角丸指定*/
.enquetePrivacyTextP::-webkit-scrollbar-track {
  border-radius: 1vw;
	background: #eee;
}
/*スクロールバーの色・角丸指定*/
.enquetePrivacyTextP::-webkit-scrollbar-thumb {
  border-radius: 1vw;
	background:#555;
}
.enquetePrivacyCheckboxDIV{
	width: 100%;
	margin: 2em auto 0 auto;
	text-align: center;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: normal;
}
.enquetePrivacyCheckbox{
	margin-right: 0.25em;
}

.enqueteConfirmBTN{
	width: 250px;
	padding: 1.25em;
	background-color: #ddc685;
	border-radius: 10em;
	color: #000;
	font-size: 1.3em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	margin: 3em auto 0 auto;
	cursor: pointer;
}
.enqueteConfirmBTN:hover{
	opacity: 0.8;
}
.enqueteAlert{
	color: #f00;
	font-size: 0.8em;
	font-weight:bold;
	margin-left: 1em;
	display: none;
}


/*アンケートページのお店独自の要素は以下に書くこと*/
/*アンケートページ アナラードライ専用css*/
.enqueteKoumokuName{
	color:rgb(255, 0, 174)!important;
}
.enquetehissu{
	background-color: #f6407f!important;
}
.enqueteConfirmBTN {
    background-color: rgb(255, 0, 174)!important;
	color: #fff!important;
}

