@charset "UTF-8";
/* Scss Document */
html, body {
  width: 100%;
  height: 100%;
  position: relative; }

body {
  background: #000; }

.backgroundImg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0; }

.backgroundImg2 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0; }

.backgroundImg > img {
  width: 200%;
  height: auto;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -100%; }

.backgroundImg2 > img {
  width: 200%;
  height: auto;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -100%; }

@media screen and (min-width: 450px) {
  #bgAnim0 > img {
    width: 110%;
    top: -10px; }

  .backgroundImg > img {
    width: 100%;
    left: 0;
    margin-left: 0; }

  .backgroundImg2 > img {
    width: 100%;
    top: -50px;
    left: 0;
    margin-left: 0; } }
.backgroundColor {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: #FFF; }

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
	Menu
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.nav_wrap {
  width: 100%;
  height: 50px;
  background: url(../img/menu_bg.png) repeat-x center top;
  background-size: 444px 50px;
  -webkit-background-size: 444px 50px;
  position: fixed;
  top: 0;
  z-index: 1000; }

.nav_btn {
  width: 100%;
  height: 30px; }

.nav_btn > li {
  height: 40px;
  border: 1px solid #FFF;
  margin: 4px 5px;
  overflow: hidden; }

.nav_btn > li > a {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 0 20px; }

.lang {
  float: left;
  display: none; }

.menu {
  float: right;
  display: none; }

.lang_close {
  float: left;
  display: none; }

.menu_close {
  float: right;
  display: none; }

/*言語設定*/
.lang_wrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100; }

.lang_select {
  width: 274px;
  height: 208px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -85px 0 0 -135px; }

.lang_select > li {
  width: 270px;
  height: 40px;
  border: 2px solid #FFF;
  margin: 5px 0;
  display: none; }

.lang_select > li > a {
  display: block;
  color: #FFF;
  line-height: 40px;
  font-size: 20px;
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none; }

/*メニューボタン*/
.menu_wrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100;
  overflow-y: scroll; }

.menu_select {
  width: 175px;
  padding: 10px 0;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 200;
  overflow: hidden;
  display: none; }

.menu_select > li {
  width: 175px;
  height: 42px;
  padding: 1px 0;
  transform: translateX(175px);
  -webkit-transform: translateX(175px); }

.menu_select > li > a {
  display: block; }

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
	Top Main
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
#main_wrap {
  width: 100%;
  height: 100%;
  position: relative; }

.top_main {
  width: 100%;
  height: 100%;
  position: relative; }

.top_bottomObject {
  width: 100%;
  height: 242px;
  position: absolute;
  bottom: 0; }

.pv {
  width: 109px;
  height: 56px;
  position: absolute;
  top: 50px;
  left: 0;
  padding: 0 5px; }

.btn_reach-me {
  width: 102px;
  height: 82px;
  position: absolute;
  top: 60px;
  left: 4px;
  padding: 0 5px;
  z-index: 80; }

.btn_reach-me > a {
  display: block; }

.main_contents {
  width: 100%;
  height: 177px;
  position: absolute;
  top: 50%;
  z-index: 50; }

.main_contents > div {
  font-size: 0;
  line-height: 0;
  text-align: center; }

.logo {
  width: 152px;
  height: 63px;
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 0; }

.cd {
  width: 90px;
  height: 70px;
  padding: 50px 0 0 34px;
  background: url(../img/cd_bg.png) no-repeat center center;
  background-size: 124px 120px;
  -webkit-background-size: 124px 120px;
  position: absolute;
  bottom: 0;
  right: 0; }

.btn_goSearch {
  width: 124px;
  height: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 90; }

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
	Top Menu
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.top_menubtn {
  width: 260px;
  overflow: hidden;
  margin: 250px auto 0; }

.top_menubtn > li {
  width: 260px;
  height: 56px;
  padding: 3px 0; }

.top_menubtn > li > a {
  display: block; }

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
	Lower Page
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.lower_wrap {
  width: 320px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 60px; }

.lower_wrap > h1 {
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding: 5px 0; }

.lower_contents {
  width: 310px;
  padding: 20px 0;
  margin: 0 auto;
  background: url(../img/frame_head.png) no-repeat center top, url(../img/frame_bottom.png) no-repeat center bottom, url(../img/frame_body.png) repeat-y center top;
  background-size: 310px 43px , 310px 44px , 300px 42px; }

.contents > li {
  font-size: 0;
  line-height: 0;
  text-align: center; }

.pagetop {
  width: 249px;
  height: 29px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  padding: 10px 0 0; }

.pagetop > a {
  display: block; }

.pagezoom {
  width: 190px;
  height: 40px;
  border: 2px solid #F00;
  margin: 10px auto; }

.pagezoom > a {
  display: block;
  color: #F00;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px; }

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
	Footer
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
footer {
  width: 320px;
  overflow: hidden;
  padding: 10px 0;
  margin: 0 auto; }

.bn {
  width: 308px;
  height: 145px;
  margin: 0 auto; }

.bn > li {
  font-size: 0;
  line-height: 0;
  float: left;
  padding: 2px;
  position: relative; }

.bn > li > a > img {
  width: 150px;
  height: 44px; }

.bn_new {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 10; }

.sns {
  width: 88px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 10px;
  clear: both; }

.sns > li {
  font-size: 0;
  line-height: 0;
  float: left;
  padding: 0 2px; }

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
	Search
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
#search_wrap {
  width: 303px;
  height: 83px;
  background: url(../img/search_bg.png) no-repeat center top;
  background-size: 303px 123px;
  -webkit-background-size: 303px 123px;
  margin: 0 auto;
  padding: 40px 0 0; }

.customSelect {
  width: 294px;
  height: 44px;
  background: url(../img/select_bg.png) no-repeat center top;
  background-size: 294px 44px;
  -webkit-background-size: 294px 44px;
  color: #FFF;
  margin-left: 4px; }

.customSelectInner {
  font-size: 12px;
  line-height: 44px;
  padding-left: 20px; }

#search_btn {
  width: 100px;
  margin-left: 101px; }
