<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*--------------------------------------------------
	HOSTxHOST Smartphone CSS
--------------------------------------------------*/

/********************************
	Base
*********************************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	-webkit-text-size-adjust: none;
	font-family: sans-serif;
}

body,
p,
h1,
h2,
h3,
ul,
li,
img {
	margin: 0px;
	padding: 0px;
	border: none;
}

p,
h1,
h2,
h3 {
	display: block;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #6356ae;
}

a:visited {
	color: #6356ae;
}

ul.list.list-shop-list {
	padding-bottom: 1px;
}

ul.list.list-rec-list {
	padding-bottom: 1px;
}

ul.list.list-topics {
	padding-bottom: 1px;
}

ul.list.list-gravure {
	padding-bottom: 1px;
}

ul.list.list-special {
	padding-bottom: 1px;
}

ul.list.list-rss {
	padding-bottom: 1px;
}

ul.list.list-movie {
	padding-bottom: 1px;
}

/********************************
	Common
*********************************/
.none {
	display: none;
}

.of_h {
	overflow: hidden;
}

.po_r {
	position: relative;
}

.po_a {
	position: absolute;
}

.float_r {
	float: right;
}

.float_l {
	float: left;
}

.both {
	clear: both;
}

.link {
	cursor: pointer;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.zero {
	font-size: 0px;
	line-height: 0px;
}

.st {
	margin-top: 18px;
}

.end {
	margin-bottom: 8px;
}

.spc {
	padding: 8px;
}

.spc_l {
	padding-left: 0px;
}

.spc_l2 {
	padding-left: 24px;
	position: relative;
}

.spc_r {
	padding-right: 8px;
}

.round {
	border-radius: 0px;
}

.round_left {
	border-radius: 8px 0px 0px 8px;
}

.round_right {
	border-radius: 0px 8px 8px 0px;
}

.round_bottom {
	border-radius: 0px 0px 8px 8px;
}

.round_none {
	border-radius: 0px;
}

/********************************
	JS
*********************************/
.j-click-view {
	/*z-index:2000;*/
	cursor: pointer;
}

.j-menu-slide {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.j-menu-slide-btn,
.j-menu-slide-close {
	cursor: pointer;
}

.j-menu-slide-btn::after,
.j-menu-slide-close::after,
.j-menu-slide-chk {
	position: absolute;
	border-right: solid 2px #f37497;
	border-bottom: solid 2px #f37497;
}

.j-menu-slide-btn::after {
	content: '';
	top: 35%;
	right: 0.6em;
	transform: rotate(-45deg);
	width: 0.5em;
	height: 0.5em;
}

.j-menu-slide-close::after {
	content: '';
	top: 35%;
	left: 1em;
	transform: rotate(135deg);
	width: 0.5em;
	height: 0.5em;
}

.j-menu-slide-chk {
	display: none;
	top: 0.7em;
	left: 0.7em;
	transform: rotate(50deg);
	width: 0.5em;
	height: 0.9em;
}

.j-menu-slide-cts {
	z-index: 200;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateX(100%);
	transition: transform 0.4s ease-out;
}

.j-menu-slide-cts-view {
	transform: translateX(0);
}

/********************************
	SNS
*********************************/
.sns-btn {
	padding: 10px 0px 0px 0px;
	text-align: center;
}

.sns-btn ul {
	display: inline-block;
}

.sns-btn ul:after {
	content: '';
	display: block;
	clear: both;
}

.sns-btn li {
	float: left;
	display: block;
	width: 115px;
	height: 32px;
	margin-right: 8px;
	background-color: rgba(51, 51, 51, 0.9);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 30px;
}

.sns-btn li:last-child {
	margin-right: 0px;
}

.sns-btn .tw {
	background-image: url('/imgs/sp/icon/sns/twitter02.png');
	background-color: #00aced;
}

.sns-btn .fb {
	background-image: url('/imgs/sp/icon/sns/facebook.png');
	background-color: #3c599b;
}

.g-sns {
	padding: 10px 0px 0px 0px;
	text-align: center;
}

.g-sns&gt;ul {
	display: inline-block;
	margin-top: 20px;
}

.g-sns&gt;ul:after {
	content: '';
	display: block;
	clear: both;
}

.g-sns&gt;ul&gt;li {
	float: left;
	display: block;
	height: 20px;
	padding-right: 4px;
	line-height: 20px;
}

/********************************
	Text
*********************************/
.red {
	color: #e00;
}

.txt_end {
	padding-bottom: 4px;
	font-size: 12px;
	color: #4e4e4e;
}

.pick {
	font-size: 14px;
	line-height: 20px;
	color: #f76161;
}

.tit {
	overflow: hidden;
	font-size: 11px;
	line-height: 16px;
}

.cmt {
	overflow: hidden;
	font-size: 11px;
	line-height: 16px;
	color: #4e4e4e;
}

.cmt_s {
	overflow: hidden;
	font-size: 10px;
	line-height: 16px;
}

.date {
	color: #f33;
	font-size: 11px;
	line-height: 14px;
}

.kana {
	color: #666;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
}

.cate {
	color: #f59;
	font-size: 11px;
	line-height: 14px;
}

.area {
	color: #f59;
	font-size: 10px;
	line-height: 12px;
}

.shop {
	overflow: hidden;
	font-size: 13px;
	line-height: 16px;
}

.memo {
	padding: 4px;
	font-size: 11px;
	text-align: center;
}

.sun {
	color: #f22;
}

.sat {
	color: #22f;
}

/********************************
	Header
*********************************/
#header {
	height:48px;
}

#header-box {
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 48px;
	background-color: rgb(243, 116, 151);
}

.header-spc {
	height: 44px;
}

.btn-top {
	z-index: 100;
	position: fixed;
	right: 8px;
	bottom: 8px;
	width: 40px;
	height: 40px;
	border-radius: 24%;
	background-color: rgb(243 116 151);
	background-image: url('/imgs/sp/icon/up.png');
	background-repeat: no-repeat;
	background-position: 50% 9px;
	background-size: 20px 20px;
}

.btn-top.btn-top--index {
	bottom: 69px;
}

#header-logo {
	text-align: center;
}

#header-logo img {
	margin-top: 10px;
	width: 125px;
	height: px;
}

#header h1 {
	display: none;
	font-size: 0px;
}

#header-btn-search {
	right: 0px;
	top: 8px;
	background-image: url('/imgs/sp/icon/sea.png');
	background-repeat: no-repeat;
	background-position: 50% 6px;
	background-size: 20px 20px;
}

#header-btn-menu {
	left: 0px;
	top: 8px;
	background-image: url('/imgs/sp/icon/men.png');
	background-repeat: no-repeat;
	background-position: 50% 6px;
	background-size: 20px 20px;
}

.header-btn {
	position: absolute;
	top: 4px;
	width: 47px;
	height: 32px;
	padding: 10px 0px;
	text-align: center;
}

#header-search {
	display: none;
	z-index: 1000;
	position: fixed;
	right: 10px;
	left: 0px;
	right: 0px;
	background-color: #f3f3f3;
	text-align: center;
	height: 100%;
}

#header-search-close {
	background-color: #ededed;
	color: #f37497;
	width: 72%;
	margin: 20px auto;
	border-radius: 8px;
	font-size: 11px;
	height:32px;
	line-height:32px;
	border:solid 1px #f37497;
}

#header-search .tit {
	padding: 8px;
	background-color: #f3f3f3;
	color: #757575;
	margin-bottom: -24px;
	margin-left:-44%;
}

#header-search .bdy {
	padding: 16px;
}

/********************************
	Footer
*********************************/

#footer {
	background: #f3f3f3;
}

.footmenu-space {
	width: 100%;
	height: 24px;
	background-color: #f3f3f3;
}

.footmenu-intro {
	width: 68%;
	background-color: #f37497;
	font-size: 11px;
	font-weight: ;
	text-align: center;
	clear: both;
	margin: 0px auto 28px;
	border-radius: 8px;
	letter-spacing: 1px;
	height:32px;
	line-height:32px;
}

.footmenu-intro a {
	color: #f3f3f3;
	padding: 8px 0px 8px 24px;
	background-image: url(/imgs/sp/icon/accf.png);
	background-repeat: no-repeat;
	background-position: 0%;
	background-size: 17px 17px;
}

.footmenu-intro a:before {
	background-image: url('/imgs/sp/icon/accf.png');
}

#footmenu {
	display: table;
	width: 100%;
	table-layout: fixed;
	background: #372d30;
}

#footmenu li {
	display: table-cell;
	padding: 12px 0px 0px 0px;
}

#footmenu a {
	display: block;
	padding: 20px;
	background: #;
	color: #acabab;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

#footmenu li:first-child a {
	border-left: none;
}

.footmenu-toppage {
	background-image: url('/imgs/sp/icon/back.png');
	padding-top: 24px;
	background-repeat: no-repeat;
	background-position: 50% 8px;
	background-size: 26px 26px;
}

.footmenu-shop-list {
	background-image: url('/imgs/sp/icon/shof.png');
	padding-top: 24px;
	background-repeat: no-repeat;
	background-position: 50% 8px;
	background-size: 24px 24px;
}

.footmenu-staff-cm {
	background-image: url('/imgs/sp/icon/cmf.png');
	padding-top: 24px;
	background-repeat: no-repeat;
	background-position: 50% 8px;
	background-size: 24px 24px;
}

.footmenu-discount {
	background-image: url('/imgs/sp/icon/disf.png');
	padding-top: 24px;
	background-repeat: no-repeat;
	background-position: 50% 8px;
	background-size: 24px 24px;
}

.foot-inf {
	padding: 32px 10px;
	background: #372d30;
}

.foot-inf.foot-inf--index{
	padding: 40px 10px 75px;
}

.foot-inf img {
	margin: -4px 5px;
}

.bnr_urecco img {
    width: 40%;
}

.foot-menu {
	padding: 4px 0px;
	color: #acabab;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}

.foot-menu a {
	color: #acabab;
}

.copyright {
	color: #888;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
}

/*
#footer{
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
}
*/

.btn-page-top {
	background: #B0A394;
	color: #fff;
	margin: 8px 52px 8px 52px;
	display: block;
	padding: 10px 8px 10px 8px;
	border-radius: 16px;
	-webkit-box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.1) inset;
	box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.1) inset;
	font-size: 12px;
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.4);
	line-height: 16px;
	text-align: center;
}

/********************************
	Contents
*********************************/
#contents {
	background-color: #f3f3f3;
	letter-spacing: 1px;
}

/*** headtitle ***/
#headtitle {
	background-color: #f37497;
	padding: 10px 0px 8px 0px;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
}

#headtitle .headtitle-sub {
	margin-top: 4px;
	color: #eaeaea;
	font-size: 12px;
	line-height: 16px;
}

/********************************
	List
*********************************/
.list {
	position: relative;
}

.list-tit {
	background-color: #2d2427;
	padding: 0px 12px 0px 12px;
	color: #ffffff;
	font-size: 11px;
	line-height: 32px;
	width: 100%;
	margin: auto;
	letter-spacing: 3px;
}

.list-tit .cmt {
	float: right;
	color: #fff;
	font-size: 11px;
	line-height: 32px;
}

.list-sub {
	position: relative;
	background: #2d2427;
	color: #fff;
	font-size: 11px;
	line-height: 32px;
	letter-spacing: 3px;
	padding:0 0 0 12px;
}

.list-sub:after {
	content: '';
	position: absolute;
	display: block;
	margin-left: 48px;
	border: 8px solid transparent;
	border-top: 8px solid #2d2427;
}

.list-sub .cmt {
	font-size: 11px;
	line-height: 14px;
}


.list-cmt {
	position: relative;
	border: solid 1px #bababa;
	margin: 16px;
	margin-bottom: 20px;
	background: #f8f8f8;
	color: #777;
	font-size: 11px;
	line-height: 16px;
}

.list-cmt&gt;div {
	padding: 8px;
}

.list-cmt:before {
	content: '';
	position: absolute;
	display: block;
	bottom: -22px;
	left: 20%;
	margin-left: -11px;
	border: 11px solid transparent;
	border-top: 11px solid #bababa;
}

.list-cmt:after {
	content: '';
	position: absolute;
	display: block;
	left: 20%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #f8f8f8;
}

.list-date {
	background: #2d2427;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	padding:0 0 0 12px;
}

.list-row {}

.list-down {
	background-color: #f7f7f7;
}

.list-row:after,
.list-down:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	margin-left: 0%;
	height: 1px;
	background: #cecece;
}

.row-shop-news .list-row:after,
.list-down:after {
	height: 0px;
}

.list-new-shop .list-row:after,
.list-down:after {
	height: 1px;
}

/*.list-row:last-child::after,.list-down:last-of-type::after{
	display:;
}*/

.list-form {
	padding: 12px 0px 14px 0px;
}

.list-err {
	background: #fff;
	color: #f00;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.list-none {
	border-bottom: 0px;
}

.list-none-pad {
	border: none;
}

/* button */
.list-shop-dtl-event .list-row .list-btn-none {
	padding:12px;
}
.list-btn-none {
	position: relative;
	display: block;
}

.list-btn-link,
.list-btn-down,
.list-btn-up {
	position: relative;
	display: block;
	padding: 16px 16px 16px 28px;
	font-size: 14px;
	line-height: 18px;
}

.list-shop-grp .list-btn-link {
	position: relative;
	display: block;
	padding: 12px 8px 12px 12px;
	font-size: 14px;
	line-height: 18px;
}

.list-btn-link {
	margin-right: 8px;
	padding-right: 16px;
}

.list-btn-down,
.list-btn-up {
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 14px 14px;
}

.list-btn-down {
	background-image: url('/imgs/sp/icon/down2.png');
}

.list-btn-up {
	background-image: url('/imgs/sp/icon/up2.png');
}

/* list button high */
.list-btn-high {
	background: #f37497;
}

.list-btn-high ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.list-btn-high li {
	display: table-cell;
}

.list-btn-high li a {
	display: block;
	padding: 40px 0px 8px 0px;
	background-repeat: no-repeat;
	background-position: 50% 15px;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	background-size: 16px 16px;
}

.list-btn-high li:last-child a {
	border-right: solid 1px #bbb;
}

.list-btn-high .back {
	background-image: url('/imgs/sp/icon/up.png');
}

.list-btn-high .next {
	background-image: url('/imgs/sp/icon/next.png');
}

.list-btn-high .prev {
	background-image: url('/imgs/sp/icon/prev.png');
}

.list-btn-high .list {
	background-image: url('');
}

.list-btn-high .new {
	background-image: url('/imgs/sp/icon/up.png');
}

.list-btn-high .backnumber {
	background-image: url('/imgs/sp/icon/up.png');
}

.list-btn-high .calendar {
	background-image: url('/imgs/sp/icon/up.png');
}

.list-btn-high .menu {
	background-image: url('/imgs/sp/icon/up.png');
}

.list-btn-high .receipt {
	background-image: url('/imgs/sp/icon/pre.png');
}

.list-btn-high .day {
	background-image: url('/imgs/sp/icon/down.png');
}

.list-btn-high .week {
	background-image: url('/imgs/sp/icon/down.png');
}

.list-btn-high .month {
	background-image: url('/imgs/sp/icon/down.png');
}

/* list button Low */
.list-btn-low {
	padding: 0px 2px;
	background-color: #f3f3f3;
}

.list-btn-low ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.list-btn-low li {
	display: table-cell;
	padding: 0px 2px;
}

.list-btn-low li a {
	display: block;
	font-size: 11px;
	background: #e9e9e9;
	border-radius: 8px;
	width: 68%;
	margin: 16px auto 16px;
	text-align: center;
	color: #f37497;
	height:32px;
	line-height:32px;
	border:solid 1px #f37497;
}

.list-btn-low li .menu,
.list-btn-low li .day,
.list-btn-low li .week,
.list-btn-low li .month,
.list-btn-low li .backnumber,
.list-btn-low li .next {
	width:96%;
}

.list-btn-low-shop-grp {}

.list-btn-low-shop-list {}

.list-btn-low-closeup {}

.list-btn-low-clm {}

.list-btn-low-ranking {}

.list-btn-low-number {}

.list-btn-low-shop-mov {}

.list-btn-low-staff-cm {}

.list-btn-low-event {}

.list-btn-low-history {}

.list-btn-low-shop-info {}

.list-btn-low-present {}

.list-btn-low-rss {}

.list-btn-low-topics {}

.list-btn-low-gravure {}

.list-btn-low-special {}

/* list thumb */
.list-thumb {
	float: left;
	padding-right: 12px;
	line-height: 0px;
}

.list-thumb img {
	width: 62px;
}

.list-shop-dtl-number .list-thumb img {
	width: 68px;
}

.list-shop-dtldiscount .list-thumb img {
	border-radius: 8px;
}

.list-number .list-thumb img {
	width: 68px;
}

.list-shop-dtl-staff img {
	border: solid 0px;
}

.list-row {}

.list-shop-dtl-staff .list-row img {
	margin-left: -12px;
}

.list-shop-dtl-number .list-row img {
	margin-left: -12px;
}

.list-shop-list .list-row img {
	margin-left: -12px;
}

.list-shop-info .list-row img {
	margin-left: -12px;
}

.list-ranking .list-row img {
	margin-left: -12px;
}

.list-topics .list-row img {
	margin-left: -12px;
}

.list-staff-cm .list-row img {
	margin-left: -12px;
}

.list-gravure .list-row img {
	margin-left: -12px;
}

.list-special .list-row img {
	margin-left: -12px;
}

.list-present .list-row img {
	margin-left: -12px;
}

.list-event .list-row img {
	margin-left: -12px;
}

