: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: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
    color: #404040;
}

/*webfont丸ゴシック*/
.maruGothicBold{
	font-family: "M PLUS Rounded 1c","Hiragino Kaku Gothic Pro","San Francisco","Meiryo","Noto Sans JP" ,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.maruGothicNormal{
	font-family: "M PLUS Rounded 1c","Hiragino Kaku Gothic Pro","San Francisco","Meiryo","Noto Sans JP" ,sans-serif;
	font-weight: 400;
	font-style: normal;
}



/* 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.jpg);
	background-size: contain;
	background-position: center top;
	background-repeat: repeat;
}
.headerWrap{
	width: 100%;
	background-image:url(../images/header-bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.headerTitleWrap{
	width: 100%;
	background: rgb(255,229,127);
	background: linear-gradient(135deg, rgba(255,229,127,1) 0%, rgba(255,240,178,1) 50%, rgba(255,229,127,1) 100%);	color: #fff;

}
.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: #c38a39;
}
.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: 70%;
	margin-top:1em;
}
.headerQR{
	width: 44%;
	margin-top:0.5em;
	margin-left: 20%;
}
.headerTEL{
	width: 46%;
	margin-top:3.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: 80%;
		margin-top:9%;
		max-width: 400px;
	}
	.headerDIV1Right{
		display:block;
		width: 100%;
		text-align: center;
		padding: 1em 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,229,127);
	background: linear-gradient(135deg, rgba(255,229,127,1) 0%, rgba(255,240,178,1) 50%, rgba(255,229,127,1) 100%);rgba(195,151,75,1) 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: 10%;
	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;
}
.headerNavWrapUnderGrade{
	width: 100%;
	height: 6px;
	margin: 0 auto 0 auto;
	background: rgb(113,255,106);
	background: linear-gradient(135deg, rgba(113,255,106,1) 0%, rgba(255,183,106,1) 33%, rgba(255,132,248,1) 66%, rgba(75,227,255,1) 100%);
}
/*モバイル版（最小）*/
@media (max-width: 639px) {
	.headerNavWrap{
		display: none;
	}

}


.footerFooter{
	
	padding: 2px 0 0 0;
	width: 100%;
	background-image:url(../images/footer-bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.footerNavWrapTopGrade{
	width: 100%;
	height: 6px;
	margin: 0 auto 0 auto;
	background: rgb(113,255,106);
	background: linear-gradient(135deg, rgba(113,255,106,1) 0%, rgba(255,183,106,1) 33%, rgba(255,132,248,1) 66%, rgba(75,227,255,1) 100%);
}
.footerWrap{

}
.footerArea{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	color: #c38a39f;
}
.footerNav{
	width: calc(100% - 2em);
	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: 1em 0;
	border-bottom: 1px solid #ff89cd;

}
.footerNav li{
	width: 12.5%;
	font-size: 1.0em;
	text-align: center;
	padding: 0.5em 0;
	line-height: 1.1em;
}
.footerNav a{
	color: #c38a39;
	font-weight: bold;
	text-decoration: none;

}
.footerLogo{
	width: 70%;
	max-width: 345px;
	display: block;
	margin: 3.5% auto 0 auto;
}
.footerCredit{
	width: 50%;
	max-width: 255px;
	display: block;
	margin: 2em auto 0 auto;
}
.footerTel{
	text-align: center;
	font-size: 1em;
	margin: 2.5em auto 0 auto;
	font-weight: bold;
	color: #c38a39;
}
.footerCopy{
	text-align: center;
	font-size: 0.8em;
	margin: 2.5em auto 0 auto;
	letter-spacing: -0.5px;
	color: #c38a39;
	font-weight: bold;

}
@media (max-width: 999px) {
	.footerNav li{
		width: 20%;
		font-size: 1.1em;
	}
}
@media (max-width: 699px) {
	.footerLogo{
		margin: 5.5% auto 0 auto;
	}
	.footerNav li{
		width: 25%;
		font-size: 1.0em;
	}
}
@media (max-width: 529px) {
	.footerNav{
		justify-content: flex-start;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	}
	.footerNav li{
		width: 33.333%;
		font-size: 0.9em;
		letter-spacing: -1px;
	}
}



.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: 10% auto 0 auto;
	background-image:url(../images/midashi-bg_202412ver.png);
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 2px 1px 2px;
	z-index: 8;
	position: relative;
}

.cmnMidashiInner{
	width: 100%;
	
}

.cmnMidashi1JP{
	width: 121px;
    height: 43px;
    display: block;
    float: right;
    margin: 0 0 0 5px;
}
.cmnMidashi1ENG{
	width: 220px;
    height: 43px;
    display: block;
    float: left;
    margin: 0;
}

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

@media (max-width: 539px) {

	.cmnMidashi1JP{
		width: 20%;
		height: auto;
		display: block;
		float: right;
		margin: 1% 0 0 5px;
	}
	.cmnMidashi1ENG{
		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: 75%;
	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-image:url(../images/thumb-bg.jpg); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.cmnListTextDIVBG0{
	background-image:url(../images/thumb-bg0.jpg);
}
.cmnListTextDIVBG1{
	background-image:url(../images/thumb-bg1.jpg);
}
.cmnListTextDIVBG2{
	background-image:url(../images/thumb-bg2.jpg);
}
.cmnListTextDIVBG3{
	background-image:url(../images/thumb-bg3.jpg);
}
.cmnListTextDIVBG4{
	background-image:url(../images/thumb-bg4.jpg);
}
.cmnListTextDIVBG5{
	background-image:url(../images/thumb-bg5.jpg);
}
.cmnListTextDIVBG6{
	background-image:url(../images/thumb-bg6.jpg);
}
.cmnListTextDIVBG7{
	background-image:url(../images/thumb-bg7.jpg);
}
.cmnListTextDIVBG8{
	background-image:url(../images/thumb-bg8.jpg);
}
.cmnListTextDIVBG9{
	background-image:url(../images/thumb-bg9.jpg);
}
.cmnListNameP{
	color:#ff4aac;;
	font-size: 1.2em;
	letter-spacing: -0.5px;
	line-height: 1em;
	position: relative;
}
.cmnListSpecP{
	color: #333;
	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(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%);
}
.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: 100%;
	
	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: 2em auto 0 auto;
	padding: 2em 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: rgb(255,211,250);
	background: linear-gradient(110deg, rgba(255,211,250,1) 0%, rgba(255,240,171,1) 100%);}

.topNewfaceDIV2 a{
	width: calc(25% - 1em);
	display: block;
	margin: 0 0.5em 1% 0.5em;
	color: #404040;
	position: relative;
	text-decoration: none;
}
.topNewfaceListDiv{
	position: relative;
	background-color: #ccc;
	padding: 0;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.1);
}
.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:#ff4aac;;
	font-size: 1.2em;
	letter-spacing: -0.5px;
	line-height: 1em;
	position: relative;

}
.topNewfaceListSpecP{
	color: #333;
	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: 150px;
}

/*モバイル版（最小）*/
@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: initial;
		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{
		width: calc(50% - 1em);
		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%;
	}
}		




