

* {
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


html {
  height: 100%;
  width: 100%;
}


/* For modern browsers */
.cf:before, .cf:after {
  content: "";
  display: table;
}


.cf:after {
  clear: both;
}


/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
  overflow: hidden;
}


a.deactivated {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}


#header {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-shadow: 0px 0px 10px #999;
}

@media (min-width: 1025px) {
  #header {
    box-shadow: none;
  }
}


#header #hr1 {
  width: 100%;
  height: auto;
  background: #696969;
  background: -moz-linear-gradient(top,  #696969 0%, #4a4a4a 38%, #252525 39%, #000000 96%);
  background: -webkit-linear-gradient(top,  #696969 0%,#4a4a4a 38%,#252525 39%,#000000 96%);
  background: linear-gradient(to bottom,  #696969 0%,#4a4a4a 38%,#252525 39%,#000000 96%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#696969', endColorstr='#000000',GradientType=0 );
}


#header ul#snslink {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  padding: 0 3px;
}


#header ul#snslink li {
  width: 30px;
  height: 30px;
  padding: 3px;
  margin: 0;
  list-style-image: none;
  list-style-type: none;
}


#menubody {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  background: #fff;
}

@media (min-width: 1025px) {
  #menubody {
    box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    background: #fdfdfd;
    background: -moz-linear-gradient(top,  #fdfdfd 0%, #e5e5e5 50%, #dedede 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e5e5e5 50%,#dedede 51%,#ffffff 100%);
    background: linear-gradient(to bottom,  #fdfdfd 0%,#e5e5e5 50%,#dedede 51%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ffffff',GradientType=0 );
  }
}


#menubody h1 {
  display: block;
  width: 172px;
  height: 60px;
  margin: 0;
}


#menubody h1 a {
  display: block;
  width: 172px;
  height: 60px;
  text-decoration: none;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-image: url(../img/header/0logo.png);
  background-repeat: no-repeat;
  background-position: center center;
}


#menubody a.menu-link {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 60px;
  height: 60px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-image: url(../img/header/icon-menu.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 60px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 1025px) {
  #menubody a.menu-link {
    display: none;
  }
}


nav[role=navigation] {
  clear: both;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: transparent;
}


.js nav[role=navigation] {
  max-height: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .js nav[role=navigation] {
    max-height: none;
    width: calc( 100% - 172px );
    height: auto;
    overflow: hidden;
  }
}


nav[role=navigation].active {
  max-height: 500px;
}


nav[role=navigation] ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

@media (min-width: 1025px) {
  nav[role=navigation] ul {
    border-top: none;
    border-left: none;
  }
}


nav[role=navigation] li {
  display: block;
  width: 100%;
  height: 40px;
  list-style-image: none;
  list-style-type: none;
}

@media (min-width: 481px) {
  nav[role=navigation] li {
    width: 25%;
  }
}

@media (min-width: 1025px) {
  nav[role=navigation] li {
    width: 12.5%;
    height: 60px;
    border-left: 1px solid #d5d5d5;
  }
}


nav[role=navigation] li a {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  font-size: 0.8rem;
  line-height: 40px;
  color: #ccc;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  background: rgba(0,0,0,0.8);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 1025px) {
  nav[role=navigation] li a {
    height: 60px;
    line-height: 60px;
    color: #333;
    border-right: none;
    border-bottom: none;
    background: transparent;
  }
}


nav[role=navigation] li a:hover {
  color: #fff;
  background: #444;
}

@media (min-width: 1025px) {
  nav[role=navigation] li a:hover {
    background: #616161;
    background: -moz-linear-gradient(top,  #616161 0%, #212121 40%, #000000 60%, #454545 90%, #000000 100%);
    background: -webkit-linear-gradient(top,  #616161 0%,#212121 40%,#000000 60%,#454545 90%,#000000 100%);
    background: linear-gradient(to bottom,  #616161 0%,#212121 40%,#000000 60%,#454545 90%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000',GradientType=0 );
  }
}


a .m-en {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  font-family: Anton, sans-serif;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #ccc;
  text-align: center;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 1025px) {
  a .m-en {
    height: 60px;
    line-height: 60px;
    color: #000;
  }
}


a .m-jp {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  z-index: 1;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 1025px) {
  a .m-jp {
    height: 60px;
    line-height: 60px;
  }
}


nav[role="navigation"] li a:hover .m-en {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}


nav[role="navigation"] li a:hover .m-jp {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}


#footer {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  text-align: center;
  background-color: #000;
}

@media (min-width: 769px) {
  #footer {
    padding: 20px;
  }
}


#footer ul {
  text-align: center;
  margin-bottom: 5px;
}


#footer li {
  display: block;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #444;
}

@media (min-width: 769px) {
  #footer li {
    display: inline-block;
    padding: 0 5px;
    font-size: 10px;
    line-height: 1em;
    color: #999;
    border-bottom: none;
    border-left: 1px solid #999;
  }
}


