html {
    font-size: initial;
 }
body{margin: 0;background: #fffef7;line-height: 1;}
img{
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
p{
  margin: 0;
}

video{
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100vh;
  z-index: -100;
  background-size: cover;
}

.logo{
  margin: 2% 0 0 3%;
}

.movieblock{
    background: #000;
}
.btn1{
    position: absolute;
    bottom: 30px;
    left: 0%;
    width: 100%;
    z-index: 1;
    text-align: center;
}

#second{
  overflow: hidden;  
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background: #fff;
  }

.txt1{
  margin-top: 15px;
  margin-bottom: 15px;
}

.bg{
  background: url(../img/bg_top.jpg) no-repeat;
  background-size: cover;
}

.product{
  overflow: hidden;
  padding-bottom: 20px;  
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.product .inner{
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

.product p{
  float: left;  
  margin-right: 20px;
  margin-left: 20px;
}

.product p:last-child{margin-right: 0px;}

p:hover,.btn1:hover{opacity: 0.5;}

.cont{
  display:flex;
  justify-content:center;
  margin: 0 auto 0;
}

.cont a{
opacity: 0.5;
}

.cont-inner{
  width: 100px;
  padding: 15px;
  border: solid 2px #fff;
}

.cont-inner a{
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 1.1em;
}

.cont-inner:hover{opacity: 0.5;}

.mobile-only{
  display: none ;

}

#detail{
  background: #fffef7;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.center-block{
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.mt30{margin-top: 30px;}
.mb30{margin-bottom: 30px;}

footer p{
  text-align: center;
  margin: 20px 0;
  }
footer ul{
  width: 840px;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  padding-left: 0;
  }

footer .bnr{
  width: 900px;
  padding: 0;
}

footer ul li{
    font-size: 16px;
    float: left;
    list-style: none;
    border-right: solid 1px #7d7d7d;
    display: table-cell;
    border-bottom: none;
    padding: 0 20px;
  }

footer .bnr li{
    border-right: none;
    margin-right: 20px;
    padding: 0 0px 0 0 ;
  }
footer .bnr li.mrn{
    margin: 0;
  }
.brn{
    border-right: none;
  }

footer ul li a{
    display: inline-block;
    color: #000;
    text-decoration: none;
}
footer ul li a:hover{
    text-decoration: none;
}
footer .fmenu li:before {
    content: "";
    width: 1px;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 16px;
    background-color: #000;
}

.buylink{   
    width: 496px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    }


.column{
  margin-right: auto;
  margin-left: auto;
  background: #ecdcb7;
  padding: 30px;
  margin-bottom: 30px;
  }
.column .inner{
  width: 900px;
  margin-right: auto;
  margin-left: auto;}

#acMenu{
  margin-top: 20px;
}
#acMenu dt {
  display: block;
  width: 900px;
  line-height: 1.5;
  text-align: left;
  border: #a98332 1px solid;
  cursor: pointer;
  background: #fbf8f3;  
  text-align: center;
  padding-bottom: 20px;
  padding: 1% 1% 3%;
}
#acMenu dt .title3{
  color: #a98332;
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 10px;
  }
#acMenu dt .maintext {
  margin-top: 10px;
  margin-bottom: 20px;
}

#acMenu dd {
  background: #faf7f3;
  width: 900px;
  line-height: 1.9;
  text-align: left;
  border: #a98332 1px solid;
  display: none;
  padding: 10px 30px;
}

#tabMenu ul {
  width: 600px;
}

#tabMenu li {
  float: left;
}

#tabMenu li a {
  display: block;
  width: 198px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  border: #5bc0de 1px solid;
}

dt.active {}

.media{
  border: #a98332 1px solid;
  background: #fff;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 50px;
}
.media a{
  color: #3e3e3e;
  text-decoration: underline;
}

.media dl {
    margin-top:2%;
    margin-bottom: 10px;
}
.media dd {
    margin-top: 0.5%;
    margin-left: 85px;
    margin-bottom: 10px;
    font-size: 16px;
    width: 710px;
    text-align: left;
}
.media p{
  margin: 20px;
}

.media dt {
  float: left;
  width: 85px;
  font-weight: normal;
}

.media  .hideblock{
  display: none;
}

.trademark{
  font-size: 0.8em;
  line-height: 1.5;
}



@media screen and (max-width: 768px) { 
video{
  height: 40vh;
  min-height: 40vh;
  }
#second {
    margin-top: 0px;
}
.btn1{
  display: none;
}
.product{
  margin-top: 0%;
  margin-bottom: 5%;
  width: 100%;
  padding-bottom: 0;
}

.product .inner{
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;  
}

.product p{
    margin-right: 5%;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 47%;
}

.product p:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
}

.product p:first-child {
    margin-left: 0;
}
.column {
    padding: 3% 2% 3%;
    margin-bottom: 10px;
}
.column .inner {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.txt1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.txt2{
  width: 100%;
}
#acMenu p {
  line-height: 1.5;
  font-size: 13px;
  margin-top: 2%;
  font-weight: normal;

  }
#acMenu dd {
  width: 100%;
  padding: 2% 3%;
}

#acMenu dt {
  width: 100%;
}
#acMenu dt .title3 {
    font-size: 1.1rem;
    line-height: 1.3;
}
#acMenu dt .maintext {
    margin-bottom: 20px;
}
.media{
    width: 98%;
    padding: 15px 20px 0px;
    margin-bottom: 25px;
}
.media dl {
    margin-top: 3%;
    margin-bottom: 20px;
}
.media dd {
    margin-top: 1.5%;
    margin-bottom: 10px;
    font-size: 0.9rem;
    width: 73%;
}

footer ul {
    width: 100%; 
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    border-bottom: dashed 1px #cfcfcf;
    padding: 0;
}
footer ul li{
    font-size: 15px;
    float: none;
    border-right: none;
    display: block;
    padding: 5px 0px 5px 25px;
    text-align: left;
    border-bottom: dashed 1px #cfcfcf;
}

footer ul li a{
    display:block;
    color: #191919;
    text-decoration: none;
}

footer li:before {
    content: "";
    width: 1px;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 16px;
    background-color: #000;
}
footer .bnr li {
    margin-right: 2%;
    margin-bottom: 2%;
    border-bottom: none;
    float: left;
    width: 49%;
}
footer .bnr li:nth-child(even) {
    margin-right: 0;
}

footer p{
  margin: 5% 0 5%;
 }

footer p img{
    width: 30%;
 }

footer .bnr {
    width: 98%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    border-bottom: none;
}


.lead_img{display: none;}

.mobile-only{
  display: block;
}


}