@charset "UTF-8";

/*
(max-width: 979px)
(max-width: 693px)
(max-width: 543px)
(max-width: 372px)
 */

/**
 * --------------------------------------------------
 * base layout
 * --------------------------------------------------
 */
.super-wrapper {
}
.super-wrapper.no-scroll {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
@media screen and (max-width: 693px) {
	.super-wrapper {
		width: 100%;
		overflow: hidden;
	}
}
.global-header,
.global-nav > .inner,
.global-topic-path,
.global-container,
.global-footer .about > .inner,
.global-footer .relevant {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 979px) {
	.global-header,
	.global-nav > .inner,
	.global-topic-path,
	.global-container,
	.global-footer .pagetop,
	.global-footer .about > .inner,
	.global-footer .relevant {
		width: 694px;
	}
	.global-footer .pagetop {
		width: auto;
		min-width: 694px;
	}
}
@media screen and (max-width: 693px) {
	.global-header,
	.global-nav > .inner,
	.global-topic-path,
	.global-container,
	.global-footer .pagetop,
	.global-footer .about > .inner,
	.global-footer .relevant {
		width: auto;
	}
	.global-footer .pagetop {
		width: auto;
		min-width: 100%;
	}
}

/**
 * --------------------------------------------------
 * preview bar
 * --------------------------------------------------
 */
.super-wrapper > center {
	display: none;
}
.preview-bar {
	width: 100%;
	background: #f00;
	background: rgba(255,0,0,.75);
}
.preview-bar p {
	width: 980px;
	padding: 10px 0;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 979px) {
	.preview-bar p {
		width: 694px;
	}
}
@media screen and (max-width: 693px) {
	.preview-bar {
		position: fixed;
		left: 0;
		top: 52px;
		z-index: 3000;
	}
	.preview-bar p {
		width: auto;
		padding: 5px 10px;
		font-size: 12px;
	}
}


/**
 * --------------------------------------------------
 * global-header
 * --------------------------------------------------
 */
.global-header {
	padding: 20px 0 10px;
	font-size: 12px;
	position: relative;
}
.global-header h1 {
	position: absolute;
	left: 0;
	top: 25px;
}
.global-header h1 span {
	color: #333;
	position: absolute;
	right: 0;
	top: 0;
}
.global-header h1 span strong {
	color: #ed1c24;
	font-weight: bold;
}
.global-header h1 img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}
@media screen and (max-width: 693px) {
	.global-header {
		padding: 5px 0;
		width: 100%;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 3000;
		border-bottom: 1px solid rgba(0, 0, 0, .25);
	}
	.shop-detail .global-header {
		position: relative;
	}
	.shop-detail.health .global-header,
	.shop-detail.event .global-header {
		position: fixed;
	}
	.global-header h1 {
		position: static;
		left: auto;
		top: auto;
		width: 120px;
		margin: 0 auto;
	}
	.global-header h1 img {
		width: 100%;
		height: auto;
	}
	.global-header h1 span {
		display: none;
	}
}

/*	header-ad
--------------------------------*/
.global-header .header-ad {
	float: right;
}
@media screen and (max-width: 979px) {
	.global-header .header-ad {
		display: none;
	}
}

