/* 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;
}
.bodyScroll {
  overflow: hidden !important;
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
}
ul li, ol li {
  list-style: none;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
.mincyo {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  font-weight: bold;
}
.note {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.lh15 {
  line-height: 1.5;
}
.dis_b {
  display: block;
}
.t_gray {
  color: #999;
}
.t_blue {
  color: #0fc9f3;
}
.t_green {
  color: #00cebc;
}
.t_center {
  text-align: center;
}
.t_left {
  text-align: left;
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.btn a {
  background: #a3a6af;
  color: #fff;
  width: 180px;
  height: 45px;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 90%;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
.btn a:hover {
  text-decoration: none;
  background: #63656a;
}
.btn a:before, .btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.btn a:after {
  right: -140px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn.whitebtn a {
  background: #fff;
  color: #63656a;
}
.btn.whitebtn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.btn.whitebtn a:after {
  border-top: 1px solid #63656a;
  border-right: 1px solid #63656a;
}
.arrowlink li a {
  line-height: 2;
  vertical-align: middle;
  position: relative;
}
.arrowlink li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-weight: normal;
}
.arrowlink li span a {
  font-weight: bold;
}
.pcnav .arrowlink li a {
  line-height: 3;
}
/* header navbar
---------------------------------*/
#navbar {
  width: 100%;
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  background: #fff;
  z-index: 555;
}
#navbar .logo {
  position: fixed;
  top: 22px;
  left: 45px;
  width: 100px;
  z-index: 9999;
}
/*menu*/
.menu {
  height: 20px;
  position: absolute;
  right: 40px;
  top: 38px;
  width: 30px;
  z-index: 9999;
  cursor: pointer
}
.menu__line {
  background: #ccc;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}
.menu__line--center {
  top: 9px;
}
.menu__line--bottom {
  bottom: 0;
}
.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
}
.menu__line--center.active {
  transform: scaleX(0);
}
.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}
/*gnav*/
.gnav {
  background: #fff;
  display: none;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: fixed;
  font-size: 95%;
  width: 100%;
  flex-direction: column;
}
.gnav__wrap ul {
  width: 900px;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
  padding: 25px 50px;
}
.gnav__wrap ul li {
  width: 400px;
  float: left;
}
.gnav__wrap ul li.second:before {
  top: 20px;
  bottom: auto;
}
.gnav__wrap ul li.second ul {
  border-bottom: none;
  width: 400px;
  font-size: 90%;
  padding: 0 20px 0;
}
.gnav__wrap ul li.second ul li, .gnav__wrap ul.submenu li {
  line-height: 2;
}
.gnav__wrap .brandArea h2 {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  color: #ccc;
  padding: 30px 0 0;
}
.gnav__wrap .brandArea ul {
  border-bottom: none;
  padding: 25px 25px;
}
.gnav__wrap .brandArea ul li:last-child {
  float: right;
}
#wrapper {
  height: 100vh;
}
.contents {
  padding-bottom: 150px;
}
/* headernav */
#headernav .pcnav {
  float: right;
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 850px;
  margin: 0 auto;
}
#headernav .pcnav li {
  text-align: center;
}
#headernav .pcnav li.nav1 {
  width: 50px;
}
#headernav .pcnav li.nav2 {
  width: 90px;
}
#headernav .pcnav li.nav3 {
  width: 130px;
}
#headernav .pcnav li.nav4 {
  width: 100px;
}
#headernav .pcnav li.nav5 {
  width: 80px;
}
#headernav .pcnav li.nav6 {
  width: 140px;
}
#headernav .pcnav > li {
  float: left;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  font-size: 85%;
  letter-spacing: 1px;
}
#headernav .pcnav > li p.nolink {
  font-weight: bold;
  color: #b8b8b8;
  cursor: pointer;
}
#headernav .pcnav > li a {
  display: block;
}
#headernav .pcnav > li a:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}
#headernav .pcnav > li.dropmenu {
  position: relative;
}
#headernav .pcnav li.dropmenu ul {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 40px;
  width: 1000%;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding: 20px 25px 10px 40px;
}
#headernav .pcnav li.dropmenu ul li {
  text-align: left;
}
#headernav .pcnav li.dropmenu:hover ul {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
.loginbtn {
  position: absolute;
  top: 36px;
  right: 135px;
  opacity: 0.8;
  width: 80px;
  text-align: center;
  font-size: 85%;
}
.cartbtn {
  position: absolute;
  top: 36px;
  right: 90px;
  opacity: 0.8;
  width: 58px;
  text-align: center;
  font-size: 85%;
}
.loginbtn img, .cartbtn img {
  width: 23px;
  display: block;
  margin: 0 auto;
}
.loginbtn .caption, .cartbtn .caption {
  text-align: center;
  color: #fff;
  letter-spacing: -2px;
}
.loginbtn .mask, .cartbtn .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.loginbtn:hover .mask, .cartbtn:hover .mask {
  opacity: 1; /* マスクを表示する */
}
.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
/* subpage
---------------------------------*/
.subpage #header {
  background: url("../../common/img/subpage_bg.jpg") no-repeat center center;
  height: 400px;
  margin-bottom: 80px;
}
.subpage #header .inner {
  max-width: 1000px;
}
.subpage #header h1 {
  padding: 270px 0 0;
  font-weight: bold;
  font-size: 200%;
  letter-spacing: 3px;
}
#order #header h1 {
  font-size: 250%;
}
.subpage #header h1 span {
  font-weight: bold;
  font-size: 50%;
  display: block;
  letter-spacing: 5px;
  line-height: 1.3;
}
/* 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 1280
----------------------------------------------------*/
@media screen and (max-width: 1280px) {}
/*media Queries 1080
----------------------------------------------------*/
@media screen and (max-width: 1080px) {
  body {
    font-size: 100%;
    line-height: 1.6;
  }
  .mincyo, h1, h2 {
    font-weight: 500;
  }
  .note {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: normal;
  }
  .mlr3 {
    margin: 0 3%;
  }
  .mlr5 {
    margin: 0 5%;
  }
  .glow {
    text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .btn a {
    background: #a3a6af;
    color: #fff;
    width: 150px;
    height: 40px;
    border-radius: 10px;
    padding: 9px 20px;
    font-size: 100%;
    vertical-align: middle;
    position: relative;
    display: inline-block;
  }
  .btn a:hover {
    text-decoration: none;
    background: #63656a;
  }
  .btn a:before, .btn a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
  }
  .btn a:after {
    right: -125px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn.whitebtn a {
    background: #fff;
    color: #63656a;
  }
  .btn.whitebtn a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .btn.whitebtn a:after {
    border-top: 1px solid #63656a;
    border-right: 1px solid #63656a;
  }
  .arrowlink li a {
    line-height: 3;
    vertical-align: middle;
    position: relative;
  }
  .arrowlink li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-weight: normal;
  }
  .arrowlink li span {
    font-weight: bold;
  }
  .inner {
    max-width: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }
  /*　header navbar
---------------------------------*/
  /* headernav */
  #headernav .pcnav {
    display: none;
  }
  #navbar {
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    background: #fff;
    z-index: 9999;
  }
  #navbar .logo {
    position: fixed;
    top: 10px;
    left: 20px;
    width: 80px;
    z-index: 9999;
  }
  /*menu*/
  .menu {
    height: 20px;
    position: absolute;
    right: 25px;
    top: 20px;
    width: 30px;
    z-index: 9999;
    cursor: pointer;
  }
  .menu__line {
    background: #ccc;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
  .menu__line--center {
    top: 9px;
  }
  .menu__line--bottom {
    bottom: 0;
  }
  .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
  }
  .menu__line--center.active {
    transform: scaleX(0);
  }
  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
  }
  /*gnav*/
  .gnav {
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .gnav__wrap {
    align-items: center;
    display: inherit;
    height: 100%;
    justify-content: center;
    position: absolute;
    font-size: 105%;
    width: 100%;
    flex-direction: column;
    padding: 5% 0 0;
  }
  .gnav__wrap ul {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    padding: 5% 8% 5% 12%;
  }
  .gnav__wrap ul li {
    width: 100%;
    float: none;
  }
  .gnav__wrap ul li.second:before {
    top: 20px;
    bottom: auto;
  }
  .gnav__wrap ul li.second ul {
    border-bottom: none;
    width: 100%;
    font-size: 90%;
    padding: 0 20px 0;
  }
  .gnav__wrap ul li.second ul li, .gnav__wrap ul.submenu li {
    line-height: 2;
  }
  .gnav__wrap .brandArea {
    padding-bottom: 10%;
  }
  .gnav__wrap .brandArea h2 {
    text-align: center;
    font-weight: bold;
    font-size: 130%;
    color: #ccc;
    padding: 5% 0 0;
  }
  .gnav__wrap .brandArea ul {
    border-bottom: none;
    padding: 25px 25px;
  }
  .gnav__wrap .brandArea ul li {
    margin-bottom: 5%;
  }
  .gnav__wrap .brandArea ul li:last-child {
    float: none;
  }
  #wrapper {
    height: 100vh;
  }
  .contents {
    padding-bottom: 15%;
  }
  .loginbtn {
    position: absolute;
    top: 25%;
    right: 17%;
    width: auto;
  }
  .cartbtn {
    position: absolute;
    top: 25%;
    right: 10%;
    width: auto;
  }
  .loginbtn img, .cartbtn img {
    width: 25px;
  }
  .loginbtn:hover .mask, .cartbtn:hover .mask {
    opacity: 0;
  }
  .inner {
    max-width: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }
  /* 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;
  }
  /* subpage
---------------------------------*/
  .subpage #header {
    background: url("../../common/img/subpage_bg.jpg") no-repeat center center;
    height: auto;
    margin-bottom: 10%;
  }
  .subpage #header .inner {
    max-width: 100%;
    padding: 0 5%;
  }
  .subpage #header h1 {
    padding: 40% 0 5%;
    font-weight: bold;
    font-size: 160%;
    letter-spacing: 1px;
  }
  #order #header h1 {
    font-size: 190%;
  }
  .subpage #header h1 span {
    font-weight: bold;
    font-size: 50%;
    display: block;
    letter-spacing: 5px;
    line-height: 1.3;
  }
  /* fotter
---------------------------------*/
  #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;
  }
}
/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 75%;
    line-height: 1.6;
  }
  .note {
    font-size: 10px;
  }
  .btn a {
    background: #a3a6af;
    color: #fff;
    width: 150px;
    height: auto;
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 100%;
    vertical-align: middle;
    position: relative;
    display: inline-block;
  }
  .btn a:hover {
    text-decoration: none;
    background: #63656a;
  }
  .btn a:before, .btn a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
  }
  .btn a:after {
    right: -125px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .loginbtn {
    position: absolute;
    top: 25%;
    right: 35%;
    opacity: 0.8;
  }
  .cartbtn {
    position: absolute;
    top: 25%;
    right: 22%;
    opacity: 0.8;
  }
}