input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}
*:focus {
outline: none;
}


.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color:white;
  background-position: center top;
  background: url("../images/common/bg_loading.jpg") center top no-repeat;
}
.loading .loadingText {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 278px;
  height: 45px;
}
@keyframes blink{
    0% {opacity:0.4;}
    100% {opacity:1;}
}

.blinking{
    animation:blink 1.2s ease-in-out infinite alternate;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  line-height: 1;
  background-color:black;
  color: white;
  margin: 0;
  padding: 0;
}

#wrapper {
  position: relative;
}

#contents {
  width: 100%;
  overflow: hidden;
  background-color: black;
  color: white;
}

#contents_inner {
  width: 640px;
  margin: 0 auto;
  padding: 0;
  min-width: 640px;
  background-color: transparent;
  position: relative;
}

.container {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.container .nondisp {
  position: absolute;
  top: 10000px;
}

	
.bottom-menu {
  position:absolute;
  width: 640px;
  height: 880px;
  background: url("../images/common/bg_menu.png") center top no-repeat;
  background-color: black;
    margin: 0;
  padding: 0;
  bottom: 0;
  z-index: 1000;
  padding-top: 30px;
}

.bottom-menu .menu-items .item-2col,
.bottom-menu .menu-items .item-2col-2 {
  width: 100%;
  display: flex;
}

.bottom-menu .menu-items .item-2col .item {
  width: 320px;
  height: 105px;
  display: block;
  text-align: center;
  margin-bottom: 4px;
}

.bottom-menu .menu-items .item-2col .item img {
	text-align: center;
}



.bottom-menu .atention {
  width: 461px;
  height: 94px;
  margin-top: 10vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5vw;
}


.bottom-menu .copyright {
  width: 175px;
  height: 14px;
  margin-top: 5vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5vw;
  padding-bottom: 5vw;
}

.menubtn {
  position: fixed;
  top: 18px;
  left: 534px;
  width: 84px;
  height: 77px;
  background-image: url(../images/common/menubtn.png);
  transform: rotate(0deg);
  transition: all ease 600ms;
  z-index: 10000;
}

.menubtn.doShow {
  transform: rotate(90deg);
}

.headermenu {
  position: fixed;
  top: 0;
  left: 650px;
  width: 100%;
  height: 10000px;
  background: url("../images/common/bg_menu.png") center top no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all ease 600ms;
  z-index: 1000;
  background-position: 0 100px;
  padding-top: 130px;
 
}

.headermenu.doShow {
  left: 0;
}

.headermenu .menu-items .item-2col,
.headermenu .menu-items .item-2col-2 {

  width: 100%;
  display: flex;
}

.headermenu .menu-items .item-2col .item {
  width: 320px;
  height: 105px;
  display: block;
  text-align: center;
  margin-bottom: 4px;
}

.headermenu .menu-items .item-2col .item img {
	text-align: center;
}





.search {
  width: 581px;
  height: 189px;
	background-image: url(../images/common/bg_search.png);
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.search .select {
	width: 260px;
	height: 60px;
	font-size: 2rem;
	background-color: black;
	background-image: url(../images/common/bg_select.jpg);
	background-size: cover;
	color: white;
	border: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px;
    padding-left: 10px;
    position: absolute;
    top:100px;
    left: 75px;
    }

#search_button {
	width: 140px;
	height: 60px;
	font-size: 2rem;
	background-color: black;
	border: 1px solid white;
	color: white;
	bottom: 10px;
    position: absolute;
    top:100px;
    left: 360px;
	}

select {
-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
appearance: none; /* 標準のスタイルを無効にする */
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
display: none;
}

.snsbox{
	width: 100%;
	text-align: center;
}

.bottom-menu .sns_fb {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-left: 20px;
}

.bottom-menu .sns_tw {
  display: inline-block;
  width: 60px;
  height: 60px;
}

.bottom-menu .sns_tw img,
.bottom-menu .sns_fb img{
	width: 100%;
}
