@charset "Shift_JIS";
body.maker_list_open {
	overflow: hidden;
	height: 100%;
}
body.maker_list_open * {
	z-index:0!important;
}
.search_div .MakerListPopUpMenuOpen {
	position: absolute;
	right: 60px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	height: 33px;
	line-height: 33px;
	border-style: solid;
	border-color: var(--mainthema-background-color);
	border-radius: 4px;
	border-width: 1px;
	padding: 0px 25px 0px 10px;
	cursor: pointer;
	color: var(--mainthema-background-color);
	text-decoration: underline;
}
.search_div .MakerListPopUpMenuOpen:hover {
	border-color: var(--main-link-hovercolor);
	color: var(--main-link-hovercolor);
}
.search_div .MakerListPopUpMenuOpen span.MakerListPopUpMenuOpen_arrowicon{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 5px;
	left: auto;
	margin: auto;
	width: 0;
	height: 0;
	border-right: 7px solid transparent;
	border-top: 12px solid var(--mainthema-background-color);
	border-left: 7px solid transparent;
	display: block;
}
.MakerListPopUpMenuOpen:hover span.MakerListPopUpMenuOpen_arrowicon{
	border-top-color: var(--main-link-hovercolor);
}

#MakerListPopUpMenu {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.7);
	overflow-y: scroll;
	margin: auto;
	z-index: 1000000!important;;
}
#MakerListPopUpMenu > .makerlist_close_btn {
	opacity:0;
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	background-color: black;
	position: fixed;
	right: 20px;
	top: 20px;
	border: 2px solid #fff;
	cursor: pointer;
}
#MakerListPopUpMenu.open .makerlist_close_btn::before,
#MakerListPopUpMenu.open .makerlist_close_btn::after {
	content: "";
	display: block;
	width: 80%;
	height: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
}
#MakerListPopUpMenu.open .makerlist_close_btn::before {
	transform: rotate(45deg);
}
#MakerListPopUpMenu.open .makerlist_close_btn::after {
	transform: rotate(-45deg);
}
#MakerListPopUpMenu.open .makerlist_close_btn:hover {
	border-color:dodgerblue;
}
#MakerListPopUpMenu.open .makerlist_close_btn:hover::before,
#MakerListPopUpMenu.open .makerlist_close_btn:hover::after {
	background-color:dodgerblue;
}

#MakerListPopUpMenu > p.makerlist_popupmenu_title {
	position: relative;
	line-height: 50px;
	margin-left: 135%;
	margin-top: 90px;
	width: 100%;
	height: 50px;
}

#MakerListPopUpMenu > p.makerlist_popupmenu_title > span.bg {
	display: block;
}
#MakerListPopUpMenu > p.makerlist_popupmenu_title > span.bg:before {
	display: block;
	content:"";
	border-left: 35px solid transparent;
	border-top: 50px solid #000;
	border-width: 50px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
#MakerListPopUpMenu > p.makerlist_popupmenu_title > span.bg:after {
	content: "";
	display: block;
	border-left: 35px solid transparent;
	border-top: 50px solid rgba(0, 0, 0, 0.6);
	border-width: 50px;
	position: absolute;
	left: -22px;
	right: 0;
	top: -8px;
	bottom: 0;
	width: 100%;
}

#MakerListPopUpMenu > p.makerlist_popupmenu_title > span.text {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
	text-indent: 50px;
}

#MakerListPopUpMenu > ul.makerlist_content {
	background-color: #fff;
	border: 2px solid #000;
	margin: 20px;
	padding: 20px;
}

#MakerListPopUpMenu > ul.makerlist_content ul {
	overflow: hidden;
}

#MakerListPopUpMenu > ul.makerlist_content ul > li {
	float: left;
	margin: 10px;
    max-width: calc(100% - 20px);
}

#MakerListPopUpMenu .wrap_line {
	margin-bottom: 20px;
	overflow: hidden;
}