/*	login
--------------------------------*/
.global-header .login {
	display: none;
	float: right;
}
.global-header .login ul {
}
.global-header .login ul li {
	float: left;
	margin: 0 0 0 10px;
}
.global-header .login ul li i {
	display: block;
	text-align: center;
	width: auto;
	font-size: 32px;
	margin: 8px 0px 15px;
}
.global-header .login ul li a {
	display: block;
	max-width:97px;
	padding: 0.75em 0.8em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
@media screen and (max-width: 979px) {
	.global-header .login {
		display: block;
	}
	.global-header .login ul {
		padding: 0 0 0 10px;
	}
	.global-header .login ul li {
		float: none;
		margin: 0 0 5px;
	}
	.global-header .login ul li a {
		display: block;
		max-width: 117px;
	}
	.global-header .login ul li i {
		display: inline-block;
		font-size: 14px;
		margin: 4px 5px 3px 0;
	}
}
@media screen and (max-width: 693px) {
	.global-header .login {
		display: none;
	}
}

/*	menu
--------------------------------*/
.global-header .menu {
	display: none;
	float: right;
	width: 500px;
	max-width: 520px;
}
.global-header .menu ul {
	display: table;
}
.global-header .menu ul li {
	display: table-cell;
	white-space: nowrap;
	padding: 0 0 0 10px;
}
.global-header .menu ul li:first-child {
	padding-left: 0;
}
/*
.global-header .menu ul li:nth-child(3) {
	padding-left: 10px;
}
.global-header .menu ul li a.btn {
	font-size: 11px;
}
*/
.global-header .menu ul li .goog-te-gadget-simple {
	font-size: 11px;
	color: #333;
	border: none;
	padding: 0.5em 24px 0.5em 0.5em;
	background: url(../images/select.png) no-repeat right center #ededed;
	background-size: 16px 4px;
	border-radius: 3px;
}
.global-header .menu ul li .goog-te-menu-value {
	color: #5a5a5a;
}
.global-header .menu ul li .goog-te-menu-value img,
.global-header .menu ul li .goog-te-menu-value span {
	display: none;
}
.global-header .menu ul li .goog-te-menu-value span:nth-of-type(1) {
	display: inline;
}
@media screen and (max-width: 979px) {
	.global-header .menu {
		display: block;
	}
}

/*	search	*/
.global-header .menu .search {
	margin: 10px 0 0;
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.global-header .menu .search .inputs {
	display: table;
	width: 100%;
}
.global-header .menu .search .inputs > div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 5px;
}
.global-header .menu .search .inputs > div.txt {
	width: 1000px;
}
.global-header .menu .search .inputs select {
	width: 120px;
	max-width: 160px;
	font-size: 12px;
}
.global-header .menu .search .inputs input[type="text"] {
	width: 100%;
	border: none;
	padding: 0;
}
.global-header .menu .search .inputs input[type="text"]:focus {
	outline: none;
}
.global-header .menu .search .inputs a {
	-moz-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}
.global-header .menu .search .inputs a span.icon-only {
	width: 20px;
	height: 21px;
	background-position: 0 -50px;
}
@media screen and (max-width: 979px) {
	.global-header .menu {
		width: auto;
		max-width: 335px;
	}
	.global-header .menu ul li:nth-of-type(2),
	.global-header .menu ul li:nth-of-type(3) {
		display: none;
	}
	.global-header .menu ul li:nth-child(4) {
		padding-left: 0;
	}
}
@media screen and (max-width: 693px) {
	.global-header .menu {
		display: none;
	}
}

/*	sp-mnu / sp-search
--------------------------------*/
.global-header .sp-menu,
.global-header .sp-search {
	display: none;
}
@media screen and (max-width: 693px) {
	.global-header .sp-menu {
		display: block;
		width: 32px;
		height: 32px;
		font-size: 32px;
		color: #888;
		position: absolute;
		left: 10px;
		top: 10px;
	}
	.global-header .sp-menu i.ic-fa-times {
		display: none;
	}
	.global-header .sp-menu.open i.ic-fa-times {
		display: block;
	}
	.global-header .sp-menu.open i.ic-fa-bars {
		display: none;
	}
	.global-header .sp-search {
		display: block;
		width: 32px;
		height: 32px;
		font-size: 32px;
		color: #888;
		position: absolute;
		right: 10px;
		top: 10px;
	}
}


/**
 * --------------------------------------------------
 * global-nav
 * --------------------------------------------------
 */
.global-nav {
	padding: 10px 0 0;
	border-bottom: 2px solid #d5d5d5;
}
.global-nav ul {
	overflow: hidden;
	margin: 0 0 -2px;
}
.global-nav ul li {
	float: left;
	width: 250px;
	margin: 0 0 0 8px;
}
.global-nav ul li:first-child {
	margin-left: 0;
}
.global-nav ul li a {
	position: relative;
	display: block;
	padding: 12px 15px 8px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: 2px solid #d5d5d5;
	border-bottom: none;
	background: #333;
	-webkit-border-radius: 9px 9px 0 0;
	-moz-border-radius: 9px 9px 0 0;
	border-radius: 9px 9px 0 0;
}
.global-nav ul li a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #d5d5d5;
}
.global-nav ul li.gn-shop a {
	background-color: #ffb400;
	border-color: #ffb400;
}
.shop .global-nav ul li.gn-shop a,
.shop-list .global-nav ul li.gn-shop a,
.search-spot .global-nav ul li.gn-shop a,
.global-nav ul li.gn-shop a:hover {
	background-color: #fff;
	color: #ffb400;
}
.shop.event .global-nav ul li.gn-shop a {
	background-color: #ffb400;
	color: #fff;
}
.global-nav ul li.gn-event a {
	background-color: #2888c7;
	border-color: #2888c7;
}
.event .global-nav ul li.gn-event a,
.event-list .global-nav ul li.gn-event a,
.search-event .global-nav ul li.gn-event a,
.global-nav ul li.gn-event a:hover {
	background-color: #fff;
	color: #2888c7;
}
.global-nav ul li.gn-area a {
	background-color: #8cc63f;
	border-color: #8cc63f;
}
.area .global-nav ul li.gn-area a,
.global-nav ul li.gn-area a:hover {
	background-color: #fff;
	color: #8cc63f;
}
.global-nav ul li.gn-feat a {
	background-color: #f25b61;
	border-color: #f25b61;
}
.feature .global-nav ul li.gn-feat a,
.search-feature .global-nav ul li.gn-feat a,
.global-nav ul li.gn-feat a:hover {
	background-color: #fff;
	color: #f25b61;
}
@media screen and (max-width: 979px) {
	.global-nav ul li {
		width: 165px;
		margin: 0 0 0 11px;
	}
	.global-nav ul li a {
		padding: 10px 5px 3px;
		font-size: 14px;
		line-height: 1.3;
	}
	.global-nav ul li a i {
		display: block;
		text-align: center;
		margin: 0 auto;
	}
}
@media screen and (max-width: 693px) {
	.global-nav {
		padding: 0;
		border-bottom: none;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 3000;
	}
	.shop-detail .global-nav {
		display: none;
}
	.global-nav ul {
		margin: 0;
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.global-nav ul li {
		float: none;
		width: auto;
		margin: 0;
		display: table-cell;
		vertical-align: top;
	}
	.global-nav ul li a {
		padding: 12px 5px 8px;
		margin: 0;
		font-size: 10px;
		font-weight: normal;
		color: #fff;
		border: none;
		border-right: 1px solid rgba(0, 0, 0, .25);
		border-left: 1px solid rgba(255, 255, 255, .075);
		background: #333;
		border-radius: 0;
	}
	.global-nav ul li a:hover {
		padding: 12px 5px 8px;
	}
	.global-nav ul li a:active {
		background: #475ebe;
	}
	.global-nav ul li.gn-shop a,
	.shop .global-nav ul li.gn-shop a,
	.shop-list .global-nav ul li.gn-shop a,
	.search-spot .global-nav ul li.gn-shop a,
	.global-nav ul li.gn-shop a:hover {
		color: #fff;
		background-color: #ffb400;
		border-color: #ffb400;
	}
	.global-nav ul li.gn-event a,
	.event .global-nav ul li.gn-event a,
	.event-list .global-nav ul li.gn-event a,
	.search-event .global-nav ul li.gn-event a,
	.global-nav ul li.gn-event a:hover {
		color: #fff;
		background-color: #2888c7;
		border-color: #2888c7;
	}
	.global-nav ul li.gn-area a,
	.area .global-nav ul li.gn-area a,
	.global-nav ul li.gn-area a:hover {
		color: #fff;
		background-color: #8cc63f;
		border-color: #8cc63f;
	}
	.global-nav ul li.gn-feat a,
	.feature .global-nav ul li.gn-feat a,
	.search-feature .global-nav ul li.gn-feat a,
	.global-nav ul li.gn-feat a:hover {
		color: #fff;
		background-color: #f25b61;
		border-color: #f25b61;
	}
	.global-nav ul li a i {
		font-size: 20px;
	}
}


/**
 * --------------------------------------------------
 * global-topic-path
 * --------------------------------------------------
 */
.global-topic-path {
	padding: 15px 0 0;
	font-size: 11px;
}
.global-topic-path span{
	display: inline-block;
}
.global-topic-path ol {
}
.global-topic-path ol li {
	margin: 0 0 0 1em;
	display: inline-block;
}
.global-topic-path ol li:before {
	content: '\f105';
	font-family: FontAwesome;
	color: #999;
	margin: 0 1em 0 0;
}
.global-topic-path ol li:first-child {
	margin: 0;
}
.global-topic-path ol li:first-child:before {
	content: '';
	margin: 0;
}
@media screen and (max-width: 979px) {
	.global-topic-path ol li {
		margin: 0 0 0 .5em;
	}
	.global-topic-path ol li:before {
		margin: 0 .5em 0 0;
	}
}
@media screen and (max-width: 693px) {
	.global-topic-path {
		padding: 60px 10px 0;
	}
}


/**
 * --------------------------------------------------
 * global-container
 * --------------------------------------------------
 */
.global-container {
	padding: 30px 0 0;
}
@media screen and (max-width: 693px) {
	.global-container {
		padding: 15px 10px 0;
	}
	.shop-detail .global-container {
		padding-top: 0;
	}
}

/*	global-main
--------------------------------*/
.global-main {
	float: left;
	width: 694px;
}
.global-main > .content {
	line-height: 1.6;
}
@media screen and (max-width: 979px) {
	.global-main {
		float: none;
	}
}
@media screen and (max-width: 693px) {
	.global-main {
		width: auto;
	}
}

/*	global-side
--------------------------------*/
@media screen and (max-width: 693px) {
	.global-side {
		display: none;
	}
}
.global-side {
	float: right;
	width: 316px;
	padding: 8px;
	background: #f3f3f3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.global-side.static {
	position: static;
}
.global-side.absolute {
	position: absolute;
	right: 0;
	bottom: 0;
}
.global-side.fixed {
	position: fixed;
	bottom: 10px;
	margin-left: 708px;
}
.top-billbord img {
	width: 250px;
	height: 225px;
}

.global-side .billbord{
	text-align: center;
}
.global-side .billbord img {
	width: 250px;
	height: 225px;
}
@media screen and (max-width: 979px) {
	.global-side {
		display:inline-block;
		width:100%;
		background:none;
		float: none;
		text-align: center;
		padding: 0;
	}
	.global-side .billbord {
		margin: 30px 0;
	}
	.global-side .gsb-pc{
		display: none;
	}
}

/*	billbord 	*/
@media screen and (max-width: 693px) {
	.global-side .billbord{
		display: block;
		margin: 30px 0 15px;
	}
}
.middle-layout-billbord img{
	width: 250px;
	height: 225px;
}
.middle-layout-billbord{
	display: none;
}
@media screen and (max-width: 979px) {
	.middle-layout-billbord {
		display: block;
		margin: 30px 0 15px;
		text-align: center;;
	}
}

/*	gsb-news / gsb-feat / gsb-kuchikomi / gsb-spot 	*/
.global-side .gsb-news,
.global-side .gsb-feat,
.global-side .gsb-kuchikomi,
.global-side .gsb-spot {
	margin: 10px 0 0;
	padding: 10px;
	background: #fff;
	border-radius: 6px;
	line-height: 1.3;
}
.global-side .gsb-news h1,
.global-side .gsb-feat h1,
.global-side .gsb-kuchikomi h1,
.global-side .gsb-spot h1 {
	margin: 0 -10px;
	padding: 5px 10px 10px;
	color: #666;
	font-weight: bold;
	border-bottom: 2px solid #e6e6e6;
}
.global-side .gsb-news h1 i,
.global-side .gsb-feat h1 i,
.global-side .gsb-kuchikomi h1 i,
.global-side .gsb-spot h1 i {
	color: #ffb400;
	margin: 0 5px 0 0;
}
.global-side .gsb-news ul,
.global-side .gsb-feat ul,
.global-side .gsb-kuchikomi ul,
.global-side .gsb-spot ul {
	padding: .75em 0 0;
}
.global-side .gsb-news ul li {
	margin: 0 0 .75em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #eaeaea;
}
.global-side .gsb-feat ul li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #eaeaea;
}
.global-side .gsb-kuchikomi ul li {
	margin: 0 0 1em;
	padding: 0 0 1em;
	border-bottom: 1px solid #eaeaea;
}
.global-side .gsb-spot ul li {
	margin: 0 0 .75em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #eaeaea;
}
.global-side .gsb-news ul li span,
.global-side .gsb-feat ul li span,
.global-side .gsb-kuchikomi ul li span,
.global-side .gsb-spot ul li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background: #ed1c24;
	padding: 4px 4px 2px;
	margin: 2px 0 2px 5px;
}
.global-side .gsb-news ul li span.up,
.global-side .gsb-feat ul li span.up,
.global-side .gsb-kuchikomi ul li span.up,
.global-side .gsb-spot ul li span.up {
	background-color: #f7931e;
}
.global-side .gsb-kuchikomi .member-area {
	font-size:13px;
}
.global-side .gsb-kuchikomi .photo {
	background: url(../images/icon_photo.png) no-repeat right bottom;
}
.global-side .gsb-kuchikomi .member-area p{
	font-size:11px;
}
.global-side .gsb-kuchikomi ul li > p{
	margin:10px 0;
	padding-top: 10px;
	font-size:11px;
	border-top: 1px dotted #eaeaea;
}
.global-side .gsb-kuchikomi .spot-area{
	font-size:12px;
	background:#fff4ce;
}
.global-side .gsb-kuchikomi .spot-area figure{
	float: right;
	width: 95px;
	margin: 5px;
}
.global-side .gsb-kuchikomi .spot-area figure img{
	width:95px;
	height:75px;
}
.global-side .gsb-kuchikomi .spot-area p{
	float: left;
	width: calc(100% - 105px);
	padding: 10px;
}
.global-side .gsb-feat ul li a,
.global-side .gsb-spot ul li div{
	display: block;
	overflow: hidden;
}
.global-side .gsb-feat ul li a figure{
	float: left;
	width: 120px;
	padding: .15em 0 0;
}
.global-side .gsb-spot ul li figure {
	float: left;
	width: 115px;
	padding: .15em 0 0;
}
.global-side .gsb-feat ul li a p,
.global-side .gsb-spot ul li a p {
	float: right;
	width: 150px;
}
.global-side .gsb-news > p,
.global-side .gsb-feat > p,
.global-side .gsb-kuchikomi > p,
.global-side .gsb-spot > p {
	text-align: right;
}
.global-side .gsb-spot .spot-tit {
	font-size:13px;
}
.global-side .gsb-spot .spot-area {
	font-size:12px;
}
/*	facebook / twitter 	*/
.global-side .gsb-facebook,
.global-side .gsb-twitter {
	margin: 10px 0 0;
}
/*	 sponsor 	*/
.global-side .gsb-sponsor{
	margin: 0;
	padding: 10px;
}
.global-side .gsb-sponsor ul li{
	margin-bottom: 10px;
	text-align: center;
}
.global-side .gsb-sponsor ul li:last-child{
	margin-bottom: 0;
}
/*	gsb-ad-google 	*/
.global-side .gsb-ad-google {
	margin: 10px 0 0;
}
.global-side .gsb-ad-google.sp {
	display: none;
}
@media screen and (max-width: 979px){
	.global-side .gsb-ad-google.sp {
		display: block;
	}
}
@media screen and (max-width: 979px) {
	.global-side .gsb-news h1,
	.global-side .gsb-feat h1{
		text-align: left;
		margin: 0;
	}
	.global-side .gsb-news ul li {
		text-align: left;
	}
	.global-side .gsb-feat ul li a figure{
		width: 18%;
	}
	.global-side .gsb-feat ul li a p {
		text-align: left;
		width: 80%;
		margin-top: 40px;
	}
	.global-side .gsb-ad-google.pc {
		display: none;
	}
}
@media screen and (max-width: 693px) {
	.global-side .gsb-feat ul li a figure{
		width: 37%;
		text-align: left;
	}
	.global-side .gsb-feat ul li a p {
		width: 60%;
		margin-top: 15px;
	}
	.global-side .gsb-ad-google.sp {
		display: block;
	}
	.global-side .gsb-feat{
		margin: 10px 0 0;
    	padding: 10px 1%;
    	background: #fff;
    	border-radius: 6px;
    	line-height: 1.3;
	}
	.global-side .gsb-news{
		margin: 10px 0 0;
    	padding: 10px 1%;
    	background: #fff;
    	border-radius: 6px;
    	line-height: 1.3;
	}
}


