@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Elsie:900');


/* ----------------------------------------
replace
---------------------------------------- */
#tPath {
	color: #fff;
	background: #e78;
	background: repeating-linear-gradient(90deg, #e78 0, #e78 4px, #f08594 4px, #f08594 8px);
}
#tPath ol a {
	color: #fff !important;
}
main {
	padding-bottom: 20px !important;
	margin-bottom: 20px;
}
main *,
main *:before,
main *:after {
	box-sizing: border-box;
}

@media (max-width: 800px) {
	#tPath { display: none; }
}





/* ----------------------------------------
common
---------------------------------------- */
[id^="contents-"] {
	width: 100%;
	margin: 25px auto;
	padding: 25px 20px;
}
[id^="contents-"] section {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

/* title */
.title {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.title h2 {
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	padding: 0 0.6em;
	color: #333;
	font: 40px/1.3 'Elsie', cursive;
	line-height: 50px;
	background: none;
	border-bottom: 1px solid rgba(0,0,0,0.4);
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 1px 0px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff;
}
.title h2:first-letter {
	color: #f36;
}

@media (max-width: 800px) {
}

@media (max-width: 480px) {
	[id^="contents-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
	.title h2 {
		font-size: 8.33vw;
		line-height: 10.41vw;
	}
}





/* -----------------------------------
contentsHeader
----------------------------------- */
#contents-header {
	margin-top: 0;
	padding: 0;
	position: relative;
}
#contents-header h1 {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
}
#contents-header h1 a {
	position: absolute;
	top: 0;
	left: 0;
	margin: 85px 740px 0 30px;
	z-index: 10;
}
#contents-header h1 img {
	width: 350px;
	height: auto;
}

/*Image Slider*/
#slide {
	margin: 0;
	background: #fff url(../img/bg_header.png) no-repeat center center / 100% auto;
}
#slide div {
	margin-top: 0;
}
#slide .slider li {
	margin: 0;
	text-align: center;
}
#slide .slider li img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}





/* -----------------------------------
navigation
----------------------------------- */
#load_menu {
	width: 100%;
	margin: 0;
	padding: 0;
	background: repeating-linear-gradient(90deg, #e78 0, #e78 8px, #f08594 8px, #f08594 16px);
}
.contentsMenu {
	display: flex;
	width: 100%;
	height: 70px;
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.contentsMenu li {
	display: table;
	flex: 1 1 0%;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	overflow: hidden;
	position: relative;
	background: transparent;
}
.contentsMenu li:first-child {
	display: none;
}
.contentsMenu .cur {
	box-shadow: 0 3px 0 0 #fa3;
}
.contentsMenu li a {
	display: table-cell;
	margin: 0 !important;
	padding: 1em 1em 1em calc(50px + 1em) !important;
	color: #fff !important;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none !important;
	text-shadow: 1px 1px 0 #e67, -1px 1px 0 #e67, 1px -1px 0 #e67, -1px -1px 0 #e67, 0px 1px 0 #e67, 1px 0px 0 #e67, -1px 0px 0 #e67, 0px -1px 0 #e67;
	position: relative;
	word-break: keep-all;
	vertical-align: middle;
}
.contentsMenu li a:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: #fff url(../img/icons.png) no-repeat 0 center;
	background-size: 1000% auto !important;
	border-radius: 50%;
	position: absolute;
	left: 1em;
	top: calc(50% - 25px);
}
.contentsMenu li a:after {
	display: block;
	font-family: 'Days One';
	color: #999 !important;
	font-size: 11px;
	padding: 0;
}
.contentsMenu li a[href$="otomate/"]:before,
.contentsMenu li a[href$="otomate/index.html"]:before,
.contentsMenu li a[href$="./index.html"]:before { background-position: 77.77% 0 !important; } /*トップ*/

.contentsMenu li:nth-child(2) a[href*="wmPageLinkResource?pageId"]:before,
.contentsMenu li a[href*="NEWS/"]:before        { background-position: 0 0 !important; } /*ニュース*/

.contentsMenu li:nth-child(3) a[href*="wmPageLinkResource?pageId"]:before,
.contentsMenu li:nth-child(4) a[href*="wmPageLinkResource?pageId"]:before,
.contentsMenu li a[href*="gara.html"]:before    { background-position: 11.11% 0 !important; } /*ガラポン系*/

