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

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

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
  display: none;
}

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

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

a {
  background-color: transparent;
}

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

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

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

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

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

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

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

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

img {
  border: 0;
}

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

pre {
  overflow: auto;
}

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

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

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

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

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

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

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

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

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

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

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

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

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

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

td,
th {
  padding: 0;
}


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

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

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

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

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

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

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

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

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

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

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

del,u{
text-decoration:none;
}

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

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

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

a:hover{
	text-decoration	: underline;
}


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

ul{
	list-style-type	: none;
}

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

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}


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

body{
	position: relative;
	margin: 0 auto;
}

#back1{
	position: relative;
	width: 650px;
	margin: 0 auto;
}

header{
	margin: 0 auto;
}

header h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	margin: 0 20px;
	padding: 0;
	background: rgba(28, 28, 30, 0.7);
	border-radius: 0 0 3px 3px;
}


/** cover_link **/

.cover_link{
	width: 120px;
	height: 120px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 50px;
	left: 20px;
	z-index: 10;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cover_link:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.cover_link div.c_t{
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #ffff00;
}

.cover_link div{
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.cover_link.a_deli{	background-color: rgba(2,169,2,0.8);}
.cover_link.a_soap{	background-color: rgba(0,102,255,0.8);}
.cover_link.a_health{	background-color: rgba(215,143,3,0.8);}


/** hd_login **/

#hd_login{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50px;
	right: 20px;
	z-index: 999;
}

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

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

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

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

#hd_login .usbox_l a{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}


/***** NEW COLOR *****/
/** black **/
.rank01 .usbox_l img{
	box-shadow:0px 0px 0px 2px #000000 !important;
	-moz-box-shadow:0px 0px 0px 2px #000000 !important;
	-webkit-box-shadow:0px 0px 0px 2px #000000 !important;
}

/** rainbow **/
.rank02 .usbox_l img{
	box-shadow:0px 0px 0px 2px #ffff00 !important;
	-moz-box-shadow:0px 0px 0px 2px #ffff00 !important;
	-webkit-box-shadow:0px 0px 0px 2px #ffff00 !important;
}

/** gold **/
.rank03 .usbox_l img{
	box-shadow:0px 0px 0px 2px #f1c600 !important;
	-moz-box-shadow:0px 0px 0px 2px #f1c600 !important;
	-webkit-box-shadow:0px 0px 0px 2px #f1c600 !important;
}

/** red **/
.rank04 .usbox_l img{
	box-shadow:0px 0px 0px 2px #ff6666 !important;
	-moz-box-shadow:0px 0px 0px 2px #ff6666 !important;
	-webkit-box-shadow:0px 0px 0px 2px #ff6666 !important;
}

/** pink **/
.rank05 .usbox_l img{
	box-shadow:0px 0px 0px 2px #f294c5 !important;
	-moz-box-shadow:0px 0px 0px 2px #f294c5 !important;
	-webkit-box-shadow:0px 0px 0px 2px #f294c5 !important;
}

/** green **/
.rank06 .usbox_l img{
	box-shadow:0px 0px 0px 2px #7ec566 !important;
	-moz-box-shadow:0px 0px 0px 2px #7ec566 !important;
	-webkit-box-shadow:0px 0px 0px 2px #7ec566 !important;
}

/** blue **/
.rank07 .usbox_l img{
	box-shadow:0px 0px 0px 2px #6dabfb !important;
	-moz-box-shadow:0px 0px 0px 2px #6dabfb !important;
	-webkit-box-shadow:0px 0px 0px 2px #6dabfb !important;
}

/** purple **/
.rank08 .usbox_l img{
	box-shadow:0px 0px 0px 2px #b799fb !important;
	-moz-box-shadow:0px 0px 0px 2px #b799fb !important;
	-webkit-box-shadow:0px 0px 0px 2px #b799fb !important;
}




/** main **/

main{
	display: block;
	font-size: 0;
	line-height: 0;
	padding: 0 0 12px 0;
}

main #logo{
	margin-top: 50vh;
}

main #logo img{
	width: 100%;
	height: auto;
}

main .timg img{
	width: 100%;
	height: auto;
}

main .cimg img{
	width: 100%;
	max-width: 430px;
	height: auto;
}


/** map **/

#map{
	font-size: 0;
	line-height: 0;
}
#map_img img{
	width: 100%;
	height: auto;
}


body#fw #logo,
body#fw #map_img{
	color: #fff !important;
	border-color: #fff !important;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.8));
}

