@charset "utf-8";
/* CSS Document */
body.fixed{
  position: fixed;
  width:100%;
}
.ul_open_h,
.ul_open_v {
    background-color: rgba(0,0,0,.5);
    color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0;
}
.ul_open_h{ 
    height: 100%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow-y: scroll;
    position: fixed;
}
.scroll_parent{
    position: fixed;
	bottom: 0;
    left: 0;
    width: 100%;
    height: 25em;
	z-index: 103;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
	box-sizing: border-box;
	border-top: solid 3px rgba(255,255,255, .9);
}
.ul_open_v{
    position: absolute;
    height: 100%;
}
.open-3{
    width: 100%;
    height: 100%;
	overflow: hidden;
}
.open-3 li {
    padding: .5em 0 0 0;
    text-align: center;
    width: 33.33%;
	display: inline-block;
	box-sizing: border-box;
}
/* 絵付きボタン */
.game-btn-img a { 
	line-height: 1.5em;
	border-radius: 13px;
	border-width: 3px;
	box-sizing: border-box;
	box-shadow: 0 4px 0 1px rgb(0 0 0 / 25%);
	padding: 0 4px;
}
.game-btn-img.menu-custom a { 
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0-1px 0, #fff -1px 0 0, #fff 1px 0 0;
}
.game-btn-img a.btn_active:before,
.game-btn-img a.btn_inactive:before {
	border-width: 2px;
	margin: -4.5px 0 0 -8.5px;
	width: calc(100% + 5px);
	height: calc(100% + 6px); border-radius: 14px;
}
.game-btn-img .svg-gazo {
	width: auto;
	height: 4em;
	margin: 4px 0 0 0;
	overflow: visible;
}
.game-btn-img.menu-custom span {
	display: block;
    font-size: .9em;
    margin-bottom: 2px;
	white-space: nowrap;
}
.game-btn-img.menu-custom span.spacing-small {
	letter-spacing: -0.05em
}
.game-btn-img.menu-custom a {
	box-shadow: 0 3px 0 0 rgb(0 0 0 / 50%);
	border-radius: 9px;
	width: 7.25em;
	overflow: visible;
	line-height: 1.35em;
}
.game-btn-img a.btn_active:before,
.game-btn-img a.btn_inactive:before {
	border-width: 1px;
	margin: -3.5px 0 0 -34px;
	width: calc(100% + 5.5px);
	height: calc(100% + 5px); border-radius: 10px;
}
.game-btn-img.menu-custom .svg {
	width: auto;
	height: 2.25em;
	overflow: visible;
	margin: 3px 0 5px;
}
.game-btn-img.menu-custom a svg path,
.game-btn-img.menu-custom a:hover svg path,
.game-btn-img.menu-custom a:focus svg path,
.game-btn-img.menu-custom a:active svg path,
.game-btn-img.menu-custom a:visited svg path {
	stroke: rgba(255,255,255,1);
    stroke-width: 4px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: #848fc4;
	paint-order: stroke fill;
}
.modal-overlay {
	z-index: 104;
}