.contentsMenu li:nth-child(5) a[href*="wmPageLinkResource?pageId"]:before,
.contentsMenu li a[href*="game.html"]:before    { background-position: 22.22% 0 !important; } /*ミニゲーム*/

.contentsMenu li:nth-child(6) a[href*="wmPageLinkResource?pageId"]:before,
.contentsMenu li a[href*="goods.html"]:before   { background-position: 33.33% 0 !important; } /*オリジナルグッズ*/


.contentsMenu .cur a,
.contentsMenu li a:hover,
.contentsMenu li a:active {
	background-color: rgba(221,68,85,0.5);
}
.contentsMenu li a:hover:before {
	border: 3px solid #fa6;
}

/*swipe_menu*/
#swipe_menu .contentsMenu {
	margin: 0;
	background: repeating-linear-gradient(90deg, #e78 0, #e78 8px, #f08594 8px, #f08594 16px);
}
#swipe_menu .contentsMenu:before,
#swipe_menu .contentsMenu li:before,
#swipe_menu .contentsMenu li a:before,
#swipe_menu .contentsMenu li a:after {
	display: none;
}
#swipe_menu .contentsMenu li:first-child {
	display: block;
}
#swipe_menu .contentsMenu li {
	min-width: auto !important;
}
#swipe_menu .contentsMenu li a {
	margin: 0 0 -90px !important;
	padding: 40px 0 100px !important;
	color: #fff !important;
	font-size: 9px;
	font-family: inherit;
	line-height: 1.3;
	white-space: normal;
}
#swipe_menu .contentsMenu li a:before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background: #fff url(../img/icons.png) no-repeat 0 center / auto 100%;
	border: none;
	position: absolute;
	top: 8px;
	left: calc(50% - 13px);
}

@media (max-width: 1120px) {
	#contents-header h1 a {
		margin: 7.5892% 66.0714% 0 2.6785%;
	}
	#contents-header h1 img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 800px) {
	#contents-header:after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		margin: 0;
		background: #e5e5e5;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: -1;
	}
	#swipe_menu .contentsMenu li a:hover:before {
		box-shadow: 0 0 0 3px #fa6;
	}
	.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
		display: none;
	}
}

@media (max-width: 480px) {
	#swipe_menu .contentsMenu {
		height: 60px;
	}
	#swipe_menu .contentsMenu li a {
		padding-top: 34px !important;
		font-size: 1.875vw;
	}
	#swipe_menu .contentsMenu li a:before {
		width: 20px;
		height: 20px;
		left: calc(50% - 10px);
	}
	#swipe_menu .contentsMenu li a:hover:before {
		box-shadow: 0 0 0 2px #fa6;
	}
}

@media (max-width: 400px) {
	#swipe_menu .contentsMenu {
		height: 55px;
	}
}





/* -----------------------------------
news
----------------------------------- */
#contents-news {
	background: repeating-linear-gradient(90deg, #e5e5e5 0, #e5e5e5 8px, #e8e8e8 8px, #e8e8e8 16px);
}
.news_idx {
	margin-top: 25px;
	padding: 0;
}
.news_idx dt {
	width: 9em;
	margin: 0 !important;
	padding: 10px 1em 5px;
	color: #fff !important;
}
.news_idx dd {
	margin: 0 0 1px !important;
	padding: 10px 1em 5px 10em;
	border-bottom: 1px solid #e78;
	background: #fff;
	box-shadow: 9em 0 0 0 #e78 inset, 0 1px 0 0 #fff;
}
.news_idx dd p {
	clear: none;
}
.news_idx .categoryTag li a[href*="NEWS/all/"] {
	display: none;
}

/*news(Twitter Follow)*/
#news_tw-follow {
	margin-top: 1em;
	padding: 10px;
	background-color: #fff;
}
#news_tw-follow p {
	text-align: center;
}
#news_tw-follow p a {
	display: inline-block;
	color: #444;
	font-size: 85.7%;
	text-align: center;
	text-decoration: none;
	word-break: keep-all;
}
#news_tw-follow p a:hover {
	opacity: 0.7;
}
#news_tw-follow p a i {
	display: inline-block;
	margin: 0 5px;
	padding: 2px 10px 2px 30px;
	color: #fff;
	font-style: normal;
	background: #55acee url(/common/tmpl/images/icon_tw.png) no-repeat 8px center / auto 18px;
	border-radius: 5px;
}