/**
 * --------------------------------------------------
 * .global-footer
 * --------------------------------------------------
 */
.global-footer {
	margin: 50px 0 0;
}
.global-footer .pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
.global-footer .pagetop a {
	display: block;
	width: 80px;
	padding: 17.5px 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.3;
	color: #fff;
	background: #999;
	background: rgba(0, 0, 0, .5);
	margin: 0 0 0 auto;
}
.global-footer .pagetop a:hover {
	text-decoration: none;
	background: #aaa;
	background: rgba(0, 0, 0, .4);
}
.global-footer .pagetop a span.icon:before {
	background-position: -40px 0;
	display: block;
	margin: 0 auto 5px;
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg);
}
.global-footer .pagetop a i {
	display: block;
	text-align: center;
	width: auto;
}
.global-footer .about {
	padding: 20px 0;
	background: #f2f2f2;
}
@media screen and (max-width: 979px) {
	.global-footer {
		margin: 0;
	}
	.global-footer .pagetop {
		position: static;
		right: auto;
		bottom: auto;
	}
	.global-footer .pagetop a {
		width: auto;
		line-height: 1;
	}
	.global-footer .pagetop a i {
		display: inline-block;
		margin: 0 .5em 0 0;
	}
}
@media print {
	.global-footer .pagetop {
		display: none;
	}
}