.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: 620px;
	width: calc(100% - 2em);
	background-color: #fff;
	border: 2px solid #ddd;
	margin: 8em auto -5% 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(239,123,235);
	background: linear-gradient(131deg, rgba(239,123,235,1) 0%, rgba(77,185,237,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:#ea4a8a;
	font-size: 2.8em;
	letter-spacing: 0;
	line-height: 1.2em;
	margin: 0.5em 0 0 0;
}
.profileNamePSP{
	display: none;
	color:#ea4a8a;
	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: #666;
}
.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: #fff;
	font-weight: bold;
	background: #deb46c;
	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(255,255,255,0.5) ;
	border: 2px solid #deb46c;
}
.profileMessageMidashi{
	width: 100%;
	height: auto;
	border-bottom: 2px solid #deb46c;
}
.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: #666;
}




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

.profileMidashi1Inner{
	width: 100%;
}


@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: #ff0f9e;
	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:#555;
	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(255,106,173);
	background: linear-gradient(90deg, rgba(255,106,173,1) 0%, rgba(255,143,85,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(255,106,173);
	background: linear-gradient(90deg, rgba(255,143,85,1) 0%, rgba(255,151,67,1) 100%);
}
.profileOptionNega{
	background: #ccc !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(225,183,111);
	background: linear-gradient(0deg, rgba(225,183,111,1) 0%, rgba(219,170,84,1) 100%);
	text-align: center;
	color: #fff;
	padding: 1em 0;
	line-height: 1.3em;
	border:1px solid #f0c781;
}
.profileScheduleTable td{
	width: 14.285%;
	background-color: #fff;
	text-align: center;
	padding: 1em 0;
	line-height: 1.2em;
	border:1px solid #f0c781;
}
.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: #000;
	font-weight: bold;
	border:1px solid #d5aa62;
}
.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, rgba(255,188,139,1) 0%, rgba(255,182,28,1) 100%)!important;
	color: #fff !important;
}
.schedule-on a{
	color: #fff !important;
}

