/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

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

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `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
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

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

button,
html 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],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and 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;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

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

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/* ==============================================================================
	CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	-webkit-text-size-adjust: 100%;
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	color		: #fff;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
}

a{
	color		: #ff3399;
	text-decoration	: none;
}

a:hover{	text-decoration: none;}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}

body{
}


/*=================================================
 * CSS for PC
 * ================================================= */

body{
	position: relative;
	background: #333;
}

header,
nav,
main,
footer{
	width: 650px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

h1{
	position: relative;
	z-index: 2;
	display: block;
	width: 650px;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	color: #999;
	margin: 0;
	padding: 0 8px;
	position: absolute;
	top: 52px;
	left: calc(50% - 325px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

h2{
	position: relative;
	z-index: 2;
	display: block;
	width: 630px;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	color: #999;
	margin: 0;
	padding: 0;
	position: absolute;
	top: calc(100% - 129px);
	left: calc(50% - 315px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


@media screen and (max-width: 650px) {
	h1{
		width: 100%;
		left: 0;
	}
	h2{
		width: calc(100% - 20px);
		left: 10px;
	}
}


/** header **/

header{
	display: flex;
	align-items: flex-start;
	align-content: center;
	justify-content: flex-end;
	width: 100%;
	height: 64px;
	font-size: 0;
	line-height: 0;
	background: #1c1c1e;
	position: relative;
}

header #logo a{
	display: inline-block;
	width: 124px;
	height: 31px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 9px;
}

header #logo a img{
	width: 124px;
	height: auto;
}

/** area_menu **/

header #area_menu{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 13px 55px 0 0;
}

header #area_menu button{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 125px;
	height: 38px;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
	box-shadow:0px 0px 0px 1px #3e3e41 inset;
	border-radius: 3px;
	padding: 0 0 0 59px;
	background: url(../img/header/map.png) no-repeat 18px 50%;
	background-size: 38px auto;
	border: none;
	outline: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

header #area_menu button i{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	color: #ff429c;
	position: absolute;
	right: 22px;
	bottom: 4px;
}

.pan_bg{
	background: rgb(73,73,73);
	background: linear-gradient(90deg, rgba(73,73,73,1) 0%, rgba(62,62,65,1) 100%);
}

.pan{
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin: 0;
}
.pan::-webkit-scrollbar{
  display: none;
  height: 0 !important;
}

.pan ol{
	display: table;
	font-size: 0;
	line-height: 0;
	transition-property: transform;
	transform-origin: 0px 0px 0px;
	transform: translate(0px, 0px) scale(1) translateZ(0px);
}

.pan li{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
	padding: 0 17px 0 2px;
	-webkit-background-size: auto 25px;
	background-size: auto 25px;
}
.pan li:first-of-type{
	padding-left: 7px;
}
.pan li:before{
	content: '';
	height: 14.5px;
	border-right: 1px solid #1c1c1e;
	transform:rotate(-30deg);
	position: absolute;
	top: -1px;
	right: 8px;
	z-index: -1;
}
.pan li:after{
	content: '';
	height: 14.5px;
	border-right: 1px solid #1c1c1e;
	transform:rotate(30deg);
	position: absolute;
	bottom: -1px;
	right: 8px;
	z-index: -1;
}
.pan li:last-of-type:before,
.pan li:last-of-type:after{	display: none;}

.pan li a{
	font-size: 12px;
	line-height: 25px;
	color: #ccc;
}

.pan li span{
	font-size: 12px;
	line-height: 25px;
	color: #ccc;
}


/** map_area **/

#map_area{
	display: none;
	width: 650px;
	height: 100vh;
	background: rgba(28, 28, 30, 0.95);
	position: fixed;
	top: 0;
	left: calc(50% - 325px);
	z-index: 2000000000;
	overflow-y: auto;
	-ms-overflow-style: none;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#map_area::-webkit-scrollbar{	display: none;}
/*#map_area.opennav{	top: 0;}*/

.marea_top{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 100%;
	height: 70px;
	border-bottom: 3px solid #3e3e41;
	margin: 0 auto 10px auto;
	padding: 0 10px 0 9px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.marea_top span.site{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: calc(100% - 40px);
}
.marea_top span.site a{	margin-top: -4px;}
.marea_top span.site a:nth-of-type(1){	margin-right: 10px;}
.marea_top span.site a:nth-of-type(1) img{
	width: 124px;
	height: auto;
}
.marea_top span.site a:nth-of-type(2) img{
	width: 40px;
	height: auto;
	border-radius: 50%;
}

.marea_top span.close{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 40px;
	text-align: center;
	cursor: pointer;
}
.marea_top i{
	font-size: 36px;
	line-height: 36px;
}
.marea_top em{
	width: 100%;
	font-size: 11px;
	line-height: 11px;
}

.marea{	padding: 0 0 10px 0;}
.marea:last-of-type{	padding-bottom: 120px;}
.marea_t{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 20px;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.marea_t span{
	width: 26px;
	height: 26px;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #1c1c1e;
	border-radius: 50%;
	margin-right: 5px;
}
.marea_t.area1, .marea_t.area1 a{	color: #ff429c;}
.marea_t.area1 span{	background: #ff429c;}
.marea_t.area2, .marea_t.area2 a{	color: #62c2ff;}
.marea_t.area2 span{	background: #62c2ff;}
.marea_t.area3, .marea_t.area3 a{	color: #44ffeb;}
.marea_t.area3 span{	background: #44ffeb;}
.marea_t.area4, .marea_t.area4 a{	color: #41ea99;}
.marea_t.area4 span{	background: #41ea99;}
.marea_t.area5, .marea_t.area5 a{	color: #92f46b;}
.marea_t.area5 span{	background: #92f46b;}
.marea_t.area6, .marea_t.area6 a{	color: #fff461;}
.marea_t.area6 span{	background: #fff461;}
.marea_t.area7, .marea_t.area7 a{	color: #ffa544;}
.marea_t.area7 span{	background: #ffa544;}

.marea_d{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 0 5px 0;
	padding: 10px 17.5px 0 17.5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.marea_d a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(20% - 5px);
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: rgba(28, 28, 30, 1);
	border: 1px solid #3e3e41;
	border-radius: 3px;
	margin: 0 2.5px 5px 2.5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.marea_d a:hover{
	text-decoration: none;
}

#pop{	margin-bottom: 8px;}

#pop a{
	position: relative;
	height: 52px;
	font-size: 18px;
	border-radius: 10px;
	padding-bottom: 2px;
	width: calc(100%/6 - 6px);
	margin: 0 3px 6px 3px;
}

@media screen and (max-width: 500px) {
	#pop a{ width: calc(100%/3 - 6px);}
}

#pop a:before{
	content: '';
	width: 35px;
	height: 3px;
	border-radius: 1.5px;
	position: absolute;
	bottom: 12px;
	left: calc(50% - 17.5px);
}
#pop a:nth-of-type(1){	box-shadow: 3px 3px 0px 0px #00bceb;}
#pop a:nth-of-type(2){	box-shadow: 3px 3px 0px 0px #00bceb;}
#pop a:nth-of-type(3){	box-shadow: 3px 3px 0px 0px #69ba00;}
#pop a:nth-of-type(4){	box-shadow: 3px 3px 0px 0px #dfb200;}
#pop a:nth-of-type(5){	box-shadow: 3px 3px 0px 0px #ff8400;}
#pop a:nth-of-type(6){	box-shadow: 3px 3px 0px 0px #ff8400;}
#pop a:nth-of-type(1):before{	background: #02b5e2;}
#pop a:nth-of-type(2):before{	background: #02b5e2;}
#pop a:nth-of-type(3):before{	background: #69ba00;}
#pop a:nth-of-type(4):before{	background: #dfb200;}
#pop a:nth-of-type(5):before{	background: #ff8400;}
#pop a:nth-of-type(6):before{	background: #ff8400;}


/** hd_login **/

#hd_login{
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1300000020;
	top: 10px;
	right: 5px;
}

#hd_login .before{
	display: inline-block;
	vertical-align: top;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#hd_login .before:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#hd_login .before img{
	width: 44px;
	height: auto;
	border-radius: 50%;
	box-shadow:0px 0px 0px 2px #ffae00;
	-moz-box-shadow:0px 0px 0px 2px #ffae00;
	-webkit-box-shadow:0px 0px 0px 2px #ffae00
}

#hd_login .usbox_l{
	position: relative;
	z-index: 1300000030;
}

#hd_login .usbox_l img{
	width: 44px;
	height: auto;
	border-radius: 50%;
	cursor: pointer;
	box-shadow:0px 0px 0px 2px #3e3e42;
	-moz-box-shadow:0px 0px 0px 2px #3e3e42;
	-webkit-box-shadow:0px 0px 0px 2px #3e3e42
}

#navToggle{	border-radius: 50%;}
#navToggle button{
	position: absolute;
	top: 26px;
	right: -2px;
	z-index: 1300000040;
	cursor: pointer;
	display:block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-indent: -9999px;
	background: #ffffff;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#navToggle button span,
#navToggle button span:before,
#navToggle button span:after{
	display: inline-block;
	width: 12px;
	border-bottom: 2px solid #3e3e41;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#navToggle button span{
	position: absolute;
	top: 6px;
	right: 4px;
	z-index: 1300000010;
}
#navToggle button span:before,
#navToggle button span:after{
	content: "";
	display: block;
	clear: both;
}
#navToggle button span:before{
	position: absolute;
	top: 3px;
	right: 0;
}
#navToggle button span:after{
	position: absolute;
	top: 6px;
	right: 0;
}
#navToggle .closebt span{
	position: absolute;
	top: 9px;
	right: 4px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#navToggle .closebt span:before{
	content: "";
	clear: both;
	position: absolute;
	top: 0px;
	right: 0px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	opacity:0;
}
#navToggle .closebt span:after{
	content: "";
	display: block;
	clear: both;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

#hd_user{
	width: 250px;
	position: absolute;
	z-index: 10002;
	top: -1400px; /***** !! hd_user HEIGHT by MENU !! *****/
	right: -5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	box-shadow: 0px 0px 5px 0px rgba(28, 28, 30, 0.1);
	border-radius: 0 0 5px 5px;
}

#navToggle.opennav+#hd_user{
	top: -10px;
	right: -5px;
}

#hd_user .hd_uname{
	height: 65px;
	background: #1c1c1e;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	padding: 0 55px 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#hd_user .hd_uname p{
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #d3b565;
}

#hd_user .hd_uname p a{ color: #d3b565;}

#hd_user .hd_uname span{
	display: block;
	width: 100%;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	color: #ffffff;
}

#hd_user .hd_umenu{
}

#hd_user .hd_umenu li{
	background: #28282a;
	border-bottom: 1px solid #1c1c1e;
}
#hd_user .hd_umenu li:last-of-type{
	border-bottom: none;
	border-radius: 0 0 5px 5px;
}
#hd_user .hd_umenu li a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	color: #fff;
	background: url(../img/all/hd_li.png) no-repeat 100% 50%;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
	padding: 14px 18px 14px 12px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#hd_user .hd_umenu li a:hover{
	text-decoration: none;
	color: #ff3399;
}

#hd_user .hd_umenu li a i{
	font-style: normal;
	color: #ffcc00;
}

#hd_user .hd_umenu li a span{
	font-style: normal;
	color: #666;
}

#hd_user .hd_umenu li:nth-of-type(5n + 3) a em{	color: #e69aff;}
#hd_user .hd_umenu li:nth-of-type(5n + 4) a em{	color: #9f9aff;}
#hd_user .hd_umenu li:nth-of-type(5n) a em{	color: #62c2ff;}
#hd_user .hd_umenu li:nth-of-type(5n + 1) a em{	color: #46fcf0;}
#hd_user .hd_umenu li:nth-of-type(5n + 2) a em{	color: #46e39f;}

#hd_user .hd_umenu li:last-child a{
	border-radius: 0 0 3px 3px;
}


/** nav **/

nav{
	position: relative;
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	border-top: 1px solid #1c1c1e;
	border-bottom: 3px solid #28282a;
	box-shadow:0px -1px 0px 0px #1c1c1e inset;
	-moz-box-shadow:0px -1px 0px 0px #1c1c1e inset;
	-webkit-box-shadow:0px -1px 0px 0px #1c1c1e inset;
}

#menu{
	width: 100%;
	padding: 0;
	text-align: left;
	position: static;
	border: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.nav_a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	color: #fff;
	background: #3e3e41;
	padding: 0 0 0 36px;
	cursor: inherit;
}

.nav_bt:nth-of-type(1) > .nav_a{	display: none;}
.nav_bt:nth-of-type(2) > .nav_a{	background: none;}
.nav_bt:nth-of-type(3) > .nav_a{	background: none;}
.nav_bt:nth-of-type(4) > .nav_a{	background: none;}
.nav_bt:nth-of-type(5) > .nav_a{	background: none;}

.nav_a:hover{	text-decoration: none;}

.nav_bt{	margin: 0;}

.nav_ul a,
.nav_b{
	display: block;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	border-bottom: 1px dotted #3e3e41;
	margin: 0;
	padding: 7px 2px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.nav_ul a span{
	display: inline-block;
	color: #ffff00;
	margin-right: 2px;
}

.nav_ul a i{
	font-style: normal;
	color: #ffa71c;
}

.nav_ul a:hover,
.nav_b:hover{
	text-decoration: none;
	color: #ff3399;
}

.nav_a .nav_ul{	display: none; height: 0;}

.nav_a,
.nav_b{
	display: block;
	font-size: 0;
	line-height: 0;
	padding: 0;
	cursor: pointer;
}
.nav_b,
.nav_bt{
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.nav_b{
	display: block;
	height: 49px;
	border: none;
}

.nav_ul a{
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	padding: 15px 10px 15px 30px;
	color: #fff;
	background-color: rgba(28, 28, 30, 0.95);
	border-bottom: 1px solid #3e3e42;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.nav_ul a:last-of-type{	border-bottom: 5px solid #3e3e41;}
.nav_ul a:hover{
	text-decoration: none;
}

.nav_ul a:before{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	border: 1px solid #ff4699;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.nav_ul a:after{
	content: "";
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	width: 2px;
	height: 2px;
	margin: auto;
	border-top: 1px solid #ff4699;
	border-right: 1px solid #ff4699;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav_ul a.in_a:before{	border: 1px solid #0099ff;}
.nav_ul a.in_a:after{
	border-top: 1px solid #0099ff;
	border-right: 1px solid #0099ff;
}
.nav_ul a.in_b:before{	border: 1px solid #02a902;}
.nav_ul a.in_b:after{
	border-top: 1px solid #02a902;
	border-right: 1px solid #02a902;
}
.nav_ul a.in_c:before{	border: 1px solid #ff6600;}
.nav_ul a.in_c:after{
	border-top: 1px solid #ff6600;
	border-right: 1px solid #ff6600;
}

.nav_ul a.sub_link{
	font-size: 14px;
	line-height: 24px;
	padding: 9px 10px 9px 30px;
}
.nav_ul a.sub_link:after{	display: none;}
.nav_ul a.sub_link:before{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 2px;
	left: 18px;
	margin: auto;
	border: none;
	border-radius: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #999999;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.nav_bt:hover{	background-color: #fc379b;}
.nav_a.click{	background-color: #fc379b;}
.nav_a.click .nav_ul{	overflow: visible;}

.nav_bt{
	width : -webkit-calc(100% / 3);/** FOR MENU **/
	width : calc(100% / 3);/** FOR MENU **/
	height: 49px;
	position: static;
	border-left: 1px solid #1c1c1e;
	border-right: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
nav.no_nav .nav_bt{	width: calc(100% / 3);}/** FOR MENU ONLY CHIBA **/
nav.nav_movie .nav_bt{	width: 33.33%;}/** FOR MENU ONLY MOVIE **/
.nav_bt , .nav_bt a{
	-webkit-transition	: none;
	-moz-transition		: none;
	-o-transition		: none;
	transition		: none;
}
.nav_bt:nth-of-type(1){	background: url(../img/menu/nav1_b.png) no-repeat top center rgba(255, 255, 255, 0.85);-webkit-background-size: 40px auto;	background-size: 40px auto;}
.nav_bt.nav_shop{	background: url(../img/menu/nav2_b.png) no-repeat top center rgba(255, 255, 255, 0.85);-webkit-background-size: 40px auto;	background-size: 40px auto;}
.nav_bt.nav_exp{	background: url(../img/menu/nav3_b.png) no-repeat top center rgba(255, 255, 255, 0.85);-webkit-background-size: 40px auto;	background-size: 40px auto;}

.nav_bt:nth-of-type(1) a,
.nav_bt.nav_shop .nav_a,
.nav_bt.nav_exp .nav_a{
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	color: #1c1c1f;
	padding: 30px 0 0 0;
}

.nav_bt:nth-of-type(1){	border-left: none;}
.nav_ul{
	overflow: hidden;
	width: 100%;
	text-align: left;
	position: absolute;
	top: 49px;
	left: 0 !important;
	z-index: 1200000000;
	display: none;
}
.nav_ul{
	height: calc(100vh - 128px);
	overflow: visible;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
	.nav_ul::-webkit-scrollbar{
	  display: none;
	}



.nav_ul li{
	background: url(../img/all/nav_li.png) no-repeat 100% 50% rgba(129, 4, 67, 0.95);
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
	border-bottom: 1px solid #a82b6b;
}
.nav_ul li.nav_user_area{
	background: url(../img/all/nav_li.png) no-repeat 100% 50% rgba(68, 46, 23, 0.95);
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
	border-bottom: 1px solid #6b4d2d;
}


/***** areatop only *****/
#areatop_page nav{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	z-index: 11;
	top: 0;
	left: 0;
}


.bookmenu{
	background: rgba(36, 26, 16, 0.95);
	border-radius: 0;
	margin: 0;
	padding: 0.1px 0 15px 0;
}

.bookmenu h4{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #2a1806;
	background: #ba8f60;
	border-radius: 0;
	padding: 5px 0 5px 32px;
}

.bookmenu h4:after{
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: url(../img/all/booki.png) no-repeat 50% 50% #5e4429;
	-webkit-background-size: 8px 12px;
	background-size: 8px 12px;
	position: absolute;
	top: calc(50% - 9px);
	left: 10px;
}

.bookmenu ul{
	margin: 0 10px;
}

.bookmenu li{
	background: url(../img/all/nav_li.png) no-repeat 100% 50%;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
	border-bottom: 1px solid #493c2f;
}
.bookmenu li:last-of-type{	border-bottom: 1px solid #493c2f;}

.bookmenu li a{
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 12px 0;
}

.bookmenu .bookbt{
	display: block;
	width: 200px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #dabb97;
	border: 1px solid #dabb97;
	border-radius: 13px;
	margin: 15px auto 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bookmenu .bookbt:hover{
	color: #fff;
	background: #a77b4b;
	border: 1px solid #a77b4b;
}


/** main **/

main{
	display: block;
	width: 100%;
	margin: 0;
	text-align: left;
	background: #1c1c1e;
	min-height: auto;
}
main#col1_bg{	min-height: 0; padding-bottom: 0px;}

#cnt{
	display: block;
	position: relative;
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0;
}

.access{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
	padding: 6px 0 6px 0;
	position: absolute;
	top: 0;
	right: 0;
}

.access span{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	color: #fff;
	background: #88511a;
	border-radius: 2px;
	margin: 0 5px 0 0;
	padding: 0 5px;
}

.access em{	color: #ff429c;}

#col1{
	width: auto; margin: 0; padding: 0;
}

#left,
#right{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#left{
	display: block;
	padding: 0;
}

#right{
	display: none;
}


/** footer **/

footer{
	text-align: center;
	border-top: 2px solid #3e3e41;
	background: #28282a;
	padding: 0 0 20px 0;
	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

footer .farea{
	font-size: 12px;
	line-height: 16px;
	padding: 6px 5px 23px 5px;
	color: #ccc;
	background: #1c1c1e;
}

footer .farea a{	color: #fff;}
footer .farea span{	display: none;}

footer .pagetop{
	background: #3e3e41;
	padding: 5px 0;
}

footer .pagetop a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 120px;
	height: 30px;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	background: #1c1c1e;
	border-radius: 3px;
	padding: 14px 0 0 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

footer .pagetop a:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}

footer .pagetop a:after{
	content: "";
	display: block;
	clear: both;
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -6px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

footer #copy{
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0.3px;
	color: #666;
	margin: 0 10px;
	padding: 15px 0 0 0;
}

address{
	font-size: 16px;
	line-height: 20px;
	color: #666;
}

address a{	color: #666;}
address a:hover{	text-decoration: none;}

.fade img,
.fade input{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}


.nav_bt,
.nav_ul li,
.bt,
.sh_bt,
.ad_bt{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}










/*=================================================
/*=================================================
 * COMMON CSS
 * ================================================= *
 * ================================================= */

/***************************************
COLOR
****************************************/
/* shop */
.color_deli a,
.explis .shop a,
.girl_ul2 .shop a,
.wait_ul .shop a,
.dtl_right .shop a,
.list_left table td a,
.shop_title a,
#shop_list .list_data .shop a,
.dtl_right .shop a,
.list_data h5 a,
.a_shop, .a_shop:hover{
	color		: #00cb00;
}

/* companion */
.a_girl{	color: #ff98de;}

/* user */
.a_user{	color: #d3b565;}

/* deli  /img/exp/i1.png   */
.shop_deli a,
.a_deli,.a_deli:hover{	color	: #00cb00 !important;}
.bd_deli{	border-color: #02a902 !important;}
.bg_deli{	background: #02a902;}
.bgg_deli{
	background: -moz-linear-gradient(left, #1fd800, #008500);
	background: -webkit-gradient(linear, left center, right center, from(#1fd800), to(#008500));
}
.bg_deli.checked{	background: #02a902 !important;}
.bg_deli.clear{	background: rgba(2, 169, 2, 0.9);}
.bg_deli.clear80{	background: rgba(2, 169, 2, 0.8);}
.bg_deli.clear20:hover{ background-color: rgba(2, 169, 2, 0.2);}
.grd_deli{
	color: #00cb00;
	background: -webkit-linear-gradient(top, #fff 0%, #00cb00 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* soap  /img/exp/i2.png   */
.shop_soap a,
.a_soap,.a_soap:hover{	color	: #0096ff !important;}
.bg_soap{	background: #0066ff;}
.bgg_soap{
	background: -moz-linear-gradient(left, #00b4ff, #0036ff);
	background: -webkit-gradient(linear, left center, right center, from(#00b4ff), to(#0036ff));
}
.bd_soap{	border-color: #0066ff !important;}
.bg_soap.checked{	background: #0066ff !important;}
.bg_soap.clear{	background: rgba(0, 102, 255, 0.9);}
.bg_soap.clear80{	background: rgba(0, 102, 255, 0.8);}
.bg_soap.clear20:hover{ background: rgba(0, 102, 255, 0.2);}
.grd_soap{
	color: #0096ff;
	background: -webkit-linear-gradient(top, #fff 0%, #0096ff 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* health  /img/exp/i3.png   /img/exp/i6.png    /img/exp/i11.png   */
.shop_health a,
.a_health,.a_health:hover{	color	: #e69800 !important;}
.bg_health{	background: #d78f03;}
.bgg_health{
	background: -moz-linear-gradient(left, #e2c500, #bc7c00);
	background: -webkit-gradient(linear, left center, right center, from(#e2c500), to(#bc7c00));
}
.bd_health{	border-color: #d78f03 !important;}
.bg_health.checked{	background: #d78f03 !important;}
.bg_health.clear{	background: rgba(215, 143, 3, 0.9);}
.bg_health.clear80{	background: rgba(215, 143, 3, 0.8);}
.bg_health.clear20:hover{ background: rgba(215, 143, 3, 0.2);}
.grd_health{
	color: #e69800;
	background: -webkit-linear-gradient(top, #fff 0%, #e69800 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*aroma  /img/exp/i4.png    /img/exp/i4.png  */
.shop_aroma a,
.a_aroma,.a_aroma:hover{	color	: #00bac1 !important;}
.bg_aroma{	background: #008d92;}
.bgg_aroma{
	background: -moz-linear-gradient(left, #00b4c9, #007276);
	background: -webkit-gradient(linear, left center, right center, from(#00b4c9), to(#007276));
}
.bd_aroma{	border-color: #008d92 !important;}
.bg_aroma.checked{	background: #008d92 !important;}
.bg_aroma.clear{	background: rgba(0, 141, 146, 0.9);}
.bg_aroma.clear80{	background: rgba(0, 141, 146, 0.8);}
.bg_aroma.clear20:hover{ background: rgba(0, 141, 146, 0.2);}
.grd_aroma{
	color: #00bac1;
	background: -webkit-linear-gradient(top, #fff 0%, #00bac1 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/*mens*/
.shop_mens a,
.a_mens,.a_mens:hover{	color	: #bc593a !important;}
.bg_mens{	background: #7b3a26;}
.bgg_mens{
	background: -moz-linear-gradient(left, #92572b, #622c1b);
	background: -webkit-gradient(linear, left center, right center, from(#92572b), to(#622c1b));
}
.bd_mens{	border-color: #7b3a26 !important;}
.bg_mens.checked{	background: #7b3a26 !important;}
.bg_mens.clear{	background: rgba(123, 58, 38, 0.9);}
.bg_mens.clear80{	background: rgba(123, 58, 38, 0.8);}
.bg_mens.clear20:hover{ background: rgba(123, 58, 38, 0.2);}
.grd_mens{
	color: #bc593a;
	background: -webkit-linear-gradient(top, #fff 0%, #bc593a 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/*hote  /img/exp/i7.png  */
.shop_hote a,
.a_hote,.a_hote:hover{	color	: #b6be3b !important;}
.bg_hote{	background: #959b32;}
.bgg_hote{
	background: -moz-linear-gradient(left, #aab73e, #7d8314);
	background: -webkit-gradient(linear, left center, right center, from(#aab73e), to(#7d8314));
}
.bd_hote{	border-color: #959b32 !important;}
.bg_hote.checked{	background: #959b32 !important;}
.bg_hote.clear{	background: rgba(149, 155, 50, 0.9);}
.bg_hote.clear80{	background: rgba(149, 155, 50, 0.8);}
.bg_hote.clear20:hover{ background: rgba(149, 155, 50, 0.2);}
.grd_hote{
	color: #b6be3b;
	background: -webkit-linear-gradient(top, #fff 0%, #b6be3b 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/*mseikan  /img/exp/i8.png  */
.shop_mseikan a,
.a_mseikan,.a_mseikan:hover{	color	: #e23462 !important;}
.bg_mseikan{	background: #950f32;}
.bgg_mseikan{
	background: -moz-linear-gradient(left, #b21a5a, #810022);
	background: -webkit-gradient(linear, left center, right center, from(#b21a5a), to(#810022));
}
.bd_mseikan{	border-color: #950f32 !important;}
.bg_mseikan.checked{	background: #950f32 !important;}
.bg_mseikan.clear{	background: rgba(149, 15, 50, 0.9);}
.bg_mseikan.clear80{	background: rgba(149, 15, 50, 0.8);}
.bg_mseikan.clear20:hover{ background: rgba(149, 15, 50, 0.2);}
.grd_mseikan{
	color: #e23462;
	background: -webkit-linear-gradient(top, #fff 0%, #e23462 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/*esthe  /img/exp/i9.png  */
.shop_esthe a,
.a_esthe,.a_esthe:hover{	color	: #99aff8 !important;}
.bg_esthe{	background: #7385bf;}
.bgg_esthe{
	background: -moz-linear-gradient(left, #81a5ca, #445dae);
	background: -webkit-gradient(linear, left center, right center, from(#81a5ca), to(#445dae));
}
.bd_esthe{	border-color: #7385bf !important;}
.bg_esthe.checked{	background : #7385bf !important;}
.bg_esthe.clear{	background: rgba(115, 133, 191, 0.9);}
.bg_esthe.clear80{	background: rgba(115, 133, 191, 0.8);}
.bg_esthe.clear20:hover{ background: rgba(115, 133, 191, 0.2);}
.grd_esthe{
	color: #99aff8;
	background: -webkit-linear-gradient(top, #fff 0%, #99aff8 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/*onakura  /img/exp/i12.png  */
.shop_onakura a,
.a_onakura,.a_onakura:hover{	color	: #3cf6e2 !important;}
.bg_onakura{	background: #25c6b5;}
.bgg_onakura{
	background: -moz-linear-gradient(left, #35d6d4, #009a8a);
	background: -webkit-gradient(linear, left center, right center, from(#35d6d4), to(#009a8a));
}
.bd_onakura{	border-color: #25c6b5 !important;}
.bg_onakura.checked{	background: #25c6b5 !important;}
.bg_onakura.clear{	background: rgba(37, 198, 181, 0.9);}
.bg_onakura.clear80{	background: rgba(37, 198, 181, 0.8);}
.bg_onakura.clear20:hover{ background: rgba(37, 198, 181, 0.2);}
.grd_onakura{
	color: #3cf6e2;
	background: -webkit-linear-gradient(top, #fff 0%, #3cf6e2 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/*meneth  /img/exp/i13.png  */
.shop_meneth a,
.a_meneth,.a_meneth:hover{	color	: #c39cff !important;}
.bg_meneth{	background: #ac75ff;}
.bgg_meneth{
	background: -moz-linear-gradient(left, #d195ff, #8a47f0);
	background: -webkit-gradient(linear, left center, right center, from(#d195ff), to(#8a47f0));
}
.bd_meneth{	border-color: #ac75ff !important;}
.bg_meneth.checked{	background: #ac75ff !important;}
.bg_meneth.clear{	background: rgba(170, 115, 255, 0.9);}
.bg_meneth.clear80{	background: rgba(170, 115, 255, 0.8);}
.bg_meneth.clear20:hover{ background: rgba(170, 115, 255, 0.2);}
.grd_meneth{
	color: #c39cff;
	background: -webkit-linear-gradient(top, #fff 0%, #c39cff 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/*me*/
.a_me,.a_me:hover{color:#9b95ff !important;}

/* pr */
.shop_pr a,
.a_pr,.a_pr:hover{	color	: #ff98de !important;}
.box1_price .a_pr,.box1_price .a_pr:hover{	color	: #ff62cc !important;}
.bd_pr{	border-color: #ff429c !important;}
.bg_pr{	background-color: #ff62cc !important;}
.grd_pr{
	color: #ff62cc;
	background: -webkit-linear-gradient(top, #fff 0%, #ff62cc 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.expbox_r .score div span.a_pr{	color: #ff62cc !important;}


/*no_sec*/
.bg_no{
	background: #ff528f;
	background: -moz-linear-gradient(left, #ff528f 0%, #ff34a7 100%);
	background: -webkit-linear-gradient(left, #ff528f 0%,#ff34a7 100%);
	background: linear-gradient(to right, #ff528f 0%,#ff34a7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff528f', endColorstr='#ff34a7',GradientType=1 );
}


/***** hotel search !! NOT FOR COMPANION !! *****/
.a_htl,.a_htl:hover{	color	: #b6be3b;}
.bg_htl{	background: #b6be3b;}

.a_shopcon{	color: #44d0ff;}

.red{	color		: #f94f2e;}
.pink{	color		: #ff429c;}
.upink{	color		: #ff98de;}
.yellow{	color		: #ffff00;}
.yamabuki{	color		: #ffcc00;}
.orange{	color		: #ff8400;}
.gray{	color		: #999;}
.sat{	color: #0066ff;}
.sun{	color: #ff0000;}

/*point color*/
.ptcl{	color		: #ffde00 !important;}


/***************************************
SPECIAL EVENT CSS
****************************************/

.box1_l{	position: relative !important;}


/***** gw *****/

.a_spe_gw{}
.bd_spe_gw{	border-color: #e8b100 !important;}

.grd_spe_gw{
	color: #f0bb13;
	background: rgb(142,91,10);
	background: linear-gradient(13deg, rgba(142, 91, 10, 1), rgba(240, 187, 19, 1) 10%, rgba(255, 247, 153, 1) 19%, rgba(217, 166, 0, 1) 25%, rgba(255, 247, 153, 1) 35%, rgba(240, 187, 19, 1) 40%, rgba(255, 247, 153, 1) 45%, rgba(240, 187, 19, 1) 60%, rgba(255, 247, 153, 1) 70%, rgba(255, 255, 255, 1) 85%, rgba(240, 187, 19, 1) 100%);
	background-size: 200% 200%;
	animation: grd_spe_gw 3s ease infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@keyframes grd_spe_gw {
  0% {
    background-position: 0 0;
  }
  40% {
    background-position: 0 0;
  }
  58% {
    background-position: -200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}


.shopicon_spe_gw{
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 45px;
	background: url(../img/all/shopicon_spe_gw.png) no-repeat;
	background-size: 18px auto;
	position: absolute;
	z-index: 2;
	top: -8px;
	left: -8px;
}

.fix_spe_gw{
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 90px;
	padding: 3px;
	border-radius: 50%;
	background: rgb(255,74,113);
	background: linear-gradient(0deg, rgba(255,74,113,1) 0%, rgba(254,176,0,1) 15%, rgba(255,222,0,1) 50%, rgba(254,176,0,1) 85%, rgba(255,74,113,1) 100%);
	background-size: 200% 200%;
	animation: fix_spe_gw 3s ease-out infinite;
	position: fixed;
	z-index: 10000;
	bottom: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@keyframes fix_spe_gw{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -200%;
  }
}

.fix_spe_gw span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 84px;
	height: 84px;
	overflow: hidden;
	border-radius: 50%;
}
.fix_spe_gw:after{
	content: "";
	width: 90px;
	height: 30px;
	background: url(../img/all/fix_spe_gw.png) no-repeat;
	background-size: 90px auto;
	position: absolute;
	top: -20px;
	left: 0;
}
.fix_spe_gw img{
	width: 100%;
	height: auto;
}
.fix_spe_gw{
	left: calc(50% + 225px);
}
.fix_spe+.fix_spe_gw{
	left: calc(50% + 225px);
}

@media screen and (max-width: 650px) {
	/*
	.fixsd_bg.fix_spe{
		left: calc(50% - 168px) !important;
	}
	*/
	.fix_spe_gw{
		left: auto;
		right: 10px;
	}
	.fix_spe+.fix_spe_gw{
		left: auto;
		right: 10px;
	}
}


/***** obon *****/

.a_spe_obon{}
.bd_spe_obon{	border-color: #e8b100 !important;}

.grd_spe_obon{
	color: #f0bb13;
	background: rgb(142,91,10);
	background: linear-gradient(13deg, rgba(142, 91, 10, 1), rgba(240, 187, 19, 1) 10%, rgba(255, 247, 153, 1) 19%, rgba(217, 166, 0, 1) 25%, rgba(255, 247, 153, 1) 35%, rgba(240, 187, 19, 1) 40%, rgba(255, 247, 153, 1) 45%, rgba(240, 187, 19, 1) 60%, rgba(255, 247, 153, 1) 70%, rgba(255, 255, 255, 1) 85%, rgba(240, 187, 19, 1) 100%);
	background-size: 200% 200%;
	animation: grd_spe_obon 3s ease infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@keyframes grd_spe_obon {
  0% {
    background-position: 0 0;
  }
  40% {
    background-position: 0 0;
  }
  58% {
    background-position: -200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}


.shopicon_spe_obon{
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 45px;
	background: url(../img/all/shopicon_spe_obon.png) no-repeat;
	background-size: 18px auto;
	position: absolute;
	z-index: 2;
	top: -8px;
	left: -8px;
}

.fix_spe_obon{
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 90px;
	padding: 3px;
	border-radius: 50%;
	background: rgb(21,142,255);
	background: linear-gradient(0deg, rgba(21,142,255,1) 0%, rgba(99,210,255,1) 15%, rgba(255,240,0,1) 50%, rgba(99,210,255,1) 85%, rgba(21,142,255,1) 100%);
	background-size: 200% 200%;
	animation: fix_spe_obon 3s ease-out infinite;
	position: fixed;
	z-index: 10000;
	bottom: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@keyframes fix_spe_obon{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -200%;
  }
}

.fix_spe_obon span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 84px;
	height: 84px;
	overflow: hidden;
	border-radius: 50%;
}
.fix_spe_obon:after{
	content: "";
	width: 90px;
	height: 30px;
	background: url(../img/all/fix_spe_obon.png) no-repeat;
	background-size: 90px auto;
	position: absolute;
	top: -20px;
	left: 0;
}
.fix_spe_obon img{
	width: 100%;
	height: auto;
}
.fix_spe_obon{
	left: calc(50% + 225px);
}
.fix_spe+.fix_spe_obon{
	left: calc(50% + 225px);
}

@media screen and (max-width: 650px) {
	/*
	.fixsd_bg.fix_spe{
		left: calc(50% - 168px) !important;
	}
	*/
	.fix_spe_obon{
		left: auto;
		right: 10px;
	}
	.fix_spe+.fix_spe_obon{
		left: auto;
		right: 10px;
	}
}


.obon_link{
    position: relative;
    text-align: center;
    padding: 20px 0 10px 0;
    background: #28282a;
}
.obon_link a{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
    font-size: 19px;
    line-height: 25px;
	color: #fff;
	padding: 0 10px;
}
.obon_link a span{	color: #ffea00;}
.obon_link a:before, .obon_link a:after{
    content: attr(data-text);
    position: absolute;
}
.obon_link a:before{
    z-index: -1;
    top: 2px;
    left: 12px;
    color: #555;
}
.obon_link a:after{
    z-index: -2;
    top: 4px;
    left: 14px;
    background-image: repeating-linear-gradient(45deg, transparent 0 1px, #020000 1px 4px);
    background-size: 125% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation-name: kf_c05;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes kf_c05{
    100% {
        background-position: 0 0;
    }
}



/***************************************
GOOGLE FONT
****************************************/
@font-face {
	font-family: FontA;
	src: url('../fonts/Anton-Regular.ttf') format("truetype");
}

@font-face {
	font-family: FontB;
	src: url('../fonts/Questrial-Regular.ttf') format("truetype");
}

@font-face {
	font-family: FontC;
	src: url('../fonts/CantataOne-Regular.ttf') format("truetype");
}

@font-face {
	font-family: FontD;
	src: url('../fonts/JosefinSans-Regular.ttf') format("truetype");
}

.gal .gal_div .cou,
.page_title:after,
.per,
.iconex_1 p:nth-child(1),
.iconex_2 p:nth-child(1),
.iconex_3 p:nth-child(1),
.iconex_4 p:nth-child(1),
.iconex_6 p:nth-child(1),
.iconex_7 p:nth-child(1),
.iconex_8 p:nth-child(1),
.iconex_9 p:nth-child(1),
.iconex_10 p:nth-child(1),
.iconex_11 p:nth-child(1),
.iconex_12 p:nth-child(1),
address,
.font1{
	font-family: FontA;
}

header h2:after,
.page_title em:after,
.pagetop a,
footer #copy,
.font2{
	font-family: FontB;
}

.font3{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "YuMincho" ,"Hiragino Mincho Pro" , "HiraMinProN-W3" , "MS PMincho" , serif;
}

.font4{
	font-family: FontD;
}


/***************************************
COMPANION POINT TYPE
****************************************/

.cp{
	display: table;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.cp > em{
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	color: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


.cp0 , .form td label.cp0.checked{	background: #1c1c1e;}

.cp1 , .form td label.cp1.checked,
.cp2 , .form td label.cp2.checked{	background: #ff5879;}

.cp3 , .form td label.cp3.checked,
.cp4 , .form td label.cp4.checked{	background: #ff9435;}

.cp5 , .form td label.cp5.checked,
.cp6 , .form td label.cp6.checked,
.cp7 , .form td label.cp7.checked{	background: #00bff5;}

.cp8 , .form td label.cp8.checked,
.cp9 , .form td label.cp9.checked{	background: #6696ff;}

.cp10 , .form td label.cp10.checked,
.cp11 , .form td label.cp11.checked{	background: #e63ad2;}

.cp12 , .form td label.cp12.checked,
.cp13 , .form td label.cp13.checked{	background: #e0a83a;}

.cp14 , .form td label.cp14.checked{	background: #81063c;}

.cp15 , .form td label.cp15.checked,
.cp16 , .form td label.cp16.checked,
.cp17 , .form td label.cp17.checked,
.cp18 , .form td label.cp18.checked,
.cp19 , .form td label.cp19.checked,
.cp24 , .form td label.cp24.checked,
.cp37 , .form td label.cp37.checked,
.cp38 , .form td label.cp38.checked,
.cp39 , .form td label.cp39.checked,
.cp40 , .form td label.cp40.checked,
.cp41 , .form td label.cp41.checked{	background: #5cc82c;}

.cp20 , .form td label.cp20.checked,
.cp21 , .form td label.cp21.checked,
.cp22 , .form td label.cp22.checked{	background: #2d6aff;}

.cp23 , .form td label.cp23.checked{	background: #ff6e3f;}

.cp25 , .form td label.cp25.checked{	background: #ff303b;}

.cp26 , .form td label.cp26.checked,
.cp27 , .form td label.cp27.checked{	background: #ae71ff;}

.cp28 , .form td label.cp28.checked,
.cp42 , .form td label.cp42.checked{	background: #de7656;}

.cp29 , .form td label.cp29.checked,
.cp30 , .form td label.cp30.checked,
.cp31 , .form td label.cp31.checked{	background: #16bf90;}

.cp32 , .form td label.cp32.checked,
.cp33 , .form td label.cp33.checked,
.cp34 , .form td label.cp34.checked,
.cp35 , .form td label.cp35.checked,
.cp36 , .form td label.cp36.checked{	background: #ff66c0;}




.ct1{	color: #0066ff;}
.ct2{	color: #ff3333;}
.ct3{	color: #bb8c00;}
.ct4{	color: #009900;}



/***************************************
USER RANK COLOR
****************************************/

/** normal **/
.dan,
#u_img p,
.usbox_l .age{
	color: #fff;
	background: #666666;
}
#u_img p.bad{	background: #f94f2e;}

.dan{	border-color: #666666;}



/***** !!    {      OLD STYLE ... 181206 remake     {      ! *****/
/** gold **/
#u_img.rank1 img.lazy,
#u_img.rank1 img.top_voice_img,
#aaauser .rank1 img.lazy2,
.rank1 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #ffd321 !important;
	-moz-box-shadow:0px 0px 0px 2px #ffd321 !important;
	-webkit-box-shadow:0px 0px 0px 2px #ffd321 !important;
}
#u_img.rank1 p,
.rank1 .usbox_l .age{
	color: #333;
	background: -webkit-linear-gradient(0deg, #ddad12 0%, #fffb85 49%, #ddad12 100%);
	background: -moz-linear-gradient(0deg, #ddad12 0%, #fffb85 49%, #ddad12 100%);
	background: -o-linear-gradient(0deg, #ddad12 0%, #fffb85 49%, #ddad12 100%);
	background: -ms-linear-gradient(0deg, #ddad12 0%, #fffb85 49%, #ddad12 100%);
	background: linear-gradient(90deg, #ddad12 0%, #fffb85 49%, #ddad12 100%);
}

/** green **/
#u_img.rank2 img.lazy,
#u_img.rank2 img.top_voice_img,
#aaauser .rank2 img.lazy2,
.rank2 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #68c75e !important;
	-moz-box-shadow:0px 0px 0px 2px #68c75e !important;
	-webkit-box-shadow:0px 0px 0px 2px #68c75e !important;
}
#u_img.rank2 p,
.rank2 .usbox_l .age{
	color: #333;
	background: -webkit-linear-gradient(0deg, #22c016 0%, #a8ff6e 49%, #22c016 100%);
	background: -moz-linear-gradient(0deg, #22c016 0%, #a8ff6e 49%, #22c016 100%);
	background: -o-linear-gradient(0deg, #22c016 0%, #a8ff6e 49%, #22c016 100%);
	background: -ms-linear-gradient(0deg, #22c016 0%, #a8ff6e 49%, #22c016 100%);
	background: linear-gradient(90deg, #22c016 0%, #a8ff6e 49%, #22c016 100%);
}

/** blue **/
#u_img.rank3 img.lazy,
#u_img.rank3 img.top_voice_img,
#aaauser .rank3 img.lazy2,
.rank3 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #5dadff !important;
	-moz-box-shadow:0px 0px 0px 2px #5dadff !important;
	-webkit-box-shadow:0px 0px 0px 2px #5dadff !important;
}
#u_img.rank3 p,
.rank3 .usbox_l .age{
	color: #333;
	background: -webkit-linear-gradient(0deg, #2b9eff 0%, #6ce5ff 49%, #2b9eff 100%);
	background: -moz-linear-gradient(0deg, #2b9eff 0%, #6ce5ff 49%, #2b9eff 100%);
	background: -o-linear-gradient(0deg, #2b9eff 0%, #6ce5ff 49%, #2b9eff 100%);
	background: -ms-linear-gradient(0deg, #2b9eff 0%, #6ce5ff 49%, #2b9eff 100%);
	background: linear-gradient(90deg, #2b9eff 0%, #6ce5ff 49%, #2b9eff 100%);
}
/***** !!    {      OLD STYLE ... 181206 remake     {      ! *****/


/***** NEW COLOR *****/
/** black **/
#u_img.rank01 img.lazy,
#u_img.rank01 img.top_voice_img,
#aaauser .rank01 img.lazy2,
.rank01 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #000000 !important;
	-moz-box-shadow:0px 0px 0px 2px #000000 !important;
	-webkit-box-shadow:0px 0px 0px 2px #000000 !important;
}
#u_img.rank01 p,
.rank01 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #000000 0%, #444444 49%, #000000 100%);
	background: -moz-linear-gradient(0deg, #000000 0%, #444444 49%, #000000 100%);
	background: -o-linear-gradient(0deg, #000000 0%, #444444 49%, #000000 100%);
	background: -ms-linear-gradient(0deg, #000000 0%, #444444 49%, #000000 100%);
	background: linear-gradient(90deg, #000000 0%, #444444 49%, #000000 100%);
	box-shadow:3px 0px 2px 0px rgba(255,255,255,0.8) inset , -3px 0px 2px 0px rgba(255,255,255,0.8) inset;
}
.dan.rank01{
	background: -webkit-linear-gradient(-45deg, #000000 0%, #444444 49%, #000000 100%);
	background: -moz-linear-gradient(-45deg, #000000 0%, #444444 49%, #000000 100%);
	background: -o-linear-gradient(-45deg, #000000 0%, #444444 49%, #000000 100%);
	background: -ms-linear-gradient(-45deg, #000000 0%, #444444 49%, #000000 100%);
	background: linear-gradient(135deg, #000000 0%, #444444 49%, #000000 100%);
	box-shadow:3px 0px 2px 0px rgba(255,255,255,0.8) inset , -3px 0px 2px 0px rgba(255,255,255,0.8) inset;
}
.dan.rank01{	border-color: #333;}

/** rainbow **/
#u_img.rank02 img.lazy,
#u_img.rank02 img.top_voice_img,
#aaauser .rank02 img.lazy2,
.rank02 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #ffff00 !important;
	-moz-box-shadow:0px 0px 0px 2px #ffff00 !important;
	-webkit-box-shadow:0px 0px 0px 2px #ffff00 !important;
}
#u_img.rank02 p,
.rank02 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -moz-linear-gradient(0deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -o-linear-gradient(0deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -ms-linear-gradient(0deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: linear-gradient(90deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
}
.dan.rank02{
	background: -webkit-linear-gradient(-45deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -moz-linear-gradient(-45deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -o-linear-gradient(-45deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -ms-linear-gradient(-45deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: linear-gradient(135deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
}
.dan.rank02{	border-color: #ffff00;}

/** gold **/
#u_img.rank03 img.lazy,
#u_img.rank03 img.top_voice_img,
#aaauser .rank03 img.lazy2,
.rank03 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #f1c600 !important;
	-moz-box-shadow:0px 0px 0px 2px #f1c600 !important;
	-webkit-box-shadow:0px 0px 0px 2px #f1c600 !important;
}
#u_img.rank03 p,
.rank03 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -moz-linear-gradient(0deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -o-linear-gradient(0deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -ms-linear-gradient(0deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: linear-gradient(90deg, #c99814 0%, #e3c600 51%, #c99814 100%);
}
.dan.rank03{
	background: -webkit-linear-gradient(-45deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -moz-linear-gradient(-45deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -o-linear-gradient(-45deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -ms-linear-gradient(-45deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: linear-gradient(135deg, #c99814 0%, #e3c600 51%, #c99814 100%);
}
.dan.rank03{	border-color: #f1c600;}

/** red **/
#u_img.rank04 img.lazy,
#u_img.rank04 img.top_voice_img,
#aaauser .rank04 img.lazy2,
.rank04 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #ff6666 !important;
	-moz-box-shadow:0px 0px 0px 2px #ff6666 !important;
	-webkit-box-shadow:0px 0px 0px 2px #ff6666 !important;
}
#u_img.rank04 p,
.rank04 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -moz-linear-gradient(0deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -o-linear-gradient(0deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -ms-linear-gradient(0deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: linear-gradient(90deg, #e61515 0%, #ff5656 50%, #e61515 100%);
}
.dan.rank04{
	background: -webkit-linear-gradient(-45deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -moz-linear-gradient(-45deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -o-linear-gradient(-45deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -ms-linear-gradient(-45deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: linear-gradient(135deg, #e61515 0%, #ff5656 50%, #e61515 100%);
}
.dan.rank04{	border-color: #ff6666;}

/** pink **/
#u_img.rank05 img.lazy,
#u_img.rank05 img.top_voice_img,
#aaauser .rank05 img.lazy2,
.rank05 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #f294c5 !important;
	-moz-box-shadow:0px 0px 0px 2px #f294c5 !important;
	-webkit-box-shadow:0px 0px 0px 2px #f294c5 !important;
}
#u_img.rank05 p,
.rank05 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -moz-linear-gradient(0deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -o-linear-gradient(0deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -ms-linear-gradient(0deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: linear-gradient(90deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
}
.dan.rank05{
	background: -webkit-linear-gradient(-45deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -moz-linear-gradient(-45deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -o-linear-gradient(-45deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -ms-linear-gradient(-45deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: linear-gradient(135deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
}
.dan.rank05{	border-color: #f294c5;}

/** green **/
#u_img.rank06 img.lazy,
#u_img.rank06 img.top_voice_img,
#aaauser .rank06 img.lazy2,
.rank06 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #7ec566 !important;
	-moz-box-shadow:0px 0px 0px 2px #7ec566 !important;
	-webkit-box-shadow:0px 0px 0px 2px #7ec566 !important;
}
#u_img.rank06 p,
.rank06 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -moz-linear-gradient(0deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -o-linear-gradient(0deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -ms-linear-gradient(0deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: linear-gradient(90deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
}
.dan.rank06{
	background: -webkit-linear-gradient(-45deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -moz-linear-gradient(-45deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -o-linear-gradient(-45deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -ms-linear-gradient(-45deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: linear-gradient(135deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
}
.dan.rank06{	border-color: #7ec566;}

/** blue **/
#u_img.rank07 img.lazy,
#u_img.rank07 img.top_voice_img,
#aaauser .rank07 img.lazy2,
.rank07 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #6dabfb !important;
	-moz-box-shadow:0px 0px 0px 2px #6dabfb !important;
	-webkit-box-shadow:0px 0px 0px 2px #6dabfb !important;
}
#u_img.rank07 p,
.rank07 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -moz-linear-gradient(0deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -o-linear-gradient(0deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -ms-linear-gradient(0deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: linear-gradient(90deg, #358bff 0%, #62beff 50%, #358bff 100%);
}
.dan.rank07{
	background: -webkit-linear-gradient(-45deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -moz-linear-gradient(-45deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -o-linear-gradient(-45deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -ms-linear-gradient(-45deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: linear-gradient(135deg, #358bff 0%, #62beff 50%, #358bff 100%);
}
.dan.rank07{	border-color: #6dabfb;}

/** purple **/
#u_img.rank08 img.lazy,
#u_img.rank08 img.top_voice_img,
#aaauser .rank08 img.lazy2,
.rank08 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #b799fb !important;
	-moz-box-shadow:0px 0px 0px 2px #b799fb !important;
	-webkit-box-shadow:0px 0px 0px 2px #b799fb !important;
}
#u_img.rank08 p,
.rank08 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -moz-linear-gradient(0deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -o-linear-gradient(0deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -ms-linear-gradient(0deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: linear-gradient(90deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
}
.dan.rank08{
	background: -webkit-linear-gradient(-45deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -moz-linear-gradient(-45deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -o-linear-gradient(-45deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -ms-linear-gradient(-45deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: linear-gradient(135deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
}
.dan.rank08{	border-color: #b799fb;}

.hide_block{
	display: none;
}










/*=================================================
/*=================================================
 * COMMON CSS
 * ================================================= *
 * ================================================= */

.result{
	position: relative;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
	margin: 0 10px 10px 10px;
	background: #28282a;
	border-radius: 2px;
}

.result span{	color: #ff429c;}


/***************************************
BOX
****************************************/
.cnt{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


/***************************************
TITLE
****************************************/
.page_title{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	height: auto;
	min-height: 45px;
	padding: 12px 0 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.page_title:after{
	content: "";
	width: 290px;
	height: 2px;
	background: rgb(255,151,222);
	background: linear-gradient(90deg, rgba(255,151,222,1) 0%, rgba(253,65,160,1) 100%);
	position: absolute;
	bottom: 5px;
	left: calc(50% - 145px);
}

.page_title em:before,
.page_title em:after{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	bottom: 3px;
}

.page_title em:before{
	background: #ff97de;
	left: calc(50% - 145px);
}
.page_title em:after{
	display: inline-block !important;
	background: #fd41a0;
	right: calc(50% - 145px);
}

.title,
.title_open{
	position: relative;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #ff429c;
	padding: 10px 0 0 21px;
	border: 1px solid #3e3e41;
	box-shadow:0px 0px 0px 1px #28282a inset;
	-moz-box-shadow:0px 0px 0px 1px #28282a inset;
	-webkit-box-shadow:0px 0px 0px 1px #28282a inset;
	background: #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.title::before,
.title_open::before{
	content: '';
	width: 4px;
	height: 16px;
	border-radius: 2px;
	background: currentColor;
	position: absolute;
	top: calc(50% - 9px);
	left: 10px;
}
.title em,
.title_open em{	color: #fff;}

.title em:after,
.title_open em:after{
	display: none;
}

.s_title,
.s_title_open{
	position: relative;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #ff3399;
	padding: 10px 0 0 30px;
	border: 1px solid #3e3e41;
	box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-moz-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-webkit-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	background: -webkit-linear-gradient(0deg, #3e3e41 0%, #1c1c1e 100%);
	background: -moz-linear-gradient(0deg, #3e3e41 0%, #1c1c1e 100%);
	background: -o-linear-gradient(0deg, #3e3e41 0%, #1c1c1e 100%);
	background: -ms-linear-gradient(0deg, #3e3e41 0%, #1c1c1e 100%);
	background: linear-gradient(90deg, #3e3e41 0%, #1c1c1e 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.s_title::before,
.s_title::after,
.s_title_open::before,
.s_title_open::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.s_title::before,
.s_title_open::before{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ff3399;
	left: 9px;
}
.s_title::after,
.s_title_open::after{
	left: 14px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 4px solid transparent;
	border-left: 6px solid #1c1c1e;
}

.u_title{
	position: relative;
	height: 45px;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: #a87b47;
	padding: 15px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.u_title span{
	display: inline-block;
	font-size: 10px;
	line-height: 12px;
}
.u_title span i{
	font-style: normal;
	color: #fff;
}

.col1_title{
	text-align: center;
	padding: 10px;
	border-top: 1px solid #3e3e41;
	border-bottom: 1px solid #3e3e41;
	box-shadow:0px 3px 0px 0px #1c1c1e inset,0px -3px 0px 0px #1c1c1e inset;
	-moz-box-shadow:0px 3px 0px 0px #1c1c1e inset,0px -3px 0px 0px #1c1c1e inset;
	-webkit-box-shadow:0px 3px 0px 0px #1c1c1e inset,0px -3px 0px 0px #1c1c1e inset;
	background-color: #333;
	background-image: linear-gradient(45deg, #1c1c1e 25%, transparent 25%, transparent 75%, #1c1c1e 75%, #1c1c1e), linear-gradient(45deg, #1c1c1e 25%, transparent 25%, transparent 75%, #1c1c1e 75%, #1c1c1e);
	background-position: 0 0, 1px 1px;
	background-size: 2px 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.col1_title em{
	position: relative;
	display: block;
	width: auto;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	border: 1px solid #3e3e41;
	border-radius: 25px;
	box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-moz-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	-webkit-box-shadow:0px 0px 0px 1px #1c1c1e inset;
	background: -webkit-linear-gradient(0deg, #3e3e41 0%, #1c1c1e 50%, #3e3e41 100%);
	background: -moz-linear-gradient(0deg, #3e3e41 0%, #1c1c1e 50%, #3e3e41 100%);
	background: -o-linear-gradient(0deg, #3e3e41 0%, #1c1c1e 50%, #3e3e41 100%);
	background: -ms-linear-gradient(0deg, #3e3e41 0%, #1c1c1e 50%, #3e3e41 100%);
	background: linear-gradient(90deg, #3e3e41 0%, #1c1c1e 50%, #3e3e41 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.col1_title em:after{
	content: "FUCOLLE.COM";
	display: inline-block;
	width: 90px;
	clear: both;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	background: #ff3399;
	position: absolute;
	left: 50%;
	bottom: 8px;
	margin-left: -45px;
}

.col1_s_title{
	position: relative;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.col1_s_title:before{
	content: '';
	width: 100%;
	height: 20px;
	-webkit-background-size: 2px 2px;
	-moz-background-size: 2px 2px;
	background-size: 2px 2px;
	background-color: #3e3e41;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #1c1c1e), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(#1c1c1e 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(#1c1c1e 50%, transparent 50%, transparent);
	background-image: linear-gradient(#1c1c1e 50%, transparent 50%, transparent);
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
}

.col1_s_title em{
	position: relative;
	display: block;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	color: #ffffff;
	background: #3e3e41;
	border: 1px solid #3e3e41;
	box-shadow:0px 0px 0px 2px #28282a inset,0px 0px 0px 3px #28282a inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.page_title_shop{
	position: relative;
	height: auto;
	text-align: center;
	min-height: 55px;
	border-top-width: 3px;
	border-top-style: solid;
	background: #1c1c1e;
	box-shadow:0px -1px 0px 0px #000 inset;
	padding: 0 0 8px 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.page_title_shop em{
	position: relative;
	z-index: 2;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #fff;
	padding: 8px 5px 3px 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.page_title_shop span{
	display: inline-block;
	clear: both;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 0 10px;
}

.title,
.title_open,
.s_title,
.s_title_open{
	height: 50px;
	font-size: 16px;
	padding: 14px 0 0 21px;
	border: none;
	border-top: 1px solid #3e3e41;
	border-bottom: 1px solid #3e3e41;
	box-shadow:0px 1px 0px 0px #28282a inset,0px -1px 0px 0px #28282a inset;
	-moz-box-shadow:0px 1px 0px 0px #28282a inset,0px -1px 0px 0px #28282a inset;
	-webkit-box-shadow:0px 1px 0px 0px #28282a inset,0px -1px 0px 0px #28282a inset;
}

.shopmenu_fix,
.shopmenu_fix2{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	z-index: 10;
	top: 0;
	left: 0;
	background: rgba(28,28,30,0.5)
}
.shopmenu_fix .page_title,
.page_title.shoppage_title{
	min-height: 45px;
}
.shopmenu_fix .page_title em,
.page_title.shoppage_title em{
	min-height: 37px;
	padding: 8px 6px 0 6px;
}
.shopmenu_fix .page_title em:after,
.page_title.shoppage_title em:after{	display: none;}
.shopmenu_fix .cate{
	width: calc(100% - 6px);
	padding: 5px 0 10px 0 !important;
}
.shopmenu_fix .page_title+.cate{ padding-top: 5px !important; }
.shopmenu_fix+#img_bg+.shopmenu_fix3 .cate{	margin-top: 10px;}

.shopmenu_fix3{	top: 45px;}

.anchor_ht{
	display: block;
	padding-top: 96px;
	margin-top: -96px;
}



/***************************************
FUDOL4
****************************************/
.fudol4{
	position: relative;
	display: block;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 25px 0 15px 0;
	background: #000000;
	box-shadow: 0px -1px 0px 0px #3e3e41 inset;
}
.fudol4 a:last-of-type:after{
	content: '';
	width: 120px;
	height: 12px;
	background: url(../img/all/fudol4.png) no-repeat;
	background-size: 120px auto;
	position: absolute;
	top: -15px;
	right: 0;
}
.fudol4.new_gra a:last-of-type:after{
	content: '';
	width: 90px;
	height: 12px;
	background: url(../img/all/newgra.png) no-repeat;
	background-size: 90px auto;
	position: absolute;
	top: -15px;
	right: 0;
}
.fudol4 a{
	position: relative;
	display: inline-block;
	width: 20%;
	min-width: 70px;
	max-width: 100px;
	margin: 0 1px;
	padding: 1px;
	border: 1px solid #3e3e41;
}
.fudol4 a:first-child{	margin-left: 0;}
.fudol4 a:last-child{	margin-right: 0;}
.fudol4 a > img{
	width: 100%;
	height: auto;
}
.fudol4 a .icon{
	position: absolute;
	right: 2px;
	bottom: 2px;
}
.fudol4 a .icon img{
	width: 25px;
	height: auto;
}
.fudol4.tokusyu{
}
 .rank + .fudol4{ margin-bottom: 10px;}



/***************************************
FUDOL4
****************************************/
.kiwami_slider_bg{
	position: relative;
	display: block;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 25px 0 15px 0;
	background: #000000;
	box-shadow: 0px -1px 0px 0px #3e3e41 inset;
}
.kiwami_slider_bg .kiwami_slider:after{
	content: '';
	width: 120px;
	height: 12px;
	background: url(../img/all/fudol4.png) no-repeat;
	background-size: 120px auto;
	position: absolute;
	top: -15px;
	right: 0;
}

.kiwami_slider_bg .kiwami_slider .slick-slide a{
	position: relative;
	display: inline-block;
	width: calc(100% / 4 - 2px);
	min-width: 50px;
	max-width: 100px;
	margin: 0 1px;
	padding: 1px;
	border: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.kiwami_slider_bg .kiwami_slider .slick-slide a:first-child{	margin-left: 0;}
.kiwami_slider_bg .kiwami_slider .slick-slide a:last-child{	margin-right: 0;}
.kiwami_slider a > img{
	width: 100%;
	height: auto;
}
.kiwami_slider a .icon{
	position: absolute;
	right: 2px;
	bottom: 2px;
}
.kiwami_slider a .icon img{
	width: 25px;
	height: auto;
}
.kiwami_slider.tokusyu{
}

.kiwami_slider{
	font-size: 0;
	line-height: 0;
	overflow: visible;
	text-align: center;
	width: 406px;
	margin: 0 auto;
}
.kiwami_slider img{
	width: 100%;
	height: auto;
	margin: 0;
}
.kiwami_slider .slick-slide{
}
.kiwami_slider .slick-slide:focus{	outline: none;}

.kiwami_slider .slick-prev,
.kiwami_slider .slick-next{
	width: 25px;
	height: 50px;
	border: 0;
	outline: 0;
	background: none;
	position: absolute;
	z-index: 2;
	bottom: calc(50% - 25px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.kiwami_slider .slick-prev{
	background: url(../img/all/l.png) no-repeat;
	background-size: 25px auto;
}
.kiwami_slider .slick-next{
	background: url(../img/all/r.png) no-repeat;
	background-size: 25px auto;
}
.kiwami_slider .slick-prev{	left: -25px;}
.kiwami_slider .slick-next{	right: -25px;}


@media screen and (max-width: 650px) {
	.kiwami_slider{
		width: calc(100% - 50px);
		margin: 0 auto;
	}
}

.kiwami_slider .slick-dots{
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	position: absolute;
	z-index: 2;
	bottom: -9px;
	left: 0;
}
.kiwami_slider .slick-dots li{
	display: inline-block;
	vertical-align: top;
	margin: 0 2.5px;
}
.kiwami_slider .slick-dots li button{
	width: 5px;
	height: 5px;
	border: none;
	outline: none;
	border-radius: 50%;
	background: #3e3e42;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.kiwami_slider .slick-dots li.slick-active button{	background: #ff429c;}


/***************************************
CATEGORY SELECT
****************************************/

.cate{
	display: table;
	table-layout: fixed;
	width: calc(100% - 6px);
	font-size: 0;
	line-height: 0;
	text-align: center;
	border-collapse: separate;
	border-spacing: 2px 0;
	margin: 0 auto;
	padding: 5px 0;
}

.cate a,
.cate span{
	display: table-cell;
	height: 36px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
/*** SIZE ****/
@media screen and (max-width: 650px) {	.cate a,.cate span{ font-size: 13px;}	}
@media screen and (max-width: 375px) {	.cate a,.cate span{ font-size: 13px;}	}
@media screen and (max-width: 350px) {	.cate a,.cate span{ font-size: 12px;}	}

.cate span:after,
.cate a.on:after{
	content			: "";
	display			: block;
	clear			: both;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #e1e1e1 transparent transparent transparent;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
}

.cate a{
	position: relative;
	color: #fff;
	background: #1c1c1e;
	border: 1px solid #3e3e41;
	box-shadow: 0px 0px 0px 1px #1c1c1e inset;
	-moz-box-shadow: 0px 0px 0px 1px #1c1c1e inset;
	-webkit-box-shadow: 0px 0px 0px 1px #1c1c1e inset;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.cate a:hover{
	text-decoration: none;
	background: #3e3e41;
}

.cate span,
.cate a.on{
	position: relative;
	font-weight: bold;
	color: #ff429c;
	background: #e1e1e1;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	line-height: 1;
	margin: 0 1px;
}
.cate span.off,
.cate a.off{
	font-weight: normal;
	color: #3e3e41;
	border-color: #3e3e41;
	background: #000;
	box-shadow: none;
}
.cate span.off:after{	display: none;}

/*** SIZE ****/
@media screen and (max-width: 650px) {	.cate span,.cate a.on{ font-size: 13px;}	}
@media screen and (max-width: 375px) {	.cate span,.cate a.on{ font-size: 13px;}	}
@media screen and (max-width: 350px) {	.cate span,.cate a.on{ font-size: 12px;}	}

.cate a:first-child,
.cate span:first-child{	margin-left: 0;}
.cate a:last-child,
.cate span:last-child{	margin-right: 0;}


.cate a i,
.cate span i{
	display: block;
	font-style: normal;
	font-size: 10px;
	margin: 0 auto;
	padding: 1px 0 0 0;
}

.cate a i.num_badge,
.cate span i.num_badge{
	display: inline-block;
	font-style: normal;
	min-width: 14px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	color: #fff;
	background: #ff429c;
	border-radius: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -3px;
	right: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.cate_sub{
	display: block;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	background: #28282a;
	margin: 0 0 10px 0;
	padding: 5px;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.cate_sub::-webkit-scrollbar {
	display: none;
}

.cate_sub a{
	color: #3e9ef2;
	text-decoration: underline;
}
.cate_sub a.a_girl{
	color: #ff3399;
	text-decoration: none;
}
.cate_sub a:hover{	text-decoration: none;}

.cate_sub span{
	font-weight: bold;
	color: #fff;
}

.cate_sub a,
.cate_sub span{
	display: inline-block;
	vertical-align: top;
	margin: 0;
}


.cate_area+.cate{	padding-top: 0;}

.cate_slide{
	display: block;
	width: 100%;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	 -ms-overflow-style:none;
}
.cate_slide::-webkit-scrollbar{
	display:none;
}
.cate_slide a,
.cate_slide span{
	display: inline-flex !important;
	width: calc(100% / 6 + 15px) !important;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 0 1px;
}
.cate_slide a:first-child,
.cate_slide span:first-child{	margin-left: 3px;}
.cate_slide a:last-child,
.cate_slide span:last-child{	margin-right: 3px;}



/***************************************
NAME SEARCH
****************************************/

.name_sc{
	margin: 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.name_sc input[type="text"]{
	display: block;
	width: 85%;
	border-radius	: 20px;
	padding: 7px 7px 7px 37px;
	margin: 0 auto;
	font-size		: 16px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	line-height		: 20px;
	color			: #ffffff;
	text-align: left;
	background:  url(../img/all/name_sc.png) no-repeat 15px 50% #3e3e41;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.name_sc input::placeholder{
	color: #a9a9a9;
	text-align: center;
	text-indent: -30px;
}

.name_sc ul{
	margin-top: 10px;
	border-left: 1px solid #3e3e41;
}

.name_sc li{
	display: inline-block;
	width: 100%;
	padding: 10px 10px;
	border-bottom: 1px solid #3e3e41;
	border-right: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.name_sc li:nth-of-type(-n+3){
	border-top: 1px solid #3e3e41;
}
.name_sc li.sccom_bg{	padding: 0;}

.name_sc li a{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.name_sc li .sccom{
	white-space: normal;
	overflow: auto;
	text-overflow: clip;
	-o-text-overflow: clip;
	-webkit-text-overflow: clip;
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	color: #fff;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.name_sc li a.sccom:hover{
	text-decoration: none;
}
.name_sc li a.sccom:hover .name .a_girl{	text-decoration: underline;}

.name_sc li .sccom_l,
.name_sc li .sccom_r{
	height: 62px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.name_sc li .sccom_l{
	width: 62px;
	text-align: center;
}

.name_sc li .sccom_l .img{
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
}

.name_sc li .sccom_l .img img{
	width: 45px;
	height: auto;
}

.name_sc li .sccom_r{
	text-align: left;
	padding: 0 5px 0 0;
}

.name_sc li .sccom_r .name{
	font-size: 16px;
	line-height: 18px;
}
.name_sc li .sccom_r .name span{	color: #999;}

.name_sc li .sccom_r .size{
	font-size: 11px;
	line-height: 11px;
	padding: 3px 0 0 0;
}
.name_sc li .sccom_r .size span{	color: #999999;}

#name_table{	margin-right: 0;}

#name_table ul{
	border: none;
}

#name_table li{
	border: 1px solid #3e3e41;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: none;
}
#name_table li:nth-of-type(-n+4){
	border-top: 1px solid #3e3e41;
}
.name_sc li:nth-of-type(-n+4){
	border-top: none;
}
.name_sc li:nth-of-type(-n+1){
	border-top: 1px solid #3e3e41;
}
#name_table li:last-of-type{
	border-bottom: 1px solid #3e3e41;
}

#name_table li a{
	display: inline;
	width: auto;
	font-size: 13px;
	line-height: 16px;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	-o-text-overflow: clip;
	-webkit-text-overflow: clip;
}

#name_table .name_sc_table{}
#name_table .name_sc_table{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

#name_table .name_sc_th,
#name_table .name_sc_td{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#name_table .name_sc_th{
	width: 50px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	background: #28282a;
	border-right: 1px solid #3e3e41;
}

#name_table .name_sc_td{
	font-size: 10px;
	line-height: 15px;
	padding: 10px 5px 10px 10px;
}
#name_table .name_sc_td:nth-of-type(2) a{	font-size: 14px;}
#name_table .name_sc_td:nth-of-type(2){	border-right: 1px dotted #3e3e41;}
#name_table .name_sc_td:nth-of-type(3){
	width: 85px;
	text-align: center;
	padding: 0;
}


#name_table_2col li{
	padding: 0;
}

#name_table_2col .name_sc_table {
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

#name_table_2col .name_sc_th,
#name_table_2col .name_sc_td {
	display: table-cell;
	vertical-align: middle;
	height: auto;
}

#name_table_2col .name_sc_th {
	width: 50px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	background: #28282a;
	border-right: 1px solid #3e3e41;
}

#name_table_2col .name_sc_td {
	width: auto;
	font-size: 10px;
	line-height: 15px;
	padding: 10px 10px;
}

#name_table_2col li a {
	display: inline;
	width: auto;
	font-size: 14px;
	line-height: 16px;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	-o-text-overflow: clip;
	-webkit-text-overflow: clip;
}

.cate+.name_sc{	padding-top: 0;}
.dis_txt+.name_sc{	border-top: 1px solid #3e3e41;}


/***************************************
NEXT
****************************************/
.next{
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0;
	padding: 15px 0 10px 0;
}

.next span,
.next a{
	display: inline-block;
	font-size: 11px;
	line-height: 30px;
	margin: 0 2px 5px 3px;
	padding: 0 10px;
}

.next span{
	background: #ff528f;
	background: -moz-linear-gradient(left, #ff528f 0%, #ff34a7 100%);
	background: -webkit-linear-gradient(left, #ff528f 0%,#ff34a7 100%);
	background: linear-gradient(to right, #ff528f 0%,#ff34a7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff528f', endColorstr='#ff34a7',GradientType=1 );
	color: #fff;
	border: 1px solid #d3267b;
}

.next a{
	text-decoration: none;
	color: #fff;
	background: #1c1c1e;
	border: 1px solid #3e3e41;
}

.next a:hover{
	border: 1px solid #d3267b;
}

.next_u{
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: -webkit-gradient(linear, left top, right bottom, from(#3e3e41), color-stop(0.25, #3e3e41), color-stop(0.25, #1c1c1e), color-stop(0.5, #1c1c1e), color-stop(0.5, #3e3e41), color-stop(0.75, #3e3e41), color-stop(0.75, #1c1c1e), to(#1c1c1e));
	background: -moz-linear-gradient(-45deg, #3e3e41 25%, #1c1c1e 25%, #1c1c1e 50%, #3e3e41 50%, #3e3e41 75%, #1c1c1e 75%, #1c1c1e);
	background: linear-gradient(-45deg, #3e3e41 25%, #1c1c1e 25%, #1c1c1e 50%, #3e3e41 50%, #3e3e41 75%, #1c1c1e 75%, #1c1c1e);
	-webkit-background-size: 2px 2px;
	background-size: 2px 2px;
	margin: 0;
	padding: 15px 0 10px 0;
}

.next_u span,
.next_u a{
	display: inline-block;
	font-size: 11px;
	line-height: 30px;
	margin: 0 2px 5px 3px;
	padding: 0 10px;
}

.next_u span{
	background: #e1e1e1;
	color: #000;
	border: 1px solid #e1e1e1;
}

.next_u a{
	text-decoration: none;
	color: #fff;
	background: #1c1c1e;
	border: 1px solid #3e3e41;
}

.next_u a:hover{
	border: 1px solid #e1e1e1;
}


/***************************************
ZERO KEN NO TOKI & ERROR
****************************************/

.zbox_bg,
.erbox_bg{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.zbox,
.erbox{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	padding: 100px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.zbox div{
	font-size: 14px;
	line-height: 40px;
}

.zbox div.zbox_l30{ line-height: 22px;}

.zbox div span{
	color: #fff;
}

.zbox p{
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding: 0 10px;
}

.erbox p{
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding: 0 10px;
}

.zero .bt_bg,
.erbox .bt_bg{
	padding: 10px;
}
.zbox_bg+.bt_bg,
.erbox_bg+.bt_bg{	padding-top: 0 !important;}

.zero .bt,
.erbox .bt{
	display: block;
	width: 100%;
}

.zbox .a_orange{
	color: #ff8400;
}

.zbox.ken_zero div{
	font-size: 22px;
    line-height: 20px;
	margin-bottom: 50px;
}

.zbox.ken_zero p{
	width: 390px;
	margin: 0 auto;
	text-align:left;
}

.zbox.ken_zero p:nth-of-type(1){
	margin-bottom: 20px;
}

.zbox.ken_zero p:nth-of-type(3){
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}

.zbox.ken_zero p:nth-of-type(3) span{
	color: #ffff00;
}

@media screen and (max-width: 650px) {
	.zbox.ken_zero p{
		width: auto;
		padding: 0 20px;
	}
}


/***************************************
OVER
****************************************/

.ovbox_bg{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.ovbox{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	padding: 100px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.ovbox.p50{	padding: 50px 0;}

.ovbox div{
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}

.over .ov1{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	margin: 0 0 10px 0;
}

.over .ov2{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding: 0 10px 20px 10px;
}

.over .ov3{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding: 10px;
}

/***************************************
BANNER SP ONLY
****************************************/
.bnr_sp_only{
	display: block;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.bnr_sp_only a{
	display: block;
	margin-bottom: 10px;
}
.bnr_sp_only a:last-child{
	margin-bottom: 0;
}
.bnr_sp_only img{	width: 300px;}
.bnr_sp_only.bottom{
	padding-bottom: 10px;
}
.bnr_sp_only.totyu{
	padding: 10px 0;
	border-bottom: 1px solid #3e3e41;
}
.bnr_sp_only.tokusyu{
	border-top: 1px solid #3e3e41;
	border-bottom: 1px solid #3e3e41;
	padding: 10px 0;
}

.bnr_pr div img,
.bnr_exp div img{
	width: 80% !important;
	max-width: 350px !important;
}

.bnr_pr div img.lazy[src*="loader.png"],
.bnr_exp div img.lazy[src*="loader.png"]{ height: 153px;}


/***************************************
FONT SIZE
****************************************/
/** font-size **/
.fzcome{
	font-size: 16px !important;
	line-height: 27px !important;
}
.fzlink{
	font-size: 15px !important;
}


/***************************************
OTHER
****************************************/
.pc_none{	display: inline;}
.sp_none{	display: none;}


/***************************************
TOP DES
****************************************/
.dis_txt{
	display: table;
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	max-width: 910px;
	min-height: 30px;
	background: #28282a;
	border-radius: 3px;
	margin: 10px auto;
}

.dis_txt p{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 5px 8px 32px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.dis_txt p::after {
	content: "";
	display: block;
	top: calc(50% - 11px);
	left: 7px;
	color: #ff429c;
	position: absolute;
	margin-left: 6px;
	margin-top: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 1px solid currentColor;
	background-color: currentColor;
	box-shadow: -8px 0 0 -3px currentColor,  8px 0 0 -3px currentColor,  0 -8px 0 -3px currentColor,  0 8px 0 -3px currentColor,  -6px -6px 0 -3px currentColor,  -6px 6px 0 -3px currentColor,  6px -6px 0 -3px currentColor,  6px 6px 0 -3px currentColor;
}

/** arrow **/

.arrow{
	text-align: left;
	margin: 3px 0 7px 0;
}

.arrow ul{
	display: block;
	margin: 0 10px;
}

.arrow.arrow_left{	text-align: left;}
.arrow.arrow_left ul{	display: block; margin: 0 0;}

.arrow li{
	text-align: left;
	position: relative;
	font-size: 16px;
	line-height: 25px;
	padding: 7px 0 7px 15px;
	border-bottom: 1px dotted #3e3e41;
}

.arrow li::before,
.arrow li::after{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow li::before{
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #3e3e41;
	border: 1px solid #3e3e41;
	top: 14px;
	left: 0;
}
.arrow li::after{
	top: 17px;
	left: 4px;
	box-sizing: border-box;
	width: 2px;
	height: 2px;
	border: 2px solid transparent;
	border-left: 3px solid #1c1c1e;
}

.arrow li a{	color: #ff429c;}

img.lazy{
	-webkit-transition	: none !important;
	-moz-transition		: none !important;
	-o-transition		: none !important;
	transition		: none !important;
}


/***************************************
BOTTOM FIXED DIV
****************************************/

/** fix_div **/

.fix_div{
	width: 940px;
	height: 80px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 0 10px 0;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: calc(50% - 470px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.fix_table_bg{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 201;
}

.fix_table{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.fix_tb{
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.fix_tb div{
	width: 94px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	background: #1c1c1e;
	border-radius: 8px;
	position: absolute;
	z-index: 202;
	left: calc(50% - 47px);
	bottom: 4px;
}

.fix_tb a,
.fix_tb span{
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 70px;
	font-size: 26px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
	margin: 0 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.fix_tb.chat_table a,
.fix_tb.chat_table span{
	font-size: 14px;
}

.fix_tb a{
	color: #fff;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: anime 5s ease-in-out infinite;
	transform-origin: 50% 50%;
}
@keyframes anime {
	0% {transform:scale(1);}
	45% {transform:scale(1);}
	48% { transform:scale(1.2);}
	51% { transform:scale(1);}
	54% { transform:scale(1.2);}
	57% { transform:scale(1);}
	100% { transform:scale(1);}
}
.anime_zoom{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: anime_zoom 5s ease-in-out infinite;
	transform-origin: 50% 50%;
}
@keyframes anime_zoom {
  0%, 28%{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
  30%, 32%{
	-webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -3deg);
  }
  34%, 38%{
	-webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
	transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
  }
  36%, 40%{
	-webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
  }
  42%, 100%{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}

.fix_tb span{	color: #a8a8a8;}
.fix_tb a:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.fix_tb a em,
.fix_tb span em{
	display: inline-block;
	vertical-align: top;
	-webkit-transform: rotate(-12deg);
	   -moz-transform: rotate(-12deg);
		-ms-transform: rotate(-12deg);
		 -o-transform: rotate(-12deg);
			transform: rotate(-12deg);
}
.exp_table a:nth-child(2){	background: url(../img/all/fix_i1.png) no-repeat 50% 50% rgba(255,51,153,1);	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table a:nth-child(3){	background: url(../img/all/fix_i2.png) no-repeat 50% 50% rgba(164,56,255,1);	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.rv_table a:nth-child(2){	background: url(../img/all/fix_i1.png) no-repeat 50% 50% rgba(0,190,165,1);	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.rv_table a:nth-child(3){	background: url(../img/all/fix_i2.png) no-repeat 50% 50% rgba(0,190,165,1);	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table span:nth-child(2){	background: url(../img/all/fix_i1.png) no-repeat 50% 50% #ccc;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table span:nth-child(3){	background: url(../img/all/fix_i2.png) no-repeat 50% 50% #ccc;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.rv_table span:nth-child(2){	background: url(../img/all/fix_i1.png) no-repeat 50% 50% #ccc;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.rv_table span:nth-child(3){	background: url(../img/all/fix_i2.png) no-repeat 50% 50% #ccc;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.chat_table a:nth-child(1){	background: url(../img/all/fix_i3.png) no-repeat 50% 50% rgba(0,186,255,1);	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.chat_table span:nth-child(1){	background: url(../img/all/fix_i3.png) no-repeat 50% 50% #ccc;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}

.exp_table a.fix_expi1{	border-radius: 0; background: url(../img/all/fix_expi1.png) no-repeat 50% 50%;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table a.fix_expi2{	border-radius: 0; background: url(../img/all/fix_expi2.png) no-repeat 50% 50%;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table span.fix_expi1{	border-radius: 0; background: url(../img/all/fix_expi1off.png) no-repeat 50% 50%;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table span.fix_expi2{	border-radius: 0; background: url(../img/all/fix_expi2off.png) no-repeat 50% 50%;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}



/** 200204 new_fixbox **/

.new_fixbox{
	text-align: center;
}

.new_fixbox_top{}
.new_fixbox_top a{
	color: #fff;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: anime 5s ease-in-out infinite;
	transform-origin: 50% 50%;
}

.new_fixbox_bt1{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 120px;
	height: 50px;
	border-radius: 3px;
}
.new_fixbox_bt1:after{
	content: '';
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: -8px;
	left: -8px;
}
a.new_fixbox_bt1{
	color: #fff;
	background-color: #ff3399;
}
span.new_fixbox_bt1{
	color: #3e3e41;
	background-color: #28282a;
}

.cd_php a.new_fixbox_bt1:after{	background: url(../img/all/fix_cd_on.png) no-repeat; -webkit-background-size: cover; background-size: cover;}
.cd_php span.new_fixbox_bt1:after{	background: url(../img/all/fix_cd_off.png) no-repeat; -webkit-background-size: cover; background-size: cover;}
.sd_php a.new_fixbox_bt1:after{	background: url(../img/all/fix_sd_on.png) no-repeat; -webkit-background-size: cover; background-size: cover;}
.sd_php span.new_fixbox_bt1:after{	background: url(../img/all/fix_sd_off.png) no-repeat; -webkit-background-size: cover; background-size: cover;}

.new_fixbox_bt1 div{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 120px;
	height: 50px;
}
.cd_php .new_fixbox_bt1 div{
	background: url(../img/all/fix_cd.png) no-repeat calc(100% - 3px) 50%;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
}
.sd_php .new_fixbox_bt1 div{
	background: url(../img/all/fix_sd.png) no-repeat calc(100% - 3px) 50%;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
}

.new_fixbox_bt1 em{
	width: 64px;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	text-indent: 5px;
	-webkit-transform: rotate(-12deg);
	   -moz-transform: rotate(-12deg);
		-ms-transform: rotate(-12deg);
		 -o-transform: rotate(-12deg);
			transform: rotate(-12deg);
}

.new_fixbox_bt1 p{
	width: 56px;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
}
a.new_fixbox_bt1 p i{
	font-style: normal;
	color: #ffff00;
}

.new_fixbox_bt2{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	background: url(../img/all/fixbox2.png) no-repeat;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
	margin-left: 5px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.new_fixbox_bt2 em{
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #9900ff;
	position: absolute;
	bottom: 4px;
	right: 2px;
}

.new_fixbox_btm{
	padding: 4px 0 0 0;
}

.new_fixbox_btm p{
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	background: #1c1c1e;
	border-radius: 8px;
	padding: 0 20px;
}



.fix_tel{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 290px;
	margin: 0 5px;
	z-index: 201;
}

.fix_tel_pc{
	display: block;
	height: 70px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	border-radius: 10px;
	color: #fff;
	padding: 7px 0 0 83px;
	background-image: url(../img/all/fix_div_tel.png);
	background-repeat: no-repeat;
	background-position: 12px 52%;
	-webkit-background-size: 65px auto;
	background-size: 65px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.fix_tel_pc span{
	display: inline-block;
	font-family: "FontA";
	font-size: 30px;
	font-weight: normal;
	line-height: 26px;
}

.fix_tel_pc:hover{
	text-decoration: none;
}

.fix_tel_sp{
	display: none;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: anime 5s ease-in-out infinite;
}

.fix_txt{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 650px;
	height: 43vh;
	color: #fff;
	background: rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 10px 0px rgba(0, 0, 0, 0.9);
	position: fixed;
	top: -100vh;
	left: calc(50% - 325px);
	z-index: 201;
}

.fix_tel.tap+.fix_txt{
	top: 0;
	animation-duration: 0.3s;
	animation-name: LtoR;
	animation-iteration-count: 1;
}
@keyframes LtoR{
  0%{
	transform: translateY(-100%);
  }
  100%{
	transform: translateY(0);
  }
}
.fix_txt p{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	padding: 90px 10px 20px 10px;
	background: url(../img/all/fix_txttel.png) no-repeat top center;
	-webkit-background-size: 180px auto;
	background-size: 180px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.fix_txt p{
	margin-right: auto;
	margin-left: auto;
}
.fix_txt p span{
	width: 40px;
	height: 40px;
	color: #fff;
	background: #ff6c00;
	border: 2px solid #ffa96a;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.fix_txt p span:before{
	content: '';
	position: absolute;
	top: 17px;
	left: 5px;
	width: 25px;
	height: 1px;
	background-color: currentColor;
	-webkit-transform: rotate(-45deg);
		  transform: rotate(-45deg);
}

.fix_txt p span:after{
	content: '';
	position: absolute;
	top: 17px;
	left: 5px;
	width: 25px;
	height: 1px;
	background-color: currentColor;
	-webkit-transform: rotate(45deg);
		  transform: rotate(45deg);
}
/*
.fix_txt p:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #ff6c00;
	position: absolute;
	top: calc(50% - 8px);
	right: -8px;
}
*/


/** 200812 fixsd **/

.fixsd_bg{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 650px;
	height: 80px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 0 10px 0;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: calc(50% - 325px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
@keyframes fixsd_scrollIn {
	0% {
		bottom: -100px;
	}
		100% {
		bottom: 0;
	}
}
/*
.ed_nodata{
	animation-name: fixsd_scrollIn;
	animation-duration: 0.3s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: backwards;
}
*/

.fixsd{
	position: relative;
	width: 235px;
	height: 60px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.85);
	border-radius: 30px;
	border-width: 1px;
	border-style: solid;
	margin-right: 5px;
	padding: 0 5px 0 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.fixsd p{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 3 - 10px);
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	color: #ff429c;
	margin-right: 10px;
	padding-right: 5px;
	border-right: 3px double #3e3e41;
}

.fixsd > a,
.fixsd > span{
	width: calc(100% / 3 - 10px);
	height: 60px;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	padding-top: 37px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.fixsd > a{
	color: #fff;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: anime 5s ease-in-out infinite;
}
.fixsd > span{	color: #3e3e41;}

.fixsd a.fixsd_ibt1{	background: url(../img/all/fixsd_ibt1.png) no-repeat 50% 10px; -webkit-background-size: 25px auto; background-size: 25px auto;}
.fixsd span.fixsd_ibt1{	background: url(../img/all/fixsd_ibt1off.png) no-repeat 50% 10px; -webkit-background-size: 25px auto; background-size: 25px auto;}
.fixsd a.fixsd_ibt2{	background: url(../img/all/fixsd_ibt2.png) no-repeat 50% 10px; -webkit-background-size: 25px auto; background-size: 25px auto;}

.fixsd > em{
	display: inline-block;
	font-style: normal;
	min-width: 20px;
	max-width: auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #ff429c;
	border-radius: 10px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	z-index: 2;
	top: -4px;
	left: 126px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.area_top .fixsd{	border-color: #d27eb7;}
.area_top .fixsd p{	color: #ff98de;}
.area_top .fixsd a.fixsd_ibt1{	background: url(../img/all/fixsd_ibt3.png) no-repeat 50% 10px; -webkit-background-size: 25px auto; background-size: 25px auto;}

.fix_line{
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 70px;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	color: #00b900;
	margin: 0 5px;
	padding: 46px 0 0 0;
	background: url(../img/all/fixsd_line.png) no-repeat 50% 9px #fff;
	background-size: 37px auto;
	border-radius: 10px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: anime 5s ease-in-out infinite;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


/** his_bt **/
.his_bt{
	display: none;
	position: relative;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color: #fff;
	background: #ff3399;
	padding: 4px 5px 4px 20px;
}
.his_bt.his_bt_disp{
	display: block;
}

.his_bt:before{
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: 10px;
  width: 4px;
  height: 4px;
  border-left: solid 1px currentColor;
  border-top: solid 1px currentColor;
  -webkit-transform: rotate(-45deg);
		  transform: rotate(-45deg);
}

	.fix_tb.chat_table{	padding-right: 0;}
	.fix_tb.chat_table div{	left: calc(50% - 47px);}
	.chat_table_bg+.fix_tel .fix_tel_sp{ right: calc(50% - 142px); }


/***************************************
INDUCTION PAGE CSS
****************************************/

.indbox_bg{
	width: auto;
	margin: 0;
}

.indbox{
	position: relative;
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #3e3e41;
	margin: 0;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.indbox:after{
	content: '';
	width: 12px;
	height: 12px;
	background: #1c1c1e;
	border-bottom: 1px solid #3e3e41;
	border-left: 1px solid #3e3e41;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	bottom: -7px;
	left: calc(50% - 6px);
}
.indbox:last-of-type{	margin-bottom: 0;}
.indbox:last-of-type:after,
.indbox:nth-last-of-type(2):after{	display: none;}

.indbox_l,
.indbox_r{
	display: table-cell;
	vertical-align: middle;
}

.indbox_l{
	width: 55px;
	text-align: center;
}

.indbox_l span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 35px;
	font-family: "FontA";
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	background: #70ca92;
	border-radius: 50%;
	padding-top: 4px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.indbox_l span:after{
	content: 'STEP';
	font-size: 10px;
	line-height: 10px;
	width: 100%;
	position: absolute;
	top: 22px;
	left: calc(50% - 17.5px);
}

.indbox_l span.bk_span{
	font-size: 10px;
	line-height: 10px;
	color: #ffde00;
	background: #a67a4b;
	border-radius: 2px;
	padding-top: 3px;
}
.indbox_l span.bk_span:after{	display: none;}

.indbox_r{
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px 0 0;
}
.indbox_r a{	text-decoration: underline;}
.indbox_r a:hover{	text-decoration: none;}


/***************************************
SHOP NARROW
****************************************/

.shopmenu_fix + .narrow{
	margin-top: 0;
	padding-right: 10px;
	padding-left: 10px;
}

.narrow{
	position: relative;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 20px;
}
.narrow.pt{	padding-top: 15px;}
#img_bg+.narrow{	margin-top: 15px; margin-bottom: 5px;}
main > #img_bg{	margin-bottom: 10px !important;}
.shopmenu_fix3 + .narrow{ margin-bottom: 10px; padding-right: 10px; padding-left: 10px;}
.col1_s_title + .narrow{ padding-right: 10px; padding-left: 10px;}

.narrow .nbt{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 15px;
	line-height: 44px;
	text-align: left;
	border: 1px solid #3e3e41;
	border-radius: 3px;
	margin-right: 0;
	padding: 0 15px;
	cursor: pointer;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.narrow .nbt:before{
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
  -webkit-transform: rotate(135deg);
		  transform: rotate(135deg);
}
.narrow .nbt.active:before{
  content: '';
  position: absolute;
  width: 18px;
  height: 1px;
  border: none;
  position: absolute;
  top: 21px;
  right: 7px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
		  transform: rotate(45deg);
}
.narrow .nbt.active:after{
  content: '';
  position: absolute;
  width: 18px;
  height: 1px;
  position: absolute;
  top: 21px;
  right: 7px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
		  transform: rotate(-45deg);
}
.narrow .nbt em{	font-size: 12px;}
.narrow .nbt.active{
	border-color: #ff3399;
	border-radius: 3px;
}

.narrow ul{
	display: none;
	overflow: hidden;
	padding: 0;
	width: auto;
	position: static;
	border-radius: 0 0 0 0;
	border: none;
}

.narrow li{
	width: auto;
	display: block;
	margin-left: 0;
	border-bottom: 1px solid #3e3e41;
}

.narrow li:last-of-type{
	border-bottom: 1px solid #3e3e41;
}

.narrow li a,
.narrow li span{
	display: block;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	padding: 12px 0;
	color: #fff;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.narrow li a:hover{
	text-decoration: none;
	color: #ff3399;
}
.narrow li a{	color: #fff;}
.narrow li a em{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.narrow li a:hover em{	color: #ff3399;}
.narrow li em{	font-size: 11px;}
.narrow li span{	color: #ccc;}
.narrow li span em{	color: #ccc;}

.narrow li span.on,
.narrow li a.on{
	position: relative;
	color: #fff;
	padding-left: 17px;
}
.narrow li span.on em,
.narrow li a.on em{
	color: #fff;
}

.narrow li span.on:after,
.narrow li a.on:after{
	content: '';
	color: #fff;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 17px;
	left: 0;
	border-bottom: solid 1px currentColor;
	border-left: solid 1px currentColor;
	-webkit-transform: rotate(-45deg);
		  transform: rotate(-45deg);
}



/***************************************
LOGIN BONUS
****************************************/

/** logbo **/

.logbo_bs{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	display: none;
	width: 650px;
	height: 240px;
	position: fixed;
	z-index: 1300000040;
	top: calc(50% - 140px);
	left: calc(50% - 325px);
}

@media screen and (max-width: 650px) {
	.logbo_bs{
		width: 100%;
		left: 0;
	}
}

.logbo_bg{
	width: calc(100% - 20px);
	max-width: 450px;
	background: rgba(28,28,30,0.85);
	border: 1px solid #3e3e41;
	border-radius: 10px;
	margin-top: -30px;
	padding: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.logbo_bs.fadein{	display: flex;}

.logbo{
	text-align: center;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.logbo h3{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	border-top: 3px double #fff;
	border-bottom: 3px double #fff;
	margin: 0 0 20px 0;
	padding: 10px 20px 5px 20px;
}
.logbo h3:before,
.logbo h3:after{
	content: '';
	height: 20px;
	border-left: 1px solid #fff;
	position: absolute;
	top: 12px;
}
.logbo h3:before{
	left: 8px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.logbo h3:after{
	right: 8px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}

.logbo h3 span{
	display: inline-block;
	font-size: 16px;
	margin: 0 5px;
}

.logbo h3 em{	font-size: 26px;}

.logbo_txt{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 0;
	padding: 0 15px;
}

.logbo_txt p{
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}

.logbo_txt span{
	display: block;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 0 0;
}

.logbo_bt{
	display: flex;
	justify-content: center;
	padding: 0 10px;
	max-width: 300px;
	margin: 0 auto;
}

.logbo_bt .bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	max-width: 130px;
	height: 45px;
	font-size: 14px;
	line-height: 15px;
	border-radius: 5px;
	margin: 0 5px;
	padding: 0;
}
.logbo_bt button:focus{	outline: 0;}
.logbo_bt .bt br{	display: none;}
.logbo_bt .bt.bt_white:only-child{	max-width: 150px;}

@media screen and (max-width: 365px) {
	.logbo_bt .bt br{	display: inline;}
}


/** expviewbox **/

.expviewbox_bg{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(28, 28, 30, 0.75);
	position: fixed;
	z-index: 10000003;
	top: 0;
	left: 0;
}

.expviewbox{
	width: 320px;
	text-align: center;
}
.expviewbox .up{
	background: #fff;
	border-radius: 10px 10px 0 0;
}
.expviewbox .up p{
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #cc0000;
	padding: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.expviewbox .up p:after{
	content: "";
	width: 40px;
	height: 40px;
	background: url(../img/all/iwai.png) no-repeat;
	background-size: 40px auto;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 20px);
}

.expviewbox .up p em{
	position: relative;
}
.expviewbox .up p em:before,
.expviewbox .up p em:after{
	content: '';
	width: 3px;
	height: 25px;
	background: currentColor;
	border-radius: 2px;
	position: absolute;
	bottom: -8px;
}
.expviewbox .up p em:before{
	left: -10px;
	-webkit-transform: rotate(-40deg);
	   -moz-transform: rotate(-40deg);
	    -ms-transform: rotate(-40deg);
	     -o-transform: rotate(-40deg);
	        transform: rotate(-40deg);
}
.expviewbox .up p em:after{
	right: -10px;
	-webkit-transform: rotate(40deg);
	   -moz-transform: rotate(40deg);
	    -ms-transform: rotate(40deg);
	     -o-transform: rotate(40deg);
	        transform: rotate(40deg);
}

.expviewbox .btm{
	color: #fff;
	background: #990000;
	border-radius: 0 0 10px 10px;
	padding: 25px 0 20px 0;
}
.expviewbox .btm div{
	font-size: 36px;
	font-weight: bold;
	line-height: 54px;
}
.expviewbox .btm div em{
	display: inline-block;
	vertical-align: top;
	color: #f6d122;
	background: -webkit-linear-gradient(top, #fff8bc 0%, #f6d122 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-bottom: 4px solid #f6d122;
	padding-bottom: 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.expviewbox .btm div span{
	font-size: 54px;
}
.expviewbox .btm p{
	font-size: 13px;
	line-height: 20px;
	padding: 15px 0;
}
.expviewbox .btm p a{	color: currentColor;}
.expviewbox .btm p a:hover{	text-decoration: underline;}
.expviewbox .btm button{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 125px;
	height: 45px;
	font-size: 16px;
	line-height: 20px;
	border: 2px solid #fff;
	border-radius: 2px;
	background: none;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.expviewbox .btm button:hover{
	color: #990000;
	background: #fff;
}


/***************************************
BANNER
****************************************/

/** sp_fgb **/

.sp_fgb{
	position: relative;
	text-align: center;
	border: none;
	padding: 10px 0 5px 0;
}


/** imgup **/
#img_bg{
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 !important;
	padding: 10px 20px 0 20px !important;
	overflow: hidden;
	background: none !important;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#img_bg img{
	width: 100%;
	height: auto;
}

#imgup{
	position: relative;
}
.kiwami_noimg{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation:kiwami_noimg 2s ease-in-out infinite;
	-moz-animation:kiwami_noimg 2s ease-in-out infinite;
	animation:kiwami_noimg 2s ease-in-out infinite;
}

@keyframes kiwami_noimg{
	0% {opacity:0;}
	20% {opacity:0;}
	69% {opacity:0;}
	70% {opacity:1;}
	75% {opacity:1;}
	76% {opacity:0;}
	81% {opacity:0;}
	82% {opacity:1;}
	87% {opacity:1;}
	89% {opacity:0;}
	100% {opacity:0;}
}

.muryou_img{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation:muryou_img 3s ease-in-out infinite;
	-moz-animation:muryou_img 3s ease-in-out infinite;
	animation:muryou_img 3s ease-in-out infinite;
}

@keyframes muryou_img{
	0% {opacity:0;}
	49% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:1;}
}

.bnricon_pr{
	display: inline-block;
	vertical-align: top;
	width: 75px;
	height: 75px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	text-align: right;
	padding: 35px 5px 0 0;
	text-shadow: 1px 1px 1px rgba(255,66,156,0.5);
	background: rgb(0,0,0);
	background: linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(255,66,156,1) 50%, rgba(255,66,156,1) 100%);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@media screen and (max-width: 650px) {
	.bnricon_pr{
		width: 50px;
		height: 50px;
		font-size: 22px;
		line-height: 22px;
		padding: 24px 4px 0 0;
	}
}


/***************************************
WARI_SLIDER
****************************************/

.wari_slider{
	width: 650px;
	overflow: hidden;
	margin: 0 auto 25px auto;
}
@media screen and (max-width: 650px) {
	.wari_slider{
		width: 100%;
		margin: 0 0 25px 0;
	}
}

.wari_slider_box{
	display: block;
	width: 275px;
	color: currentColor;
	margin: 0 auto;
}
.wari_slider_box > p{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #ffff00;
	text-align: center;
	margin: 0 0 5px 0;
	animation: wari_slider_p 3s ease-in-out infinite;
}
@keyframes wari_slider_p {
	0% {opacity: 1; filter: alpha(opacity=100);}
	45% {opacity: 1; filter: alpha(opacity=100);}
	48% { opacity: 0; filter: alpha(opacity=0);}
	51% { opacity: 1; filter: alpha(opacity=100);}
	54% { opacity: 0; filter: alpha(opacity=0);}
	57% { opacity: 1; filter: alpha(opacity=100);}
	100% { opacity: 1; filter: alpha(opacity=100);}
}
.wari_slider_box > p em{	position: relative;}
.wari_slider_box > p em:before,
.wari_slider_box > p em:after{
	content: '';
	width: 2px;
	height: 15px;
	background: currentColor;
	border-radius: 2px;
	position: absolute;
	bottom: -2px;
}
.wari_slider_box > p em:before{
	left: -8px;
	-webkit-transform: rotate(-40deg);
	   -moz-transform: rotate(-40deg);
	    -ms-transform: rotate(-40deg);
	     -o-transform: rotate(-40deg);
	        transform: rotate(-40deg);
}
.wari_slider_box > p em:after{
	right: -8px;
	-webkit-transform: rotate(40deg);
	   -moz-transform: rotate(40deg);
	    -ms-transform: rotate(40deg);
	     -o-transform: rotate(40deg);
	        transform: rotate(40deg);
}
.wari_slider_box_in{
	display: flex;
	width: 100%;
}
.wari_slider_box_in_l{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 33px;
	height: 80px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	border-radius: 3px 0 0 3px;
	padding-right: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.wari_slider_box_in_l:after{
	content: "";
	height: 74px;
	border-right: 3px dotted #1c1c1f;
	position: absolute;
	top: 3px;
	right: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.wari_slider_box_in_l.tokuwari{
	background: rgb(255,82,143);
	background: linear-gradient(90deg, rgba(255,82,143,1) 0%, rgba(255,52,167,1) 100%);
}
.wari_slider_box_in_l.aniki{
	background: rgb(207,158,9);
	background: linear-gradient(90deg, rgba(207,158,9,1) 0%, rgba(190,146,10,1) 100%);
}
.wari_slider_box_in_r{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% - 33px);
	height: 80px;
	border-radius: 0 3px 3px 0;
	background: rgb(255,244,168);
	background: linear-gradient(90deg, rgba(255,244,168,1) 0%, rgba(255,239,133,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.wari_slider_box_in_r:after{
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #1c1c1f;
	border-bottom: 1px solid #1c1c1f;
	position: absolute;
	top: calc(50% - 4px);
	right: 7px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.wari_slider_box_in_r dl{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.wari_slider_box_in_r dt{
	width: 65px;
	padding: 0 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.wari_slider_box_in_r dt .wari_time{
	display: inline-block;
	vertical-align: top;
	width: 66px;
	height: 66px;
	color: #fff;
	padding-top: 15px;
	text-align: center;
	background: url(../img/all/wari_time.png) no-repeat;
	background-size: 66px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.wari_slider_box_in_r dt .wari_time p:nth-of-type(1){
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding-left: 5px;
}
.wari_slider_box_in_r dt .wari_time p:nth-of-type(1) em{
	font-family: "FontA";
	font-size: 26px;
	font-weight: normal;
}
.wari_slider_box_in_r dt .wari_time p:nth-of-type(2){
	font-size: 10px;
	line-height: 12px;
}
.wari_slider_box_in_r dd{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% - 76px);
	padding: 0 10px 0 5px;
	color: #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.wari_slider_box_in_r dd:only-child{	width: auto;}
.wari_slider_box_in_r dd .wari_p1{
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.wari_slider_box_in_r dd .wari_p2{
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #ff0000;
}
.wari_slider_box_in_r dd .wari_p2 em{
	font-family: "FontA";
	font-size: 38px;
	font-weight: normal;
}
.wari_slider_box_in_r dd .wari_p3{
	width: 100%;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.wari_slider_box_in_r dd .wari_p4{
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0 10px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next{
	left: 150px !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
	right: 150px !important;
}
@media screen and (max-width: 650px) {
	.swiper-button-prev, .swiper-rtl .swiper-button-next{
		left: 15px !important;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev{
		right: 15px !important;
	}
}

.swiper-button-next, .swiper-button-prev{
	position: absolute;
	top: auto !important;
	bottom: 30px !important;
	width: 25px !important;
	height: 25px !important;
	border-radius: 50%;
	background: #fff;
	margin: 0 !important;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-button-next:after, .swiper-button-prev:after{	display: none;}
.swiper-button-next:before, .swiper-button-prev:before{
	content: "";
	position: absolute;
}
.swiper-button-prev:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #1c1c1f transparent transparent;
	border-width: 6px 6px 6px 0px;
	top: 6.5px;
	left: 9px;
}
.swiper-button-next:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #1c1c1f;
	border-width: 6px 0px 6px 6px;
	top: 6.5px;
	right: 9px;
}

.wari_slider .swiper-3d .swiper-slide-shadow-left,
.wari_slider .swiper-3d .swiper-slide-shadow-right{
    background: rgba(28, 28, 30, 0);
}
.wari_slider .swiper-slide{
	transition-property: all;
	filter: brightness(0.3);
}

.wari_slider .swiper-slide.swiper-slide-active{
	filter: brightness(1);
}

.wari_slider .swiper-slide{ opacity: 0;}

.wari_slider .swiper-slide.swiper-slide-next,
.wari_slider .swiper-slide.swiper-slide-prev,
.wari_slider .swiper-slide.swiper-slide-active{
	opacity: 1;
}

.wari_slider .swiper-slide.swiper-slide-active .wari_slider_box > p em{
    opacity: 1;
}

.wari_slider .swiper-slide .wari_slider_box > p em{
    opacity: 0;
    transition: 0.3s ease-in-out;
}


/***************************************
SUPPORT_SHOP
****************************************/

.support_shop{
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cate+.support_shop{
	border-top: 1px solid #3d3d41;
}
.support_shop ul{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.support_shop.scroll ul{
	justify-content: flex-start;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.support_shop.scroll ul::-webkit-scrollbar{	display: none;}
.support_shop li{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	margin: 0 5px 0 0;
}
.support_shop li:first-of-type img{
	display: inline-block;
	vertical-align: top;
	width: 63px;
	height: auto;
}
.support_shop li:last-of-type{	margin-right: 0;}
.support_shop .support_box{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	padding: 2px;
	border-radius: 3px;
	color: currentColor;
	background: #28282a;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.support_shop.scroll .support_box{	height: 54px;}
.support_shop .support_box .img{
	width: 11vw;
	max-width: 50px;
}
.support_shop.scroll .support_box .img{
	width: 50px;
}
.support_shop .support_box .img img{
	width: 100%;
	height: auto;
}
.support_shop .support_box .txt{
	width: 150px;
	padding: 0 2px 0 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.support_shop .support_box .txt p:nth-of-type(1){
	font-size: 10px;
	line-height: 12px;
	white-space: normal;
	margin: 0 0 3px 0;
}
.support_shop .support_box .txt p:nth-of-type(2){
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	white-space: wrap;
}


/***************************************
SNS
****************************************/

/** twitbt **/

.snsbt{
	background: repeating-linear-gradient(#3e3e41, #3e3e41 1px, #1c1c1e 0, #1c1c1e 2px);
	text-align: center;
	margin: 0 0 10px 0;
	padding: 2px 0 3px 0;
}

.twitbt{
	display: inline-block;
	width: 90px;
}

.linebt{
	display: inline-block;
	width: 90px;
}



/***************************************
FONT SIZE CHANGE CSS
****************************************/

.fz_btbox{
	font-size: 0;
	line-height: 0;
	background: #28282a;
	border-radius: 3px;
	text-align: right;
	margin: 0 10px;
	padding: 3px;
}

.fz_btbox p{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	padding: 0 5px 0 0;
}

.fz_btbox .bt_on,
.fz_btbox .bt_a{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	font-size: 14px;
	line-height: 24px;
	margin: 0 1.5px;
	border-radius: 3px;
	background: #1c1c1e;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.fz_btbox .bt_on{
	font-weight: bold;
	color: #ff429c;
	box-shadow:0px 0px 0px 2px #ff429c inset;
	-moz-box-shadow:0px 0px 0px 2px #ff429c inset;
	-webkit-box-shadow:0px 0px 0px 2px #ff429c inset;
}

.fz_btbox .bt_a{
	cursor: pointer;
	box-shadow:0px 0px 0px 1px #3e3e41 inset;
	-moz-box-shadow:0px 0px 0px 1px #3e3e41 inset;
	-webkit-box-shadow:0px 0px 0px 1px #3e3e41 inset;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.fz_btbox .bt_a:hover{
	box-shadow:0px 0px 0px 2px #ff429c inset;
	-moz-box-shadow:0px 0px 0px 2px #ff429c inset;
	-webkit-box-shadow:0px 0px 0px 2px #ff429c inset;
}

.fz_ss{
	font-size: 16px !important;
	line-height: 35px !important;
	padding: 0 !important;
	background: none !important;
	background-image:linear-gradient(90deg,rgba(62,62,65,0) 0%,rgba(62,62,65,0) 49%,rgba(28,28,30,100) 50%,rgba(28,28,30,100) 100%),linear-gradient(180deg,rgba(62,62,65,0) 0%,rgba(62,62,65,0) 98%,rgba(100,100,100,100) 100%) !important;  
	background-repeat:repeat-x,repeat-y !important;
	background-size:4px 100%,100% 35px !important;
	box-shadow: 0px -1px 0px 0px #1c1c1e inset;
}
.fz_s{
	font-size: 18px !important;
	line-height: 40px !important;
	padding: 0 !important;
	background: none !important;
	background-image:linear-gradient(90deg,rgba(62,62,65,0) 0%,rgba(62,62,65,0) 49%,rgba(28,28,30,100) 50%,rgba(28,28,30,100) 100%),linear-gradient(180deg,rgba(62,62,65,0) 0%,rgba(62,62,65,0) 98%,rgba(100,100,100,100) 100%) !important;  
	background-repeat:repeat-x,repeat-y !important;
	background-size:4px 100%,100% 40px !important;
	box-shadow: 0px -1px 0px 0px #1c1c1e inset;
}
.fz_l{
	font-size: 22px !important;
	line-height: 50px !important;
	padding: 0 !important;
	background: none !important;
	background-image:linear-gradient(90deg,rgba(62,62,65,0) 0%,rgba(62,62,65,0) 49%,rgba(28,28,30,100) 50%,rgba(28,28,30,100) 100%),linear-gradient(180deg,rgba(62,62,65,0) 0%,rgba(62,62,65,0) 98%,rgba(100,100,100,100) 100%) !important;  
	background-repeat:repeat-x,repeat-y !important;
	background-size:4px 100%,100% 50px !important;
	box-shadow: 0px -1px 0px 0px #1c1c1e inset;
}

.su_t{	color: #af9cb7;}


/***************************************
ANCHOR LINK
****************************************/
a.anchor{
	display: block;
	padding-top: 43px;
	margin-top: -43px;
}
.anchor2{
	display: block;
	margin-top: -93px;
	padding-top: 93px;
}
.anchor3{
	display: block;
	margin-top: -122px;
	padding-top: 122px;
}
.anchor4{
	display: block;
	margin-top: -50px;
	padding-top: 50px;
}
.anchor5{
	display: block;
	margin-top: -96px;
	padding-top: 96px;
}
.anchor6{
	display: inline-block;
	vertical-align: top;
	margin-top: -132px;
	padding-top: 132px;
}
.anchor7{
	display: block;
	margin-top: -97px;
	padding-top: 97px;
}


/***************************************
ETH_BOX CSS
****************************************/

.eth_box_bg{
	border-top: 1px solid #3e3e41;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.eth_box{
	position: relative;
	display: block;
	width: 100%;
	max-width: 350px;
	color: #fff;
	border: 1px solid #3e3e41;
	border-radius: 5px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.eth_box .eth_title{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	height: 30px;
	font-weight: bold;
	color: #fff;
	border-radius: 4px 4px 0 0;
	padding: 0 0 0 95px;
	background: rgb(209,149,255);
	background: linear-gradient(90deg, rgba(209,149,255,1) 0%, rgba(138,71,240,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.eth_box .eth_title span{
	font-size: 13px;
	line-height: 14px;
	border: 1px solid #fff;
	margin-right: 5px;
	padding: 1px 2px 0 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.eth_box .eth_title em{
	font-size: 14px;
	line-height: 20px;
}

.eth_box .eth_img{
	display: inline-block;
	vertical-align: top;
	width: 76px;
	height: 76px;
	border: 3px solid #3e3d41;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: calc(50% - 38px);
	left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.eth_box .eth_img img{
	width: 70px;
	height: auto;
}

.eth_box .eth_name{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	height: 65px;
	padding: 0 0 0 95px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.eth_box .eth_name p{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #ffade8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.eth_box .eth_name span{
	font-size: 11px;
	line-height: 14px;
	text-decoration: line-through;
}

.eth_box .eth_name em{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.eth_box .eth_name em.eth_new{	color: #fff08c;}
.eth_box .eth_name em.eth_normal{	color: #ccccff;}

.fu_link_bg{
	border-top: 1px solid #3e3e41;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.fu_link{
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	border: 1px solid #3e3e41;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.fu_link a{	color: #ffde00;}


/***************************************
TEXT BASE PAGE CSS
****************************************/

/** title **/
.tbs_title{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	border: 3px solid #ccc;
	background: #3e3e41;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.tbs_s_title{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #adeb32;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px 0 10px 22px;
	border-bottom: 2px solid #adeb32;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.tbs_s_title span{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 1px;
}


/** p **/
.tbs_p15{
	font-size: 15px;
	line-height: 27px;
}


/** caution **/
.tbs_caution{
	border: 1px solid #3e3e41;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.tbs_caution p{
	position: relative;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
}
.tbs_caution p:last-of-type{	margin-bottom: 0;}
.tbs_caution p em{
	position: absolute;
	top: 0;
	left: 0;
}


/** qa **/
.tbs_qa{
	margin-left: 15px;
	margin-right: 15px;
}

.tbs_qabox{
	padding: 15px 0;
	border-bottom: 1px solid #fff;
}
.tbs_qabox:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}

.tbs_qabox h4,
.tbs_qabox h5{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	color: #adeb32;
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
}
.tbs_qabox h4:after,
.tbs_qabox h5:after{
	content: 'Q';
	width: 22px;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: #1c1c1e;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}


/** arrow **/
.tbs_arrow{
	margin-left: 15px;
	margin-right: 15px;
}
.tbs_arrow ul{}
.tbs_arrow li{
	position: relative;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 22px;
}
.tbs_arrow li:last-of-type{	margin-bottom: 0;}
.tbs_arrow li span.material-icons{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
	position: absolute;
}

/** play_circle **/ .tbs_arrow li span.material-icons.ai1{
	top: 4px;
	left: 0;
	color: #ffa800;
}

.tbs_arrow.ya li:before{
	content: "";
	width: 3px;
	border-bottom: 1px solid #666;
	position: absolute;
	top: 10px;
	left: 7px;
}

.tbs_arrow.ya li:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 3px;
	border-color: transparent transparent transparent #666;
	position: absolute;
	top: 8px;
	left: 10px;
}





/*=================================================
/*=================================================
 * BT CSS
 * ================================================= *
 * ================================================= */

.bt_bg{
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: -webkit-gradient(linear, left top, right bottom, from(#3e3e41), color-stop(0.25, #3e3e41), color-stop(0.25, #1c1c1e), color-stop(0.5, #1c1c1e), color-stop(0.5, #3e3e41), color-stop(0.75, #3e3e41), color-stop(0.75, #1c1c1e), to(#1c1c1e));
	background: -moz-linear-gradient(-45deg, #3e3e41 25%, #1c1c1e 25%, #1c1c1e 50%, #3e3e41 50%, #3e3e41 75%, #1c1c1e 75%, #1c1c1e);
	background: linear-gradient(-45deg, #3e3e41 25%, #1c1c1e 25%, #1c1c1e 50%, #3e3e41 50%, #3e3e41 75%, #1c1c1e 75%, #1c1c1e);
	-webkit-background-size: 2px 2px;
	background-size: 2px 2px;
	margin: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.bt_bg.no_bg{
	background: none;
}

a.bt , em.bt, span.bt, button.bt{
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-weight: 700;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	border: none;
	border-radius: 25px;
	background: #3c9aea;
	background: -moz-linear-gradient(left, #3c9aea 0%, #336cd4 100%);
	background: -webkit-linear-gradient(left, #3c9aea 0%,#336cd4 100%);
	background: linear-gradient(to right, #3c9aea 0%,#336cd4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9aea', endColorstr='#336cd4',GradientType=1 );
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

span.bt_gray{
	color: #999;
	background: #666666;
	box-shadow: none;
}

a.bt_white,
span.bt_white,
button.bt_white{
	color: #000;
	background: #e1e1e1;
	box-shadow: none;
}

.ad_bt{
	display: inline-block;
	width: 230px;
	font-size: 13px;
	font-weight: bold;
	line-height: 35px;
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
	background-color: #2f49ac;
	box-shadow: 0px 1px 0px 0px #192c72;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

a.bt:hover,
em.bt:hover,
button.bt:hover,
.ad_bt:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}


.ad_bt2{
	display: block;
	width: 200px;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-shadow: 1px 1px 2px #a35f12;
	color: #ffffff;
	border-radius: 3px;
	border: 2px solid #ffae00;
	box-sizing: border-box;
	background: #ffae00;
	background: -moz-linear-gradient(-45deg, #ffae00 0%, #ff8a00 100%);
	background: -webkit-linear-gradient(-45deg, #ffae00 0%,#ff8a00 100%);
	background: linear-gradient(135deg, #ffae00 0%,#ff8a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8a00',GradientType=1 );
	margin: 0 auto;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


input.bt{
	display: block;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	font-weight: 700;
	line-height: 50px;
	max-width: 300px;
	color: #ffffff;
	text-align: center;
	border-radius: 25px;
	background: #3c9aea;
	background: -moz-linear-gradient(left, #3c9aea 0%, #336cd4 100%);
	background: -webkit-linear-gradient(left, #3c9aea 0%,#336cd4 100%);
	background: linear-gradient(to right, #3c9aea 0%,#336cd4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9aea', endColorstr='#336cd4',GradientType=1 );
	text-decoration: none;
	-webkit-appearance: none;
	border: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

input.bt:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}

.sh_bt_bg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0;
	padding: 0 5px;
}
.page_title+.sh_bt_bg{	padding-top: 10px;}

a.sh_bt , em.sh_bt, span.sh_bt{
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
	font-size: 12px;
	font-weight: bold;
	margin: 0 5px;
	padding: 0 10px;
	line-height: 32px;
	color: #ffffff;
	text-align: center;
	border-radius: 16px;
	background-color: #89af1c;
	box-shadow: 0px 1px 0px 0px #789d0e;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
a.sh_bt:only-child, em.sh_bt:only-child, span.sh_bt:only-child{
	display: block;
	width: auto;
	margin: 0;
}

a.sh_bt:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}


a.sh_bt2,
em.sh_bt2,
span.sh_bt2{
	background-color: #00a8b1;
	box-shadow: 0px 1px 0px 0px #04888f;
}

	a.bt,
	span.bt,
	button.bt,
	input.bt{
		display: block;
		width: 100%;
	}


/** book_bt **/

#book_bt{
	width: auto;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0 10px;
	background: repeating-linear-gradient(#3e3e41, #3e3e41 1px, #1c1c1e 0, #1c1c1e 2px);
	box-shadow:0px 4px 0px 0px #1c1c1e inset,0px -5px 0px 0px #1c1c1e inset;
	-moz-box-shadow:0px 4px 0px 0px #1c1c1e inset,0px -5px 0px 0px #1c1c1e inset;
	-webkit-box-shadow:0px 4px 0px 0px #1c1c1e inset,0px -5px 0px 0px #1c1c1e inset;
}

.favo_book_area_bt{
	display: block;
	width: auto;
	max-width: 300px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	color: #ffae00;
	background: #1c1c1e;
	border: 1px solid #ffae00;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.favo_book_area_bt:hover{
	text-decoration: none;
	color: #fff;
	background: #ffae00;
}

.favo_book_area_bt.favo{
	text-decoration: none;
	color: #fff;
	background: #ff0000;
	border: 1px solid #cc0000;
}

#favo_book_area{
	cursor: pointer;
}


/** area_new **/

.area_new_bt{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 5px 10px 0 10px;
}

.area_new_bt_a{
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background: #ff3399;
	box-shadow: 0 0 0 2px #ff3399 inset , 0 0 0 3px #ffffff inset , 0 0 0 0px #cb9a00 inset;
	text-align: center;
	padding: 5px 0;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: area_new_bt_animewaku 3s ease-in-out infinite;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
@keyframes area_new_bt_animewaku {
	0% {box-shadow: 0 0 0 2px #ff3399 inset , 0 0 0 3px #ffffff inset , 0 0 0 0px #cb9a00 inset;}
	29% {box-shadow: 0 0 0 2px #cb9a00 inset , 0 0 0 3px #ffffff inset , 0 0 0 25px #cb9a00 inset;}
	30% {box-shadow: 0 0 0 2px #cb9a00 inset , 0 0 0 3px #ffffff inset , 0 0 0 25px #cb9a00 inset;}
	49% {box-shadow: 0 0 0 2px #cb9a00 inset , 0 0 0 3px #ffffff inset , 0 0 0 25px #cb9a00 inset;}
	50% {box-shadow: 0 0 0 2px #cb9a00 inset , 0 0 0 3px #ffffff inset , 0 0 0 25px #cb9a00 inset;}
	69% {box-shadow: 0 0 0 2px #ff3399 inset , 0 0 0 3px #ffffff inset , 0 0 0 0px #cb9a00 inset;}
	100% {box-shadow: 0 0 0 2px #ff3399 inset , 0 0 0 3px #ffffff inset , 0 0 0 0px #cb9a00 inset;}
}

.area_new_bt_a span{
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: area_new_bt_anime 3s ease-in-out infinite;
}
@keyframes area_new_bt_anime {
	0% {opacity: 1; filter: alpha(opacity=100);}
	15% {opacity: 1; filter: alpha(opacity=100);}
	18% { opacity: 0; filter: alpha(opacity=0);}
	21% { opacity: 1; filter: alpha(opacity=100);}
	24% { opacity: 0; filter: alpha(opacity=0);}
	27% { opacity: 1; filter: alpha(opacity=100);}
	100% { opacity: 1; filter: alpha(opacity=100);}
}
.area_new_bt_a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.area_new_bt_b{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 300px;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	border-radius: 20px;
	padding-left: 20px;
	box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.area_new_bt_b:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.area_new_bt_b span{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	width: 50px;
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	color: #ffba0e;
	background: #fff;
	border-radius: 50%;
	box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -5px;
	left: -2px;
}

.area_new_bt_b{
	background: linear-gradient(270deg, #ffd200, #ff0096, #0fda9e, #ffd200);
	background-size: 800% 800%;
	-webkit-animation: AnimationName 30s ease infinite;
	-moz-animation: AnimationName 30s ease infinite;
	animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}

.area_new_bt_c{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 220px;
	height: 35px;
	color: #fff;
	border-radius: 17.5px;
	box-shadow: 0px 2px 0px 0px #184a99;
	background: rgb(60,154,234);
	background: linear-gradient(180deg, rgba(60,154,234,1) 0%, rgba(51,108,212,1) 100%);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.area_new_bt_c:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.area_new_bt_c span{
	width: 20px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 50%;
	color: #ff429c;
	background: #fff;
	margin-right: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.area_new_bt_c em{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.req_caution{
	width: auto;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	border: 1px solid #3e3e41;
	margin: 0 10px 10px 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.req_caution a{	color: #ff429c;}
.req_caution a.red{	color: #f94f2e;}

.req_caution_box{
	padding-bottom: 10px;
	padding-top: 10px;
}

.req_caution_box .req_caution{
	margin-bottom: 0;
	margin-top: 0;
}

.p_icon{
	position: relative;
	padding: 0 0 6px 15px;
}
.p_icon:last-of-type{	padding-bottom: 0;}
.p_icon:before,
.p_icon:after{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.p_icon:before{
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #3e3e41;
	border: 1px solid #3e3e41;
	top: 2px;
	left: 0;
}
.p_icon:after{
	top: 5px;
	left: 4px;
	box-sizing: border-box;
	width: 2px;
	height: 2px;
	border: 2px solid transparent;
	border-left: 3px solid #1c1c1e;
}

.lazy468[src*="loader.png"]{ height: 60px;}

.list_bt_text{
	border-top: 1px solid #3e3e41;
}

.list_bt_text .box{
	border: 1px solid #3e3e41;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 10px;
	line-height: 15px;
}

.list_bt_text h3{
	font-size: 12px;
	line-height: 16px;
}

.list_bt_text + #merank_box .eth_box_bg,
.list_bt_text + #merank_box .fu_link_bg{
	border-top: none;
}


/***************************************
EXP_STAR_gra
****************************************/

.exp_star_gra em:nth-of-type(1){	color: #fff900 !important;}
.exp_star_gra em:nth-of-type(2){	color: #ffd500 !important;}
.exp_star_gra em:nth-of-type(3){	color: #ffaf00 !important;}
.exp_star_gra em:nth-of-type(4){	color: #ff8a00 !important;}
.exp_star_gra em:nth-of-type(5){	color: #ff6700 !important;}




/***************************************
GROVAL MENU
****************************************/

/** navToggle **/
#gvmenu_navToggle{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	width: 38px;
	height: 38px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	z-index: 1000000004;
	top: 13px;
	right: calc(50% - 315px);
}
#gvmenu_navToggle button{
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	background: #ffffff;
	margin: 0;
	padding: 0;
	border: 1px solid #ffffff;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#gvmenu_navToggle button:focus{	outline: 0;}
#gvmenu_navToggle.open button{	position: fixed; background: #000;}
#gvmenu_navToggle button em{
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
#gvmenu_navToggle button em img{	width: 100%; height: auto;}
.bb{
	width: 16px;
	height: 1px;
	right: 10px;
	background: #000;
	transition: all .2s ease;
	position: absolute;
	-webkit-transition: all .2s ease;
}
.bb-1{	top: 10px;}
.bb-2{	top: 15px;}
.bb-3{	top: 20px;}
#gvmenu_navToggle .closebt{	border-color: #fff;}
.closebt .bb-1{
	top: 15px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform:rotate(45deg);
}
.closebt .bb-2{
	opacity: 0;
}
.closebt .bb-3{
	top: 15px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.closebt em img{ filter: invert(100%); }
#gvmenu{
	max-width: 100%;
	width: 410px;
	max-height: 100vh;
	max-height: 100svh;
	max-height: 100dvh;
	text-align: left;
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1000000003;
	left: auto;
	right: calc(50% - 325px);
	top: -120vh;/** header,nav,SAME HEIGHT **/
	background: rgba(0, 0, 0, 1);
	overflow: hidden;
	overscroll-behavior: contain;
	padding: 65px 20px 40px 20px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#gvmenu.opennav{
	position: fixed;
	top: 0;
	align-content: start;
	overflow: visible;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#gvmenu.opennav::-webkit-scrollbar{
  display: none;
}
#gvmenu_name{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 15px;
	left: 20px;
}
#gvmenu_logo{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 29px;
	left: 20px;
}
#gvmenu_logo img{
	width: 128px;
	height: auto;
}
#gvmenu > p{
	border-bottom: 1px solid #28282a;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#gvmenu > p a,
#gvmenu > p button{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	min-height: 34px;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	padding: 5px 0 5px 20px;
	background: none;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#gvmenu > p button{	background: url(../img/all/gvmenu_open.png) no-repeat 100% 10px; background-size: 12px auto;}
#gvmenu > p button.open{	background: url(../img/all/gvmenu_close.png) no-repeat 100% 10px; background-size: 12px auto;}
#gvmenu > p a:before,
#gvmenu > p button:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#gvmenu > p a:after,
#gvmenu > p button:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #000000;
	border-width: 2px 0px 2px 3px;
	position: absolute;
	top: 14.5px;
	left: 9px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#gvmenu > p.gvmenu_review{	background: url(../img/all/gvmenu_i_review.png) no-repeat 2px 9px; background-size: 15px auto;}
#gvmenu > p.gvmenu_rank{	background: url(../img/all/gvmenu_i_rank.png) no-repeat 2px 8px; background-size: 15px auto;}
#gvmenu > p.gvmenu_back{	background: url(../img/all/gvmenu_i_back.png) no-repeat 2px 9px; background-size: 15px auto;}
#gvmenu > p.gvmenu_back a{	color: #999;}
#gvmenu > p.gvmenu_review a:before,
#gvmenu > p.gvmenu_rank a:before,
#gvmenu > p.gvmenu_back a:before,
#gvmenu > p.gvmenu_review button:before,
#gvmenu > p.gvmenu_rank button:before,
#gvmenu > p.gvmenu_back button:before,
#gvmenu > p.gvmenu_review a:after,
#gvmenu > p.gvmenu_rank a:after,
#gvmenu > p.gvmenu_back a:after,
#gvmenu > p.gvmenu_review button:after,
#gvmenu > p.gvmenu_rank button:after,
#gvmenu > p.gvmenu_back button:after{	display: none;}


#gvmenu .gvmenu_inbox{
	display: none;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #28282a;
}
#gvmenu .gvmenu_inbox p{
	position: relative;
	color: #ffb9e9;
	border-bottom: 1px solid #28282a;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#gvmenu .gvmenu_inbox p:last-child{border-bottom: none;}
#gvmenu .gvmenu_inbox p:after{
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid currentColor;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 7px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#gvmenu .gvmenu_inbox p.area_sub:after{	border-color: #ff429c;}
#gvmenu .gvmenu_inbox p.area2:after{	border-color: #62c2ff;}
#gvmenu .gvmenu_inbox p.area3:after{	border-color: #44ffeb;}
#gvmenu .gvmenu_inbox p.area4:after{	border-color: #41ea99;}
#gvmenu .gvmenu_inbox p.area5:after{	border-color: #92f46b;}
#gvmenu .gvmenu_inbox p.area6:after{	border-color: #fff461;}
#gvmenu .gvmenu_inbox p.area7:after{	border-color: #ffa544;}
#gvmenu .gvmenu_inbox p a{
	display: inline-block;
	width: 100%;
	min-height: 34px;
	font-size: 15px;
	line-height: 1.2;
	color: #fff;
	padding: 8px 0 8px 20px;
	background: none;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#gvmenu .color_y,
#gvmenu .color_p{
	font-size: 10px;
	line-height: 1;
}
#gvmenu > p .color_y,
#gvmenu > p .color_p{	padding-top: 3px;}
#gvmenu .color_y{	color: #ffff00;}
#gvmenu .color_p{	color: #d4a2ff;}
#gvmenu .gvmenu_inbox p span.sat,
#gvmenu .gvmenu_inbox p span.sun{
	font-size: 15px;
	line-height: 1.2;
}
#gv_usbox{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	color: #fff;
	margin: 0 auto;
	padding: 7px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#gv_usbox_l,
#gv_usbox_r{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#gv_usbox_l{
	width: 50px;
	margin-right: 10px;
}
#gv_usbox_l #u_img{
	display: block;
	font-size: 0;
	line-height: 0;
	position: static;
	padding: 0;
}
#gv_usbox_l #u_img a,
#gv_usbox_l #u_img span{	border-radius: 50%;}
#gv_usbox_l #u_img img{
	width: 50px;
	height: auto;
	border-radius: 50%;
}
#gv_usbox_r{
	text-align: left;
}
#gv_usbox_r p{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
#gv_usbox_r p,
#gv_usbox_r p a{	color: #d3b565;}
#gv_usbox_r span{
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 3px 0 0 0;
}
.gv_usbox_bt{
	margin: 5px 0 0 0;
}
.gv_usbox_bt a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 80px;
	height: 20px;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	margin-right: 5px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.gv_usbox_bt a:last-of-type{	margin-right: 0;}
.gv_usbox_bt1{
	background: rgb(218,162,249);
	background: linear-gradient(90deg, rgba(218,162,249,1) 0%, rgba(186,145,249,1) 100%);
}
.gv_usbox_bt2{
	background: rgb(255,152,222);
	background: linear-gradient(90deg, rgba(255,152,222,1) 0%, rgba(255,129,215,1) 100%);
}

#gvmenu_bt{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	border-top: 1px solid #28282a;
	padding: 20px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#gvmenu_bt a,
#gvmenu_bt span{
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	margin: 0 10px 0 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#gvmenu_bt a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#gvmenu_bt a.bt_x{	background: url(../img/all/sns_bt1.png) no-repeat #000; background-size: 30px auto; filter: invert();}
#gvmenu_bt .bt_follow{
	width: 150px;
	height: 25px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	border-radius: 12px;
	border: 1px solid #fff;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (max-width: 650px) {
	#gvmenu_navToggle{	right: 10px;}
	#gvmenu{
		width: 100%;
		right: 0;
	}
}



/***************************************
MISSION EVENT
****************************************/

#mission_enter{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	position: fixed;
	z-index: 2;
	bottom: 5px;
	right: calc(50% - 320px);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	animation: anime 5s ease-in-out infinite;
}
#mission_enter img{
	width: 120px;
	height: auto;
}
#mission_modal_bg{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 650px;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: calc(50% - 325px);
	z-index: 2000000000;
	padding: 22px 0 95px 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
}
#mission_modal_box{
	position: relative;
	width: calc(100% - 44px);
	max-width: 400px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mission_top{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	width: 100%;
	height: 75px;
	text-align: center;
	padding: 7px 0 0 0;
	background: url(../img/mission//mission_top.png) no-repeat 50% 32px #d7000f;
	background-size: 270px auto;
	border-radius: 20px 20px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mission_top p:nth-of-type(1){
	width: 100%;
	height: 32px;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #d7000f;
}
.mission_top p:nth-of-type(1) img{
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.mission_top p:nth-of-type(2){
	width: 100%;
	height: 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}
.mission_top p:nth-of-type(3){
	width: 190px;
	font-size: 11px;
	line-height: 20px;
	color: #d7000f;
	background: #fff;
	border: 1px solid #d7000f;
	border-radius: 11px;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 95px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mission_btm{
	text-align: center;
	background: #f3e5ca;
	border-radius: 0 0 20px 20px;
	padding: 20px 0 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mission_title{
	position: relative;
	margin: 0 15px 5px 15px;
}
.mission_title:before,
.mission_title:after{
	content: "";
	width: 25px;
	height: 46px;
	position: absolute;
	bottom: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mission_title:before{
	background: url(../img/mission//mission_title_l.png) no-repeat;
	background-size: 25px auto;
	bottom: -5px;
	left: -10px;
}
.mission_title:after{
	background: url(../img/mission//mission_title_r.png) no-repeat;
	background-size: 25px auto;
	bottom: -5px;
	right: -10px;
}
.mission_title p{
	width: 100%;
	position: absolute;
	z-index: 3;
	top: -5px;
	left: 0;
}
.mission_title p em{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	color: #d7000f;
	text-shadow:0 0 4px #ffef01, 0 0 4px #ffef01, 0 0 4px #ffef01, 0 0 4px #ffef01, 0 0 4px #ffef01, 0 0 4px #ffef01, 0 0 4px #ffef01, 0 0 4px #ffef01, 0 0 4px #ffef01, 0 0 4px #ffef01, 0 0 4px #ffef01, 0 0 4px #ffef01, 0 0 4px #ffef01, 0 0 4px #ffef01, 0 0 4px #ffef01;
}

.mission_title div{
	position: relative;
	z-index: 2;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	padding: 18px 10px 15px 10px;
	background: #ffef01;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.mission_title div span{
	display: inline-block;
	text-align: left;
}

.mission_title.clear div{
	font-size: 20px;
	line-height: 24px;
}

.mission_title div:before,
.mission_title div:after{
	content: "";
	width: calc(100% - 6px);
	border-bottom: 3px dotted #ffcc01;
	position: absolute;
	left: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mission_title div:before{	top: 2px;}
.mission_title div:after{	bottom: 2px;}


.mission_title.nextday p em{
	color: #ffffff;
	text-shadow: 0 0 4px #cccccc, 0 0 4px #cccccc, 0 0 4px #cccccc, 0 0 4px #cccccc, 0 0 4px #cccccc, 0 0 4px #cccccc, 0 0 4px #cccccc, 0 0 4px #cccccc, 0 0 4px #cccccc, 0 0 4px #cccccc, 0 0 4px #cccccc, 0 0 4px #cccccc, 0 0 4px #cccccc, 0 0 4px #cccccc, 0 0 4px #cccccc;
}
.mission_title.nextday div{
	color: #888888;
	background: #cccccc;
}
.mission_title.nextday div:before,
.mission_title.nextday div:after{ border-color: #dddddd;}

.mission_title.nextday:before,
.mission_title.nextday:after{
	filter: grayscale(1) brightness(95%);
}


.mission_ttime{
	font-size: 11px;
	line-height: 1.2;
	color: #333333;
	margin-bottom: 10px;
	text-align: center;
}

.mission_ttime span{
	color: #ff0000;
}


.mission_stamp{
	position: relative;
	width: auto;
	margin: 0 auto 15px auto;
}
.mission_stamp ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0;
	line-height: 0;
}
.mission_stamp li{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(82% / 4);
	height: auto;
	aspect-ratio: 1 / 1;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #cbcbcb;
	background: #fff;
	border-radius: 50%;
	margin: 0 3px 2px 3px;
	box-shadow: 0px 0px 0px 4px #fff inset, 0px 0px 0px 6px #f5f5f5 inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.mission_stamp li img{
	position: absolute;
	width: calc(100% - 4px);
	height: auto;
	top: 2px;
	left: 2px;
	z-index: 3;
	-webkit-transform: rotate(-15deg);
	   -moz-transform: rotate(-15deg);
	    -ms-transform: rotate(-15deg);
	     -o-transform: rotate(-15deg);
	        transform: rotate(-15deg);
}
.mission_close_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 130px;
	height: 45px;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	color: #fff;
	background: #956015;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mission_complete_bg{
	width: 280px;
	height: 100px;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 140px);
	z-index: 3;
}
.mission_complete{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 280px;
	height: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
	animation: mission_clear_anime 1.5s ease-in-out 1;
	animation-delay: 1.8s;
	animation-fill-mode: forwards;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 0px 3px #ff0000 inset, 0px 0px 0px 5px #fff inset, 0px 0px 0px 6px #ff0000 inset;
	border-radius: 10px;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mission_complete p:nth-of-type(1){
	width: 100%;
	font-family: "FontA";
	font-size: 33px;
	line-height: 35px;
	text-align: center;
	color: #ff0000;
	margin: 0 0 3px 0;
}
.mission_complete p:nth-of-type(2){
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
	color: #fff;
	background: #ff0000;
	margin: 0 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mission_complete p:nth-of-type(2) em{
	font-size: 25px;
	color: #ffff00;
}

.mission_clear_anime{
	opacity: 0;
	filter: alpha(opacity=0);
	animation: mission_clear_anime 1.5s ease-in-out 1;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}
@keyframes mission_clear_anime {
	0% {
		transform: scale(3) rotate(-15deg);
		opacity: 0;
		filter: alpha(opacity=0);
	}
	20%{
		transform: scale(0.9) rotate(-15deg);
		opacity: 1;
		filter: alpha(opacity=100);
	}
	30%{
		transform: scale(1) rotate(-15deg);
		opacity: 1;
		filter: alpha(opacity=100);
	}
	100% {
		transform: scale(1) rotate(-15deg);
		opacity: 1;
		filter: alpha(opacity=100);
	}
}


@media screen and (max-width: 650px) {
	#mission_enter{
		right: 5px;
	}
	#mission_modal_bg{
		width: 100%;
		left: 0;
	}


}




/*=================================================
 * COMMON CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	header,
	nav,
	main,
	footer{
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.bnr_pr div img.lazy[src*="loader.png"],
	.bnr_exp div img.lazy[src*="loader.png"]{ height: 105px;}

	#map_area{
		width: 100%;
		left: 0;
	}
	.marea_d a{
		font-size: 15px;
	}


	/***************************************
	BOTTOM FIXED DIV
	****************************************/
	.fix_div{
		width: 100%;
		height: 80px;
		border-radius: 0;
		padding: 0;
		left: 0;
	}
	.fix_div:after{
		content: '';
		width: 110%;
		height: 50px;
		position: absolute;
		z-index: 199;
		bottom: -5px;
		left: calc(100% - 105%);
	}
	.fix_table_bg{
		display: block;
	}
	.fix_tb{	padding-right: 73px;}
	.fix_tb.chat_table{	padding-right: 0;}
	.fix_tb div{	left: calc(50% - 83px);}
	.fix_tb.chat_table div{	left: calc(50% - 47px);}
	.fix_tel{
		display: inline-block;
		vertical-align: top;
		width: 70px;
		margin: 0;
	}
	.fix_tel_pc{	display: none;}
	.fix_tel_sp{
		display: inline-block;
		width: 70px;
		height: 70px;
		font-size: 12px;
		font-weight: bold;
		line-height: 12px;
		color: #fff;
		border-radius: 50%;
		padding: 48px 0 0 0;
		background-image: url(../img/all/fix_div_tel.png) !important;
		background-repeat: no-repeat !important;
		background-position: 15px 13px !important;
		-webkit-background-size: 42px auto !important;
		background-size: 42px auto !important;
		position: fixed;
		z-index: -1;
		bottom: 10px;
		right: calc(50% - 105px);
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.chat_table_bg+.fix_tel .fix_tel_sp{ right: calc(50% - 142px); }
	.fix_txt{
		width: 100%;
		left: 0;
	}

	/** 200204 new_fixbox **/
	.new_fixbox{	margin-right: 80px;}
	.new_fixbox_bg+.fix_tel .fix_tel_sp{	right: calc(50% - 128px);}

	.lazy468[src*="loader.png"]{ height: 38px;}



	/** 200812 fixsd **/
	.fixsd_bg{
		width: 300px;
		height: 60px;
		padding: 0;
		bottom: 15px;
		left: calc(50% - 150px);
		background: rgba(0, 0, 0, 0.9);
		border-radius: 30px;
		border-width: 1px;
		border-style: solid;
	}
	.fixsd_bg.area_top{
		width: 235px;
		left: calc(50% - 117.5px);
		border-color: #d27eb7;
	}
	@keyframes fixsd_scrollIn {
		0% {
			bottom: -100px;
		}
			100% {
			bottom: 15px;
		}
	}
	.fixsd{
		position: relative;
		width: 235px;
		height: 60px;
		background: none;
		border-radius: 0;
		margin-right: auto;
		border: none;
	}
	.fixsd:nth-last-child(4){
		width: 160px;
		justify-content: space-evenly;
	}
	.fixsd:nth-last-child(4).fixsd > em{	left: 48px;}
	.fixsd+.fix_tel{
		position: absolute;
		bottom: 0;
	}
	.fixsd+.fix_tel .fix_tel_sp{
		position: absolute;
		right: auto;
		left: calc(50% + 5px);
		bottom: -5px;
	}
	.fixsd+.fix_tel:nth-last-child(2) .fix_tel_sp{
		left: calc(50% + 80px);
	}
	.ed_nodata .fix_tel{
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.ed_nodata .fix_tel_sp{
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	.fixsd:nth-last-child(4).fixsd p{
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 14px;
		font-size: 12px;
		font-weight: bold;
		line-height: 14px;
		text-align: center;
		margin-right: 0;
		padding: 0;
		border-right: none;
		position: absolute;
		bottom: -9px;
		left: 0;
	}
	.fixsd:nth-last-child(4).fixsd p span{
		display: inline-block;
		vertical-align: top;
		background: #fff;
		border-radius: 7px;
		padding: 0 5px;
	}
	.fixsd:nth-last-child(4).fixsd p br{	display: none;}
	.fix_line{
		font-size: 12px;
		line-height: 12px;
		letter-spacing: -0.3px;
		margin: 0;
		padding: 48px 0 0 0;
		border-radius: 50%;
		position: absolute;
		left: calc(50% + 80px);
		bottom: -5px;
	}
}