/*	skyscraper
--------------------------------*/
.skyscraper {
	margin: 30px 0;
}
.skyscraper img {
	width: 100%;
	height: auto;
}


/*	whats
--------------------------------*/
.global-footer .about .whats {
	float: right;
	width: 196px;
	text-align: center;
}
.global-footer .about .whats p {
	margin: 10px 0 0;
}
@media screen and (max-width: 979px) {
	.global-footer .about .whats {
		float: none;
		width: auto;
	}
}

/*	sitemap
--------------------------------*/
.global-footer .about .sitemap {
	float: left;
	width: 750px;
}
.global-footer .about .sitemap ul {
}
.global-footer .about .sitemap ul li {
	float: left;
	margin: 10px 0 0 .5em;
	padding: 0 0 0 .5em;
	border-left: 1px solid #bebebe;
}
.global-footer .about .sitemap ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
@media screen and (max-width: 979px) {
	.global-footer .about .sitemap {
		float: none;
		width: auto;
		margin: 15px 0 0;
	}
	.global-footer .about .sitemap ul {
		text-align: center;
		letter-spacing: -0.4em;
	}
	.global-footer .about .sitemap ul li {
		float: none;
		display: inline-block;
		letter-spacing: normal;
	}
}
@media screen and (max-width: 693px) {
	.global-footer .about .sitemap {
		margin: 15px 10px 0;
	}
	.global-footer .about .sitemap ul {
		text-align: left;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		font-size: 11px;
		margin: 10px 0 0;
	}
	.global-footer .about .sitemap ul li {
		display: block;
		margin: 0;
		padding: 0;
		border: none;
		float: left;
		width: 50%;
	}
	.global-footer .about .sitemap ul:nth-child(3) li:nth-child(3),
	.global-footer .about .sitemap ul:nth-child(3) li:last-child {
		width: 100%;
	}
	.global-footer .about .sitemap ul li a {
		display: block;
		padding: 12px 8px 10px;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
		background: #fff;
	}
}