.scheduleSearchDIV ul li:hover{
	background: rgb(255,188,139);
	background: linear-gradient(180deg, rgba(255,188,139,1) 0%, rgba(255,182,28,1) 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: auto auto 0.5em auto;
	width: 75%;

}
.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: calc(100% - 2em);
	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.4em;
	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 span{
	display: inline-block;
	padding: 0 1em;
	border-radius: 1.25em;
	background: rgb(255,162,252);
	background: linear-gradient(90deg, rgba(255,162,252,1) 0%, rgba(110,208,255,1) 100%);
}
/*モバイル版（最小）*/
@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:900px;
	margin: 5em auto 0 auto;
}
.systemConceptText2{
	width: calc(100% - 1em);
	display: block;
	max-width:650px;
	margin: 5em auto 0 auto;
}
@media (max-width: 799px) {
	.systemConceptText1{
		max-width:500px;
		margin: 3em auto 0 auto;
	}
	.systemConceptText2{
		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(255,162,252);
	background: linear-gradient(90deg, rgba(255,162,252,1) 0%, rgba(110,208,255,1) 100%);
	padding: 0.20em 1em;
}
@media (max-width: 549px) {
	.systemMidashi1 {
		font-size: 1.4em;
	}
}
.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-color: rgba(255,255,255,0.75);
	padding: 6px;
	max-width: 700px;
	margin: 3em auto 0 auto;
	border: 3px solid #efc67f;
	border-radius: 24px;
}
.systemWaku1Inner{
	width: 100%;
	padding: 2em 1em;
}
@media (max-width: 639px) {
	.systemWaku1{
		border-radius: 18px;
	}
}


.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;
		
	}

}
.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;
}

.systemCorseDivColor{
	width: 100%;
	max-width: 400px;
	border-radius: 16px;
	padding: 1em;
	margin:1.5em auto 0 auto
}
.systemCorseDivColor1{
	background-color: #fff7ee;
}
.systemCorseDivColor2{
	background-color: #eef5ff;
}
.systemCorseDivColor3{
	background-color: #ffeefb;
}


.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;
}






.systemOptionMuryoName{
	text-align: center;
	color:#333;
	font-size: 1.25em;
	margin: 2em auto 0.75em auto;
	font-weight: normal;
}
.systemOptionMuryoNameBRPC{
	display: block;
}
.systemOptionMuryoNameBRSP{
	display: none;
}
.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.2em;
	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.2em;
	text-align: right;
	font-weight: normal;
	display: table-cell;
	padding: 0.75em 0.25em;
	vertical-align: middle;
	width: 5em;
}
.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;
	}
}
.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;
	}

}



.systemAccessWaku1{
	width: 100%;
	background-color: rgba(255,255,255,0.75);
	padding: 2em 0 0 0;
	margin: 3em auto 0 auto;
	border-top: 3px solid #efc67f;
	border-bottom: 3px solid #efc67f;
}
.systemAccessWaku1Inner{
	width: 100%;
	padding: 1em;
	
}
@media (max-width: 639px) {
	.systemAccessWaku1{
		width: calc(100% - 2em);
		padding: 2em  6px 0 6px;
		margin: 0em auto 0 auto;
		border: 3px solid #efc67f;
		border-radius: 18px;
	}
	.systemAccessWaku1Inner{
		width: 100%;
		
		
	}
	
}





.systemAccessDIV1{
	width: 100%;
	max-width: 1200px;
	margin: 0 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: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.systemAccessMapDIV1{
	width: 50%;
	padding: 1em;
	margin: 0 2% 0 0;
}
.systemAccessTextDIV1{
	width: 48%;
	padding: 1em;
	text-align: left;
}
.systemAccessName{
	text-align: left;
	font-size: 2em;
	font-weight: bold;
	margin: 0 auto 0 auto;
	color:#ff4aac;

}
.systemAccessP1{
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em auto 0.5em auto;
	color: #555;

}
.systemAccessBTN1{
	
	background: rgb(255,2,215);
	background: linear-gradient(180deg, rgba(255,2,215,1) 0%, rgba(255,37,57,1) 100%);
	padding: 0.5em 1em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 0.5em auto 2.5em auto;
	border-radius: 20px;
	display: block;
	float: left;
}
.systemAccessP2{
	clear: both;
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
	margin: 1em auto 0 auto;
	padding: 2em 0 0 0;
	line-height: 1.9em;
}
.systemAccessP3{
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
	margin: 1em auto 0 auto;
	background-color: #fff;
	padding: 1em;
	line-height: 1.9em;
	border: 1px solid #efc67f;
	border-radius: 6px;
}
@media (max-width: 639px) {
	.systemAccessMapDIV1{
		width: 100%;
		padding: 1em 0 0 0;
		margin: 0 0 0 0;
	}
	.systemAccessTextDIV1{
		width: 100%;
		padding: 0 1em 1em 1em;
	}
	.systemAccessName{
		margin: 1em auto 0 auto;
		font-size: 1.7em;

	}

	.systemAccessP1{
		text-align: center;
		font-size: 1.1em;
	}
	.systemAccessBTN1{
	display: block;
	float: none;
	width: 150px;
	text-align: center;
	margin: 2em auto 2em auto;
}


	.systemAccessP2{
		text-align: center;
		font-size: 1.1em;
	}
	.systemAccessP3{
		text-align: left;
		font-size: 1.0em;
	}
}

.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 2em 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(255,255,255,0.5);
	border: 1px solid #999;
}
.systemKinshiOL1 li{
	color: #555;
	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;
	}

}