.list-rss .list-row img {
	margin-left: -12px;
}

.list-movie .list-row img {
	margin-left: -12px;
}

.list-number .list-row img {
	margin-left: -12px;
}

.list-history .list-row img {
	margin-left: -12px;
}

.list-rec-list .list-row img {
	margin-left: -12px;
}

.list-top-history .list-row img {
	margin-left: -12px;
}



/*** List Top ***/

.list-top-menu .list-tit {
	margin-bottom: 10px;
}

.list-top-closeup .list-tit {
	margin-top:8px;
}

.list-top-news {
	border-bottom: 0px #f37497 solid;
}

.list-top-news .list-tit {
	margin-bottom: 10px;
}

.list-top-topics .list-tit {
	text-align: center;
}

.list-top-ranking .list-tit {
	text-align: center;
}

.list-top-closeup .list-tit:after,
.list-top-news .list-tit:after,
.list-top-topics .list-tit:after,
.list-top-ranking .list-tit:after,
.list-top-menu .list-tit:after {
	content: '';
	position: absolute;
	display: block;
	margin-left: 48px;
	border: 8px solid transparent;
	border-top: 8px solid #2d2427;
}

.list-top-topics {
	display: none;
}

/*** List Shop ***/
.list-shop-list .list-tit {
	background: #f37497;
}

.list-shop-list .list-thumb&gt;img {
	border-radius: 8%;
}

.list-shop-list .head-img {
	font-size: 1px;
	line-height: 0;
}

.list-shop-list .head-img img {
	width: 100%;
}

.list-shop-list .list-btn-high li:last-child a {}

.list-shop-list .none .list-btn-link:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	margin: 2px 0px 0px -18px;
	border-radius: 30%;
	background: #ff8c8c;
}

.list-shop-list .none .list-btn-down:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	margin: 2px 0px 0px -18px;
	border-radius: 30%;
	background: #ff8c8c;
}

.list-shop-list .none .list-btn-up:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	margin: 2px 0px 0px -18px;
	border-radius: 30%;
	background: #7f88c7;
}

.list-shop-list .none .list-btn-link {
	padding: 14px 8px 14px 26px;
}

/*** List Recruit ***/
.list-rec-list .list-tit {
	background: #7a94d1;
}

.list-rec-list .list-thumb&gt;img {
	border-radius: 10%;
}

.list-rec-list .list-btn-high {
	background: #7a94d1;
}

/*** List Top History ***/
.list-top-history .list-tit {}

.list-top-history .list-thumb&gt;img {
	border-radius: 8%;
}

/*** List Closeup ***/
.list-closeup .list-tit {
	width: 100%;
	padding: 4px 12px;
	background: #2d2427;
	color: #fff;
	text-align: right;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0;
	font-weight: 0;
}

.list-closeup .list-tit .list-btn-none {
	padding: 0;
}

.list-closeup .list-thumb&gt;img {
	border-radius: 50%;
}

.list-closeup .list-row {
	text-align: center;
}

.list-closeup .list-row .list-btn-link {
	margin-right: 0;
	padding: 14px 0px;
}

.list-closeup .list-row .img img {
	max-width: 88%;
	border-radius:4px;
}

.list-closeup .list-row .tit {
	font-size: 14px;
}

.list-closeup .list-row .cmt {
	border: solid 1px #bababa;
	color: #4e4e4e;
	margin: 6px 14px;
	padding: 8px;
	background: #f8f8f8;
	font-size: 11px;
	line-height: 16px;
}



/*** List History ***/
.list-history .list-tit {
	background: #2d2427;
	margin: 0px;
	width: 100%;
	font-weight: 100;
}

.list-history .list-tit .list-btn-none {
	padding: 4px 12px;
}

.list-history .list-thumb&gt;img {
	border-radius: 8%;
}

/*** List Event ***/
.list-event .list-tit {
	background: #2d2427;
}

.list-event .txt_end {
	color: #499d58;
}

.list-event .list-thumb&gt;img {
	border-radius: 8%;
}

.list-event .cmt {
	display: block;
	padding-bottom: 6px;
	color: #7D7D7D;
	padding-left: 4px;
}

/*** List Discount ***/
.list-shop-info .list-tit {
	background: #2d2427;
}

.list-shop-info .list-thumb&gt;img {
	border-radius: 0%;
	width: 80px;
}

.list-shop-dtl-discount .list-thumb {
	margin-left: -10px;
}

.list-shop-dtl-discount .list-thumb img {
	border-radius: 8px;
}

/*** List Present ***/
.list-present .list-tit {
	background: #2d2427;
}

.list-present .list-thumb&gt;img {
	border-radius: 0%;
	width: 80px;
}

/*** List Shop Movie ***/
.list-shop-mov .list-tit {
	background: #2d2427;
}

.list-shop-mov .list-thumb&gt;img {
	border-radius: 0%;
	width: 80px;
}

/*** List Movie ***/
.list-movie .list-tit {
	background: #2d2427;
}

.list-movie .list-thumb&gt;img {
	border-radius: 0%;
	width: 80px;
}

/*** List Ranking ***/
.list-ranking .list-tit {
	background: #2d2427;
}

.list-ranking .list-thumb&gt;img {
	border-radius: 0%;
	width: 68px;
	border: solid 0px;
}

.list-ranking .pick {
	width: 68px;
	padding: 4px 0px;
	background-color: #f37497;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	margin-left: -12px;
}

/*** List Number ***/
.list-number .list-tit {
	background: #f37497;
}

.list-number .list-thumb {
	width: 72px;
	height: 64px;
	margin-right: 10px;
}

.list-number .list-thumb&gt;img {
	position: absolute;
}

/*** List Staff CM ***/
.list-staff-cm .list-tit {
	background: #2d2427;
}

.list-staff-cm .list-thumb&gt;img {
	border-radius: 4px;
	width: 68px;
	border: solid 0px;
}

/*** List Topics ***/
.list-topics .list-tit {
	background: #2d2427;
	line-height:24px;
	padding:8px 12px 8px 12px;
}

.list-topics .list-thumb img {
	border-radius: 0%;
	width: 80px;
}

.list-topics .list-tit .list-btn-none {
	margin-left: px;
}

.list-topics .list-tit .list-btn-none:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	margin: 1px 0px 0px -20px;
	border-radius: 50%;
	background: #;
}

.list-movie .list-tit .list-btn-none {
	margin-left: 14px;
}

.list-movie .list-tit .list-btn-none:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	margin: 1px 0px 0px -20px;
	border-radius: 50%;
	background: #;
}

.list-present .list-tit .list-btn-none {
	margin-left: 14px;
}

.list-present .list-tit .list-btn-none:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	margin: 1px 0px 0px -20px;
	border-radius: 50%;
	background: #;
}

/*** List Gravure ***/
.list-gravure .list-tit {
	background: #2d2427;
}

.list-gravure .list-thumb img {
	border-radius: 0%;
	width: 80px;
}

/*** List Special ***/
.list-special .list-tit {
	background: #2d2427;
}

.list-special .list-thumb img {
	border-radius: 0%;
	width: 80px;
}

/*** List Blog ***/
.list-rss .list-tit {
	background: #f37497;
	background-color: #515151;
}

.list-rss .list-tit {
	background-color: #2d2427;
}

.list-rss .list-tit .date {
	color: #aaa;
}

.list-rss .list-non {
	font-size: 11px;
}

.list-rss .list-thumb&gt;img {
	border-radius: 8%;
}

.list-rss .rss {
	word-break: break-all;
}

/*** List Shop Group ***/
.list-shop-grp .list-tit {
	background: #f37497;
}

.list-shop-grp .list-thumb&gt;img {
	border-radius: 10%;
}

.list-shop-grp .grp-sub-tit {
	background: #bbae91;
	padding:0 0 0 12px;
	color: #fff;
	font-size: 11px;
	line-height: 32px;
}

.list-shop-grp .of_h {
	margin-top: px;
}

/*** List Staff New ***/
.list-staff-new {
	font-size: 0px;
	line-height: 0px;
}

.list-staff-new:after {
	content: '';
	display: block;
	clear: both;
}

.list-staff-new li {
	position: relative;
	display: block;
	float: left;
	width: 25%;
	background: #000;
}

.list-staff-new img {
	width: 100%;
}

.list-staff-new .name {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 2px 2px 2px 2px;
	padding: 2px 4px;
	border-radius: 1px;
	color: #fff;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
	text-align: center;
	font-size: 10px;
	line-height: 10px;
}

.list-staff-new .today {}

.list-staff-new .yesterday {}

/*** List Free ***/
.list-free .cts img {
	max-width: 100%;
}

.list-free .cts table {
	width: 100%;
}


/********************************
	Box Cell
*********************************/
.cell {
	padding: 8px;
	border: solid 1px #ccc;
	border-radius: 8px;
	-webkit-box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.2) inset;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	color: #333;
	font-size: 11px;
	line-height: 14px;
}

.cell-thumb {
	float: left;
	padding-right: 8px;
	font-size: -1px;
	line-height: 0px;
}

.cell-thumb img {
	width: 56px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Cell Img */
.cell-img {
	padding-bottom: 15px;
	background-color: #f3f3f3;
	font-size: 12px;
	color: #636363;
}

/* Cell Cmt */
.cell-cmt {
	margin: 16px 16px 32px 16px;
	padding: 8px;
	border: 1px solid #8c8c8c;
	background-color: #f8f8f8;
	color: #636363;
	font-size: 11px;
	line-height: 16px;
	border: solid 1px #cdcdcd;
	box-shadow: 0 0 3px #e1e1e1;
}

/* Cell Shop */
.cell-shop {
	color: #444;
}

.cell-shop .tit {
	padding: 9px;
	background-color: #2d2427;
	color: #fff;
	font-size: 12px;
}

.cell-shop .tit:after {
	margin-top: 9px;
	content: '';
	position: absolute;
	display: block;
	margin-left: 48px;
	border: 8px solid transparent;
	border-top: 8px solid #2d2427;
}

.cell-shop .bdy {
	margin: 16px;
	background-color: #e9e9e9;
	border:solid 1px #a1a1a1;
}

.cell-shop .bdy&gt;div:first-child {
	padding: 12px;
	background-color: #5d5c89;
	text-align: center;
	height:48px;
}

.cell-shop a,
.cell-shop .bdy .area {
	color: #fff;
}

.cell-shop .thumb {
	float: left;
	width: 68px;
	margin: 12px;
}

.cell-shop .thumb img {
	width: 100%;
	border-radius: 8%;
}

.cell-shop .info {
	overflow: hidden;
	margin: 12px;
	font-size: 11px;
	line-height: 16px;
	padding-left: 4px;
}

.cell-shop .info a {
	color: #222;
}

.cell-shop .bdy:after {
	content: '';
	display: block;
	clear: both;
}

/********************************
	Icon
*********************************/
.icon li {
	float: left;
	margin-right: 2px;
	margin-top: 4px;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	background: #6FBEB3;
	color: #fff;
	font-size: 9px;
	line-height: 9px;
}

.icon-sub {
	position: absolute;
	top: 20px;
	right: 4px;
}

.icon-sub li {
	margin-bottom: 4px;
	padding: 4px 4px;
	border-radius: 2px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
}

.icon-sub .new {
	background: #ff6464;
	color: #fff;
	padding-top: 5px;
}

.icon-sub .update {
	background: #8e8ee9;
	color: #fff;
}

.icon-sub .shimei {
	background: #f37497;
	color: #fff;
}

/* old */
.s_open {
	display: none;
}

.open-type {}

.open-type:after {
	content: '';
	display: block;
	clear: both;
}

.open-type li {
	float: left;
	width: 30px;
	height: 17px;
	margin-right: 4px;
	border-radius: 2px;
	background-size: 11px;
	background-position: 50%;
	background-repeat: no-repeat;
}

.open-type-1 {
	background-color: #9295c3;
	background-image: url('/imgs/icon/open-1.png');
}

.open-type-3 {
	background-color: #ffb968;
	background-image: url('/imgs/icon/open-3.png');
}

.open-type .seat {
	animation: flash 2.2s linear infinite;
	display: none;
	width: auto;
	padding: 0 4px;
	background-color: #f76161;
	color: #fff;
	font-size: 10px;
}

.open-type .shop_info {
	background: #ca74ad;
	color: #fff;
	padding: 0 4px;
	font-size: 10px;
	width: auto;
}

.f_level {
	list-style-type: none;
}

.f_level&gt;li {
	float: left;
	width: 12px;
	height: 12px;
	margin-right: 0px;
	background: url(/imgs/sp/icon/star.png);
	background-size: 12px;
}

.f_level&gt;.non {
	background: url(/imgs/sp/icon/star_n.png);
	background-size: 12px;
}

.f_type {
	margin-top: 8px;
}

.f_type ul {}

.f_type li {
	float: left;
	width: 60px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px;
	border-radius: 2px;
	background: #bbae91;
	color: #fff;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
}

.f_type .c2 {
	width: 123px;
}

.icon-rank {
	padding-top: 3px;
	padding-left: 12px;
	width: 20px;
	height: 12px;
}


/********************************
	Button
*********************************/
/*** jQuery ***/
.jump {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*** Button on-off link***/

.btn-off {
	border: solid 1px #b7b7b7;
	background: #eee;
	color: #b7b7b7;
	border-radius: 8px;
	text-align: center;
	font-size: 11px;
	height: 32px;
	line-height: 32px;
}

.btn-on.jump {
    background-color: #7a94d1;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    height: 32px;
    line-height: 32px;
}

.btn-link {
	background: #f37497;
	border-radius: 8px;
	width: 72%;
	margin: 20px auto 10px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	height:32px;
	line-height:32px;
}

.tabs {
	display: table;
	width: 100%;
	background: #372d30;
}

.tabs:after {
	content: '';
	display: block;
	height: 0px;
	clear: both;
}

.tabs li {
	float: left;
	padding: 0px 18px;
	margin-left: 10px;
	border-radius: 0.4em 0.4em 0px 0px;
	background: #ddd;
	color: #8a8a8a;
	font-size: 11px;
	line-height: 32px;
	text-align: center;
}

.tabs .select {
	background: #f3f3f3;
	color: #f37497;
}

/********************************
	FORM
*********************************/
.search-submit {
	-webkit-appearance: none;
	position: relative;
	margin: 8px;
	padding: 0px 10px;
	border-radius: 0.4em;
	border: solid 0px #999;
	background: #f37497;
	color: #fff;
	font-size: 11px;
	line-height: 36px;
	text-align: center;
}

.search-text {
	-webkit-appearance: none;
	height: 36px;
	width: 48%;
	padding: 4px 10px;
	border-radius: 0.4em;
	border: solid 1px #999;
	background: #fff;
	font-size: 11px;
	line-height: 16px;
}

.form-input {
	font-size: 14px;
	line-height: 16px;
}

.form-input dl {
	margin: 0px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
}

.form-input dt {
	margin-bottom: 2px;
	color: #f59;
}

.form-input dd {
	margin-bottom: 6px;
	margin-right: 16px;
	-webkit-margin-start: 16px;
	color: #333;
}

.form-input input[type='text'] {
	-webkit-appearance: none;
	height: 27px;
	padding: 10px 10px;
	border-radius: 0px;
	border: solid 1px #999;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) inset;
	background: #fff;
	color: #333;
	font-size: 15px;
	line-height: 16px;
}

.form-input textarea {
	-webkit-appearance: none;
	width: 100%;
	padding: 10px 10px;
	border-radius: 0px;
	border: solid 1px #999;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) inset;
	background: #fff;
	color: #333;
	font-size: 15px;
	line-height: 16px;
}

.form-input input[type='submit'],
.form-input input[type='reset'] {
	-webkit-appearance: none;
	position: relative;
	margin: 3px;
	padding: 4px 30px;
	border-radius: 0px;
	border: solid 1px #999;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
	color: #666;
	font-size: 15px;
	line-height: 16px;
	text-align: center;
}

/********************************
	Menu
*********************************/
#boxmenu {
	position: relative;
	display: none;
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	background-color: #f3f3f3;
}

#boxmenu ul:after {
	content: '';
	display: block;
	clear: both;
}

#boxmenu li {
	float: left;
	width: 50%;
	padding: 0px;
}

#boxmenu li:first-child {
	width: 100%;
	background: #f37497;
	color: #fff;
	text-align: center;
	margin-bottom: 4px;
	height:48px;
	line-height:48px;
}

#boxmenu li:last-child {
	/*width:100%;*/
	/* URECCOワークを入れたことによりコメントアウト */
}

#boxmenu li a {
	display: block;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: 4px 50%;
	background-size: 22px 22px;
	color: #f37497;
	height:32px;
	line-height:32px;
	padding:0 0 0 32px;
}

#boxmenu li:nth-child(2) a {
	background-image: url('/imgs/sp/icon/box/sho.png');
}

#boxmenu li:nth-child(3) a {
	background-image: url('/imgs/sp/icon/box/beg.png');
}

#boxmenu li:nth-child(4) a {
	background-image: url('/imgs/sp/icon/box/rec.png');
}

#boxmenu li:nth-child(5) a {
	background-image: url('/imgs/sp/icon/box/dis.png');
}

#boxmenu li:nth-child(6) a {
	background-image: url('/imgs/sp/icon/box/clo.png');
}

#boxmenu li:nth-child(7) a {
	background-image: url('/imgs/sp/icon/box/clm.png');
}

#boxmenu li:nth-child(8) a {
	background-image: url('/imgs/sp/icon/box/zen.png');
}

#boxmenu li:nth-child(9) a {
	background-image: url('/imgs/sp/icon/box/cm.png');
}

