@charset "UTF-8";
/* Deemo CSS (common.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

/* ============================================
 base
============================================ */
html, body {
  width: 100%;
  height: 100%;
  color: #fff;
  letter-spacing: -.3px;
  font-size: 12px;
  line-height: 1.6;
  font-family: "メイリオ", Meiryo, Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #000;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 94%;
  margin: 0 auto;
}

/* ============================================
 header
============================================ */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 58px;
  margin: 0 auto;
  z-index: 10;
}
header .bg_header {
  position: absolute;
  width: 100%;
  height: 70px;
  background: url("../images/bg/bg_content_mesh.png") repeat;
}
header .header_inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
header #logo {
  float: left;
  width: 20%;
  text-align: center;
}
header #logo img {
  width: 62px;
}

nav {
  float: left;
  width: 80%;
  margin-top: 20px;
}
nav ul li {
  float: left;
  width: 25%;
  padding: 0 1%;
  text-align: center;
}
nav ul li img {
  width: 56px;
}

/*#bunner img {
    display: none;
    /*width: 60px;
    position: absolute;
    top: 460px;
    left: 120px;
    margin-top: 5px;
}

#under_bunner img {
    width: 60px;
}*/

/* ============================================
 contents
============================================ */
#sns {
  position: fixed;
  right: 3%;
  top: 72px;
  overflow: hidden;
  z-index: 10;
}
#sns ul {
  float: right;
}
#sns ul li {
  float: left;
}
#sns ul li a {
  display: inline-block;
  width: 36px;
  padding: 0 3px;
}

#content_area {
  position: relative;
  width: 100%;
  margin-top: 20%;
  padding-top: 30px;
}

/* ============================================
 footer
============================================ */
footer {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 35px;
}
footer .bg_footer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
footer .bg_footer_mesh {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/bg/bg_mesh.png") repeat;
}
footer .copyright {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 9px 0 8px;
}
footer .copyright img {
  width: 136px;
}

/* ============================================
 POPUP
============================================ */
#sorry_popup.popup, #notice_popup.popup {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
}
#sorry_popup .popup_bg, #notice_popup .popup_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#popup_container .popup_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #797675;
    opacity: 0.7;
    filter: alpha(opacity=70);
}


#sorry_container {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 80%;
    height: 70%;
    margin-left: -40%;
    padding: 20px;
    background-color: #fff;
    color: #000;
    text-align: center;
}

#notice_container {
    position: absolute;
    top: 8%;
    left: 50%;
    width: 80%;
    height: 85%;
    margin-left: -40%;
    padding: 20px;
    background-color: #fff;
    color: #000;
    text-align: center;
    overflow-y: scroll;
}



/* ============================================
link_area
============================================ */

#link_area {
    /*background: rgba(255, 255, 255, 0.6);*/
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 50%;
    margin-bottom: -100px;
    margin-left: -120px;
    padding: 15px;
    /* display: none;
     z-index: 50;*/
}

/*   #link_area ul {
       margin: -15px 0 0 -15px;
   }*/

#link_area ul li {
    margin-left: 40px;
    margin-bottom: 20px;

}

#link_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #544F4F;
    opacity: 0.9;
    filter: alpha(opacity=90);
    display: none;

}

#link_area img {
    width: 125px;
    z-index: 100;
}

/* ============================================
event_btn
============================================ */

#event_btn {
    position: fixed;
    bottom: 13%;
    right: 25px;
    width: 100px;
}

/* ============================================
popup
============================================ */

#popup_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#popup_banner {
    position: relative;
    width: 100%;
    height: 100%;

}

.popup_contents {
    position: absolute;
    width: 90%;
    height: auto;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -45%;
}



.popup_detail_button {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -50%;
    padding: 0 10px;
}