.news_more {
	margin: 1em 0 0;
	padding: 0;
	text-align: right;
}
.news_more a {
	display: inline-block;
	margin: 0;
	padding: 3px 10px 3px 25px;
	color: #fff;
	font-size: 85.7%;
	text-decoration: none;
	background: #aaa;
	position: relative;
}
.news_more a:hover,
.news_more a:active {
	opacity: 0.8;
}
.news_more a:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(../img/icons.png) no-repeat 55.55% center / 1000% auto;
	position: absolute;
	top: 50%;
	left: 5px;
}
.news_more a:last-child {
	margin-left: 15px;
	background: #fa3;
}
.news_more a:last-child:before {
	background: url(../img/icons.png) no-repeat 66.66% center / 1000% auto;
}

@media (max-width: 800px) {
}

@media (max-width: 640px) {
	.news_idx dt {
		background: rgba(255,255,255,0.6);
		padding: 2px 1em;
		width: 100%;
		box-shadow: 9em 0 0 0 #e78 inset;
	}
	.news_idx dd {
		padding: 0;
		box-shadow: 0 1px 0 0 #fff;
		clear: both;
	}
	.news_idx dd p {
		padding: 2px 1em 0;
	}
	.news_idx .categoryTag {
		margin-left: 1em;
		margin-right: 1em;
	}
}

@media (max-width: 480px) {
	.news_idx {
		font-size: 85.7%;
	}
	#news_tw-follow {
		border-radius: 6px;
	}
	.news_more {
		text-align: center;
	}
}





/* -----------------------------------
shoplist
----------------------------------- */
.locations.type2 {
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px dashed #bbb;
}
.locations.type2 + .locations.type2 {
	padding-top: 10px;
	border-top: none;
}
.locations.type2 dt {
	color: #fff;
	width: 35%;
	background: repeating-linear-gradient(90deg, #e78 0, #e78 8px, #f08594 8px, #f08594 16px);
	border-right: 3px solid #f36;
	position: relative;
	text-shadow: 1px 1px 0 #d67, -1px 1px 0 #d67, 1px -1px 0 #d67, -1px -1px 0 #d67, 0px 1px 0 #d67, 1px 0px 0 #d67, -1px 0px 0 #d67, 0px -1px 0 #d67;
	word-break: keep-all;
}
.locations.type2 dt:after {
	border-left-color: #f36;
}
.locations.type2 dt strong {
	display: inline-block;
	color: #fff;
}
.locations.type2 dd b {
	color: #333;
	font-size: 100%;
	text-align-last: justify;
	padding: 0 1em 0 0;
	background: transparent;
	border-right: 4px solid #ccc;
	border-radius: 0;
	top: 0;
}
.closeTimer:after {
	color: #fff;
	padding: 0 0.5em;
	background: #f36;
	display: inline-block;
}

@media (max-width: 800px) {
	.locations.type2 dt {
		width: 100%;
		border-right: none;
		border-bottom: 3px solid #f36;
	}
	.locations.type2 dt:after {
		border-top-color: #f36 !important;
	}
}

@media (max-width: 480px) {
	.locations.type2 dd {
		font-size: 85.7%;
		padding: 2.5em 0 0.3em !important;
	}
	.locations.type2 dd b {
		width: 100% !important;
		padding: 0.2em 0.5em;
		background: #eee;
		border-left: 4px solid #ccc;
		border-right: 0;
		text-align-last: left;
	}
}





/* -----------------------------------
other
----------------------------------- */
#other {
	font-size: 85.7%;
	text-align: center;
	background: #e78;
	border-bottom: 3px solid #f36;
}
#other > * {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
.official-link a {
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	line-height: 1.4;
}
.official-link a ins {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
.official-link a img {
	width: 100%;
	max-width: 180px;
	margin-bottom: 0.6em;
	background: #fff;
	border-radius: 10px;
}
.official-link a:hover {
	opacity: 0.7;
}

/*copyright*/
.official-copyright {
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.official-copyright small {
	display: inline-block;
	margin: 0 0.5em;
	word-break: keep-all;
}

@media (max-width: 480px) {
	.official-copyright small {
		font-size: 91.6%;
	}
}