#boxmenu li:nth-child(10) a {
	background-image: url('/imgs/sp/icon/box/topi.png');
}

#boxmenu li:nth-child(11) a {
	background-image: url('/imgs/sp/icon/box/gra.png');
}

#boxmenu li:nth-child(12) a {
	background-image: url('/imgs/sp/icon/box/spe.png');
}

#boxmenu li:nth-child(13) a {
	background-image: url('/imgs/sp/icon/box/pre.png');
}

#boxmenu li:nth-child(14) a {
	background-image: url('/imgs/sp/icon/box/eve.png');
}

#boxmenu li:nth-child(15) a {
	background-image: url('/imgs/sp/icon/box/acc.png');
}

#boxmenu li:nth-child(16) a {
	background-image: url('/imgs/sp/icon/box/blo.png');
}

#boxmenu li:nth-child(17) a {
	background-image: url('/imgs/sp/icon/box/h2c.png');
}

#boxmenu li:nth-child(18) a {
	background-image: url('/imgs/sp/icon/box/no1.png');
}

#boxmenu li:nth-child(19) a {
	background-image: url('/imgs/sp/icon/box/new.png');
}

#boxmenu li:nth-child(20) a {
	background-image: url('/imgs/sp/icon/box/pic.png');
}


/********************************
	Top
*********************************/

/*** Top HotNews ***/
.hotnews {
	display: block;
	padding: 10px 10px 5px 10px;
	background: #2d2427;
	color: #d6d6d6;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}

.hotnews li {
	display: block;
	margin-bottom: 6px;
}

.hotnews a {
	color: #ccc;
}

.hotnews li:before {
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border: 4px solid transparent;
	border-left: 4px solid #f37497;
}

/*** Top Closeup ***/
#top-closeup {
	text-align: center;
}

.top-closeup-img {
	padding: 0px;
	padding-top: 0px;
	margin: 3%;
	margin-top: 6%;
	position: relative;
}

.top-closeup-img:before {
	content: "毎週土曜更新";
	position: absolute;
	top: -8%;
	right: 0%;
	color: #f37497;
	font-size: 11px;
	background: rgb(255 255 255 / 91%);
	border-radius: 50px;
	padding: 3px 10px 3px 10px;
}

.top-closeup-img img {
	width: 86%;
	border-radius: 0.4em;
}

.top-closeup-img .date {
	position: absolute;
	top: 4%;
	left: 10%;
	color: #fff;
	font-size: 11px;
	text-shadow: 1px 1px 2px #515151;
}

.top-closeup-bdy {
	color: #FF639B;
}

.top-closeup-person {
	background: #;
	border-radius: 10px;
	width: 68%;
	margin: -16px auto 16px;
	text-align: center;
	color: #777;
}

.top-closeup-shop {
	display: inline;
	font-size: 12px;
	font-weight:bold;
}

.top-closeup-name {
	display: inline;
	padding-left: px;
	font-size: 12px;
	font-weight:bold;
	margin-left: 6px;
}

.top-closeup-cmt {
	color: #4e4e4e;
	margin: 6px 16px;
	padding: 8px;
	background: #f8f8f8;
	font-size: 10px;
	line-height: 13px;
	border: solid 1px #cdcdcd;
	box-shadow: 0 0 3px #e1e1e1;
}

.top-closeup-btn {
	padding: 5px 10px;
	margin-bottom: 12px;
}

.top-closeup-btn ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.top-closeup-btn li {
	display: table-cell;
}

.top-closeup-btn a {
	display: block;
	margin: 4px;
	background-color: #f37497;
	color: #fff;
	font-size: 11px;
	text-align: center;
	border-radius: 8px;
	height:32px;
	line-height:32px;
}


/*** Top Menu ***/
.top-menu {
	background: #f3f3f3;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	margin: 18px;
}

.top-menu .san li {
	float: left;
	width: 33.3%;
	padding-top: 3px;
}

.top-menu .san li&gt;div {
	padding-top: 44px;
	padding-bottom: 16px;
	background-repeat: no-repeat;
	background-position: 50% 4px;
	background-size: 32px 32px;
	border-bottom: 0px #ffd7e6 solid;
}

.top-menu .yon li {
	margin-top:16px;
	float: left;
	width: 25%;
}

.top-menu .yon li&gt;div {
	padding-top: 36px;
	padding-bottom: 16px;
	background-repeat: no-repeat;
	background-position: 50% 4px;
	background-size: 24px 24px;
	border-bottom: 0px #ffd7e6 solid;
}

.top-menu li a {
	padding: 2px 8px;
	color: #2d2427;
	background: #fff;
	border-radius: 4px;
	border: solid 1px #8d8d8d;
}

.top-menu li .cmt {
	z-index: 99;
	position: absolute;
	width: 68px;
	margin: -35% 5%;
	padding: 6px;
	border: 4px solid #f37497;
	border-radius: 14px;
	background: #eee;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}

.top-menu li .cmt:after {
	content: '';
	position: absolute;
	display: block;
	left: 50%;
	bottom: -20px;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #f37497;
}

.top-menu-shop-list {
	background-image: url('/imgs/sp/icon/sho.png')
}

.top-menu-staff-cm {
	background-image: url('/imgs/sp/icon/cm.png')
}

.top-menu-discount {
	background-image: url('/imgs/sp/icon/dis.png')
}

.top-menu-topics {
	background-image: url('/imgs/sp/icon/top.png')
}

.top-menu-gravure {
	background-image: url('/imgs/sp/icon/gra.png')
}

.top-menu-special {
	background-image: url('/imgs/sp/icon/spe.png')
}

.top-menu-present {
	background-image: url('/imgs/sp/icon/pre.png')
}

.top-menu-event {
	background-image: url('/imgs/sp/icon/eve.png')
}

.top-menu-ranking {
	background-image: url('/imgs/sp/icon/acc.png')
}

.top-menu-rss {
	background-image: url('/imgs/sp/icon/blo.png')
}

.top-menu-shop_mov {
	background-image: url('/imgs/sp/icon/mov.png')
}

.top-menu-number {
	background-image: url('/imgs/sp/icon/pic.png')
}

.top-menu-recruit {
	background-image: url('/imgs/sp/icon/rec.png')
}

.top-menu-histor {
	background-image: url('/imgs/sp/icon/new.png')
}

.top-menu-pickup {
	background-image: url('/imgs/sp/icon/pic.png')
}

.top-menu-bbs {
	background-image: url('/imgs/sp/icon/menu.png')
}

.top-menu-clh {
	background-image: url('/imgs/sp/icon/clh.png')
}
.top-menu-clm {
	background-image: url('/imgs/sp/icon/clm.png')
}
.top-menu-zen {
	background-image: url('/imgs/sp/icon/zen.png')
}

/*** Top News ***/
#top-news {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #4C4C4C;
}

#top-news ul {
	position: relative;
}

#top-news ul li {
	float: left;
}

#top-news ul li div {
	height: 56px;
	margin: 0px 36px 0px 36px;
	padding: 8px;
	border-radius: 0.4em;
	background-color: #f8f8f8;
	font-size: 10px;
	line-height: 13px;
	border: solid 1px #cdcdcd;
	box-shadow: 0 0 3px #e1e1e1;
}

#top-news .prev,
#top-news .next {
	position: absolute;
	top: 24px;
	width: 26px;
	height: 32px;
	padding-top: 12px;
	text-align: center;
}

#top-news .prev {
	top: 10px;
	left: 0px;
	background-image: url(/imgs/sp/icon/prev.png);
	background-repeat: no-repeat;
	background-position: 13% 18px;
	background-color: #f37497;
	background-size: 18px 18px;
	padding: 4px 0 52px 0;
	border-radius: 0 0.4em 0.4em 0;
}

#top-news .next {
	top: 10px;
	right: 0px;
	background-image: url(/imgs/sp/icon/next.png);
	background-repeat: no-repeat;
	background-position: 87% 18px;
	background-color: #f37497;
	background-size: 18px 18px;
	padding: 4px 0 52px 0;
	border-radius: 0.4em 0 0 0.4em;
}

/*** Top Topics ***/
#top-topics {
	padding: 16px 8px 0px 8px;
}

#top-topics ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#top-topics ul li {
	display: table-cell;
	padding: 4px;
	color: #666;
	font-size: 12px;
	line-height: 11px;
	text-align: center;
}

#top-topics ul li img {
	width: 88px;
	border-radius: 50%;
}

#top-topics ul li div {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin: 12px 0px;
	padding: 12px;
	border-radius: 4px;
	background-color: #60C8B1;
	color: #fff;
}

/*** Top Ranking ***/
#top-ranking {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 12px 0px;
	color: #4e4e4e;
	font-size: 11px;
	line-height: 12px;
}

#top-ranking&gt;ul {
	position: relative;
}

#top-ranking&gt;ul&gt;li {
	float: left;
}

#top-ranking .prev,
#top-ranking .next {
	position: absolute;
	top: 14px;
	width: 26px;
	height: 32px;
	padding-top: 8px;
}

#top-ranking .prev {
	left: 0px;
	top: 20px;
	border-radius: 0px 0px 0px 0px;
	background-image: url(/imgs/sp/icon/prev2.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 18px 18px;
	background-color: #e9e9e9;
	padding: 0 40px 0 0;
}

#top-ranking .next {
	right: 0px;
	top: 20px;
	border-radius: 0px 0px 0px 0px;
	background-image: url(/imgs/sp/icon/next2.png);
	background-repeat: no-repeat;
	background-position: 60% 50%;
	background-size: 18px 18px;
	background-color: #e9e9e9;
	padding: 0 40px 0 0;
}

#top-ranking .top-ranking-tit {
	margin: 8px 56px 8px 56px;
	padding: 8px;
	border-radius: px;
	background-color: #60c8b1;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

/*** top-cm ***/
.top-cm {
	background-color: #;
}

.top-cm .list-tit {
	margin-bottom: 15px;
	background-color: #2d2427;
}

.top-cm .list-tit:after {
	content: '';
	position: absolute;
	display: block;
	margin-left: 48px;
	border: 8px solid transparent;
	border-top: 8px solid #2d2427;
}

.top-cm ul {
	margin-right:8px;
}

.top-cm ul:after {
	content: '';
	display: block;
	clear: both;
}

.top-cm li {
	float: left;
	width: 20%;
	font-size: 0px;
	line-height: 0px;
}

.top-cm li&gt;div {
	position: relative;
	margin-left: 8px;
	margin-bottom: 8px;
}

.top-cm img {
	width: 100%;
	border-radius:4px;
}

.top-cm li .info {
	display:none;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -32px;
	padding: 2px;
	background: rgb(45 36 39);
	color: #eee;
}

.top-cm li .date,
.top-cm li .tit {
	color: #eee;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}

.top-cm .btn-link {
	margin: 10px auto 20px;
}

/*** top-movie ***/
/*** top-gravure ***/
/*** top-special ***/
.top-movie {
	display: block;
	background-color: #;
}

.top-gravure,
.top-special {
	display: block;
	background-color: #f3f3f3;
}

.top-movie .list-tit {
	background-color: #2d2427;
}

.top-gravure .list-tit,
.top-special .list-tit {
	background-color: #2d2427;
}

.top-movie .list-tit:after {
	content: '';
	position: absolute;
	display: block;
	margin-left: 48px;
	border: 8px solid transparent;
	border-top: 8px solid #2d2427;
	z-index: 1;
}

.top-gravure .list-tit:after,
.top-special .list-tit:after {
	content: '';
	position: absolute;
	display: block;
	margin-left: 48px;
	border: 8px solid transparent;
	border-top: 8px solid #2d2427;
	z-index: 1;
}

.top-movie ul {
	margin-right: 16px;
	margin: 12px 8px 0px 12px;
}

.top-gravure ul,
.top-special ul {
	padding: 12px 8px 0 12px;
}

.top-movie ul:after,
.top-gravure ul:after,
.top-special ul:after {
	content: '';
	display: block;
	clear: both;
}

.top-movie li {
	position: relative;
	float: left;
	width: 45%;
	padding: 0px;
	line-height: 0px;
	margin:8px;
}

.top-gravure li,
.top-special li {
	position: relative;
	float: left;
	width: 45%;
	line-height: 0px;
	margin:8px;
}

.top-movie li&gt;div,
.top-gravure li&gt;div,
.top-special li&gt;div {
}

.top-movie img,
.top-gravure img,
.top-special img {
	width: 100%;
	border-radius: 0.4em;
}

.top-movie .date {
	display:none;
	padding: 4px;
	background: #2d2427;
	color: #eee;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}

.top-gravure .date,
.top-special .date {
	display:none;
	padding: 4px;
	background: #2d2427;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	margin-top: -1px;
}

.top-movie .btn-link {
	margin: 10px auto 20px;
}

.top-gravure .btn-link,
.top-special .btn-link {
	margin: 10px auto 20px;
}

/*** top-topics ***/
.top-topics {
	display: block;
}

.top-topics .list-tit {
	background-color: #f37497;
	text-align: center;
}

.top-topics .list-tit:after {
	content: '';
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #f37497;
	z-index: 1;
}

.top-topics ul {
	margin-right: 1px;
	padding-top: 15px;
}

.top-topics ul:after {
	content: '';
	display: block;
	clear: both;
}

.top-topics li {
	position: relative;
	float: left;
	width: 33.3%;
	font-size: 0px;
	line-height: 0px;
}

.top-topics li&gt;div {
	padding-left: 0px;
	padding-bottom: 0px;
}

.top-topics img {
	width: 100%;
}

.top-topics .date {
	display: none;
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	padding: 4px;
	background: rgba(0, 0, 0, 0.7);
	color: #eee;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}

.top-topics .cate {
	position: ;
	left: 1px;
	right: 1px;
	bottom: 1px;
	padding: 4px;
	background: #2d2427;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}

.top-topics .btn-link {
	background: #fdfdfd;
	border: solid 4px #ff8c8c;
	border-radius: 50px;
	width: 84%;
	margin: 21px auto 13px;
	text-align: center;
	padding: 6px 3px 6px 3px;
	color: #ff8c8c;
}

/*** top-topics ***/
.top-topics2 {
	display: block;
}

.top-topics2 .list-tit {
	background-color: #2d2427;
}

.top-topics2 .list-tit:after {
	content: '';
	position: absolute;
	display: block;
	margin-left: 48px;
	border: 8px solid transparent;
	border-top: 8px solid #2d2427;
	z-index: 1;
}

.top-topics2 ul {
	padding-top: 15px;
}

.top-topics2 ul:after {
	content: '';
	display: block;
	clear: both;
}

.top-topics2 li {
	border-bottom: solid 1px #ccc;
}

.top-topics2 .list-btn-link {
	position: relative;
	margin-right: 10px;
	padding: 14px 8px 14px 8px;
}

.top-topics2 img {
	width: 80px;
	margin-left: 6px;
	border-radius: 0.4em;
}

.top-topics2 .cate {
	color: #f59;
	font-size: 11px;
	line-height: 14px;
}

.top-topics2 .btn-link {
	margin: 10px auto 20px;
}


/*** Top Seat Anchor ***/
@keyframes poyon {
	0% {
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}

	30% {
		transform: scale(1.1, 0.9) translate(0%, 5%);
	}

	50% {
		transform: scale(0.9, 1.1) translate(0%, -10%);
	}

	70% {
		transform: scale(1.1, 0.9) translate(0%, 5%);
	}

	100% {
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}
}

@keyframes blinking {
	0% {
		opacity: .3;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeleft {
	from {
		opacity: 0;
		transform: translateX(-25px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.poyon {
	animation: poyon 1.2s;
}

.fadeleft {
	animation: fadeleft .6s;
}

.js-scroll-anime.poyon {
	animation: none;
}

.js-scroll-anime.poyon.active {
	animation: poyon 1.2s;
}

.top-seat-anchor {
	width: 100%;
	display: block;
	letter-spacing: 1.2px;
	text-align: center;
	box-sizing: border-box;
	background-color: #f37497;
	height: 24px;
	line-height: 24px;
}

.top-seat-anchor-inner {}

.top-seat-anchor-link {
	font-size: 11px;
	color: #fff1f5;
}

/*** Top Seat ***/
.seat-stat-top-swiper-wrap {
	padding: 8px 0 8px;
	border-top: solid 8px #2d2427;
	border-bottom: solid 0px #3C3C3C;
	position: relative;
}

.seat-stat-top-swiper {
	overflow: hidden;
}

.seat-stat-top-swiper-wrapper {
	transition-timing-function: linear;
}

.seat-stat-top-swiper-slide {
	line-height: 1.2;
	text-align: center;
	color: #fff !important;
}

.seat-stat-top-swiper-slide img {
	border-radius: 50%;
	width: 44px;
	border:solid 1px #777;
}

.seat-stat-top-swiper-slide p {
	color: #777 !important;
	font-size: 10px
}

.seat-stat-top-swiper-tit,
.seat-stat-top-swiper-button {
	position: absolute;
	color: #cdcdcd;
	background-color: #2d2427;
	z-index: 10;
	letter-spacing: 1px;
}

.seat-stat-top-swiper-tit {
	top: -3px;
	left: 0;
	padding: 0 15px 2px 10px;
	border-radius: 0 0 6px 0;
	font-size: 10px;
	display: inline-block;
}

.seat-stat-top-swiper-button {
	bottom:0px;
	right: 0;
	padding: 0px 16px 0px 16px;
	border-radius: 6px 0 0 0;
	font-size: 11px;
	border: none;
	height:32px;
	line-height:32px;
	background-color:#f37497;
	color:#fff;
}



/********************************
	Shop List
*********************************/
.list-grp,
.list-new-shop,
.list-area-grp {
	background-repeat: no-repeat;
	background-position: 16px 50%;
	background-size: 48px 48px;
}

.list-grp&gt;div,
.list-new-shop&gt;div,
.list-area-grp&gt;div {
	padding: 24px 8px 24px 72px;
}

.list-grp {
	background-image: url('/imgs/sp/img/new.png');
	background-color: #f7f7f7;
}

.list-new-shop {
	background-image: url('/imgs/sp/img/new.png');
}

ul.list.list-rec-list .list-new-shop {
	background-image: url(/imgs/sp/img/new_r.png);
}

ul.list.list-rec-list .list-grp {
	background-image: url(/imgs/sp/img/new_r.png);
}

.list-area-grp-all {
	background-image: url('/imgs/sp/img/new.png');
}

/* all */
.list-area-grp-grp {
	background-image: url('/imgs/sp/img/new.png');
}

/* group */
.list-area-grp-etc {
	background-image: url('/imgs/sp/img/new.png');
}

/* etc */

.list-area-grp-14 {
	background-image: url('/area_grp/kabukicho/sp.png');
}

/* kabuki */
.list-area-grp-15 {
	background-image: url('/area_grp/osaka/sp.png');
}

/* osaka */
.list-area-grp-16 {
	background-image: url('/area_grp/tokyo/sp.png');
}

/* tokyo */
.list-area-grp-17 {
	background-image: url('/area_grp/hokkaido/sp.png');
}

/* hokkai */
.list-area-grp-18 {
	background-image: url('/area_grp/kanto/sp.png');
}

/* kanto */
.list-area-grp-19 {
	background-image: url('/area_grp/hokushinetsu_toukai/sp.png');
}

/* hokushin */
.list-area-grp-20 {
	background-image: url('/area_grp/kansai/sp.png');
}

/* kansai */
.list-area-grp-21 {
	background-image: url('/area_grp/shikoku_cyugoku/sp.png');
}

/* chugoku */
.list-area-grp-22 {
	background-image: url('/area_grp/kyushu_okinawa/sp.png');
}

/* kyusyu */
.list-area-grp-23 {
	background-image: url('/area_grp/tohoku/sp.png');
}

/* tohoku */
.list-area-grp-24 {
	background-image: url('/area_grp/aichi/sp.png');
}

/* aichi */

/********************************
	Event
*********************************/
.event-today {
	color: #f59;
}

/********************************
	Present
*********************************/
.present_foot {
	margin: 16px;
	color: #666;
	font-size: 11px;
	line-height: 16px;
	background-color: #fff;
	padding: 8px;
	border: solid 1px #8c8c8c;
	width: 92%;
}

/********************************
	Ranking
*********************************/
.ranking {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px auto;
	padding: 24px 16px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

.ranking li {
	width: 20%;
	display: table-cell;
	border: none;
}

.ranking li&gt;div:first-child {
	padding: 2px;
	background-color: #f37497;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
}

.ranking li&gt;div:last-child {
	overflow: hidden;
	height: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:10px;
}

.ranking .thumb {
	width: 100%;
}

/* menu btn */
.ranking-btn {
	padding: 0px;
	margin-bottom: 15px;
}

.ranking-btn&gt;ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.ranking-btn&gt;ul&gt;li {
	display: table-cell;
}

.ranking-btn&gt;ul&gt;li a {
	display: block;
	font-size: 11px;
	background: #f37497;
	border-radius: 8px;
	width: 88%;
	margin: 0px auto 13px;
	text-align: center;
	color: #fff;
	height:32px;
	line-height:32px;
}

/********************************
	Topics
*********************************/

/*** Topics Gallery ***/
#topics-gallery {
	background: #f3f3f3;
	padding: 4px 4px 24px 4px;
}

#topics-gallery li {
	float: left;
	width: 33.33%;
	height: 130px;
	padding: 5px;
	font-size: 1px;
	line-height: 0px;
	text-align: center;
}

#topics-gallery li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 15%;
	border-radius: 5px;
}

/*#topics-gallery li img{
	width:88px;
	height:88px;
	overflow:hidden;
}*/


/********************************
	Ad
*********************************/

/*** AD Sub ***/
.ad-sub {
	display: none;
	position: relative;
	width: 100%;
	padding-top: 32px;
	padding-bottom: 32px;
	color: #fff;
	background-color: #372d30;
	text-align: center;
}

.ad-sub-sub {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f3f3f3;
	color: #aaa;
}

.ad-sub&gt;.t a {
	display: block;
	width: 100%;
	font-size: 10px;
	color: #e4e4e4;
}

.ad-sub-sub&gt;.t a {
	color: #666;
}

.ad-sub-sub&gt;.i img {
	width: 80%;
}

.ad-sub&gt;.h {
	display:none;
	color: #b5b5b5;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: 11px;
	line-height: 11px;
}

.ad-sub&gt;.i img {
	width: 84%;
}

.ad-sub-shop&gt;.h {
	display:none;
}
.ad-sub-shop&gt;.i img {
	width:90%;
}

/*** Bnr Mov ***/
.bnr-mov {
	//	background:#3a3738;
	background-color: #372d30;
	text-align: center;
}

.bnr-mov:before {
	content: '【広　告】';
	padding-top: 8px;
	padding-bottom: 4px;
	color: #e4e4e4;
	font-size: 11px;
	line-height: 11px;
}

.bnr-mov video {
	width: 100%;
	margin: 0px 0px -6px 0px;
}

.bnr-mov p {
	padding-top: 4px;
	padding-bottom: 16px;
	color: #e4e4e4;
	font-size: 12px;
	line-height: 12px;
}

/*** cover-top ***/
.cover-img img {
	width: 100%;
}

#cover-top {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #372d30;
	text-align: center;
}

#cover-top .wind {
	position: relative;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}

#cover-top .wind.landscape {
	width: 50vw;
}

#cover-top ul {}

#cover-top li {
	opacity: 0.5;
	position: relative;
	float: left;
	width: 320px;
	font-size: 1px;
	line-height: 1px;
}

#cover-top li.landscape {
	width: 50vw;
}

#cover-top .cover-select {
	opacity: 1;
}

#cover-top .cover-img {
	padding-bottom: 2px;
}