#MakerListPopUpMenu .daiwrap_title {
	border-bottom: 1px solid #666;
	color: #666;
	font-size: 20px;
	font-weight: bold;
}

#MakerListPopUpMenu .chuwrap_line {
	float: left;
	margin: 0 10px;
	width: 320px;
}

#MakerListPopUpMenu .chuwrap_title {
	background-color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
	padding: 0 5px;
}

#MakerListPopUpMenu .chuwrap_line > ul {
	border: 1px solid;
	border-color: slategray;
	margin-top: -14px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#MakerListPopUpMenu a.maker_link {
	display: inline-block;
	height : 80px;
	min-width:100px;
	width: 200px;
	color: var(--main-link-color);
	text-decoration: underline;
	position:relative;
	border: 1px solid var(--main-link-color);
	padding:10px 20px 0;
	overflow:hidden;
}

#MakerListPopUpMenu a.maker_link span {
	text-align: center;
	width: 100%;
	display: inline-block;
	line-height: 26px;
	margin-top: 16px;
	font-size: 12px;
	padding: 0 5px;
	box-sizing:border-box;
}
#MakerListPopUpMenu a.maker_link img {
	width:auto;
	height:42px;
	display:block;
	max-width: none;
	margin: auto;
}
#MakerListPopUpMenu a.maker_link img ~ span{
	margin-top:0;
}

#MakerListPopUpMenu a.maker_link:hover {
	border-width: 2px;
	padding: 9px 19px 0;
	border-color: var(--main-link-hovercolor);
	color: var(--main-link-hovercolor);
}
#MakerListPopUpMenu a.maker_link:hover span {
	line-height: 25px;
}
.CateMenuTitle a.MakerListPopUpMenuOpen:after {
	content: "";
	display: block;
	float: right;
}

