/* CSS Document */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #63656a;
  font-size: 17px;
  line-height: 1.8;
  word-break: break-all;
  height: 100vh;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
}
a {
  color: #63656a;
  text-decoration: none;
}
a:hover {
  color: #0fc9f3;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
img, video, object {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  display: block;
}
ul li, ol li {
  list-style: none;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
.note {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 13px;
  font-weight: normal;
}
#wrapper {
  width: 1000px;
  margin: 0 auto;
}
#lineup {
  margin: 100px 0 60px;
}
#lineup ul {
  overflow: hidden;
  padding: 40px 50px 0;
}
#lineup ul li {
  float: left;
}
#lineup ul li p.orderbtn {
  padding: 40px 0 0;
}
#lineup ul li:last-child {
  float: right;
}
.fix-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: auto;
  z-index: 999;
  opacity: 1;
}
.is-fixed {
  opacity: 0;
  -webkit-transition: all .02s;
  -moz-transition: all .02s;
  -ms-transition: all .02s;
  -o-transition: all .02s;
  transition: all .02s;
}
/* footer
---------------------------------*/
#page-top a {
  background: #63656a;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 0 20px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
#page-top a:after {
  position: absolute;
  top: -40px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  right: 0;
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#page-top a:hover {
  background: #63656a;
}
#footer {
  position: relative;
  background: #63656a;
  color: #fff;
  text-align: center;
  font-size: 90%;
}
#footer .inner {
  padding: 70px 10px 30px;
}
#footer .footer-link a {
  color: #fff;
}
#footer .footer-link li {
  display: inline;
  text-align: center;
  padding: 0 30px 0 0;
}
#footer .logo {
  margin: 0 auto;
  text-align: center;
  width: 110px;
}
#footer .logo a {
  display: block;
  margin: 70px 0 70px;
}
#footer .copyright {
  font-size: 12px;
}
#footer .copyright a {
  color: #333;
}
/*media Queries 1080
----------------------------------------------------*/
@media screen and (max-width: 1080px) {
  body {
    font-size: 75%;
    line-height: 1.6;
  }
  .note {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 10px;
    font-weight: normal;
  }
  #wrapper {
    width: 100%;
    margin: 0 auto;
  }
  #lineup {
    margin: 10% 0 8%;
  }
  #lineup ul {
    overflow: hidden;
    padding: 3% 5% 0;
  }
  #lineup ul li {
    float: left;
    width: 47%;
  }
  #lineup ul li p.orderbtn {
    padding: 3% 0 0;
  }
  #lineup ul li:last-child {
    float: right;
  }
  .fix-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: auto;
    z-index: 999;
    width: 30%;
  }
  /* footer
	-----------------------------*/
  #page-top a {
    background: #63656a;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0 15px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
  }
  #page-top a:after {
    position: absolute;
    top: -20px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    right: 0;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #page-top a:hover {
    background: #63656a;
  }
  #footer {
    background: #63656a;
    color: #fff;
    text-align: center;
    font-size: 100%;
  }
  #footer .inner {
    padding: 7% 5% 5%;
  }
  #footer .footer-link a {
    color: #fff;
  }
  #footer .footer-link li {
    display: block;
    text-align: center;
    padding: 0 6% 3%;
  }
  #footer .logo {
    margin: 5% auto 5%;
    text-align: center;
    width: 110px;
  }
  #footer .logo a {
    display: block;
    margin: 0 20%;
  }
  #footer .copyright {
    font-size: 10px;
  }
  #footer .copyright a {
    color: #333;
  }
}