#cover-top .cover-cmt {
	width: 85%;
	color: #b7b7b7;
	font-size: 10px;
	line-height: 26px;
	border: solid 1px #524a4d;
	background: #231e20;
	border-radius: 50px;
	margin: 5px 0px 8px 24px;
}

#cover-top .prev,
#cover-top .next {
	position: absolute;
	bottom: 96px;
	width: 26px;
	height: 32px;
	text-align: center;
}

#cover-top .prev {
	top: 98px;
	left: 4px;
	background-image: url(/imgs/sp/icon/prev.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 18px 18px;
}

#cover-top .next {
	top: 98px;
	right: 4px;
	background-image: url(/imgs/sp/icon/next.png);
	background-repeat: no-repeat;
	background-position: 60% 50%;
	background-size: 18px 18px;
}

/* Slider */
#cover-top .swiper-container {
	width: 100%;
}

#cover-top .swiper-container .swiper-button-next,
#cover-top .swiper-container .swiper-button-prev {
	color: #fff;
	top: calc(50% - 27px);
}

#cover-top .swiper-container .swiper-button-next {
	right: 5px;
}

#cover-top .swiper-container .swiper-button-prev {
	left: 5px;
}

#cover-top .swiper-container .swiper-button-next:after,
#cover-top .swiper-container .swiper-button-prev:after {
	font-size: 18px;
}

@media (orientation: portrait) {
	#cover-top .swiper-slide {
		width: 100% !important;
	}

	@media screen and (min-width:321px) {
		#cover-top .swiper-slide {
			width: 80% !important;
			min-width: 320px;
		}
	}
}

#cover-top .swiper-slide .swiper-img {
	width: 100%;
}

#cover-top .swiper-slide .swiper-img img {
	width: 99%;
}

#cover-top .swiper-slide .swiper-cmt {
	width: 85%;
	color: #b7b7b7;
	font-size: 10px;
	line-height: 24px;
	background: #101010;
	border-radius: 8px;
	margin: 0 auto 8px auto;
}

#cover-top .swiper-slide a.swiper-cmt {
	display: block;
}

/*** cover-idx ***/
#cover-idx {
	margin-bottom: 8px;
	text-align: center;
}

#cover-idx li {
	display: none;
}

#cover-idx .cover-cmt {
	font-size: 10px;
	line-height: 24px;
	color: #fff;
}


/********************************
	Shop
*********************************/

/* Shop tit */
.list-shop-dtl {}

.list-shop-dtl&gt;li {
	border-bottom: none;
}

.list-shop-dtl .list-row {
	border-bottom: solid 0px #bbb;
}

.list-shop-dtl .list-shop-dtl-rss .list-thumb img {
	border-radius: 8%;
}

.list-shop-dtl .list-shop-dtl-group .list-thumb img {
	border-radius: 8%;
}

.list-shop-dtl .list-shop-dtl-group .list-btn-link img {
	margin-left: -10px;
}

.list-shop-dtl .list-shop-dtl-number .list-tit {
	display: none;
}

.list-shop-dtl-number .list-tit {
	background: #f37497;
}

.list-shop-dtl-staff .list-tit {
	background: #2d2427;
}

.list-shop-dtl-menu .list-tit {
	background: #f37497;
}

.list-shop-dtl-present .list-tit {
	background: #2d2427;
}

.list-shop-dtl-discount .list-tit {
	background: #f37497;
}

.list-shop-dtl-rss .list-tit {
	margin-bottom: 10px;
}

.list-shop-dtl-rss .list-tit {
	background: #2d2427;
}

.list-shop-dtl-rss .list-thumb img {
	border-radius: 10%;
	margin-left: -10px;
}

.list-shop-dtl-group .list-tit {
	background: #2d2427;
}

.list-shop-dtl-recruit .list-tit {
	background: #7a94d1;
}

.list-shop-dtl-news .list-tit,
.list-shop-dtl-info .list-tit,
.list-shop-dtl-system .list-tit {
	background: #2d2427;
	margin-bottom:8px;
}

.list-shop-dtl-sns {
}

.list-shop-dtl-sns .item {
	position: relative;
	margin: 0px 10px;
	padding: 0px 10px 0px 35px;
	border-bottom: solid 1px #8c8c8c;
	font-size: 12px;
	height:48px;
	line-height: 48px;
	color: #4e4e4e;
}

.list-shop-dtl-sns .rss {
}

.list-shop-dtl-sns .item&gt;a {
	display:none;
	font-size: 10px;
	line-height: 12px;
}

.list-shop-dtl-sns .item:last-child {
	border: none;
}

.list-shop-dtl-sns .item:before {
	content: '';
	position: absolute;
	display: block;
	top: -2px;
	bottom: 0px;
	left: 10px;
	width: 20px;
	height: 20px;
	margin: auto;
	border-radius: 50%;
	background-color: #666;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 20px 20px;
}

.list-shop-dtl-sns .hp:before {
	background-image: url('/imgs/sp/icon/sns/hp.png');
}

.list-shop-dtl-sns .rec:before {
	background-image: url('/imgs/sp/icon/sns/hp.png');
}

.list-shop-dtl-sns .fb:before {
	background-image: url('/imgs/sp/icon/sns/facebook.png');
}

.list-shop-dtl-sns .tw:before {
	background-image: url('/imgs/sp/icon/sns/twitter02.png');
}

.list-shop-dtl-sns .insta:before {
	background-image: url('/imgs/sp/icon/sns/instagram.png');
}

.list-shop-dtl-sns .tiktok:before {
	background-image: url('/imgs/sp/icon/sns/tiktok.png');
}

.list-shop-dtl-sns .rss:before {
	background-image: url('/imgs/sp/icon/sns/blog.png');
}

.list-shop-dtl-sns .twcast:before {
	background-image: url('/imgs/sp/icon/sns/twcast.png');
}

.list-shop-dtl-sns .youtube:before {
	background-image: url('/imgs/sp/icon/sns/youtube.png');
}

.list-shop-dtl-sns .mixch:before {
	background-image: url('/imgs/sp/icon/sns/mixch.png');
}

.list-shop-dtl-sns .line:before {
	background-image: url('/imgs/sp/icon/sns/line.png');
}

.list-shop-dtl-map .list-tit {
	background: #2d2427;
}

.list-shop-dtl-map .map-app {
	display: block;
	margin: 12px 8%;
	padding: 8px;
	border: solid 1px #817679;
	border-radius: 4px;
	background: #efcd66;
	color: #333;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}

.list-shop-dtl-topics .list-tit {
	background: #2d2427;
}

.list-shop-dtl-topics .list-thumb img {
	border-radius: 0%;
	width: 80px;
	margin-left: -10px;
}

.list-shop-dtl-gravure .list-tit {
	background: #2d2427;
}

.list-shop-dtl-gravure .list-thumb img {
	width: 80px;
	margin-left: -10px;
	border-radius: 0px;
}

.list-shop-dtl-special .list-tit {
	background: #2d2427;
}

.list-shop-dtl-special .list-thumb img {
	width: 80px;
	margin-left: -10px;
	border-radius: 0px;
}

.list-shop-dtl-movie .list-tit {
	background: #2d2427;
}

.list-shop-dtl-movie .list-thumb img {
	border-radius: 0%;
	width: 80px;
	border-radius: 0px;
	margin-left: -10px;
}


.list-shop-dtl-event .list-tit {
	background: #2d2427;
}

.list-shop-dtl-event .cmt {
	border: 1px solid #848484;
	background: #ddd;
	padding: 4px;
	margin: 4px;
}

.list-shop-dtl-mov .list-tit {
	background: #2d2427;
}

.list-shop-dtl-mov .list-thumb img {
	border-radius: 0%;
	width: 80px;
	margin-left: -10px;
}

/* Shop News */
.list-shop-dtl-news .list-tit {
	margin-bottom: 32px;
}

.list-shop-dtl-news .list-row {
	padding: 0px 16px 16px 16px;
	border-bottom: none;
}

.list-shop-dtl-news .list-row:after {
	content: '';
	display: none;
}

.list-shop-dtl-news .list-row .list-btn-none {
	border: solid 1px #cdcdcd;
	background: #f8f8f8;
	color: #f5f5f5;
	text-align: left;
	line-height: 16px;
	padding: 10px;
	box-shadow: 0 0 3px #e1e1e1;
}

.list-shop-dtl-news .tit {
	font-size: 13px;
	color: #f59;
}

.list-shop-dtl-news .sub {
	font-size: 10px;
	color: #888;
}

.list-shop-dtl-news .cmt {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0.5em;
	font-size: 11px;
}

.list-shop-dtl-news .news-top {}

.list-shop-dtl-news .holiday {}

.list-shop-dtl-news .dead {}

.list-shop-dtl-news .news {}

.list-shop-dtl-news .covid19 .list-btn-none {
	display: none;
	padding: 5px 0 3px 0;
	font-size: 13px;
	line-height: 26px;
	background: #d62b2b;
	text-align: center;
	border-radius: 50px;
	border: solid 1px #d62b2b;
	width: 90%;
	margin: 10px auto;
}

.list-shop-dtl-news .covid19 .list-btn-none a:visited {
	color: #fff;
}

.list-shop-dtl-news .covid19 .list-btn-none a:link {
	color: #fff;
}


.list-shop-dtl-news .list-tit:after,
.list-shop-dtl-info .list-tit:after,
.list-shop-dtl-system .list-tit:after {
	content: '';
	position: absolute;
	display: block;
	margin-left: 48px;
	border: 8px solid transparent;
	border-top: 8px solid #362a2e;
}

.list-shop-dtl-group .grp-sub-tit {
	margin-top: px;
	padding: 0 0 0 12px;
	background: #bbae91;
	color: #fff;
	font-size: 10px;
	line-height: 32px;
}

/* Shop PR */
.shop-pr-cts img,
.shop-pr-cts video {
	width: 100%;
}

/* Shop Seat */
/* ~20231225 */
.shop-seat-stat {
	position: relative;
	padding: 10px;
	font-size: 10px;
	background: #f76161;
}

.shop-seat-stat .stat {
	color: #fff;
}

.shop-seat-stat .stat span {
	position: absolute;
	animation: flash 2.2s linear infinite;
	font-size: 20px;
	color: #fff;
	margin-left: 6px;
	font-weight: bold;
	top: 12px;
	left: 106px;
}

@keyframes flash {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.shop-seat-stat .app {
	/* text-align:right; */
	color: #cdcdcd;
	/* margin-top:-20px; */
}

.shop-seat-stat .btn {
	position: absolute;
	top: 10px;
	right: 10px;
}

.shop-seat-stat .btn li {
	float: left;
	width: 50px;
	margin-left: 7px;
	border-radius: 10px;
	background: #fff;
	text-align: center;
}

.shop-seat-stat .btn li&gt;* {
	display: block;
	padding: 7px 0px;
	color: #4e4e4e;
	font-size: 10px;
}

.shop-seat-stat .btn:after {
	content: '';
	display: block;
	clear: both;
}

.shop-seat-stat-cmt {
	display: none;
	z-index: 3000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.shop-seat-stat-cmt .bg {
	position: absolute;
	background-color: #000;
	opacity: 0.7;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.shop-seat-stat-cmt .cmt {
	position: ;
	min-height:100px;
	margin: 16px;
	padding: 16px;
	border-radius: 16px;
	background-color: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.90;
	color:#161616;
	border: solid 3px #f37497;
}

.shop-seat-stat-cmt .close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 34px;
	height: 34px;
	border-radius: 16px;
	background-color: #f37497;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 18px;
}

.shop-seat-stat-cmt .close::before,.shop-seat-stat-cmt .close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 22px;
	background: #fff;
}


.shop-seat-stat-cmt .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.shop-seat-stat-cmt .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


/* 20231225~ */

.shop-seat-stat-head {
	background: #f37497;
	color: #fff;
}

.shop-seat-stat-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
}

.shop-seat-stat-inner {
	display: flex;
	gap: 5px;
	position: relative;
}

.shop-seat-stat-tit--hedding {
	font-size: 11px;
	letter-spacing: 1px;
}

.shop-seat-stat-tit--time {
	font-size: 10px;
	color: #fff;
}

.shop-seat-stat-count {
	font-size: 20px;
	letter-spacing: 1.4px;
	font-weight: bold;
	padding:2px 0 0 0;
/*
	opacity: 0;
	animation: blinking .8s ease-in-out .1s infinite alternate;
*/
}

.shop-seat-stat-count::before {
	content: ' ';
	font-size: 13px;
	font-weight: 100;
	margin-right: 5px;
}

.shop-seat-stat-btn {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 5px;
}

.shop-seat-stat-btn a {
	display: inline-block;
	padding: 6px 8px;
	border-radius: 4px;
	background-color: #3C3C3C;
	font-size: 11px;
	letter-spacing: 1.2px;
	color: #fff;
	font-weight: bold;
}




/* Shop Group */
#shop-grp-head {
	margin-top: 10px;
	text-align: center;
}

