@charset "UTF-8";

/* 
   可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
*/


/* === WEB FONT === */

@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/* === CSS RESET === */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-family: inherit;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	height:100%;/*zoro*/
	line-height: 1;
	color: #2f2c2b;
	background-color: #FFF;
	font-family: "Mplus 1p", sans-serif;
}
ol, ul, li {
	list-style: none;
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	display: block;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a {
	color: #888;
}
a:hover {
	color: #ddd;
}
/********************/

#wrapper {
	width: 100%;
	font-family: "Mplus 1p", sans-serif;
}
.clear {
	clear: both;
}
/********************/






.artist_b, .shop {
	background-image: url(../image/back.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
/********** 共通HEADER **********/

.others {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	font-family: "Sawarabi Mincho", sans-serif;
	text-align: center;
	padding-top: 30px;
	letter-spacing: normal;
}
.others h1 {
	font-size: 16px;
	color: #757576;
	padding-top: 3px;
	padding-bottom: 3px;
}
.others h2 {
	font-size: 12px;
	color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.others .header_description {
	font-size: 12px;
	color: #000;
	padding-top: 15px;
}
/****************************************/

#index {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url(../image/monster_img04.png);
	background-position: center bottom;
}
.wrap {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
.index {
	width: 100%;
	height: 608px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
header {
}
.hukidasi_img3 {
	position: absolute;
	left: 57px;
	bottom: -6px;
	animation-name: bowFrames;
	animation-duration: 2.3s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
.hukidasi_img4 {
	position: absolute;
	left: 724px;
	bottom: 120px;
	animation-name: dragonFrames;
	animation-duration: 2.6s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
/*3*/
.hukidasi_img2 {
	position: absolute;
	left: 29px;
	bottom: 309px;
	animation-name: bowFrames3;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
/*2*/
.hukidasi_img1 {
	position: absolute;
	left: 180px;
	bottom: 196px;
	animation-name: bowFrames2;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
/*1*/
.hukidasi_img5 {
	position: absolute;
	left: 790px;
	bottom: 257px;
	animation-name: bowFrames1;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
@keyframes dragonFrames {
 0% {
 transform:  translate(0px, 0px) rotate(0deg);
}
 15% {
 transform:  translate(-25px, 0px) rotate(-5deg);
}
 30% {
 transform:  translate(20px, 0px) rotate(3deg);
}
 45% {
 transform:  translate(-15px, 0px) rotate(-3deg);
}
 60% {
 transform:  translate(10px, 0px) rotate(2deg);
}
 75% {
 transform:  translate(-5px, 0px) rotate(-1deg);
}
 100% {
 transform:  translate(0px, 0px) rotate(0deg);
}
}
 @keyframes bowFrames {
 0% {
 transform:  translate(0px, 0px);
}
 15% {
 transform:  translate(0px, -25px);
}
 30% {
 transform:  translate(0px, 0px);
}
 45% {
 transform:  translate(0px, -15px);
}
 60% {
 transform:  translate(0px, 0px);
}
 70% {
 transform:  translate(0px, -5px);
}
 100% {
 transform:  translate(0px, 0px);
}
}
 @keyframes bowFrames1 {
0% {
 transform:  translate(0px, 0px);
}
5% {
 transform:  translate(0px, -25px);
}
10% {
 transform:  translate(0px, 0px);
}
15% {
 transform:  translate(0px, -15px);
}
20% {
 transform:  translate(0px, 0px);
}
 25% {
 transform:  translate(0px, -5px);
}
30% {
 transform:  translate(0px, 0px);
}
}
 @keyframes bowFrames2 {
30% {
 transform:  translate(0px, 0px);
}
35% {
 transform:  translate(0px, -25px);
}
40% {
 transform:  translate(0px, 0px);
}
45% {
 transform:  translate(0px, -15px);
}
50% {
 transform:  translate(0px, 0px);
}
 55% {
 transform:  translate(0px, -5px);
}
60% {
 transform:  translate(0px, 0px);
}
}
 @keyframes bowFrames3 {
60% {
 transform:  translate(0px, 0px);
}
65% {
 transform:  translate(0px, -25px);
}
70% {
 transform:  translate(0px, 0px);
}
75% {
 transform:  translate(0px, -15px);
}
80% {
 transform:  translate(0px, 0px);
}
 85% {
 transform:  translate(0px, -5px);
}
90% {
 transform:  translate(0px, 0px);
}
}
.index h1 {
	padding-top: 75px;
}
.index h2 {
	padding-top: 20px;
}
.presented {
	text-align: center;
	color: #474545;
	background-image: url(../image/presented_bg.jpg);
	background-repeat: no-repeat;
}
.presented p {
	font-size: 24px;
	padding-top: 18px;
	padding-bottom: 38px;
}
.presented span {
	font-size: 13px;
	padding-top: 45px;
	display: block;
}
.prize {
	height: 175px;
	background-color: #2f2c2b;
}
.introduction {
	padding-bottom: 77px;
	overflow: hidden;
}
.introduction .half {
	float: left;
	width: 50%;
	height: auto;
	position: relative;
	background-size: cover;
	background-color: #CACACA;
}
.introduction .half:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.introduction .half p {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
.introduction .half p {
	position: absolute;
	top: 49%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
}
.introduction .collect {
	font-size: 35px;
	font-weight: 800;
	color: #fff;
	text-shadow: 0px 0px 3px #000;
	line-height: 60px;
	background-color: #FED416;
	background-image: url(../image/lets_get_stamp_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.introduction .collect p {
	padding-left: 20%;
}
.introduction .stores {
	background-image: url(../image/49shop_bg.jpg);
	background-repeat: no-repeat;
	background-color: #CACACA;
	background-position: center center;
	text-align: center;
}
.introduction .artist_square {
	background-image: url(../image/art_artist_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FDF1C1;
	background-position: center center;
	text-align: center;
}
.s_l {
	color: #353C3C;
}
.a_l {
	color: #fff;
}
.introduction a:hover {
	color: #FF3399;
}
.artist_square p, .stores p {
	font-size: 18px;
}
.artist_square span, .stores span {
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
}
.artist_square p:after, .stores p:after {
	margin-left: 10px;
	content: ">";
	font-size: 28px;
	top: 8px;
	position: absolute;
}
.introduction .rally_description {
	background-image: url(../image/art_stamp_rally_bg.png);
	background-repeat: no-repeat;
	background-color: #FDF1C1;
	background-position: center top;
}
.introduction .rally_description p {
	padding-top: 58px;
	padding-right: 65px;
	padding-left: 65px;
	font-family: "Sawarabi Mincho", sans-serif;
	color: #28A7E1;
	line-height: 24px;
	font-size: 16px;
}
.introduction .collect span {
	color: #da006b;
}
.art_and_shop {
	overflow: hidden;
	margin-bottom: 70px;
}
.art_and_shop .taiki1 {
	float: left;
	width: 18%;
	text-align: center;
}
.art_and_shop .taiki2 {
	float: left;
	width: 18%;
	text-align: center;
	bottom: 0px;
	padding-top: 60px;
}
.art_and_shop .bottan {
	float: left;
	width: 32%;
	text-align: center;
}
.art_and_shop .bottan:hover {
	animation: bowFrames linear 0.8s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
}
.description {
	margin-bottom: 17px;
	/* [disabled]overflow: hidden;
*/
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}
.a1 {
	font-size: 40px;
	font-weight: 900;
	color: #e03964;
	text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
	padding-top: 10px;
	padding-bottom: 24px;
	line-height: 50px;
	width: 688px;
	margin-right: auto;
	margin-left: auto;
}
.a2 {
	font-size: 23px;
	font-weight: 600;
	color: #474545;
	padding-bottom: 10px;
	/* [disabled]padding-left: 35px;
*/
	/* [disabled]padding-right: 35px;
*/
	line-height: 30px;
}
.a3 {
	font-size: 15px;
	color: #474545;
	padding-bottom: 25px;
	/* [disabled]padding-left: 35px;
*/
}
.a4 {
	font-size: 31px;
	font-weight: 600;
	color: #e03964;
	padding-bottom: 28px;
}
.a5 {
	float: left;
	width: 50%;
}
.a5 p {
	background-color: #e03964;
	color: #FFF;
	height: 115px;
	font-size: 18px;
	line-height: 25px;
	padding: 10px;
}
.a5 .sanka {
	margin-right: 5%;
}
.a5 h4 {
	width: 40%;
	border-top-left-radius : 10px;
	border-top-right-radius : 10px;
	background-color: #e03964;
	color: #FFF;
	font-size: 22px;
	padding-left: 10px;
	padding-top: 5px;
}
.a6 {
	font-size: 18px;
	margin-top: 35px;
	margin-bottom: 15px;
	line-height: 28px;
}
.a7 {
	font-weight: 300;
}
.a7 li {
	line-height: 28px;
}
.a8 {
	margin-top: 19px;
	text-align: center;
	margin-bottom: 17px;
}
.a8 p {
	font-size: 19px;
}
.a8 span {
	font-size: 14px;
	/* [disabled]padding-bottom: 10px;
*/
}
.a8 img {
	max-width: 100%;
	padding-top: 10px;
}
.notes {
	font-weight: 600;
}
.inquiry {
	font-size: 17px;
	margin-bottom: 60px;
	overflow: hidden;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
}
.inquiry h4 {
	font-size: 23px;
	font-weight: 600;
}
.inquiry img {
	padding-top: 15px;
	padding-left: 5px;
}
.inquiry li {
	padding-top: 5px;
	font-weight: 800;
	padding-bottom: 5px;
}
.banner {
	text-align: center;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}
.banner img {
	width: 100%;
	height: auto;
}
footer {
	text-align: center;
	color: #474545;
	font-weight: 100;
	padding: 20px;
}
.photo_show_s {
	display: none;
}
/*ホットソースお詫び追加*/
.attention {
	padding: 1em;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
}
 @media screen and (max-width: 1019px) {
.wrap {
	width: 100%;
}
.index {
	height: 500px;
}
.index h1 {
	padding-top: 30px;
}
.hukidasi_img3 {
	display: none;
}
.hukidasi_img1 {
	display: none;
}
.hukidasi_img2 {
	display: none;
}
.hukidasi_img4 {
	position: absolute;
	left: 0;
	bottom: 0;
	animation: dragon2Frames linear 2s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	animation-fill-mode: forwards; /*when the spec is finished*/
}
.hukidasi_img4 {
	width: 200px;
}
.hukidasi_img5 {
	display: none;
}
 @keyframes dragon2Frames {
 0% {
 transform:  translate(305px, -25px);
}
 23% {
 transform:  translate(137px, -47px);
}
 24% {
 transform:  translate(135px, -47px);
}
 76% {
 transform:  translate(-171px, 0px);
}
 100% {
 transform:  translate(-388px, -24px);
}
 101% {
 transform:  translate(-388px, -24px);
}
}
.prize {
	height: auto;
}
.prize img {
	width: 100%;
	height: auto;
}
.introduction .half {
	float: none;
	width: 100%;
}
.taiki1, .taiki2 {
	display: none;
}
.art_and_shop .bottan {
	float: left;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
}
.art_and_shop img {
	width: 100%;
}
.a1, .description, .inquiry, .banner {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.a1 {
	font-size: 36px;
	line-height: 40px;
}
.a5 h4, .a5 p {
	font-size: 16px;
	line-height: 20px;
}
.introduction .collect {
	font-size: 32px;
	line-height: 40px;
	background-size: contain;
	background-color: #FED416;
}
.introduction .rally_description p {
	font-size: 3vw;
	line-height: 4vw;
}
.presented {
}
.presented span {
	font-size: 5px;
	padding-top: 29px;
}
.presented p {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 28px;
}
.photo_show {
	display: none;
}
.photo_show_s {
	display: block;
}
}
/********** SECTION共通 **********/

section {
	margin-right: auto;
	margin-left: auto;
	width: 70%;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	overflow: hidden;
}
section img {
	width: 100%;
	height: auto;
}
/****************************************/


/********** 参加店展示アート一覧P **********/

.store .store_img li {
	float: left;
}
.store .img {
	width: 100%;
}
.store .caption {
	font-size: 100%;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.store .art_odd {
	width: 60%;
}
.store .odd {
	width: 40%;
}
.store .art_even {
	width: 40%;
}
.store .even {
	width: 60%;
}
.store .name, .store .art {
	padding: 25px 0 25px 0;
	float: left;
	font-weight: 900;
}
.store .name {
	width: 60%;
	font-size: 20px;
}
.store .art {
	width: 40%;
	font-size: 12px;
}
.store .ex {
	font-size: 11px;
	line-height: 16px;
}
.store .url {
	padding: 10px 0 10px 0;
	font-size: 11px;
}
.store .url span {
	margin-right: 5px;
	color: #000080;
	font-weight: 900;
}
.store .description {
	font-size: 15px;
	width: 80%;
	float: left;
}
.store .description li {
	display: flex;
	align-items: center;
	width: 50%;
	float: left;
	padding-top: 8px;
}
.store .tel:before {
	content: url(../image/tel.png);
	margin-right: 5px;
}
.store .hours:before {
	margin-right: 5px;
	content: url(../image/hour.png);
}
.store .address:before {
	margin-right: 5px;
	content: url(../image/address.png);
}
.store .close:before {
	margin-right: 5px;
	content: url(../image/close.png);
}
.store .artist_info {
	width: 20%;
	float: left;
	text-align: right;
}
.store .artist_info p {
	font-size: 7px;
	display: inline-block;
	width: 70px;
	height: 45px;
	padding-top: 25px;
	border-radius: 50%;
	color: #fff;
	background: #5e5d5d;
	text-align: center;
	vertical-align: middle;
	line-height: 12px;
}
.store .artist_info p:hover {
	transform: translate(-2px, 0);
	box-shadow: 5px 0 #FFCC00;
}
.store .artist_info p:active {
	transform: none;
	box-shadow: none;
}




/*===============================================
画面の横幅が768pxまで（タブレット用）
===============================================*/

@media screen and (max-width: 768px) {
.store .caption {
	width: 90%;
}
.store .name {
	font-size: 16px;
}
.store .description li {
	font-size: 10px;
}
.store .description {
	width: 100%;
	float: none;
}
.store .artist_info {
	margin-top: 100px;
	width: 100%;
	float: none;
	text-align: center;
}
}


/*===============================================
画面の横幅が640pxまで（スマホ用）
===============================================*/

@media screen and (max-width:640px) {
.store .caption {
	width: 100%;
}
/*ホットソース訂正追加*/
.attention {
	padding: 1em 2em;
	font-size: 70%;
	line-height: 1.3em;
	text-indent: -4em;
	padding-left: 5em;
	font-weight: normal;
	text-align: left;
}

.description .tel a { color: #2f2c2b;text-decoration: underline; }
.address a:hover{color: #ddd;}
}
/****************************************/




/*** artist**/

.artist {
	font-family: "Sawarabi Mincho", sans-serif;
	width: 70%;
	font-size: 14px;
	line-height: 26px;
}
.artist .profile {
	width: 25.8%;
	float: left;
}
.artist .art {
	width: 15.2%;
	float: left;
	padding-right: 7%;
	padding-left: 2%;
	text-align: right;
}
.artist .caption {
	width: 50%;
	float: left;
	font-size: 14px;
}
.artist h3 {
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.artist h3 span {
	font-size: 10px;
	margin-left: 15px;
}
.artist dt {
	padding-top: 10px;
}
.artist .art p {
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding: 0px;
}


/*===============================================
画面の横幅が768pxまで（タブレット用）
===============================================*/

@media screen and (max-width: 768px) {
.artist .profile {
	width: 100%;
	float: none;
}
.artist .art {
	width: 100%;
	float: none;
	padding: 20px 0 10px 0;
	text-align: right;
}
.artist .caption {
	width: 100%;
	float: none;
}
.art_list {
	width: 40%;
	margin: 0 5% 0 5%;
	float: left;
}
.art_list_clear {
	clear: both;
}
a[href^="tel:"] { cursor: default; }
}
/********** FOOTER **********/


/****************************************/


/********** drawer-menu **********/


/* drawer menu */

.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	padding: 120px 0;
	background: #222;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
}
.drawer-menu li {
	text-align: center;
}
.drawer-menu li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all .8s;
	transition: all .8s;
	font-weight: 200;
	text-decoration: none;
}
.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}
.drawer-menu hr {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 0;
	border-top: 1px solid #555;
}
/* checkbox */

.check {
	display: none;
}
/* menu button - label tag */

.menu-btn {
	position: fixed;
	top: 2em;
	right: 2em;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 1px;
	background: #444;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 15px;
	opacity: 1;
}
.bar.bottom {
	top: 30px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	color: #444444;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
	text-decoration: none;
}
.menu-btn:hover .bar {
	background: #999;
}
.menu-btn:hover .menu-btn__text {
	color: #999;
}
.close-menu {
	position: fixed;
	top: 0;
	right: 300px;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0);
	cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
/* checked */

.check:checked~.drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
	overflow-y: scroll;
}
.check:checked~.contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
.check:checked~.menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}
.check:checked~.menu-btn .bar.top {
	width: 56px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.check:checked~.menu-btn .bar.middle {
	opacity: 0;
}
.check:checked~.menu-btn .bar.bottom {
	width: 56px;
	top: 40px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check:checked~.close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0, 0, 0, .5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}

.drawer-menu .line{
text-align: center;
margin:20px 0 0 0;

}
.drawer-menu .line img{

width:50%;

}
.drawer-menu .line .line_logo{
margin:10px 0 10px 0;
}
/***********************/
.fadeInDown {
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-name: fadeInDown;
	visibility: visible !important;
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(100px);
 -ms-transform: translateY(100px);
 transform: translateY(100px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
.sns {
	float: left;
	width: 44%;
	height: 300px;
	overflow: scroll;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.StoreListWrap { margin: 0px auto 50px; width: 70%; background: #efefef; padding: 50px 0%; }
.StoreListWrap #StlisWrap {
	letter-spacing: -5px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.StoreListWrap #StlisWrap li { letter-spacing: normal; vertical-align: top; display: inline-block; width: 30%; white-space: normal; }
.StoreListWrap #StlisWrap li:last-child {margin-right: 0;}
.StoreListWrap #StlisWrap li .Store_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
.StoreListWrap #StlisWrap li .Store_list li {
	display: block;
	width: 100%;
	text-align: left;
}
.StoreListWrap #StlisWrap li .Store_list li a {
	font-size: 13px;
	line-height: 2.5em;
	text-decoration: none;
	color: #666;
	display: block;
}
.StoreListWrap #StlisWrap li .Store_list li a:hover{ color: #C06; }

.StoreListWrap .StoreOut .mascot img {max-width:49px; width:100%;}

.StoreListWrap  { position: relative; }

.StoreListWrap .StoreOut .mascot { position: absolute; right: 30px; bottom: 0px; z-index: 10; }
    
	
@media screen and (max-width: 768px) {
.StoreListWrap { padding: 30px 30px 0; overflow: scroll; overflow-x: hidden; left: 0px; top: 0px; width: 63%; height: 34em;}	
	
	.StoreListWrap #StlisWrap li {
	letter-spacing: normal;
	vertical-align: top;
	display: block;
	width: 100%;
	margin-right: 0%;
	margin-bottom: .7em;
	
}

.StoreListWrap #StlisWrap li .Store_list li a {
	font-size: 13px;
	line-height: 1.3em;
	text-decoration: none;
	color: #666;
	display: block;
}

    
.StoreListWrap .StoreOut .mascot img {max-width:49px; width:100%;}

.StoreListWrap .StoreOut {  height: 30em;  overflow-x:hidden;overflow-y: scroll;}

.StoreListWrap .StoreOut .mascot { position: absolute; right: 20px; bottom: 0px; z-index: 10; }

}


@media screen and (max-width: 480px) {
.StoreListWrap { padding: 30px 30px 0; overflow: scroll; overflow-x: hidden; left: 0px; top: 0px; width: 55%; height: 34em;}	
	
	.StoreListWrap #StlisWrap li { letter-spacing: normal; vertical-align: top; display: block; width: 100%; margin-right: 0%; margin-bottom: .7em; }

.StoreListWrap #StlisWrap li .Store_list li a {
	font-size: 12px;
	line-height: 1.3em;
	text-decoration: none;
	color: #666;
	display: block;
}

    
.StoreListWrap .StoreOut .mascot img {max-width:49px; width:100%;}

.StoreListWrap .StoreOut {  height: 30em;  overflow-x:hidden;overflow-y: scroll;}

/*.StoreListWrap  { position: relative; }*/

.StoreListWrap .StoreOut .mascot {
	position: absolute;
	right: 10px;
	bottom: 0px;
	z-index: 10;
}

}
