@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@charset "utf-8";
:focus{outline: 0;}
body{background: #000;line-height: 1.0;margin: 0;padding: 0;}
p{margin: 0;padding: 0;}
ol,ul{list-style: none;margin: 0;padding: 0;}
table{border-collapse: separate;border-spacing: 0;}
caption,th,td{font-weight: normal;text-align: left;}
blockquote:before,blockquote:after,q:before,q:after{content: "";}
blockquote,q{quotes: "" "";}
img, a img{border: 0;margin: 0;}
body article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block;margin: 0;padding: 0;}
body {font-size: 16px;font-family: 'Noto Sans JP',sans-serif;color: #fff;line-height: 1.5;}
h1,h2,h3,h4,h5,h6{clear: both;font-weight: bold;margin: 0;padding: 0;}
hr{background-color: #333;border: 0;height: 1px;margin-bottom: 1.625em;}
a,a:focus,a:active,a:hover{color: #fff;text-decoration: underline;cursor: pointer;}
.clearfix:after{display: block;clear: both;height: 0;visibility: hidden;content: "";}
.clearfix{min-height: 1px;}
* html .clearfix{height: 1px;height: auto;overflow: hidden;/**/}
img{vertical-align: bottom;}

/* COMMON ==================== */

#wrapper img {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}
#wrapper img.lazyloaded {
  opacity: 1;
}


body{
}
body.noscroll{
  overflow: hidden;
}

@media screen and ( min-width:768px ) { /* PC ==================== */
  .pc{display: block !important;}
  .sp{display: none !important;}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
  .pc{display: none !important;}
  .sp{display: block !important;}
}

#content img{width:100%;}
.bold{font-weight:bold !important;}
.normal{font-weight:normal !important;}

.font80{font-size:80% !important;line-height:1.2;}
.font120{font-size:120% !important;line-height:1.2;}
.font150{font-size:150% !important;line-height:1.2;}
.font200{font-size:200% !important;line-height:1.2;}
.font300{font-size:300% !important;line-height:1.2;}
.font400{font-size:400% !important;line-height:1.2;}
.align-center{text-align: center;}

#content img.img-w30{width:30% !important;}
#content img.img-w35{width:35% !important;}
#content img.img-w40{width:40% !important;}
#content img.img-w45{width:45% !important;}
#content img.img-w50{width:50% !important;}
#content img.img-w60{width:60% !important;}
#content img.img-w70{width:70% !important;}
#content img.img-w80{width:80% !important;}

h2,h3,h4{margin-top:20px;}

.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}

.float-l{float:left;}
.float-r{float:right;}

.margin-t20{margin-top:20px;}
.margin-t30{margin-top:30px;}
.margin-t40{margin-top:40px;}
.margin-t50{margin-top:50px;}
.margin-l15{margin-left:15px;}
.margin-l20{margin-left:20px;}
.margin-l30{margin-left:30px;}
.margin-l40{margin-left:40px;}
.margin-l50{margin-left:50px;}

.width20{width:19% !important;}
.width30{width:29% !important;}
.width33{width:33% !important;}
.width40{width:39% !important;}
.width50{width:49% !important;}
.width60{width:59% !important;}
.width70{width:69% !important;}
.width80{width:79% !important;}

.list-disc{
  list-style-type:disc !important;
  list-style-position:outside !important;
  margin-left:20px;
}
.list-square{
  list-style-type:square !important;
  list-style-position:outside !important;
  margin-left:20px;
}
.list-upper-latin{
  list-style-type:upper-latin !important;
  list-style-position:outside !important;
  margin-left:20px;
}
.list-lower-latin{
  list-style-type:lower-latin !important;
  list-style-position:outside !important;
  margin-left:20px;
}
ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
  margin-left:15px;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}

.btn{display:block;cursor:pointer;}

@font-face{
  font-family:'FontAwesome';
  src:url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.eot?v=4.1.0');
  src:url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight:normal;
  font-style:normal;
}


#wrapper{
  width:100%;
  background-color:#000;
  color:#fff !important;
  font-size: 18px !important;
  background-image: url("../img/bg@2x.png");
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: center top;
}

.content-header{
  width:100%;
  position: relative;
}
.content-header .header-bg{
  width:100%;
  position: absolute;
  top:0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.inheader{
  padding: 5% !important;
}
.content-header .logo{
  margin: 0 auto;
  position: absolute;
  top:0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  margin-top:2%;
}
.inheader .logo{
  width:40% !important;
  margin-top:1%;
}


.content-blackbg-top{
  width:100%;
}
.content-blackbg-bottom{
  width:100%;

}
.content-blackbg{
  width:100%;
  background-image: url("../../common/img/content-blackbg@2x.png");
  background-size: 100%;
}

.content-fotter{
  background-color: rgba(167,255,86,0.15);
}
.footer-top{
  width:100%;
}
.footer-top img{
  width:100%;
}
.fotter-bg{
  width:100%;
  position: relative;
}
.fotter-bg img{
  width:100%;
}

.fotter-bg div.copyright{
  width:90%;
  line-height: 1.3 !important;
  margin:0 auto;
  padding:0;
  position:absolute;
  left:5%;
  z-index: 9999;
}
.fotter-bg div.copyright p{
  margin-top:2%;
}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .fotter-bg div.copyright{
    font-size: 70%;
    line-height: 1.3 !important;
    top:5%;
  }
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
  .fotter-bg div.copyright{
    font-size: 30%;
    line-height: 1.1 !important;
    top:0;
  }

}

.top-img02{
  width:50%;
  position:absolute;
  top:-60%;
  right:1%;
  z-index: 9998;
}
.top-img02 img{
  width:100%;
}

@media screen and ( min-width:768px ) { /* PC ==================== */
  .content{
    max-width:1920px;
    width:100%;
    margin:0 auto;

  }
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
  .content{
    width:100%;
    margin:0 auto;
  }
}

.content-nav{
  width:100%;
  background-image: url("../img/menu-bg@2x.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 9999;
  text-align: center;
  position: absolute;
  left:0;
}
.content-nav ul{
  width:90%;
  margin:0 auto;
}
.content-nav ul li{
  width: 19%;
  float: left;
  margin:1% 0 0.5% 0;
  border-left:2px solid #000;
}
.content-nav ul li.border-right{
  border-right:2px solid #000;
}
.content-nav ul li img{
  width: 100%;
  border-bottom: 3px solid #000;
  border-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0));
  border-image-slice: 1;
}

.title{
  width:100%;
  background-image: url("../img/frame-top@2x.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-top: 7%;
}
.title h3{
  width:50%;
  margin:0 auto;
}
.title h3 img{
  width:100%;
}
.contrnt-bg{
  background-color: rgba(167,255,86,0.15);
  background-image: url("../img/frame-bg@2x.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.contrnt-bg div{
  width:100%;
  margin:0 auto;
  padding:0 0 5% 0;
}


.brand_Logo{
  width:90%;
  margin:0 auto;
  text-align:center;
  padding:10px;
  background: #000;
}

@media screen and ( min-width:768px ) { /* PC ==================== */
.brand_Logo{
  width:40%;
}
}
@media screen and ( max-width:768px ) { /* SP  ==================== */
.brand_Logo{
  width:50%;
  font-size:80%;
}
}

.brand_Logo img{
  width:100%;
}