#shop-grp-head h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}

/* Shop Head */
#shop-head {
	position: relative;
	padding: 10px;
	background: #2d2427;
	height:48px;
	margin-top:-1px;
}

#shop-head .shop-tit {
	padding: 0px 44px 0px 44px;
	color: #b7b7b7;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}

#shop-head .shop-back-btn {
	position: absolute;
	left: 8px;
	bottom: 8px;
	padding: 0 12px;
	border-radius: 8px;
	background: #f37497;
	font-size: 11px;
	height:32px;
	line-height: 32px;
	text-align: center;
	color:#fff;
}

/*** Shop Button Head ***/
#shop-btn-head {
	background: #f3f3f3;
}

#shop-btn-head.sticky{
	position: sticky;
	top: 46px;
	z-index: 2;
	border-bottom: solid 1px #CECECE;
}

#shop-btn-head&gt;ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#shop-btn-head li {
	display: table-cell;
}

#shop-btn-head li&gt;* {
	display: block;
	padding: 54px 0px 12px 0px;
	background-repeat: no-repeat;
	background-position: 50% 15px;
	color: #4e4e4e;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	background-size: 32px 32px;
}

#shop-btn-head li:last-child&gt;* {
	border-right: none;
}

#shop-btn-head .top {
	background-image: url('/imgs/sp/icon/btn/home.png');
}

#shop-btn-head .map {
	background-image: url('/imgs/sp/icon/btn/map.png');
}

#shop-btn-head .tel {
	background-image: url('/imgs/sp/icon/btn/tel.png');
}

#shop-btn-head .recruit {
	background-image: url('/imgs/sp/icon/btn/recruit.png');
}

/*** Shop Menu ***/
#shop-menu {
	background: #f3f3f3;
	margin-bottom: 10px;
	padding: 0 20px;
}

#shop-menu ul:after {
	content: '';
	display: block;
	clear: both;
}

#shop-menu li {
	float: left;
	width: 50%;
}

.shop-menu-btn,
.shop-menu-btn-none {
	padding: 14px;
}

.shop-menu-btn&gt;div,
.shop-menu-btn-none&gt;div {
	padding: 4px 8px 4px 42px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	background-size: 32px 32px;
	color: #4e4e4e;
	font-size: 12px;
	line-height: 12px;
}

.shop-menu-btn-none {
	opacity: 0.5;
}

.shop-menu-staff {
	background-image: url('/imgs/sp/icon/n.png');
}

.shop-menu-staff-none {
	background-image: url('/imgs/sp/icon/n_off.png');
}

.shop-menu-recruit {
	background-image: url('/imgs/sp/icon/r.png');
}

.shop-menu-recruit-none {
	background-image: url('/imgs/sp/icon/r_off.png');
}

.shop-menu-event {
	background-image: url('/imgs/sp/icon/e.png');
}

.shop-menu-event-none {
	background-image: url('/imgs/sp/icon/e_off.png');
}

.shop-menu-topics {
	background-image: url('/imgs/sp/icon/t.png');
}

.shop-menu-topics-none {
	background-image: url('/imgs/sp/icon/t_off.png');
}

.shop-menu-gravure {
	background-image: url('/imgs/sp/icon/g.png');
}

.shop-menu-gravure-none {
	background-image: url('/imgs/sp/icon/g_off.png');
}

.shop-menu-special {
	background-image: url('/imgs/sp/icon/v.png');
}

.shop-menu-special-none {
	background-image: url('/imgs/sp/icon/v_off.png');
}

.shop-menu-shop_mov {
	background-image: url('/imgs/sp/icon/m.png');
}

.shop-menu-shop_mov-none {
	background-image: url('/imgs/sp/icon/m_off.png');
}

.shop-menu-rss {
	background-image: url('/imgs/sp/icon/b.png');
}

.shop-menu-rss-none {
	background-image: url('/imgs/sp/icon/b_off.png');
}

/*** shop-number ***/
.row-number {}

.row-number .num {
	width: 68px;
	padding: 2px 0px;
	background: #f37497;
	text-align: center;
	color: #fff;
	margin-left: -12px;
}


.shop-number {
	padding: 16px;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
}

.shop-number li {
	float: left;
	width: 20%;
	margin-bottom: 10px;
}

.shop-number .num {
	font-size: 13px;
	padding: 2px;
	background: #2d2427;
	color: #fff;
}

.shop-number li:nth-child(-n+5) .num {
	background: #f37497;
}

.shop-number .cmt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 10px;
}

.shop-number .thumb img {
	width: 100%;
}

/*** Shop Infomation ***/
.shop-info {
	padding: 16px;
}

.shop-info&gt;div {
	padding: 0px;
	border: solid 1px #a7a7a7;
}

.shop-info-tit {
	padding: 8px;
	background-color:#5d5c89;
	color: #fff;
	text-align: center;
}

.shop-info-tit .area {
	color: #fff;
}

.shop-info-bdy {
	padding: 12px 12px 12px 12px;
	background-color: #e9e9e9;
}

.shop-info .list-thumb img {
	width: 68px;
	border-radius: 8%;
	margin-right: 6px;
}

.shop-info .of_h {
	padding-right: 10px;
}

.shop-name {
	font-size: 13px;
	line-height: 15px;
}

.shop-cmt {
	padding: 0 16px 32px 16px;
	padding-bottom: 24px;
}

.shop-cmt&gt;div {
	padding: 10px;
	border: solid 1px #cdcdcd;
	background: #f8f8f8;
	color: #4e4e4e;
	font-size: 11px;
	line-height: 16px;
	box-shadow: 0 0 3px #e1e1e1;
}

/*** Shop Photo ***/
.shop-photo {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	border-radius: 0px;
	font-size: 1px;
	line-height: 0px;
	text-align: center;
	margin: auto;
	width: 100%;
}

.shop-photo li {
	float: left;
	overflow: hidden;
	width: 23%;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin: 1%;
	position: relative;
}

.shop-photo li img {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	border-radius: 8px;
}

.shop-photo li:before {
	content: "";
	display: block;
	padding-top: 100%;
}

/*** Shop System ***/
.shop-system {
	padding: 16px 16px 32px 16px;
	font-size: 11px;
	line-height: 16px;
}

.shop-system dl {
	margin: 0px;
	background: #f8f8f8;
	border: solid 1px #a7a7a7;
	color: #fff;
}

.shop-system dt {
	background: #f37497;
	color: #fff;
	padding: 4px 10px;
}

.shop-system dl&gt;.memo {
	background: none;
	color: #f37497;
	padding-bottom: 8px;
}

.shop-system dd {
	color: #4e4e4e;
	margin-left: 24px;
	padding: 10px;
}

/*** Shop Group***/
.shop-grp-info {
	text-align: center;
}

.shop-grp-info:after {
	display: none;
}

.shop-grp-info .list-btn-link img {
	margin-top: 12px;
	width: 80%;
}

.shop-grp-info .list-btn-link {}

/*** Shop Recruit ***/
.shop-rc {
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
}

.shop-rc .memo {
	font-size: 13px;
}


.shop-rc a {
	color: #;
	background-color: #;
	border-radius: 2px;
}

.shop-rc a[href^='#'] {
	display: inline-block;
	background: #7a94d1;
	border-radius: 8px;
	color: #fff;
	min-height:32px;
	line-height:32px;
	padding:0 8px;
}

.shop-rc a[href^='tel'] {
	display: inline-block;
	padding: 6px 10px 6px 36px;
	margin: 6px 0px 6px 0px;
	border-radius: 8px;
	background: #FFAF33;
	color: #fff;
	font-size: 13px;
	background-image: url('/imgs/sp/icon/oubo_t.png');
	background-repeat: no-repeat;
	background-position: 8px 50%;
	background-size: 22px 22px;
}

.shop-rc a[href^='mailto'] {
	display: inline-block;
	padding: 6px 10px 6px 36px;
	margin: 6px 0px 6px 0px;
	border-radius: 8px;
	background: #5571FF;
	color: #fff;
	font-size: 13px;
	background-image: url('/imgs/sp/icon/oubo_m.png');
	background-repeat: no-repeat;
	background-position: 8px 50%;
	background-size: 22px 22px;
}

.shop-rc a[href^='https://line'] {
	display: inline-block;
	padding: 6px 10px 6px 36px;
	margin: 6px 0px 6px 0px;
	border-radius: 10px;
	background: #00c402;
	color: #fff;
	font-size: 13px;
	background-image: url('/imgs/sp/icon/oubo_l.png');
	background-repeat: no-repeat;
	background-position: 8px 50%;
	background-size: 22px 22px;
}

.shop-rc a[href^='https://line'] {
	display: inline-block;
	padding: 6px 10px 6px 36px;
	margin: 6px 0px 6px 0px;
	border-radius: 10px;
	background: #00c402;
	color: #fff;
	font-size: 13px;
	background-image: url('/imgs/sp/icon/oubo_l.png');
	background-repeat: no-repeat;
	background-position: 8px 50%;
	background-size: 22px 22px;
}

.shop-rc a[href^='https://lin'] {
	display: inline-block;
	padding: 6px 10px 6px 36px;
	margin: 6px 0px 6px 0px;
	border-radius: 10px;
	background: #00c402;
	color: #fff;
	font-size: 13px;
	background-image: url('/imgs/sp/icon/oubo_l.png');
	background-repeat: no-repeat;
	background-position: 8px 50%;
	background-size: 24px 24px;
}

.shop-rc a[href^='https://lin'] {
	display: inline-block;
	padding: 6px 10px 6px 36px;
	margin: 6px 0px 6px 0px;
	border-radius: 8px;
	background: #00c402;
	color: #fff;
	font-size: 13px;
	background-image: url('/imgs/sp/icon/oubo_l.png');
	background-repeat: no-repeat;
	background-position: 8px 50%;
	background-size: 22px 22px;
}

.shop-rc dl {
	color: #7c7c7c;
	margin: 0px;
	padding: 24px 0px 24px 0px;
	background: #f7f7f7;
	font-size: 13px;
	line-height: 20px;
}

.shop-rc dt {
	margin: 16px 12px 12px 12px;
	color: #f59;
	font-size: 13px;
	line-height: 22px;
}

.shop-rc dt.ti {
	margin: 0px;
	background: #9caac9;
	color: #fff;
	padding: 4px 0px 4px 12px;
	lone-height: 0px;
}

.shop-rc dd {
	-webkit-margin-start: 48px;
	color: #333;
	margin: 16px;
}

.shop-rc-btn {
	padding: 24px 12px 12px 12px;
}

.shop-rc-btn ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.shop-rc-btn li {
	display: table-cell;
	padding: 4px;
}

/*** Shop News ***/
.shop-news {
	padding: 5px;
	background: #f4f4f4;
	color: #ff8c8c;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	border: solid 4px #ff8c8c;
	margin: 10px;
}

/*** Dtl Shop COVID19 ***/
.shop-covid19 {
	//	position:absolute;
	//	bottom:5px;
	//	left:5px;
	margin-top: 8px;
	width: 33px;
	z-index: 99;
}

.shop-covid19 img {
	width: 100%;
	border: solid 1px #ccc;
	display: none;
}

.shop-covid19-view {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	padding: 10%;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	z-index: 2000;
}

.shop-covid19-view img {
	width: 100%;
}


/********************************
	Staff
*********************************/

/*** Staff Profile ***/
.staff-profile {
	padding: 8px;
	background: #f3f3f3;
	color: #333;
	font-size: 13px;
	line-height: 15px;
}

.staff-thumb {
	position: relative;
	float: left;
	padding-right: 8px;
}

.staff-thumb .staff-pr-img {
	width: 110px;
	margin: 8px;
	font-size: 1px;
	line-height: 0px;
}

.staff-post {
	color: #f59;
	font-size: 10px;
	line-height: 12px;
}

.staff-name {
	margin-bottom: 8px;
	color: #f59;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.staff-icon-sub {
	position: absolute;
	display: block;
	right: 22px;
	bottom: 17px;
	padding: 3px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
}

.staff-icon-sub {
	position: absolute;
	right: 17px;
	bottom: 14px;
}

.staff-icon-sub li {
	width: 31px;
	margin-top: 3px;
	padding: 3px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
}

.staff-icon-sub .new {
	background: #ff6464;
	color: #fff;
}

.staff-icon-sub .update {
	background: #4343f9;
	color: #fff;
}

.staff-icon-sub .shimei {
	background: rgba(243, 116, 151, 1);
	color: #fff;
}

.staff-tit {
	position: relative;
	margin: 0px;
	color: #FC4789;
	font-size: 12px;
	line-height: 12px;
}

.staff-tit li {
	float: left;
	min-width: 32%;
	margin: 4px 3px 0px 0px;
	padding: 2px 3px;
	border-radius: 2px;
	background: #dbdbdb;
	font-size: 9px;
}

.staff-tit:after {
	content: '';
	display: block;
	clear: both;
}

/*** Staff Button Head ***/
.staff-btn-head {
	background: #f4f4f4;
}

.staff-btn-head&gt;ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.staff-btn-head li {
	display: table-cell;
}

.staff-btn-head li&gt;* {
	display: block;
	padding: 50px 0px 8px 0px;
	background-repeat: no-repeat;
	background-position: 50% 15px;
	color: #2d2427;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	background-size: 24px 24px;
}

.staff-btn-head .tel {
	background-image: url('/imgs/sp/icon/btn/tel.png');
}

.staff-btn-head .mail {
	background-image: url('/imgs/sp/icon/btn/mail.png');
}

.staff-btn-head .rss {
	background-image: url('/imgs/sp/icon/btn/rss.png');
}

.staff-btn-head .line {
	background-image: url('/imgs/sp/icon/btn/line.png');
}

.staff-btn-head .tw {
	background-image: url('/imgs/sp/icon/btn/tw.png');
}

.staff-btn-head .insta {
	background-image: url('/imgs/sp/icon/btn/insta.png');
}

.staff-btn-head .insta {
	background-image: url('/imgs/sp/icon/btn/insta.png');
}

.staff-btn-head .tiktok {
	background-image: url('/imgs/sp/icon/btn/tiktok.png');
}

.staff-btn-head .on {}

.staff-btn-head .off {
	opacity: 0.3;
}

.staff-sns-btn {
	display: block;
	position: relative;
	width: 25%;
	margin: 2px auto 8px;
	border: solid 1px #888;
	background: #eee;
	font-size: 10px;
	color: #333;
	text-align: center;
	border-radius: 4px;
	height:32px;
	line-height:32px;
}

/* Staff dtl */
.staff-clm-title,
.staff-zengra-title,
.staff-cm-title,
.staff-gallery-title {
	display:none;
	padding: 10px 8px 8px 16px;
	background: #2d2427;
	color: #2d2427;
	font-size: 12px;
	line-height: 14px;
}

.staff-clm-title:before,
.staff-zengra-title:before,
.staff-cm-title:before,
.staff-gallery-title:before {
	display: none;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	margin: -1px 0px 0px -20px;
	border-radius: 50%;
	background: #b7b7b7;
}

.staff-clm-body,
.staff-zengra-body,
.staff-cm-body,
.staff-gallery-body {
	position: relative;
	background: #2d2427;
	font-size: -1px;
	text-align: center;
	line-height: 0px;
}



.staff-clm-body div {
	width: 100%;
	height: 165px;
}

.staff-clm-body img {
	width: 100%;
	height: 100%;
	padding: 0 16px 16px 16px;
	object-fit: cover;
	object-position: 50% 50%;
}

.staff-cm-body li:before,
.staff-clm-body:after {
	content: '';
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url('/imgs/sp/icon/play.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 42px 42px;
	opacity: 0.6;
}

.staff-cm-body ul:after,
.staff-gallery-body {
	content: '';
	clear: both;
	display: block;
	padding: 32px 16px 32px 16px;
}

.staff-cm-body li,
.staff-gallery-body li {
	position: relative;
	float: left;
	width: 33.3%;
}

.staff-cm-body img,
.staff-gallery-body img {
	max-width: 94%;
	max-height: 118px;
	object-fit: cover;
	object-position: 50% 10%;
}

/* Staff Zengra */
.staff-zengra {}

.staff-zengra li {
}

.staff-zengra img {
	width: 100%;
	padding:16px 16px 32px 16px;
}

.staff-zengra a {
	display: none;
	margin-bottom: 4px;
	color: #a0a0a0;
	font-size: 10px;
	line-height: 14px;
}


/*** Staff Special ***/
.staff-special-body li {
	font-size: -1px;
	line-height: 0px;
}

/*** Staff Comment ***/
.staff-cmt .list-tit {
	background: #2d2427;
}

.staff-cmt .list-tit:after {
	content: '';
	position: absolute;
	display: block;
	margin-left: 48px;
	border: 8px solid transparent;
	border-top: 8px solid #2d2427;
}

#staff-cmt {
	position: relative;
	overflow: hidden;
	margin: 24px 16px;
	padding: 12px;
	background: #fff;
	color: #636363;
	font-size: 11px;
	line-height: 16px;
	border: solid 1px #cdcdcd;
	box-shadow: 0 0 3px #e1e1e1;
}