@media (min-width: 769px) {
  #footer li:first-of-type {
    border-left: none;
  }
}


#footer li a {
  display: block;
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 40px;
  color: #999;
  text-decoration: none;
  background: #222;
}

@media (min-width: 769px) {
  #footer li a {
    font-size: 10px;
    line-height: 1em;
    background: transparent;
  }
}


#footer li a:hover {
  color: #FFF;
  text-decoration: none;
  background: #444;
}

@media (min-width: 769px) {
  #footer li a:hover {
    color: #FFF;
    text-decoration: underline;
    background: transparent;
  }
}


#footer p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 2em;
  color: #999;
}


.b-m5c {
  padding: 0;
  margin: 0 0 5px 0;
  text-align: center;
}


.b-m5 {
  padding: 0;
  margin: 0 0 5px 0;
}


.b-m10 {
  padding: 0;
  margin: 0 0 10px 0;
}


.b-m15 {
  padding: 0;
  margin: 0 0 15px 0;
}


.b-m20 {
  padding: 0;
  margin: 0 0 20px 0;
}


.b-m25 {
  padding: 0;
  margin: 0 0 25px 0;
}


.b-m15cb {
  padding: 0;
  margin: 0 0 15px 0;
  clear: both;
}


.b-m20cb {
  padding: 0;
  margin: 0 0 20px 0;
  clear: both;
}


.b-m25cb {
  padding: 0;
  margin: 0 0 25px 0;
  clear: both;
}


.b-m30cb {
  padding: 0;
  margin: 0 0 30px 0;
  clear: both;
}


.b-m35cb {
  padding: 0;
  margin: 0 0 35px 0;
  clear: both;
}


.b-m40cb {
  padding: 0;
  margin: 0 0 40px 0;
  clear: both;
}


.b-m45cb {
  padding: 0;
  margin: 0 0 45px 0;
  clear: both;
}


.b-m15cb-c {
  padding: 0;
  margin: 0 0 15px 0;
  clear: both;
  text-align: center;
}


.b-m0cb-c {
  padding: 0;
  margin: 0;
  clear: both;
  text-align: center;
}


.b-m10cb-c {
  padding: 0;
  margin: 0 0 10px 0;
  clear: both;
  text-align: center;
}


.b-m20cb-c {
  padding: 0;
  margin: 0 0 20px 0;
  clear: both;
  text-align: center;
}


.b-m25cb-c {
  padding: 0;
  margin: 0 0 25px 0;
  clear: both;
  text-align: center;
}


.pt5 {
  padding-top: 5px;
}


.tal {
  text-align: left;
}


.tac {
  text-align: center;
}


.tar {
  text-align: right;
}


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


.img-container {
  position: relative;
  margin: 0;
}


.img-container::before {
  padding-top: 66.66%;
  display: block;
  content: "";
}


.img-container-square::before {
  padding-top: 100%;
  display: block;
  content: "";
}


.img-container .container-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


.img-container .container-inner img {
  vertical-align: middle;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0;
  overflow: hidden;
}


.video-container iframe, 
.video-container object, 
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#mmbody #mmcontents a.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #222;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  padding: 0.7rem 0;
  vertical-align: middle;
  white-space: nowrap;
}

@media (min-width: 481px) {
  #mmbody #mmcontents a.button {
    display: inline-block;
    max-width: 18rem;
    font-size: 0.8rem;
  }
}


#mmbody #mmcontents a.button:hover, 
#mmbody #mmcontents a.button:focus {
  background: #444;
  color: #fff;
  text-decoration: none;
}


#mmbody #mmcontents-product .prod-bt-wrap {
  display: block;
}

@media (min-width: 769px) {
  #mmbody #mmcontents-product .prod-bt-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
}


#mmbody #mmcontents-product .prod-bt-wrap a.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #222;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: calc( 100% - 10px );
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  padding: 0.7rem 0;
  margin: 5px;
  vertical-align: middle;
  white-space: nowrap;
}

@media (min-width: 481px) {
  #mmbody #mmcontents-product .prod-bt-wrap a.button {
    width: calc( 100% - 20px );
    max-width: 18rem;
    margin: 10px auto;
  }
}

@media (min-width: 769px) {
  #mmbody #mmcontents-product .prod-bt-wrap a.button {
    width: calc( 33.33% - 10px );
    max-width: calc( 33.33% - 10px );
    margin: 0 5px;
    font-size: 0.65rem;
  }
}

@media (min-width: 1025px) {
  #mmbody #mmcontents-product .prod-bt-wrap a.button {
    width: calc( 33.33% - 20px );
    max-width: calc( 33.33% - 20px );
    margin: 0 10px;
    font-size: 0.8rem;
  }
}


#mmbody #mmcontents-product .prod-bt-wrap a.button:hover, 
#mmbody #mmcontents-product .prod-bt-wrap a.button:focus {
  background: #444;
  color: #fff;
  text-decoration: none;
}


#topscroll {
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../js/up.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px 48px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


#topscroll:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