/*	SNS
--------------------------------*/
.global-footer .about .sns {
	float: left;
	width: 750px;
	margin: 15px 0 0;
	padding: 10px 0 0;
	border-top: 1px dotted #ccc;
}
.global-footer .about .sns ul {
	overflow: hidden;
}
.global-footer .about .sns ul li {
	float: left;
	font-size: 0;
	margin: 0 5px 0 0;
}
.global-footer .about .sns ul li a {
	display: block;
	font-size: 30px;
}
@media screen and (max-width: 693px) {
	.global-footer .about .sns {
		float: none;
		width: auto;
		margin: 15px 0 10px;
		padding: 0;
		border-top: none;
	}
	.global-footer .about .sns ul {
		text-align: center;
	}
	.global-footer .about .sns ul li {
		float: none;
		display: inline-block;
		margin: 0 5px;
	}
	.global-footer .about .sns ul li a {
		font-size: 36px;
	}
}


/*	relevant
--------------------------------*/
.global-footer .relevant {
	padding: 20px 0;
	font-size: 11px;
}
@media screen and (max-width: 693px) {
	.global-footer .relevant {
		padding: 20px 0 70px;
	}
}

/*	partner
--------------------------------*/
.global-footer .partner {
	float: right;
}
.global-footer .partner p {
	margin: 0 0 10px;
}
.global-footer .partner ul {
	display: table;
	margin: 5px 0 0;
}
.global-footer .partner ul li {
	display: table-cell;
	width: 145px;
}
.global-footer .partner ul li:last-child {
	width: 170px;
}
.global-footer .partner ul li a {
	display: block;
}
@media screen and (max-width: 979px) {
	.global-footer .partner {
		float: none;
	}
	.global-footer .partner ul {
		width: 100%;
		table-layout: fixed;
	}
}
@media screen and (max-width: 693px) {
	.global-footer .partner p {
		text-align: center;
	}
	.global-footer .partner {
		overflow: hidden;
	}
	.global-footer .partner ul {
		display: block;
		margin: 0;
	}
	.global-footer .partner ul li {
		display: block;
		width: 50%;
		float: left;
		margin: .5em 0 0;
	}
	.global-footer .partner ul li:last-child {
		width: 50%;
	}
	.global-footer .partner ul li:nth-child(odd) {
		text-align: right;
	}
	.global-footer .partner ul li a {
		display: block;
		padding: 0 0 0 .5em;
	}
	.global-footer .partner ul li:nth-child(odd) a {
		padding: 0 .5em 0 0;
	}
}