#staff-cmt-btn {
	position: absolute;
	height: 32px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #f37497;
	text-align: center;
}

.staff-cmt-btn-down {
	background-image: url(/imgs/sp/icon/down.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 16px 16px;
}

.staff-cmt-btn-up {
	background-image: url(/imgs/sp/icon/up.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 16px 16px;
}


/*** Staff SNS ***/
.staff-sns {
	margin-bottom: 10px;
}

.staff-sns .list-tit {
	margin-bottom: 4px;
	background: #2d2427;
}

.staff-sns .list-tit:after {
	content: '';
	position: absolute;
	display: block;
	margin-left: 48px;
	border: 8px solid transparent;
	border-top: 8px solid #2d2427;
}

.staff-sns .item {
	position: relative;
	margin: 0px 16px;
	padding: 15px 10px 15px 35px;
	border-bottom: solid 1px #bababa;
	font-size: 12px;
	line-height: 12px;
	color: #4e4e4e;
}

.staff-sns .item:last-child {
	border: ;
}

.staff-sns .item:before {
	content: '';
	position: absolute;
	display: block;
	top: -2px;
	bottom: 0px;
	left: 10px;
	width: 20px;
	height: 20px;
	margin: auto;
	border-radius: 50%;
	background-color: #666;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 20px 20px;
}

.staff-sns .fb:before {
	background-image: url('/imgs/sp/icon/sns/facebook.png');
}

.staff-sns .tw:before {
	background-image: url('/imgs/sp/icon/sns/twitter02.png');
}

.staff-sns .insta:before {
	background-image: url('/imgs/sp/icon/sns/instagram.png');
}

.staff-sns .tiktok:before {
	background-image: url('/imgs/sp/icon/sns/tiktok.png');
}

.staff-sns .rss:before {
	background-image: url('/imgs/sp/icon/sns/blog.png');
}

.staff-sns .twcast:before {
	background-image: url('/imgs/sp/icon/sns/twcast.png');
}

.staff-sns .mixch:before {
	background-image: url('/imgs/sp/icon/sns/mixch.png');
}

.staff-sns .youtube:before {
	background-image: url('/imgs/sp/icon/sns/youtube.png');
}


/*** Staff Question ***/

.list-staff-profile .list-tit {
	background: #2d2427;
}

.list-staff-profile .list-tit:after {
	content: '';
	position: absolute;
	display: block;
	margin-left: 48px;
	border: 8px solid transparent;
	border-top: 8px solid #2d2427;
}

.list-staff-profile .cmt {
	display: none
}

/*cut*/

.staff-question {
	padding: 16px;
}

.staff-question dl {
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 12px;
	border: solid 1px #bababa;
	background: #f8f8f8;
	color: #636363;
	font-size: 11px;
	line-height: 16px;
}

.staff-question dt {
	margin-bottom: 2px;
	color: #f37497;
}

.staff-question dd {
	margin-bottom: 6px;
	-webkit-margin-start: 16px;
	color: #636363;
}

/********************************
	clm
*********************************/
/* sub */
.sub-clm {
	background-color: #f3f3f3;
	padding-top: 25px;
}

.sub-clm-bdy-mov {
	width: 100%;
	margin: auto;
	margin-bottom: 10px;
}

.top-clm-btn li.subli&gt;* {
	background: #eca348;
	margin: -10px 50px 4px 50px;
}

/* top */
.top-clm {
	background-color: #2d2427;
	padding: 0 0 8px;
}

.top-clm-tit {
	position: relative;
	background-color: #2d2427;
	color: #fff;
	font-size: 11px;
	line-height: 22px;
	width: 100%;
	margin: 15px auto 30px;
	letter-spacing: 3px;
}

.top-clm-tit div {
	padding: 6px 8px;
}

.top-clm-tit span {
	color: #f37497;
	font-size: 10px;
	background: #;
	border-radius: 50px;
	padding: 1px 6px;
}

.top-clm-tit:before {
	content: '';
	position: absolute;
	display: block;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #;
}

.top-clm-tit:after {
	content: '';
	position: absolute;
	display: block;
	margin-left: 48px;
	border: 8px solid transparent;
	border-top: 8px solid #2d2427;
}

.top-clm-bdy {
	color: #ff8500;
	text-align: center;
	position: relative;
}

.top-clm-bdy:after {
	content: "毎月25日更新";
	color: #f37497;
	position: absolute;
	top: -8%;
	right: 3%;
	z-index: 99;
	font-size: 11px;
	font-family: arial;
	background: rgb(255 255 255 / 91%);
	border-radius: 50px;
	padding: 3px 10px 3px 10px;
}

.top-clm-bdy li {}

.top-clm-bdy li&gt;div {}

.top-clm-bdy-mov {
	margin-bottom: 10px;
}

.top-clm-bdy-img {
	position: relative;
	padding-bottom: 10px;
}

.top-clm-bdy-img img {
	width: 100%;
	max-width: 640px;
}

.top-clm-bdy-img:after {
	content: '';
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url('/imgs/sp/icon/play.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 50px 50px;
	opacity: 0.7;
}

.top-clm-bdy-stat {
	overflow: hidden;
	border-radius: 10px;
	width: 68%;
	margin: 8px auto 0px;
	text-align: center;
	padding: 0px 3px 3px 3px;
	color: #777;
	font-size:12px;
	font-weight:bold;
}

.top-clm-bdy-shop {
	display: inline-block;
}

.top-clm-bdy-staff {
	display: inline-block;
	padding-left: 4px;
}

.top-clm-bdy-cmt {
	display: table;
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	padding: 4px 8px;
	border: solid 1px #D9AF65;
	border-radius: 0px;
	background-color: #333;
	color: #fff;
	font-size: 9px;
}

.top-clm-btn {
	padding: 20px 10px 10px 10px;
}

.top-clm-btn ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.top-clm-btn li {
	display: table-cell;
}

.top-clm-btn li&gt;* {
	display: block;
	margin: 4px;
	color: #fff;
	background: #f37497;
	font-size: 11px;
	text-align: center;
	border-radius: 8px;
	height:32px;
	line-height:34px;
}

.top-clm-btn li&gt;div {
	background: #38363a;
	color: #555;
}

.top-clm .date {
	position: absolute;
	top: 3%;
	left: 6%;
	color: #fff;
	font-size: 11px;
}


/* pg */
.clm-page {
	width: 100%;
	padding: 6px 12px 2px 12px;
	background: #2d2427;
	color: #fff;
	text-align: right;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
}

/* list */
.clm-list {
	background-color: #2d2427;
	color: #D9AF65;
	float: left;
	padding-bottom: 24px;
	text-shadow: 1px 1px 2px #515151;
}

.clm-list li {
	padding: 0 0 24px 0;
	border-bottom: solid 0px #2d2427;
	text-align: center;
}

.clm-list li&gt;div {}

.clm-list .clm-img {
	position: relative;
}

.clm-list .clm-img img {
	width: 100%;
	max-width: 640px;
}

.clm-list .clm-img:before {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url('/imgs/sp/icon/play.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 50px 50px;
	opacity: 0.5;
}

.clm-list .clm-stat {
	overflow: hidden;
	font-size: 9px;
	margin-top: 5px;
}

.clm-list .clm-staff {
	display: inline-block;
	font-size: 11px;
	color: #D9AF65;
	margin-right: 5px;
}

.clm-list .clm-shop {
	display: inline-block;
	color: #aaa;
	font-size: 10px;
}

.clm-list .clm-cmt {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 8px;
	padding: 4px 8px;
	border: solid 1px #D9AF65;
	border-radius: 0px;
	background-color: #333;
	color: #fff;
	font-size: 9px;
}

.clm-list a {
	color: #D9AF65;
}

/* list2 */
.clm-list_2 {
	display: flex;
	flex-wrap: wrap;
	background-color: #2d2427;
}

.clm-list_2 li {
	width: 100%;
	padding: 8px;
	text-align: center;
}

.clm-list_2 .clm-img {
	position: relative;
}

.clm-list_2 .clm-img img {
	width: 72%;
	max-width: 640px;
}

.clm-list_2 .clm-img:before {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url('/imgs/sp/icon/play.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 50px 50px;
	opacity: 0.5;
}

.clm-list_2 .clm-stat {
	overflow: hidden;
	font-size: 9px;
}

.clm-list_2 .clm-shop {
	display: inline-block;
	color: #aaa;
	font-size: 10px;
}

.clm-list_2 .clm-cmt {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	maegin-bottom: 8px;
	padding: 4px 8px;
	border: solid 1px #D9AF65;
	border-radius: 0px;
	background-color: #333;
	color: #fff;
	font-size: 9px;
}


/********************************
	Gallery
*********************************/

/*** Gallery Slide ***/
#slide-gallery {
	display: none;
	position: relative;
	background: #000;
}

#slide-gallery-image {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#slide-gallery-image li {
	float: left;
	position: relative;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#slide-gallery-image li img {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

#slide-gallery-stat {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	padding: 6px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 11px;
	line-height: 10px;
	text-align: center;
}

#slide-gallery-cmt {
	display: none;
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 56px;
	padding: 16px;
	border-radius: 10px;
	background: rgba(21, 21, 21, 0.84);
}

#slide-gallery-cmt .bdy {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}

#slide-gallery-cmt .close {
	position: absolute;
	top: -28px;
	right: -5px;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background-color: #242424;
	background-image: url(/imgs/sp/icon/close.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 16px;
}

#slide-gallery-navi {
	background-color: #242424;
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 8px;
	border-radius: 10px;
}

#slide-gallery-navi ul {}

#slide-gallery-navi ul li {
	float: left;
	width: 33.33%;
	height: 42px;
	padding: px;
	border-right: solid 0px #888;
}

#slide-gallery-navi ul li:last-child {
	border-right: none;
}

#slide-gallery-navi .close {
	background: url(/imgs/sp/icon/close.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 16px;
}

#slide-gallery-navi .prev {
	background: url(/imgs/sp/icon/prev.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 16px;
}

#slide-gallery-navi .next {
	background: url(/imgs/sp/icon/next.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 16px;
}

/********************************
	Index
*********************************/

#index-header {
	position: relative;
	height: 44px;
	background-color: #f37497;
}

#index-header-logo {
	height: 44px;
	text-align: center;
	background-image: url('/imgs/sp/icon/host2_logo.png');
	background-repeat: no-repeat;
	background-position: 50% 10px;
	background-size: 32%;
}

#index-cover {
	background-color: #f37497;
	color: #444;
}

.n_index {
	text-align: center;
}

.n_index .tit {
	padding: 4px 0px;
	background-color: #f37497;
	color: #fff;
}

.n_index .cmt {
	padding: 10px;
	color: #636363;
	line-height: 16px;
}

.o_enter {
	background-color: #f37497;
	font-size: 13px;
	color: #fff;
	padding: 10px;
	margin: 16px 32px -8px 32px;
	border-radius: 10px;
}

/********************************
	top-btn
*********************************/
.top-btn {
	background-color: #e9e9e9;
}

.top-btn .cmt {
	line-height: 22px;
	color: #2d2427;
	font-weight: bold;
}

.top-btn li {
	background: #f3f3f3;
	font-size: 1px;
	line-height: 0px;
	text-align: center;
}

.top-btn li img {
	width: 82%;
	margin-top:-12px;
}

.top-btn&gt;li:last-child {
	margin-bottom: 0px;
}

/********************************
	Slide JS
*********************************/
#ud-slide {
	box-sizing: border-box;
	width: 100%;
	height: 0px;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-color: #000;
}

#ud-slide .view {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

#ud-slide .view li {
	line-height: 0px;
	position: relative;
	overflow: hidden;
}

#ud-slide .view li img {
	opacity: 0.2;
	width: 100%;
}

#ud-slide .view li.current img {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#ud-slide .view .msg {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	bottom: -100px;
	height: 24px;
	margin: auto;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 1);
}

#ud-slide .view li.current .msg {
	bottom: 20px;
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}

#ud-slide .view .msg2 {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	bottom: -100px;
	height: 40px;
	margin: auto;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 1);
}

#ud-slide .view li.current .msg2 {
	bottom: 20px;
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}

#ud-slide .prev,
#ud-slide .next,
#ud-slide .full,
#ud-slide .thum,
#ud-slide .subs {
	position: absolute;
	opacity: 0.2;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: solid 2px rgba(255, 255, 255, 0.4);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 50%;
	background-color: rgba(22, 59, 144, 0.6);
}

#ud-slide .prev {
	bottom: 10px;
	left: 10px;
	background-image: url('/imgs/pc/icon/navi/up.png');
}

#ud-slide .next {
	bottom: 10px;
	right: 10px;
	background-image: url('/imgs/pc/icon/navi/down.png');
}

#ud-slide .full {
	top: 10px;
	left: 10px;
	background-image: url('/imgs/pc/icon/navi/full.png');
}

#ud-slide .thum {
	top: 10px;
	left: 48px;
	background-image: url('/imgs/pc/icon/navi/thum.png');
}

#ud-slide .subs {
	top: 10px;
	left: 88px;
	background-image: url('/imgs/pc/icon/navi/subs.png');
}

#ud-slide .on {
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#ud-slide .stat {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #bbb;
	font-size: 12px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	text-align: right;
	word-wrap: normal;
}

#ud-slide .cmt {
	opacity: 0.4;
	position: absolute;
	top: 10px;
	right: 0px;
	left: 0px;
	width: 94px;
	height: 25px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%;
	background-image: url('/imgs/head/logo.png');
}

#ud-slide .album {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 50px;
	right: 0;
	width: 25%;
	max-width: 100px;
	border: solid 1px rgba(255, 255, 255, 0.2);
	background-color: rgba(0, 0, 50, 0.7);
	box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.1);
}

#ud-slide .album .album-view {
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 4px;
}

#ud-slide .album .album-prev,
#ud-slide .album .album-next {
	display: none;
}

#ud-slide .album .album-view li {
	position: relative;
	padding: 2px 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

#ud-slide .album .album-view img {
	cursor: pointer;
	opacity: 0.8;
	width: 100%;
	border: solid 1px rgba(255, 255, 255, 0.2);
	vertical-align: bottom;
}

#ud-slide .album .album-view .select img {
	opacity: 1;
	border: solid 1px rgba(255, 255, 255, 0.9);
}

#ud-slide .subs-view {
	display: none;
	z-index: 100;
	position: fixed;
	width: 50%;
	min-width: 260px;
	top: 50px;
	bottom: 50px;
	left: 10px;
	border: solid 1px rgba(255, 255, 255, 0.2);
	background-color: rgba(0, 0, 50, 0.7);
}

#ud-slide .subs-view:before {
	content: 'Cast';
	display: block;
	padding: 10px 20px;
	margin: 0 20px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	color: #999;
	font-size: 14px;
	line-height: 14px;
}

#ud-slide .subs-view .subs-view-spc {
	overflow-y: auto;
	position: absolute;
	width: 100%;
	top: 46px;
	bottom: 0;
	padding: 20px;
}

#ud-slide .subs-view .close {
	cursor: pointer;
	z-index: 2;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 22px;
	height: 22px;
	border: solid 1px rgba(255, 255, 255, 0.2);
	background-image: url('/imgs/pc/icon/navi/close.png');
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 8px;
}

#ud-slide .subs-view .close:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

#ud-slide .subs-view li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

#ud-slide .subs-view li:after {
	content: '';
	display: block;
	clear: both;
}

#ud-slide .subs-view li img {
	float: left;
	width: 70px;
	padding-right: 10px;
}

#ud-slide .subs-view li * {}

#ud-slide .subs-view li .shop {
	margin-bottom: 5px;
	padding-top: 5px;
	color: #ccc;
	font-size: 10px;
	line-height: 150%;
}

#ud-slide .subs-view li .post {
	color: #bbb;
	font-size: 10px;
	line-height: 150%;
}

#ud-slide .subs-view li .staff {
	color: #eee;
	font-size: 16px;
	line-height: 100%;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}


/********************************
	Wind
*********************************/
.g-wind {
	display: none;
	z-index: 200;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 10% 5%;
	height: 320px;
	padding: 10px;
	border: solid 1px #f37497;
	background: rgba(255, 255, 255, 0.94);
}

.g-wind .tit {
	padding: 10px;
	color: #f37497;
	font-size: 16px;
	text-align: center;
}

.g-wind .msg {
	margin: 6px;
	color: #b44;
	font-size: 14px;
	text-align: center;
}

.g-wind .stat {
	margin: 10px;
	padding: 10px;
	color: #6d6d6d;
	font-size: 16px;
	text-align: center;
}

.g-wind .stat&gt;*:last-child {
	display: none;
	font-size: 12px;
	text-align: center;
}

.g-wind .act,
.g-wind .close {
	cursor: pointer;
	position: absolute;
	left: 0;
	right: 0;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
}