/* open-close animation*/
#MakerListPopUpMenu {
	width: 100%;
	overflow-x: hidden;
}
#MakerListPopUpMenu.open {
	animation-name: makerlistopen1;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 0s;
	-ms-animation-name: makerlistopen1;
	-ms-animation-duration: 0.3s;
	-ms-animation-timing-function: ease;
	-ms-animation-iteration-count: 1;
	-ms-animation-fill-mode: forwards;
	-ms-animation-delay: 0s;
	z-index: 1000000!important;
}
#MakerListPopUpMenu.open .makerlist_popupmenu_title {
	animation-name: makerlistopen2;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 0.2s;
	-ms-animation-name: makerlistopen2;
	-ms-animation-duration: 0.3s;
	-ms-animation-timing-function: ease;
	-ms-animation-iteration-count: 1;
	-ms-animation-fill-mode: forwards;
	-ms-animation-delay: 0.2s;
}
#MakerListPopUpMenu.open .makerlist_close_btn {
	animation-name: makerlistopen3;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 0.2s;
	-ms-animation-name: makerlistopen3;
	-ms-animation-duration: 0.3s;
	-ms-animation-timing-function: ease;
	-ms-animation-iteration-count: 1;
	-ms-animation-fill-mode: forwards;
	-ms-animation-delay: 0.2s;
}
@keyframes makerlistopen1 {
  0% {
    height: 0%
  }
  100% {
    height: 100%;
  }
}
@keyframes makerlistopen2 {
  0% {
    margin-left: 135%
  }
  100% {
    margin-left: 35%;
  }
}
@keyframes makerlistopen2 {
  0% {
    margin-left: 135%
  }
  100% {
    margin-left: 35%;
  }
}
@keyframes makerlistopen3 {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top : 20px;
  }
}
-ms-@keyframes makerlistopen1 {
  0% {
    height: 0%
  }
  100% {
    height: 100%;
  }
}
-ms-@keyframes makerlistopen2 {
  0% {
    margin-left: 135%
  }
  100% {
    margin-left: 35%;
  }
}
-ms-@keyframes makerlistopen3 {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top : 20px;
  }
}
#MakerListPopUpMenu.close {
	animation-name: makerlistclose1;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 0.2s;
	-ms-animation-name: makerlistclose1;
	-ms-animation-duration: 0.3s;
	-ms-animation-timing-function: ease;
	-ms-animation-iteration-count: 1;
	-ms-animation-fill-mode: forwards;
	-ms-animation-delay: 0.2s;
}
#MakerListPopUpMenu.close .makerlist_popupmenu_title {
	animation-name: makerlistclose2;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 0s;
	-ms-animation-name: makerlistclose2;
	-ms-animation-duration: 0.3s;
	-ms-animation-timing-function: ease;
	-ms-animation-iteration-count: 1;
	-ms-animation-fill-mode: forwards;
	animation-delay: 0s;
}
#MakerListPopUpMenu.close .makerlist_close_btn {
	animation-name: makerlistclose3;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 0s;
	-ms-animation-name: makerlistclose3;
	-ms-animation-duration: 0.3s;
	-ms-animation-timing-function: ease;
	-ms-animation-iteration-count: 1;
	-ms-animation-fill-mode: forwards;
	animation-delay: 0s;
}
@keyframes makerlistclose1 {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes makerlistclose2 {
  0% {
    margin-left: 35%;
  }
  100% {
    margin-left: 135%;
  }
}
@keyframes makerlistclose3 {
  0% {
    opacity: 1;
    top: 20px;
  }
  100% {
    opacity: 0;
    top : -100px;
  }
}
-ms-@keyframes makerlistclose1 {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
-ms-@keyframes makerlistclose2 {
  0% {
    margin-left: 35%;
  }
  100% {
    margin-left: 135%;
  }
}
-ms-@keyframes makerlistclose3 {
  0% {
    opacity: 1;
    top: 20px;
  }
  100% {
    opacity: 0;
    top : -100px;
  }
}
#MakerListPopUpMenu > ul.makerlist_content ul.makerlist_headtab{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-moz-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-ms-justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#MakerListPopUpMenu > ul.makerlist_content ul.makerlist_headtab li {
	text-align: center;
	border: 2px solid #fff;
	margin: 0;
	-webkit-flex: auto;
	-moz-flex: auto;
	-ms-flex: auto;
	flex: auto;
	float: none;
	width:100px;
	max-width:100%;
}
#MakerListPopUpMenu > ul.makerlist_content ul.makerlist_headtab li a {
	display: block;
	padding: 14px 0;
	font-size: 16px;
	border:2px solid var(--mainthema-background-color);
	background-color: #fff;
	color: var(--mainthema-background-color);
	font-weight: bold;
	transition: .4s;
	border-radius: 4px;
}
#MakerListPopUpMenu > ul.makerlist_content ul.makerlist_headtab li a:hover {
	background-color: #0b2265;
	color: #fff;
}

#MakerListPopUpMenu > ul.makerlist_content .makerlist_scroll_up {
	float: right;
	line-height: 26px;
	position: relative;
	font-size:16px;
}
#MakerListPopUpMenu > ul.makerlist_content .makerlist_scroll_up:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 16px 8px;
	border-color: transparent transparent var(--main-link-color) transparent;
	vertical-align: middle;
	position: absolute;
	left: -18px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#MakerListPopUpMenu > ul.makerlist_content .makerlist_scroll_up:hover:before {
	color: var(--main-link-hovercolor);
	border-bottom-color: var(--main-link-hovercolor);
}
@media screen and (max-width: 768px) {
	#MakerListPopUpMenu > ul.makerlist_content {
		margin:20px 0;
	}
	#MakerListPopUpMenu .chuwrap_line {
		width: 100%;
		float: inherit;
		margin: 0;
	}
	#MakerListPopUpMenu {
		padding-bottom: 50%;
	}
	#MakerListPopUpMenu a.maker_link {
		font-size:16px;
	}
}
@media screen and (max-width: 520px) {
	#MakerListPopUpMenu > ul.makerlist_content ul > li {
		width:calc(100% - 20px);
	}
	#MakerListPopUpMenu a.maker_link{
		width:100%;
	}
}