/*	yamazen
--------------------------------*/
.global-footer .yamazen {
}
.global-footer .yamazen h2 {
	margin: 25px 0 0;
}
.global-footer .yamazen p {
	margin: 10px 0 0;
}
@media screen and (max-width: 979px) {
	.global-footer .yamazen {
		text-align: center;
	}
}
@media screen and (max-width: 693px) {
	.global-footer .yamazen {
		clear: both;
	}
}


/**
 * --------------------------------------------------
 * sp contents
 * --------------------------------------------------
 */
/*	overlay-bg
-------------------------------- */
.overlay-bg {
	width: 100%;
	height: 100%;
	background: #666;
	background: rgba(0, 0, 0, .75);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 130;
}

/*	global-slide-cont
-------------------------------- */
.global-slide-cont {
	overflow: hidden;
	width: 270px;
	height: 100%;
	position: fixed;
	left: -270px;
	top: 0;
	z-index: 100;
}
.global-slide-cont .container {
	width: 285px;
	height: 100%;
	padding-right: 15px;
	background: url(../images/shadow.png) repeat-y right 15px top 0px #333;
	color: #fff;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.global-slide-cont a {
	color: #fff;
}

.global-slide-cont .account {
	position: relative;
	background: #282828;
	padding: 15px 10px 0 70px;
}
.global-slide-cont .account figure {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #d1d1d1;
	position: absolute;
	left: 8px;
	top: 13px;
	overflow: hidden;
}
.global-slide-cont .account figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
}
.global-slide-cont .account p {
	font-size: 15px;
	font-weight: bold;
}
.global-slide-cont .account ul {
	font-size: 11px;
	border-top: 1px solid rgba(255,255,255,.08);
	border-bottom: 1px solid rgba(255,255,255,.08);
	padding: 5px 0 10px;
	margin: 10px 15px 0 0;
}
.global-slide-cont .account li {
	margin: 5px 0 0;
}

.global-slide-cont .btns {
	background: #282828;
	padding: 15px 10px;
}
.global-slide-cont .btns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.global-slide-cont .btns li {
	width: calc(50% - 5px);
	margin: 10px 0 0;
}
.global-slide-cont .btns li:nth-of-type(1),
.global-slide-cont .btns li:nth-of-type(2) {
	margin-top: 0;
}
.global-slide-cont .btns li a {
	display: block;
	background: #ea6a83;
	box-shadow: 1px 1px 0 rgba(0,0,0,.16);
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

.global-slide-cont .menu {
}
.global-slide-cont .menu li {
	border-bottom: 1px solid rgba(255,255,255,.08);
}
.global-slide-cont .menu a {
	position: relative;
	display: block;
	padding: 20px 20px 18px 15px;
}
.global-slide-cont .menu a:after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid rgba(255,255,255,.3);
	border-right: 2px solid rgba(255,255,255,.3);
	position: absolute;
	right: 10px;
	bottom: 50%;
	transform: translate(0, 50%) rotate(45deg);
}


