/* wind-tel */
#wind-tel .tit:after {
	content: '電話をかけますか。';
}

#wind-tel .tel {
	margin: 10px;
	padding: 10px;
	border: solid 1px #a7a7a7;
	color: #484848;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

#wind-tel .tel span {
	font-size: 16px;
	font-weight: normal;
}

#wind-tel .act {
	bottom: 54px;
	margin: 16px 56px;
	background: #68d069;
}

#wind-tel .close {
	bottom: 0;
	margin: 16px 56px;
	background: #f96969;
}

/* wind-line */
#wind-line .tit:after {
	content: 'LINE友達申請';
}

#wind-line .id {
	margin: 10px;
	padding: 10px;
	border: solid 1px #a7a7a7;
	color: #484848;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

#wind-line .id span {
	display: none;
	font-size: 16px;
	font-weight: normal;
}

#wind-line .act {
	bottom: 54px;
	margin: 10px 56px;
	background: #68d069;
}

#wind-line .close {
	bottom: 0;
	margin: 10px 56px;
	background: #f96969;
}



/* URECCOバナー用 */
.ure-btn {
	padding: 0px 8px 8px 8px;
	background-color: #2D2427;
}

.ure-btn li {
	margin-top: 8px;
	padding: 4px 0px;
	background: #2D2427;
	font-size: 1px;
	line-height: 0px;
	text-align: center;
}

.ure-btn li img {
	width: 260px;
}

.ure-btn&gt;li:last-child {
	margin-bottom: 0px;
}

.urecco li {
	float: left;
	margin: 0px 0 8px 0;
}

.urecco li img {
	width: 72%;
	height: auto;
}

.urecco li span {
	margin-top: 16px;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1300%;
	color: #FF639B;
}

/********************************
	Newyear
*********************************/

.ny-list {}

.ny-list li {
	border-bottom: solid 1px #000;
}

.ny-list-one {
	list-style: none;
	background: #2b2b2b;
}

.ny-list-two {
	list-style: none;
	background: #212121;
}

.ny-list-bottom {
	margin: 0 auto;
	background: #191919;
	height: 32px;
}

.ny_main {
	text-align: center;
	background: #000;
	width: 100%;
	margin: 0;
}

.ny-list-tit {
	padding: 0px 0px 0px 0px;
	background: #000;
	color: #ffffff;
	font-size: 14px;
	font-weight: nomal;
	line-height: 14px;
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.4);
	border: solid 1px #000;
}

.ny-list-btn-link {
	display: block;
	padding: 14px 8px 14px 8px;
	cursor: pointer;
	margin-right: 10px;
	padding-right: 16px;
	background-image: url('/imgs/sp/ny/ny_arrow.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 8px 12px;
}

.ny_title {
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.4);
}

.ny_sub_title {
	color: #747474;
	font-size: 9px;
	line-height: 13px;
}

.ny_sub_sub {
	color: #ff8500;
	font-size: 9px;
	line-height: 13px;
}

.ny_sub_leg {
	float: left;
	margin-right: 6px;
	padding: 5px 10px 5px 10px;
	border: none;
	border: solid 1px #fff;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	background: #2b2b2b;
	color: #fff;
	font-size: 9px;
	line-height: 9px;
}

.ny-list-thumb {
	float: left;
	padding-right: 8px;
	font-size: 1px;
	line-height: 0px;
}

.ny-list-thumb img {
	width: 114px;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.ny-s_open li {
	float: left;
	margin-right: 6px;
	padding: 5px 10px 5px 10px;
	border: none;
	border: solid 1px #fff;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	background: #2b2b2b;
	color: #fff;
	font-size: 9px;
	line-height: 9px;
}

.ny_title a {
	color: #fff;
}

/********************************
	manzai
*********************************/

.mnz-list {}

.mnz-list li {
	border-bottom: solid 1px #b3000d;
}

.mnz-list-one {
	background: #b3000d;
}

.mnz-list-two {
	background: #7f010b;
}

.mnz_main {
	text-align: center;
	background: #b3000d;
	width: 100%;
	margin: 0;
}

.mnz-list-tit {
	padding: 0px 0px 0px 0px;
	background: #000;
	color: #ffffff;
	font-size: 14px;
	font-weight: nomal;
	line-height: 14px;
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.4);
	border: solid 1px #000;
}

.mnz-list-btn-link {
	display: block;
	padding: 14px 8px 14px 8px;
	cursor: pointer;
	margin-right: 10px;
	padding-right: 16px;
	background-image: url('/imgs/sp/mnz/mnz_arrow.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 8px 12px;
}

.mnz_title {
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.4);
}

.mnz_sub_title {
	color: #fff;
	font-size: 9px;
	line-height: 13px;
}

.mnz_sub_sub {
	color: #f9e14b;
	font-size: 9px;
	line-height: 13px;
}

.mnz_sub_leg {
	float: left;
	margin-right: 6px;
	padding: 5px 10px 5px 10px;
	border: none;
	border: solid 1px #fff;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	background: #2b2b2b;
	color: #fff;
	font-size: 9px;
	line-height: 9px;
}

.mnz-list-thumb {
	float: left;
	padding-right: 8px;
	font-size: 1px;
	line-height: 0px;
}

.mnz-list-thumb img {
	width: 114px;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.mnz-s_open li {
	float: left;
	margin-right: 6px;
	padding: 5px 10px 5px 10px;
	border: none;
	border: solid 1px #fff;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	background: #2b2b2b;
	color: #fff;
	font-size: 9px;
	line-height: 9px;
}

.mnz_title a {
	color: #fff;
}

.present-txt {
	color: #d00;
}

.present-mov {
	text-align: center;
}

.present-mov iframe {
	width: 300px;
	height: 180px;
}

/********************************
	mc
*********************************/

.ny-list {}



.mc_sub_title {
	color: #8d8d8d;
	font-size: 9px;
	line-height: 13px;
}

.mc_sub_sub {
	color: #008300;
	font-size: 9px;
	line-height: 13px;
}

.mc-list-tit {
	padding: 0px 0px 0px 0px;
	background: #d11924;
	color: #ffffff;
	font-size: 14px;
	font-weight: nomal;
	line-height: 14px;
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.4);
	border: solid 1px #000;
}

#topnav {
	width: 100%;
	overflow: hidden;
	background: #d11924;
}

#topnav ul {
	width: 100%;
	overflow: hidden;
	margin: auto;
}

#topnav li {
	width: 25%;
	float: left;
	overflow: hidden;
}

#topnav li img {
	width: 100%;
}

.mc-s_open li {
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	border: none;
	border: solid 1px #fff;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	background: #2b2b2b;
	color: #fff;
	font-size: 9px;
	line-height: 9px;
}


/*cut*/
.sp-old {
	display: none;
}

/********************************
	iframe
*********************************/

div.iframeWrap {
	position: relative;
	width: 100%;
}

div.iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/********************************
	animation
*********************************/

section .inner div {
	opacity: 0;
	-webkit-transform-origin: 0px 0px;
	-ms-transform-origin: 0px 0px;
	transform-origin: 0px 0px;
	-webkit-animation-name: Drop;
	animation-name: Drop;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

#sakura .inner div {
	position: absolute;
	display: block;
	width: 12px;
	height: 15px;
	background: url('/imgs/sp/icon/sakura.png') no-repeat;
	background-size: 12px 15px;
}

#sakura .inner div.flake2,
#sakura .inner div.flake4,
#sakura .inner div.flake6,
#sakura .inner div.flake8 {
	background-size: 5px 6px !important;
}

#snow .inner div {
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	background: url('') no-repeat;
	border-radius: 50%;
	background: #fff;
}

#snow .inner div.flake2,
#snow .inner div.flake4,
#snow .inner div.flake6,
#snow .inner div.flake8 {
	background-size: 5px 6px !important;
}

.flake1 {
	left: 10%;
	-webkit-animation-duration: 2.7s;
	animation-duration: 2.7s;
}

.flake2 {
	left: 20%;
	-webkit-animation-duration: 2.9s;
	animation-duration: 2.9s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.flake3 {
	left: 30%;
	-webkit-animation-duration: 3.1s;
	animation-duration: 3.1s;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.flake4 {
	left: 40%;
	-webkit-animation-duration: 2.6s;
	animation-duration: 2.6s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.flake5 {
	left: 50%;
	-webkit-animation-duration: 2.6s;
	animation-duration: 2.6s;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.flake6 {
	left: 75%;
	-webkit-animation-duration: 2.4s;
	animation-duration: 2.4s;
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.flake7 {
	left: 90%;
	-webkit-animation-duration: 2.9s;
	animation-duration: 2.9s;
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.flake8 {
	left: 100%px;
	-webkit-animation-duration: 3.2s;
	animation-duration: 3.2s;
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

@-webkit-keyframes Drop {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 0;
	}

	50% {
		-webkit-transform: translateY(75px);
		transform: translateY(75px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
		opacity: 0.3;
	}
}

@keyframes Drop {
    0% {
		opacity: 0;
	}
	20% {
		transform: translate(5px, 30px) rotate(20deg);
		opacity: 1;
	}
	30% {
		transform: translate(0, 50px) rotate(50deg);
	}
	40% {
		transform: translate(-10px, 75px) rotate(100deg);
	}
	50% {
		transform: translate(-20px, 100px) rotate(150deg);
	}
	60% {
		transform: translate(-30px, 125px) rotate(100deg);
		opacity: 0.8;
	}
	70% {
		transform: translate(-40px, 150px) rotate(50deg);
		opacity: 0.5;
	}
	80% {
		transform: translate(-50px, 175px) rotate(100deg);
		opacity: 0.3;
	}
	90% {
		transform: translate(-60px, 200px) rotate(120deg);
		opacity: 0.1;
	}
	100% {
		transform: translate(-70px, 210px);
		opacity: 0;
	}

	.falling-petal {
		animation: Drop **0s** ease-out infinite;
	}
}

.sp_mov {
	padding: 5px;
}

.sp_mov img {
	width: 100%;
}

/********************************
	animation2
*********************************/

#sakura2 {}

#sakura2 .flake1,
#sakura2 .flake2,
#sakura2 .flake3 {
	height: 210px;
	left: -15%;
	position: absolute;
	top: -500%;
	width: 100%;
	z-index: -1;
}

#sakura2 .flake4,
#sakura2 .flake5,
#sakura2 .flake6 {
	height: 210px;
	left: 0%;
	position: absolute;
	top: -500%;
	width: 100%;
	z-index: -1;

}

#sakura2 .flake1 {
	background-image: url('/imgs/icon/ani/sakura3.png');
	-webkit-animation: sakura1 6s linear infinite;
	-moz-animation: sakura1 6s linear infinite;
	-ms-animation: ssakura1 6s linear infinite;
	animation: sakura1 6s linear infinite;
	opacity: 0;

}

#sakura2 .flake2 {
	background-image: url('/imgs/icon/ani/sakura2.png');
	-webkit-animation: sakura2 6s linear infinite;
	-moz-animation: sakura2 6s linear infinite;
	-ms-animation: sakura2 6s linear infinite;
	animation: sakura2 6s linear infinite;
	opacity: 0;
}

#sakura2 .flake3 {
	background-image: url('/imgs/icon/ani/sakura1.png');
	-webkit-animation: sakura3 6s linear infinite;
	-moz-animation: sakura3 6s linear infinite;
	-ms-animation: sakura3 6s linear infinite;
	animation: sakura3 6s linear infinite;
	opacity: 0;
}

#sakura2 .flake4 {
	background-image: url('/imgs/icon/ani/sakura3.png');
	-webkit-animation: sakura1 6s 2s linear infinite;
	-moz-animation: sakura1 6s 2s linear infinite;
	-ms-animation: sakura1 6s 2s linear infinite;
	animation: sakura1 6s 2s linear infinite;
	opacity: 0;
}

#sakura2 .flake5 {
	background-image: url('/imgs/icon/ani/sakura2.png');
	-webkit-animation: sakura2 6s 2s linear infinite;
	-moz-animation: sakura2 6s 2s linear infinite;
	-ms-animation: sakura2 6s 2s linear infinite;
	animation: sakura2 6s 2s linear infinite;
	opacity: 0;
}

#sakura2 .flake6 {
	background-image: url('/imgs/icon/ani/sakura1.png');
	-webkit-animation: sakura3 6s 2s linear infinite;
	-moz-animation: sakura3 6s 2s linear infinite;
	-ms-animation: sakura3 6s 2s linear infinite;
	animation: sakura3 6s 2s linear infinite;
	opacity: 0;
}




@keyframes sakura1 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translate(150px, 150px);
		opacity: 0;
	}
}

@keyframes sakura2 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translate(-150px, 150px);
		opacity: 0;
	}
}

@keyframes sakura3 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translate(0px, 150px);
		opacity: 0;
	}
}

@-webkit-keyframes sakura1 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(150px, 150px);
		opacity: 0;
	}
}

@-webkit-keyframes sakura2 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(-150px, 150px);
		opacity: 0;
	}
}

@-webkit-keyframes sakura3 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0px, 150px);
		opacity: 0;
	}
}

@-moz-keyframes sakura1 {
	0% {
		-moz-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-moz-transform: translate(150px, 150px);
		opacity: 0;
	}
}

@-moz-keyframes sakura2 {
	0% {
		-moz-transform: translate(0, 0);
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	100% {
		-moz-transform: translate(-150px, 150px);
		opacity: 0;
	}
}

@-moz-keyframes sakura3 {
	0% {
		-moz-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-moz-transform: translate(0px, 150px);
		opacity: 0;
	}
}

@-ms-keyframes sakura1 {
	0% {
		-ms-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-ms-transform: translate(150px, 150px);
		opacity: 0;
	}
}

@-ms-keyframes sakura2 {
	0% {
		-ms-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-ms-transform: translate(-150px, 150px);
		opacity: 0;
	}
}

@-ms-keyframes sakura3 {
	0% {
		-ms-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-ms-transform: translate(0px, 150px);
		opacity: 0;
	}
}



#snow2 {}

#snow2 .flake1,
#snow2 .flake2,
#snow2 .flake3 {
	height: 200px;
	left: -15%;
	position: absolute;
	top: -500%;
	width: 100%;
	z-index: -1;
}

#snow2 .flake4,
#snow2 .flake5,
#snow2 .flake6 {
	height: 200px;
	left: 0%;
	position: absolute;
	top: -500%;
	width: 100%;
	z-index: -1;

}

#snow2 .flake1 {
	background-image: url('/imgs/icon/ani/s3.png');
	-webkit-animation: snow1 6s linear infinite;
	-moz-animation: snow1 6s linear infinite;
	-ms-animation: snow1 6s linear infinite;
	animation: snow1 6s linear infinite;
	opacity: 0;

}

#snow2 .flake2 {
	background-image: url('/imgs/icon/ani/s2.png');
	-webkit-animation: snow2 6s linear infinite;
	-moz-animation: snow2 6s linear infinite;
	-ms-animation: snow2 6s linear infinite;
	animation: snow2 6s linear infinite;
	opacity: 0;
}

#snow2 .flake3 {
	background-image: url('/imgs/icon/ani/s1.png');
	-webkit-animation: snow3 6s linear infinite;
	-moz-animation: snow3 6s linear infinite;
	-ms-animation: snow3 6s linear infinite;
	animation: snow3 6s linear infinite;
	opacity: 0;
}

#snow2 .flake4 {
	background-image: url('/imgs/icon/ani/s3.png');
	-webkit-animation: ssnow1 6s 2s linear infinite;
	-moz-animation: snow1 6s 2s linear infinite;
	-ms-animation: snow1 6s 2s linear infinite;
	animation: snow1 6s 2s linear infinite;
	opacity: 0;
}

#snow2 .flake5 {
	background-image: url('/imgs/icon/ani/s2.png');
	-webkit-animation: snow2 6s 2s linear infinite;
	-moz-animation: snow2 6s 2s linear infinite;
	-ms-animation: snow2 6s 2s linear infinite;
	animation: snow2 6s 2s linear infinite;
	opacity: 0;
}

#snow2 .flake6 {
	background-image: url('/imgs/icon/ani/s1.png');
	-webkit-animation: snow3 6s 2s linear infinite;
	-moz-animation: snow3 6s 2s linear infinite;
	-ms-animation: snow3 6s 2s linear infinite;
	animation: snow3 6s 2s linear infinite;
	opacity: 0;
}




@keyframes snow1 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translate(150px, 150px);
		opacity: 0;
	}
}

@keyframes snow2 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translate(-150px, 150px);
		opacity: 0;
	}
}

@keyframes snow3 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translate(0px, 150px);
		opacity: 0;
	}
}

@-webkit-keyframes snow1 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(150px, 150px);
		opacity: 0;
	}
}

@-webkit-keyframes snow2 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(-150px, 150px);
		opacity: 0;
	}
}

@-webkit-keyframes snow3 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0px, 150px);
		opacity: 0;
	}
}

@-moz-keyframes snow1 {
	0% {
		-moz-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-moz-transform: translate(150px, 150px);
		opacity: 0;
	}
}

@-moz-keyframes snow2 {
	0% {
		-moz-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-moz-transform: translate(-150px, 150px);
		opacity: 0;
	}
}