/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 768px) {
  /* ============================================
  header
  ============================================ */
  header {
    position: fixed;
    left: 0;
    width: 163px;
    height: 100%;
    z-index: 10;
  }
  header .bg_header {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
  }
  header .header_inner {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  header #logo {
    float: none;
    width: 100%;
  }
  header #logo img {
    width: auto;
  }

  nav {
    float: none;
    width: 100%;
    margin-top: 7%;
  }
  nav ul li {
    float: none;
    width: 60%;
    margin: 0 auto;
    padding: 0 1%;
  }

    /*#bunner, #bunner a {
        display: block;
        width: 300px;
        height: 100px;
       /* position: absolute;
        top:-30px;
        left:-120px;
        margin: 0 auto;
        padding: 0 1%;

    #bunner img {
        display: none;
        /*width: 225px;
        height: 84px;
        margin-top: 15px;
    }

    #under_bunner img {
        display: block;
        width: 215px;
        height: 84px;
        margin: 0 auto;
    }*/

   nav ul li img {
    width: auto;
  }
  #sns {
    right: 10px;
    top: 10px;
    margin-top: 0;
  }
  #sns ul {
    float: right;
  }
  #sns ul li {
    float: left;
  }
  #sns ul li a {
    display: inline-block;
    width: 56px;
    padding: 0 3px;
  }

  #content_area {
    padding-bottom: 60px;
    padding-top: 5%;
    margin-top: 0;
  }
  /* ============================================
  footer
  ============================================ */
  footer {
    position: fixed;
    height: 35px;
  }
  footer .bg_footer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  footer .bg_footer_mesh {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/bg/bg_mesh.png") repeat;
  }
  footer .copyright {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 9px 0 8px;
  }
  footer .copyright img {
    width: 200px;
  }

    /* ============================================
    link_area
    ============================================ */

    #link_area {
        /*background: rgba(255, 255, 255, 0.6);*/
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        margin-top: -150px;
        margin-left: -300px;
        /*margin-left: -60px;
        padding: 15px;
        /* display: none;
         z-index: 50;*/
    }

    /*   #link_area ul {
           margin: -15px 0 0 -15px;
       }*/

    #link_area ul li {
        float: left;
        margin-left: 40px;
    }

    #link_bg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #544F4F;
        opacity: 0.9;
        filter: alpha(opacity=90);
        display: none;

    }

    #link_area img {
        width: 100%;
    }

    #notice_container {
        overflow: auto;
        height: 40%;
        position: absolute;
        top: 20%;
    }

    /* ============================================
c92
============================================ */

    #popup_banner {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .popup_contents {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 579px;
        height: 699px;
        margin-top: -350px;
        margin-left: -290px;
    }
    .popup_detail_button {
        position: absolute;
        bottom: 50px;
        left: 50%;
        margin-left: -223px;
        padding: 0 !important;
    }

    /* ============================================
event_btn
============================================ */

    #event_btn {
        position: fixed;
        bottom: 5px;
        right: 20px;
        width: 205px;
    }

}
@media screen and (min-width: 1120px) {
  /* ============================================
  header
  ============================================ */
  header {
    position: fixed;
    width: 225px;
  }

  #content_area {
    padding-top: 50px;
  }

    #bunner img {
        display: block;
        width: 225px;
        height: 84px;
    }

  /* ============================================
  footer
  ============================================ */
  footer {
    height: 50px;
  }
  footer .copyright {
    padding: 12px 0 15px;
  }
  footer .copyright img {
    width: auto;
  }



  /*#under_bunner {
      display: none;
  }*/

/* ============================================
link_area
============================================ */
    #link_bg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #544F4F;
        opacity: 0.9;
        filter: alpha(opacity=90);
        display: none;

    }

    #link_area {
        /*background: rgba(255, 255, 255, 0.6);*/
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        margin-top: -121px;
        margin-left: -300px;
        padding: 15px;
        /* display: none;
         z-index: 50;*/
    }

    /*   #link_area ul {
           margin: -15px 0 0 -15px;
       }*/

    #link_area ul li {
        float: left;
       margin-left: 2%;
    }

    #link_area img {
        width: 225px;
    }

    #notice_container {
        overflow: auto;
        height: 40%;
        position: absolute;
        top: 20%;
    }

}