.global-slide-cont a.btn,
.global-slide-cont a.btn-blue {
	display: block;
}
.global-slide-cont .login {
	position: relative;
	padding: 10px;
}
.global-slide-cont .login  p + p {
	margin: 10px 0 0;
}
.global-slide-cont .login  ul.btns{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 15px 0;
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.global-slide-cont .mypage  ul.btns {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 15px 0;
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.global-slide-cont .login  ul.btns li,.global-slide-cont .mypage  ul.btns li {
	display: table-cell;
	padding: 0 0 0 5px;
}
.global-slide-cont .login  ul.btns li:first-child,.global-slide-cont .mypage  ul.btns li:first-child {
	padding: 0 5px 0 0;
}
.global-slide-cont .mypage  ul.btns li{
	border: none;
}
.global-slide-cont .login  ul:not(.btns){
	text-align: center;
}
.global-slide-cont .login  ul:not(.btns) li {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.global-slide-cont .mypage {
	position: relative;
	padding: 10px;
}
.global-slide-cont .mypage > div {
	overflow: hidden;
}
.global-slide-cont .mypage > div img {
	float :left;
	margin: 0 10px 0 0;
}
.global-slide-cont .mypage > div p {
	margin: 0 0 .5em;
}
.global-slide-cont .mypage ul {
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.global-slide-cont .mypage ul li {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
/*	global-sp-search-cont
-------------------------------- */
.global-modal{
	display: none;
}
/* global-sp-search-modal mypage-tag */
.mypage-tag-area .mypage-tag a {
    position: relative;
    display: inline-block;
    padding: 0;
    color: #475ebe;
    margin: 2px 5px;
    line-height: 18px;
    font-size: 13px;
    text-decoration: underline;
}
.mypage-tag-area .mypage-tag a::before {
	content: '#';
}
.mypage-tag-area .mypage-tag a:hover{
	opacity: 0.5;
}
.mypage-tag-area .btn_change_area{
	display: block;
	text-align: right;
}
.mypage-tag-area .btn_change_area .switch-btn{
	display: inline-block;
	margin: 10px 0;
	color: #475ebe;
	text-decoration: none;
	font-size: 13px;
    cursor: pointer;
}
.mypage-tag-area #mypage-tag-close-s{
	margin: 0 0 25px;
	display: block;
}
.global-modal{
	display: block;
}
.global-modal h1 {
	font-size: 20px;
	text-align: center;
	padding: 12px 10px 12px;
	margin: 0 -10px 10px;
}
.global-modal h2 {
	color: #666;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: normal;
}
.global-modal h2 i{
	margin: 0 3px 0 0;
}
.global-modal h1 i {
	vertical-align: middle;
	display: inline-block;
	color: #f7931e;
}

/*(Pure CSS modal box)*/
.global-modal .checkbox{
	display: none;
}

/* background */
.global-modal .modal-overlay{
	opacity: 0;
	transition: all 0.1s ease;
	width: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9999;
	display: flex;
	background-color: rgba(255,255,255,0.5);
	transform: translateX(100%);
}

	/* Box */
.global-modal .modal-wrap{
	background-color: #fff;
	transition: all 0.2s ease;
	width: 100%;
	padding: 10px;
}
.global-modal .modal-wrap.from-left {
	transform: translateX(-100%);
}
.global-modal .modal-wrap.from-right {
	transform: translateX(100%);
}
.global-modal .modal-wrap.from-top {
	transform: translateY(-100%);
}
.global-modal .modal-wrap.from-bottom {
	transform: translateY(100%);
}

/* Close button */
.global-modal .global-sp-search-cont .close{
	position: absolute;
	top: 16px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.global-modal .global-sp-search-cont .close i{
	font-size: 18px;
}
.global-modal .global-sp-search-cont .close:hover{
	cursor: pointer;
}
.global-modal .o-close {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -100;
}
.global-modal input:checked ~ .o-close {
	z-index: 9998;
}
.global-modal input:checked ~ .modal-overlay{
    transform: scale(1);
	opacity: 1;
    z-index: 9997;
    overflow: auto;
    background: #fff;
}
.global-modal input:checked ~ .modal-overlay .modal-wrap {
	transform: translateY(0);
	z-index: 9999;
}
.super-wrapper.noscroll .global-header,
.super-wrapper.noscroll .global-container,
.super-wrapper.noscroll .global-nav,
.super-wrapper.noscroll .global-topic-path,
.super-wrapper.noscroll .global-slide-cont,
.super-wrapper.noscroll .global-footer{
	position: fixed;
	top: 0
}
.super-wrapper.noscroll .global-topic-path,
.super-wrapper.noscroll .global-nav,
.super-wrapper.noscroll .global-footer{
	display: none;
}


/* global-sp-search-modal search-cont */
.global-modal .search-cont{
	position: relative;
	padding: 10px 10px 12px;
	margin: 0 -10px 20px;
	background: #f0f0f0;
	border: none;
	border-radius: 0;
}
.global-modal .global-sp-search-cont .inner{
	position: relative;
}
.global-modal .radio-area{
	text-align: center;
}
.global-modal .radio-area input[type=radio] {
	display: none;
}
.global-modal .radio-area .check_css {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 5px 0rem 5px 0.9rem;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 3px;
	font-size: 16px;
	letter-spacing: -1px;
	margin: 2px 35px 2px 1px;
}
.global-modal .radio-area .check_css:last-child{
	margin: 2px 0 2px 0;
}
.global-modal .radio-area input[type=radio]:checked + .check_css:before {
	opacity: 1;
}
.global-modal .radio-area input[type=radio]:checked + .check_css:after{
	background: #fff;
}
.global-modal .radio-area .check_css:hover:after {
}
.global-modal .radio-area .check_css:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0rem;
	display: block;
	margin-top: -8px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	border: solid 1px #999;
	content: '';
}
.global-modal .radio-area .check_css:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0.25rem;
	display: block;
	margin-top: -8px;
	width: 4px;
	height: 8px;
	z-index: 99;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.global-modal .inputs .txt input{
	width: 100%;
	margin: 10px 0;
}
.global-modal .search-cont .btn-area .btn-black-cos01{
	display: inline-block;
	text-align: center;
	padding: 11px 0.48em;
	color: #fff;
	background: #475ebe;
	font-weight: bold;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: 0 2px 0 #bfbfbf;
	width: 100%;
}
.global-modal .search-cont .btn-area .btn-black-cos02{
	display: inline-block;
	margin: 15px 0 0;
	float: right;
}
.global-modal .search-cont .btn-area .btn-black-cos02 i{
	margin: 0 0 0 5px;
}
.global-modal .picture-search-area{
	padding: 0 0 10px;
}
.global-modal .picture-search-area .picture-list{
	width: 100%;
}
.global-modal .picture-search-area .picture-list .sl-kuchikomi-ph{
	width: 32.3%;
	float: left;
	margin: 0 1% 0 0;
}
.global-modal .picture-search-area .picture-list .sl-kuchikomi-ph .crop01 {
	width: 100%;
	height: calc(25vmin);
	overflow: hidden;
}
.global-modal .picture-search-area .picture-list .sl-kuchikomi-ph .crop img {
	position: relative;
	top: 50%;
	left: 50%;
	width: 130%;
	height: initial;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: inherit;
}
.global-modal .picture-search-area .btn{
	display: block;
	text-align: center;
	margin: 15px 15%;
	background: #475ebe;
	color: #fff;
	padding: 10px;
	font-size: 13px;
	border-radius: 6px;
	width: 70%;
}

@media screen and (max-width: 543px){
	.global-modal .radio-area .check_css {
		font-size: 15px;
		margin: 2px 8px 2px 1px;
	}
	.global-modal .radio-area .check_css:last-child{
		margin: 2px 0 2px 0;
	}
}
@media screen and (max-width: 372px){
	.global-modal .radio-area .check_css {
		font-size: 14px;
		margin: 2px 0 2px 1px;
	}
	.global-modal .radio-area .check_css:last-child {
		margin: 2px 0 2px 0;
	}
}

/* AI */
.global-modal .bnr-preference{
    margin: 0 0 1em;
    padding: 0 0 1em;
    border-bottom: 1px solid #ccc;
}

/* junle */
#junlebox
{
	margin-bottom:10px;
}
.junle
{
	float:left;
	padding:2px;
	margin:0px 2px 2px 0px ;
	border:1px dotted #0000ff;
	min-width:80px;
	text-align:center;
}


/*	google ad
-------------------------------- */
.ad-google{
	margin: 30px 0;
	text-align: center;
}
.ad-google.pc{
	display:block;
}
.ad-google.sp{
	display:none;
}
.ad-contents{
	width: 1024px;
	margin: 30px auto 0;
}
@media screen and (max-width: 979px) {
	.ad-google.pc{
		display:none;
	}
	.ad-google.sp,.ad-google.sp-margin-l-10,.ad-google.sp-margin-l-20{
		display:block;
		text-align: center;
	}
	.ad-contents{
	width: 90%;
	margin: 0 5%;
	}
}
@media screen and (max-width: 339px) {
	.ad-google.sp-margin-l-10{
		margin-left: -5px ;
	}
}
@media screen and (max-width: 329px) {
	.ad-google.sp-margin-l-10{
		margin-left: -10px ;
	}
}
@media screen and (max-width: 349px) {
	.ad-google.sp-margin-l-20{
		margin-left: -5px ;
	}
}
@media screen and (max-width: 339px) {
	.ad-google.sp-margin-l-20{
		margin-left: -10px ;
	}
}
@media screen and (max-width: 329px) {
	.ad-google.sp-margin-l-20{
		margin-left: -18px ;
	}
}