body#fw .maptext,
body#fw #leave a,
body#fw #leave p,
body#fw #sec1,
body#fw .catch{
	color: #fff !important;
	border-color: #fff !important;
	filter: drop-shadow(-1px -1px 1px rgba(0,0,0,1)) drop-shadow(1px 1px 1px rgba(0,0,0,1));
}


body#fb #logo,
body#fb #map_img{
	color: #000 !important;
	border-color: #000 !important;
	filter: drop-shadow(1px 1px 0px rgba(255,255,255,1)) drop-shadow(0px 0.5px 0.5px rgba(255,255,255,1)) drop-shadow(0.5px 0px 0.5px rgba(255,255,255,1)) drop-shadow(3px 3px 3px rgba(0,0,0,0.5));
}


body#fb .maptext,
body#fb #leave a,
body#fb #leave p,
body#fb #sec1,
body#fb .catch{
	color: #000 !important;
	border-color: #000 !important;
	filter: drop-shadow(-1px -1px 1px rgba(255,255,255,1)) drop-shadow(1px 1px 1px rgba(255,255,255,1)) drop-shadow(-1px 1px 1px rgba(255,255,255,1)) drop-shadow(1px -1px 1px rgba(255,255,255,1));
}


#map_img,
.maptext,
#leave a,
#leave p,
#sec1,
.catch{
	filter: drop-shadow(1px 1px 2px rgba(0,0,0,1));
}

.maptext{
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0 20px;
}
.maptext span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
}
.maptext span:before,
.maptext span:after{
	content: "";
	width: 30px;
	border-bottom: 1px solid currentColor;
	position: absolute;
	top: 7px;
}
.maptext span:before{	left: -35px;}
.maptext span:after{	right: -35px;}
.maptext p{
	font-size: 32px;
	font-weight: bold;
	line-height: 38px;
}
@media screen and (max-width: 650px) {
	.maptext p{
		font-size: 5.8vw;
		line-height: 1.5;
	}
}

.target.background--light{
	color: black;
}

.target.background--dark{
	color: white;
}


/** menu **/

/*nav{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 20px 10px 20px 10px;
	background: rgba(28, 28, 30, 0.5);
}
*/
.area{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 0 5px 0;
	padding: 10px 17.5px 0 17.5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.area a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(20% - 5px);
	height: 40px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	margin: 0 2.5px 5px 2.5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.area a:hover{
	text-decoration: none;
}
.area a:nth-of-type(-n + 7){
	border-color: #208eff;
	background: rgba(32, 142, 255, 0.8);
}
.area a:nth-of-type(n + 8){
	border-color: #00bceb;
	background: rgba(0, 188, 235, 0.8);
}
.area a:nth-of-type(n + 15){
	border-color: #00b76c;
	background: rgba(0, 183, 108, 0.8);
}
.area a:nth-of-type(n + 25){
	border-color: #69ba00;
	background: rgba(105, 186, 0, 0.8);
}
.area a:nth-of-type(n + 31){
	border-color: #dfb200;
	background: rgba(223, 178, 0, 0.8);
}
.area a:nth-of-type(n + 40){
	border-color: #ff8400;
	background: rgba(255, 132, 0, 0.8);
}

#enter{
	border: 1px solid #3e3e41;
	background: rgba(28, 28, 30, 0.95);
	border-radius: 3px;
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#enter a{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #3e3e41;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#enter a:hover{
	text-decoration: none;
}
#enter a:last-of-type{	border-bottom: none;}

#enter a:before{
	content: '';
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: calc(50% - 2px);
	right: 9px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#enter a:after{
	content: '';
	height: 100%;
	border-left: 1px dotted #3e3e42;
	position: absolute;
	top: 0;
	right: 20px;
}

#leave{
	text-align: center;
	margin: 0 0 30px 0;
}

#leave a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 110px;
	height: 30px;
	font-family: "FontA";
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	border: 1px solid currentColor;
	border-radius: 15px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#leave a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#leave p{
	display: block;
	font-size: 11px;
	line-height: 16px;
	margin: 10px 0 0 0;
}


/** section **/

#sec1{
	margin: 0 20px 40px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sec1 h2,
#sec1 h3{
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
}
#sec1 h3{
	margin: 0 0 20px 0;
}

#sec1 p.site{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}


/** in_menu **/

#in{	padding: 0;}