@-moz-keyframes snow3 {
	0% {
		-moz-transform: translate(0, 0);
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	100% {
		-moz-transform: translate(0px, 150px);
		opacity: 0;
	}
}

@-ms-keyframes snow1 {
	0% {
		-ms-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-ms-transform: translate(150px, 150px);
		opacity: 0;
	}
}

@-ms-keyframes snow2 {
	0% {
		-ms-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-ms-transform: translate(-150px, 150px);
		opacity: 0;
	}
}

@-ms-keyframes snow3 {
	0% {
		-ms-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-ms-transform: translate(0px, 150px);
		opacity: 0;
	}
}

/********************************
	fukidashi
*********************************/

.fuki {
	width: 100%;
	position: absolute;
}

.fuki_box {
	display: none;
	position: absolute;
	background-image: url(/imgs/sp/icon/fuki_n.png);
	background-size: cover;
	width: 54px;
	height: 46px;
	left: 50%;
	top: 288px;
}

/********************************
	zengra
*********************************/
/* sub */
.sub-zengra {
	background-color: #;
	text-align: center;
	padding:22px 0px 10px 0px;
}

.sub-zengra-tit {
	display:none;
	background-color: #173b91;
	color: #fff;
	font-size: 10px;
	line-height: 26px;
	text-align: center;
	letter-spacing: 1px;
	letter-spacing: 6px;
	margin: 15px auto 30px;
}

.sub-zengra-tit:after {
	content: '';
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #173b91;
	;
}

.sub-zengra-tit div {
	padding: 4px 8px;
}

.sub-zengra-bdy-img {
	position: relative;
	width: 100%;
	text-align: center;
}

.sub-zengra-bdy-img img {
	width: 100%;
}

.sub-zengra-bdy-img:after {
	content: "毎月10日更新";
	color: #fff;
	position: absolute;
	top: -8%;
	left: 74%;
	z-index: 99;
	font-size: 11px;
	font-family: arial;
	background: rgb(255 170 43 / 91%);
	border-radius: 50px;
	padding: 0 10px;
}

.sub-zengra-bdy-cmt {
	display:none;
	margin: 6px 14px;
	color: #aaa;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}

.sub-zengra-btn {
	padding: 5px 10px;
}

.sub-zengra-btn ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.sub-zengra-btn li {
	display: table-cell;
}

.sub-zengra-btn li a {
	display: none;
	margin: 4px auto 14px;
	width: 72%;
	padding: 8px;
	background: #173b91;
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	border-radius: 10px;
}

/* top */
.top-zengra {
	margin-bottom: 0px;

	padding: 4px 0 2px;
}

.top-zengra-tit {
	margin-bottom: 24px;
	background-color: #2d2427;
	color: #ffffff;
	font-size: 11px;
	line-height: 32px;
	width: 100%;
	margin: 15px auto 30px;
	letter-spacing: 3px;
	padding:0 0 0 12px;
}

.top-zengra-tit:after {
	content: '';
	position: absolute;
	display: block;
	margin-left: 48px;
	border: 8px solid transparent;
	border-top: 8px solid #2d2427;
}

.top-zengra-tit div {
}

.top-zengra-bdy-img {
	position: relative;
}

.top-zengra-bdy-img:after {
	content: "毎月10日更新";
	color: #f37497;
	position: absolute;
	top: -8%;
	right: 3%;
	z-index: 99;
	font-size: 11px;
	font-family: arial;
	background: rgb(255 255 255 / 91%);
	border-radius: 50px;
	padding: 3px 10px 3px 10px;
}

.top-zengra-bdy-img img {
	width: 100%;
}

.top-zengra-bdy-cmt {
	font-size: 12px;
	font-weight:bold;
	line-height: 13px;
	text-align: center;
	width: 92%;
	margin: 10px auto 10px;
	text-align: center;
	padding: 6px 3px 8px 3px;
	color: #777;
}

.top-zengra-bdy-cmt .sub {
	display: none;
}

.top-zengra-bdy-cmt h3 {
	display:none;
	font-size: 10px;
	font-weight: normal;
}

.top-zengra-btn {
	padding: 5px 10px;
	margin-bottom: 10px;
}

.top-zengra-btn ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.top-zengra-btn li {
	display: table-cell;
}

.top-zengra-btn li a {
	display: block;
	margin: 4px;
	border-radius: 8px;
	background: #f37497;
	color: #fff;
	font-size: 11px;
	text-align: center;
	height:32px;
	line-height:32px;
}

/* list */
.list-zengra {
	background-color: #2d2427;
}

.list-zengra li {
	padding: 20px 0;
	text-align: center;
}

.list-zengra img {
	width: 88%;
	max-width: 600px;
	margin-bottom: 4px;
}

.list-zengra a {
	display: table;
	margin: auto;
	padding: 4px 8px;
	border: solid 1px #a065d9;
	background-color: #333;
	color: #fff;
	font-size: 10px;
}

.list-zengra a .sub {
	display: none;
}

.list-zengra a .cmt {
	color: #eee;
	font-size: 10px;
}

/********************************
	h2c
*********************************/
#h2c {
	background-color: #eee;
}

#h2c .main .txt {
	padding: 12px;
}

#h2c .main .txt .data {
	font-size: 11px;
	color: #f59;
}

#h2c .main .txt .tit {
	font-size: 14px;
	color: #484848;
	margin-bottom: 30px;
}

#h2c .h2c-list .list-thum:after {
	content: '';
	position: absolute;
	top: 10px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url(/imgs/pc/icon/navi/play.png);
	background-repeat: no-repeat;
	background-position: 15%;
	background-size: 32px;
	opacity: 0.8;
}

#h2c .h2c-list .link {
	position: relative;
	display: block;
	padding: 14px 8px 4px 8px;
	font-size: 11px;
	line-height: 18px;
	color: #484848;
}

#h2c .h2c-list .link .list-thum {
	float: left;
	padding-right: 8px;
	font-size: 1px;
	line-height: 0px;
}

#h2c .h2c-list .link .list-thum&gt;img {
	width: 118px;
}

#h2c .h2c-list .link .list-thum&gt;img:after {
	width: 118px;
}

#h2c .h2c-list .link .list-txt .data {
	color: #f59;
}

/********************************
	video
*********************************/
video {
	width: 100%;
}

/********************************
	Search
*********************************/
.form-search {
	background-color: #f8f8f8;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	color: #2d2427;
}

.form-search input[type="search"] {
	-webkit-appearance: none;
	height: 36px;
	width: 50%;
	padding: 4px 10px;
	border-radius: 0px;
	border: solid 1px #999;
	background: #fff;
	font-size: 12px;
}

.form-search input[type="submit"],
.form-search input[type="reset"] {
	-webkit-appearance: none;
	position: relative;
	margin: 2px;
	padding: 2px 12px;
	border: solid 0px #999;
	background: #f37497;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	border-radius:4px;
}

.form-search .form-list-head {
	display:none;
	padding: 16px 0 8px 0;
	background-color: #f3f3f3;
	text-align: center;
}

.form-search .form-btn a {
	display: block;
	width: 34%;
	margin: 10px auto;
	color: #f37497;
	font-size: 11px;
	letter-spacing: 1px;
	border-bottom: 1px dashed #f37497;
	margin: 10px auto;
}

.form-submit {
	text-align: center;
}

.form-submit input[type="submit"],
.form-search input[type="reset"] {
	-webkit-appearance: none;
	background: #f37497;
	border-radius: 8px;
	width: 68%;
	margin: 16px 0 16px 0;
	text-align: center;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	border: solid 0px;
	height:32px;
	padding:0 0 0 0;
}


.form-text {
	padding: 10px 20px 10px 20px;
	border-bottom: solid 1px #ddd;
	text-align: center;
}

.form-menu-slide {
	width: 100%;
}

.form-menu-slide .j-menu-slide-btn {
	position: relative;
	padding: 10px 26px 10px 26px;
	border-bottom: solid 1px #ddd;
}

.form-menu-slide .j-menu-slide-cts {
	background-color: #f3f3f3;
}

.form-menu-slide .j-menu-slide-tit {
	position: relative;
	padding: 10px 26px 10px 26px;
	border-bottom: solid 1px #ddd;
	background-color: #fff;
	color: #333;
}

.form-menu-slide .j-menu-slide-back {
	position: relative;
	-webkit-appearance: none;
	background: #fdfdfd;
	border: solid 4px #f37497;
	border-radius: 50px;
	width: 84%;
	margin: 21px auto 13px;
	text-align: center;
	padding: 6px 3px 6px 3px;
	color: #f37497;
}

.form-menu-slide .j-menu-slide-cts li {
	padding: 10px 20px 10px 20px;
	border-bottom: solid 1px #ddd;
}

.form-box {
	padding: 10px 20px 10px 20px;
	border-bottom: solid 1px #ddd;
	line-height: 24px;
}

.form-box-tit {
	display: inline-block;
	color: #ff8c8c;
	width: 6em;
}

.form-box-item {
	display: inline-block;
}


.form-area {
	width: 100%;
}

.form-area-cts {
	background-color: #f3f3f3;
}

.form-area-input {
	padding: 10px 20px 10px 20px;
	border-bottom: solid 1px #ddd;
}

.form-area-btn {
	position: relative;
	padding: 10px 26px 10px 26px;
	border-bottom: solid 1px #ddd;
}

.form-area-tit {
	position: relative;
	padding: 10px 26px 10px 26px;
	border-bottom: solid 1px #ddd;
	background-color: #fff;
	color: #333;
}

.form-area-back {
	position: relative;
	margin: 12px auto;
	padding: 6px 0 6px 0;
	width: 68%;
	border-radius: 10px;
	background: #f37497;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

.form-area-back:after {
	background: none;
}

.form-area-sel {
	padding: 10px 20px 6px 20px;
	border-bottom: solid 1px #ddd;
}

.form-area-sel span,
.form-area-sel div {
	position: relative;
	display: inline-block;
	margin: 0 6px 6px 0;
	font-size: 12px;
	line-height: 12px;
	background-color: #549374;
	color: #fff;
}

.form-area-sel div {
	cursor: pointer;
	padding: 0.5em 1em 0.5em 2em;
}

.form-area-sel span {
	padding: 0.5em 1em;
}

.form-area-sel div::after,
.form-area-sel div::before {
	position: absolute;
	content: '';
	height: 1em;
	left: 1em;
	border-left: solid 2px #fff;
}

.form-area-sel div::after {
	transform: rotate(45deg);
}

.form-area-sel div::before {
	transform: rotate(135deg);
}

.form-open {
	padding: 10px 20px 10px 20px;
	border-bottom: solid 1px #ddd;
	line-height: 24px;
}

.form-open ul {
	display: inline-table;
	padding-left: 6px;
}

.form-open li {
	display: table-cell;
}

.form-open div {
	display: inline-block;
	margin-bottom: -4px;
	width: 30px;
	height: 18px;
	margin-right: 4px;
	border-radius: 2px;
	background-size: 11px;
	background-position: 50%;
	background-repeat: no-repeat;
}

.form-open .opn-1 {
	background-image: url('/imgs/icon/open-1.png');
	background-color: #ffa4c4;
}

.form-open .opn-3 {
	background-image: url('/imgs/icon/open-3.png');
	background-color: #ffbc2d;
}

.form-etc {
	border-bottom: solid 1px #ddd;
}

.form-etc li {
	margin: 0 10px;
	padding: 10px 10px 10px 10px;
	border-bottom: solid 1px #ddd;
}

.form-etc label:last-child li {
	border-bottom: none;
}

.form-blood {
	padding: 10px 20px 8px 20px;
	border-bottom: solid 1px #ddd;
}

.form-blood ul {
	display: inline-table;
}

.form-blood li {
	display: table-cell;
	padding-right: 1em;
}

.search-list {}

.search-list .err {
	padding: 8px;
	background: #ccc;
	color: #f00;
	font-size: 12px;
	line-height: 16px;
}

.search-list .stat {
	padding: 8px;
	background: #2d2427;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

.search-list&gt;ul {
	margin-bottom: -8px;
}

.search-list&gt;ul .row {
	position: relative;
	margin: 8px 0;
	padding: 8px;
	border-bottom: solid 1px #bbb;
}

.search-list .icon-sub {
	position: absolute;
	top: 20px;
	right: 12px;
}

.search-list&gt;ul .row:after {
	content: '';
	display: block;
	clear: both;
}

.search-list&gt;ul .row&gt;.thumb {
	float: left;
	padding-right: 8px;
}

.search-list&gt;ul .row&gt;.thumb img {
	border: solid 1px #ddd;
}

.search-list&gt;ul .row&gt;.thumb .thumb-shop {
	width: 62px;
	border-radius: 10%;
}

.search-list&gt;ul .row&gt;.thumb .thumb-staff {
	width: 68px;
}

.search-list&gt;ul .row&gt;.thumb .thumb-cm {
	width: 80px;
}

.search-list&gt;ul .row&gt;.thumb .thumb-topics {
	width: 80px;
}

.search-list&gt;ul .row&gt;.thumb .thumb-rss {
	width: 80px;
}


.search-list&gt;ul .row&gt;.item {
	overflow: hidden;
}

.search-list&gt;ul .row&gt;.item .date {
	color: #666;
}

.search-list&gt;ul .row&gt;.item .shop {
	font-size: 12px;
	color: #444;
}

.search-list&gt;ul .row&gt;.item .staff {
	font-size: 14px;
	color: #444;
}

.search-list&gt;ul .row&gt;.item .tit {
	padding-bottom: 3px;
	font-size: 12px;
	line-height: 16px;
}

.details {
	-webkit-appearance: none;
	width:26%;
	color: #f37497;
	font-size: 11px;
	letter-spacing: 1px;
	line-height:18px;
	border-bottom: 1px dashed #f37497;
	margin: auto;
}

#header-search .details {
	margin: -10px auto 18px;
}


/*** seat stat ***/
.seat-stat-top {
	padding: 0px;
	background-color: #e1e1e1;
	width: 100%;
}

.seat-stat-top:after {
	content: '';
	display: block;
	clear: both;
}

.seat-stat-top&gt;div {
	float: left;
}

.seat-stat-top .tit {
	padding: 11px;
	vertical-align: middle;
	color: #f3f3f3;
	font-size: 11px;
	line-height: 12px;
	background: #f76161;
	border-radius: 10px;
	margin: 4px 4px 0px 10px;
}

.seat-stat-top .tit span:first-child {}

.seat-stat-top .tit span:last-child {
	animation: flash 2.2s linear infinite;
}

.seat-stat-top .result {}

.seat-stat-top .result ul:after {
	content: '';
	display: block;
	clear: both;
}

.seat-stat-top .result li {
	float: left;
	padding-left: 4px;
	line-height: 1px;
}

.seat-stat-top .result li img {
	height: 42px;
	border-radius: 50%;
	border: solid 1px #7d7d7d;
}

.seat-stat-top .navi {
	margin: 12px 0px 0px 0;
	width: 100%;
	text-align: center;
}

.seat-stat-top .navi a {
	display: block;
	margin: 6px auto 3px;
	padding: 8px 3px;
	border-radius: 10px;
	background: #f76161;
	color: #f3f3f3;
	width: 68%;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 1px;
}


/* list */
.seat-stat-list nav {
	background: #f76161;
	height: 59px;

}

.seat-stat-list nav div {
	display: block;
	padding: 40px 0px 8px 0px;
	background-repeat: no-repeat;
	background-position: 50% 15px;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	background-size: 16px 16px;
}

#seat-stat-res .stat {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin: -32px -10px 0 0;
	background: #e74040;
	padding: 8px 12px;
	border-radius: 20px;
}

#seat-stat-res .stat_shop_info {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin: -38px -10px 0 0;
	background: #e74040;
	padding: 8px 12px;
	border-radius: 20px;
}

#seat-stat-res .shop_info {
	color: #ffffff;
	font-size: 10px;
	float: right;
	margin: 0px -10px 0 0;
	background: #ca74ad;
	padding: 0px 8px;
	border-radius: 10px;
}

#seat-stat-res .date {
	color: #888;
}

#seat-stat-res .of_h {
	overflow: inherit;
}

.seat-stat-reload {
	background-image: url(/imgs/sp/icon/reload.png);
}

/* c st */

.list-free .cts {
	padding: 20px;
	font-size: 13px;
	color: #636363;
	line-height: 22px;
}

.list-free .cts a {
	word-break: break-all;
}



.list-free .cts .spe {
	height: 20px;
}

.list-free .cts .title {
	background-color: #ffdd57;
	padding: 5px;
	border-radius: 3px;
}

.list-free .cts .title2 {
	background-color: #bcebb0;
	padding: 5px;
	border-radius: 3px;
}

.list-free .cts .kome {
	text-decoration: underline;
}

.list-free .cts .ng {
	color: #f00000;
	text-decoration: underline;
}

.list-free .cts .ok {
	color: #796bff;
	text-decoration: underline;
}

.info-sp {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FC4789;
	line-height: 12px;
	margin: 4px 3px 0px 0px;
	padding: 2px;
	border-radius: 2px;
	background-color: #dbdbdb;
	font-size: 9px;
	display: inline-block;
}

/* Street View */
/* iframe.street-view-sp {
	width: 85%;
	height: 300px;
	border: 0;
} */

/* Street View */

.shop-street-view {
	margin-top: 10px;
}

.shop-street-view iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border: none;
}

.street-view-sp:not(:last-child) {
	margin-bottom: 6px;
}


/* fixed-menu */

.fixed-menu {
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #f3f3f3;
	z-index: 101;
}

.fixed-menu .nav-list {
	display: flex;
	align-items: center;
	padding: .5em 0 .15em;
}

.fixed-menu .nav-item {
	width: 25%;
	text-align: center;
}

.fixed-menu .nav-link {
	vertical-align: top;
	text-align: center;
	display: block;
}

.fixed-menu .nav-link span {
	font-size: 10px;
	white-space: nowrap;
	color: #2d2427;
	letter-spacing: 1.4px;
	display: block;
}

.fixed-menu .nav-icon {
	width: 28px;
	margin-bottom: 0px;
}</pre></body></html>