.in_menu{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: left;
	background: rgba(28,28,30,0.8);
	border-top: 1px solid #3e3e41;
	margin: 0 0 40px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.in_menu + .in_menu{ border-top: none;}

.in_menu a{
	position: relative;
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #3e3e41;
}
.in_menu a:hover{	text-decoration: none;}
.in_menu a::before{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	border: 1px solid #ff4699;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.in_menu a::after{
	content: "";
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 13px;
	width: 2px;
	height: 2px;
	margin: auto;
	border-top: 1px solid #ff4699;
	border-right: 1px solid #ff4699;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.in_menu a span:before{
	content: '';
	width: 4px;
	height: 4px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	position: absolute;
	top: calc(50% - 2px);
	right: 9px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#in_area a::before{
	border: 1px solid #0099ff;
}

#in_area a::after{
	border-top: 1px solid #0099ff;
	border-right: 1px solid #0099ff;
}


#in_area a.in_deli::before{
	border: 1px solid #02a902;
}

#in_area a.in_deli::after{
	border-top: 1px solid #02a902;
	border-right: 1px solid #02a902;
}

.in_menu a i{
	font-style: normal;
	font-size: 12px;
}


/** aside **/

aside{
	padding: 0 20px 20px 20px;
}

aside .link{
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
}

aside .link:last-of-type{
	margin-bottom: 0;
}

aside .link a,
aside .link span{
	display: inline-block;
	padding: 0;
	background: #fff;
}

aside #bnr1 a{
	margin: 0 0 10px 0;
}
aside #bnr1 a:nth-of-type(1),
aside #bnr1 a:nth-of-type(4){	margin-left: 0;}
aside #bnr1 a:nth-of-type(3),
aside #bnr1 a:nth-of-type(6){	margin-right: 0;}

aside #bnr1 img{
	width: 100%;
	max-width: 380px;
	height: auto;
}

aside .catch{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	padding: 20px 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** footer **/

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

footer .fsub{
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	margin: 0 20px;
	padding: 25px 0;
	border-bottom: 1px solid #3e3e41;
}

footer .fsub br{	display: none;}
footer .fsub a{	color: #fff;}

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

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

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


/***** rollover *****/

aside .link a img{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

aside .link a img:hover{
	opacity			: 0.7;
	filter			: alpha(opacity=70);
}


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

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

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

.cover_link div.c_t em,
address,
.font1{
	font-family: FontA;
}

footer p,
.font2{
	font-family: FontB;
}

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



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

@media screen and (max-width: 650px) {
	body{
		min-width: 0;
		margin: 0;
	}
	#back1{
		width: 100%;
		margin: 0;
	}


	/** body **/
	header{
		margin: 0;
	}
	header h1{
		font-size: 10px;
		line-height: 20px;
		margin: 0 10px;
		padding: 5px 10px;
	}

	/** cover_link **/
	.cover_link{
		width: 75px;
		height: 75px;
		top: 40px;
		left: 10px;
	}
	.cover_link div.c_t{
		font-size: 11px;
		line-height: 14px;
	}
	.cover_link div{
		font-size: 11px;
		line-height: 14px;
	}

	/** hd_login **/
	#hd_login{
		top: 40px;
		right: 10px;
	}
	#hd_login .before img{
		width: 44px;
	}
	#hd_login .usbox_l img{
		width: 44px;
	}

	/** main **/
	main{	padding: 0 0 5px 0;}
	main #logo{
		margin-top: 50vh;
	}
	main .cimg img{
		width: 75%;
	}


	/** nav **/
	.area_d a{
		font-size: 15px;
	}
	#enter a{
		font-size: 16px;
		padding-left: 10px;
	}



	#leave{	padding: 0 2.5px;}
	#leave a{
		border-radius: 25px;
		padding: 5px 0 3px 0;
	}
	#leave a span{
		display: block;
		font-size: 10px;
		line-height: 14px;
	}
	#leave a em{
		display: block;
		font-family: "FontA";
		font-size: 20px;
		line-height: 24px;
	}

	/** section **/
	#sec1{
		margin: 0 10px 20px 10px;
		padding: 10px;
	}
	#sec1 h2,
	#sec1 h3{
		font-size: 14px;
		line-height: 18px;
	}
	#sec1 h3{
		margin: 0 0 5px 0;
	}
	#sec1 p.site{
		font-size: 12px;
		line-height: 18px;
	}

	/** aside **/
	aside{
		padding: 0 10px 10px 10px;
	}
	aside .link{
		margin: 0;
	}
	aside .catch{
		font-size: 12px;
		line-height: 18px;
		padding: 10px;
	}

	/** footer **/
	footer .fsub{
		text-align: center;
		margin: 0 10px;
		padding: 10px 0;
	}
	footer #copy{
		padding: 15px 0 0 0;
	}
	address{
		padding: 0 0 20px 0;
	}
}