@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}
@font-face {
  font-family: "med";
  src: url("../fonts/got-med.eot?") format("eot"), url("../fonts/got-med.woff2") format("woff2"),
    url("../fonts/got-med.woff") format("woff");
}
@font-face {
  font-family: "nom";
  src: url("../fonts/got-nom.eot?") format("eot"), url("../fonts/got-nom.woff2") format("woff2"),
    url("../fonts/got-nom.woff") format("woff");
}
.normal {
  font-family: "nom";
}
.bold {
  font-family: "med";
}
.pcnon,
.pcnon2 {
  display: none !important;
}
.spnon,
.spnon2 {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pcnon {
    display: block !important;
  }
  .pcnon2 {
    display: block !important;
  }
  .spnon2 {
    display: none !important;
  }
  .spnon {
    display: none !important;
  }
}
@media screen and (max-width: 414px) {
  .pcnon {
    display: block !important;
  }
  .pcnon2 {
    display: block !important;
  }
  .spnon {
    display: none !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
* a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
img {
  width: 100%;
  height: auto;
}
html {
  width: 100%;
  height: auto;
}
body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  font-family: "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  position: relative;
  padding-top: 130px;
}
@media screen and (max-width: 414px) {
  body {
    width: 100vw;
    padding-top: 90px;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
.bMenu {
  position: fixed;
  right: 5px;
  top: 34px;
  z-index: 15000;
  display: none;
}
.bMenu .menu-trigger,
.bMenu .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 800ms cubic-bezier(0.705, -0.015, 0, 1.02);
  transition: all 800ms cubic-bezier(0.705, -0.015, 0, 1.02);
  -webkit-transition-timing-function: cubic-bezier(0.705, -0.015, 0, 1.02);
  transition-timing-function: cubic-bezier(0.705, -0.015, 0, 1.02);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bMenu .menu-trigger {
  position: relative;
  width: 40px;
  height: 21px;
}
.bMenu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #231815;
}
.bMenu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.bMenu .menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.bMenu .menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}
.bMenu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.bMenu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.bMenu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
@media screen and (max-width: 414px) {
  .bMenu {
    display: block;
  }
}
.mover {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.mover.move {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
header {
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  position: fixed;
  top: 0;
  z-index: 10000;
}
header #INSTA {
  width: auto;
  height: auto;
  font-size: 24px;
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  color: black;
  text-decoration: none;
  margin-right: 0;
}
header h1 {
  width: 200px;
  margin-left: 130px;
}
header nav {
  padding-right: 40px;
}
header nav a {
  text-decoration: none;
  font-size: 14px;
  color: black;
  margin-right: 10px;
  padding: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid #fff;
}
header nav a:hover {
  color: #8e8e8e;
}
header nav a.active {
  border-bottom-color: black;
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 170px;
    margin-left: 30px;
  }
  header nav {
    padding: 10px 0;
  }
  header #INSTA {
    top: 0;
    right: 0;
  }
  header #INSTABTN {
    display: none !important;
  }
}
@media screen and (max-width: 414px) {
  header {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90px;
  }
  header h1 {
    margin: 0;
    width: 130px;
  }
  header nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 90px;
    display: block;
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
    -webkit-transition: all 800ms cubic-bezier(0.705, -0.015, 0, 1.02);
    transition: all 800ms cubic-bezier(0.705, -0.015, 0, 1.02);
    -webkit-transition-timing-function: cubic-bezier(0.705, -0.015, 0, 1.02);
    transition-timing-function: cubic-bezier(0.705, -0.015, 0, 1.02);
    opacity: 0;
  }
  header nav #INSTABTN.pcnon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 24px;
  }
  header nav a {
    width: 95%;
    height: 8vh;
    display: block;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    border-bottom: 1px solid #5a5a5a;
  }
  header nav a:nth-of-type(1) {
    border-top: 1px solid #5a5a5a;
  }
  header nav.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  header #INSTA {
    display: none;
  }
}
hr {
  width: 80px;
  height: 1px;
  display: block;
  background: black;
  margin-bottom: 50px;
  border: 0px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  hr {
    margin-bottom: 20px;
  }
}
.contents {
  width: 100%;
  height: auto;
  text-align: center;
}
.contents h2 {
  font-size: 22px;
  display: inline-block;
  font-family: "med";
}

h2::after,h3::after{

  content: '';
  height: 1px;
  width: 100%;
  background-color: black;
  display: block;
  margin-top: 20px;

}
.contents p {
  font-size: 14px;
  line-height: 180%;
}
.contents p strong {
  font-size: 20px;
  display: block;
  font-weight: bold;
  line-height: 180%;
}
.contents p.story {
  color: #484848;
}
#mainimg {
  width: 100%;
  height: 500px;
  display: block;
}
@media screen and (max-width: 414px) {
  #mainimg {
    height: calc(100vh - 90px);
    margin-bottom: 50px;
  }
}
#SHOPINFO,
#MENU,
#CONTACT,
#CONCEPT {
  padding: 100px 0;
  text-align: center;
}
#SHOPINFO .inner,
#MENU .inner,
#CONTACT .inner,
#CONCEPT .inner {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 100px 30px;
}
#SHOPINFO h3,
#MENU h3,
#CONTACT h3,
#CONCEPT h3 {
  font-size: 22px;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  font-family: "med";
}
#SHOPINFO a#MAP,
#MENU a#MAP,
#CONTACT a#MAP,
#SHOPINFO a#HOT,
#MENU a#HOT,
#CONTACT a#HOT,
#CONCEPT a#MAP,
#CONCEPT a#HOT {
  width: 250px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: black;
  position: relative;
  margin: 15px auto;
  border: 1px solid #e0e0e0;
}
#SHOPINFO a#MAP:after,
#MENU a#MAP:after,
#CONTACT a#MAP:after,
#SHOPINFO a#HOT:after,
#MENU a#HOT:after,
#CONTACT a#HOT:after,
#CONCEPT a#MAP:after,
#CONCEPT a#HOT:after {
  content: "";
  border: solid 1px #e0e0e0;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
#SHOPINFO a#MAP:hover,
#MENU a#MAP:hover,
#CONTACT a#MAP:hover,
#SHOPINFO a#HOT:hover,
#MENU a#HOT:hover,
#CONTACT a#HOT:hover,
#CONCEPT a#MAP:hover,
#CONCEPT a#HOT:hover {
  background: black;
  color: white;
}



@media screen and (max-width: 768px) {
  #SHOPINFO,
  #MENU,
  #CONTACT,
  #CONCEPT {
    padding: 50px 20px;
  }
  #SHOPINFO .inner,
  #MENU .inner,
  #CONTACT .inner,
  #CONCEPT .inner {
    margin-top: 50px;
    padding: 50px 0px;
  }
  #SHOPINFO #shopinfoimg,
  #MENU #shopinfoimg,
  #CONTACT #shopinfoimg,
  #CONCEPT #shopinfoimg {
    margin-top: 20px;

  }





  #SHOPINFO a#MAP,
  #MENU a#MAP,
  #CONTACT a#MAP,
  #SHOPINFO a#HOT,
  #MENU a#HOT,
  #CONTACT a#HOT,
  #CONCEPT a#MAP,
  #CONCEPT a#HOT {
    height: 45px;
  }
}

#SHOPIMG_sp{
  display: none;
}
@media screen and (max-width: 414px) {
  #SHOPINFO,
  #MENU,
  #CONTACT,
  #CONCEPT {
    padding: 0px 0px 50px 0px;
  }
  #SHOPINFO #SHOPIMG,
  #MENU #SHOPIMG,
  #CONTACT #SHOPIMG,
  #CONCEPT #SHOPIMG {
    margin-bottom: 50px;
    display: none;
  }

  #SHOPIMG_sp{
    display: block;
    margin-bottom: 50px;
  }

  #SHOPINFO .inner,
  #MENU .inner,
  #CONTACT .inner,
  #CONCEPT .inner {
    padding: 0px;
    margin-top: 0;
  }
  #SHOPINFO h3,
  #MENU h3,
  #CONTACT h3,
  #CONCEPT h3 {
    margin-bottom: 0;
  }
  #SHOPINFO a#MAP,
  #MENU a#MAP,
  #CONTACT a#MAP,
  #SHOPINFO a#HOT,
  #MENU a#HOT,
  #CONTACT a#HOT,
  #CONCEPT a#MAP,
  #CONCEPT a#HOT {
    width: 80%;
    width: 260px;
  }
}
#SHOPINFO,
#MENU,
#CONTACT {
  padding-top: 0;
}
#MENU .inner,
#CONTACT .inner {
  border-top: 1px solid #e0e0e0;
  padding: 100px 30px 0;
}
@media screen and (max-width: 414px) {
  #MENU,
  #CONTACT {
    padding: 0px 20px 50px 20px;
  }
  #MENU .inner,
  #CONTACT .inner {
    margin-top: 0px;
    padding-top: 50px;
  }
}
#MENU .tax {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #MENU .tax {
    font-family: "nom";
    padding: 5px 10px;
    border: 1px solid #e0e0e0;
    display: block;
    text-align: center;
    margin: 15px 0;
    width: 80px;
    font-size: 12px;
    float: right;
  }
}
@media screen and (max-width: 414px) {
  #MENU .tax {
    font-family: "nom";
    padding: 5px 10px;
    border: 1px solid #e0e0e0;
    display: block;
    text-align: center;
    margin: 15px 0;
    width: 80px;
    font-size: 12px;
    float: right;
  }
  #MENU a#HOT {
    width: 260px;
    margin: 30px auto;
  }
  #MENU .inner {
    margin-top: 0px;
    padding: 50px 0 0 0;
  }
}
#CONTACT .inner {
  padding-bottom: 30px;
}
#CONTACT h4 a {
  font-size: 26px;
  text-decoration: none;
  color: black;
  cursor: pointer;
  display: block;
  font-family: "med";
  margin-top: 50px;
}
#CONTACT h4 a:hover {
  color: #818181;
}
@media screen and (max-width: 414px) {
  #CONTACT h4 a {
    font-size: 24px;
  }
}
#CONTACT #FORM {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}
#CONTACT #FORM ::-webkit-input-placeholder {
  color: #ccc;
}
#CONTACT #FORM :-ms-input-placeholder {
  color: #ccc;
}
#CONTACT #FORM ::-ms-input-placeholder {
  color: #ccc;
}
#CONTACT #FORM ::placeholder {
  color: #ccc;
}
#CONTACT #FORM #SELCTOR {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#CONTACT #FORM #SELCTOR li {
  width: 50%;
  max-width: 350px;
  height: auto;
  padding: 0 10px;
}
#CONTACT #FORM #SELCTOR li a {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  background: #009ac7;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: none;
  font-size: 20px;
  position: relative;
  margin-top: 35px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 4px 4px 0px #d8d8d8;
  box-shadow: 4px 4px 0px #d8d8d8;
  border-radius: 100px;
}
#CONTACT #FORM #SELCTOR li a i {
  font-size: 28px;
  margin-right: 5px;
}
#CONTACT #FORM #SELCTOR li a:hover {
  -webkit-box-shadow: 0px 0px 0px #72163c;
  box-shadow: 0px 0px 0px #72163c;
  -webkit-transform: translateY(2px) translateX(2px);
  transform: translateY(2px) translateX(2px);
}
#CONTACT #FORM dl {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
#CONTACT #FORM dl dt,
#CONTACT #FORM dl dd {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#CONTACT #FORM dl dt {
  width: 25%;
  height: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
}
#CONTACT #FORM dl dd {
  width: 75%;
  height: auto;
  line-height: normal;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#CONTACT #FORM dl dd label {
  width: 100%;
}
@media screen and (max-width: 414px) {
  #CONTACT #FORM dl dt,
  #CONTACT #FORM dl dd {
    width: 100%;
  }
  #CONTACT #FORM dl dt {
    padding: 5px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #CONTACT #FORM dl dd {
    padding: 10px 0 25px 0;
  }
}
#CONTACT #FORM .form-control {
  display: block;
  width: 100%;
  max-width: 600px;
  height: 40px;
  padding: 15px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e0e0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#CONTACT #FORM textarea.form-control {
  height: 150px;
}
#CONTACT #FORM .btn {
  cursor: pointer;
  outline: none;
  width: 250px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  font-size: 18px;
  margin: 60px auto;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.3333333;
  background: white;
  color: black;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  border: 1px solid #e0e0e0;
}
#CONTACT #FORM .btn:after {
  content: "";
  border: solid 1px #e0e0e0;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
#CONTACT #FORM .btn i {
  margin-right: 8px;
}
#CONTACT #FORM .btn:hover {
  background: black;
  color: white;
}
@media screen and (max-width: 414px) {
  #CONTACT #FORM .btn {
    width: 100%;
    height: 45px;
    margin: 30px auto;
  }
}
#CONTACT #FORM input,
#CONTACT #FORM textarea {
  -webkit-appearance: none;
}
#CONTACT #FORM input:focus,
#CONTACT #FORM textarea:focus {
  outline: 0;
  background-color: #ededed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#CONTACT .mw_wp_form mw_wp_form_complete p {
  line-height: 180%;
  padding: 30px 0;
  font-size: 16px;
}
@media screen and (max-width: 414px) {
  #CONTACT .inner {
    padding-bottom: 0px;
  }
  #CONTACT #FORM {
    padding-bottom: 0px;
  }
}
footer {
  padding: 50px 0 30px;
  text-align: center;
  width: 100%;
  height: auto;
  background: #000;
}
footer img {
  width: 120px;
  height: auto;
  margin: 0 auto;
  display: block;
}
footer small {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 15px 0 0 0;
  font-size: 10px;
  color: white;
  display: block;
}
footer a {
  width: auto;
  height: auto;
  font-size: 24px;
  margin: 15px 0;
  display: block;
  color: white;
  text-decoration: none;
}
#pagetop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 15300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 70px;
  color: white;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: all 400ms cubic-bezier(0.095, 0.15, 0.56, -0.035);
  transition: all 400ms cubic-bezier(0.095, 0.15, 0.56, -0.035);
  -webkit-transition-timing-function: cubic-bezier(0.07, 0.3, 0.03, 0.98);
  transition-timing-function: cubic-bezier(0.07, 0.3, 0.03, 0.98);
  -webkit-transform: translate3d(70px, 0, 0);
  transform: translate3d(70px, 0, 0);
}
#pagetop.active {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
#pagetop i {
  font-size: 20px;
}
#pagetop img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 0;
    right: 0;
    width: 45px;
    height: 90px;
    font-size: 40px;
    -webkit-transform: translate3d(70px, 0, 0);
    transform: translate3d(70px, 0, 0);
    opacity: 0.7;
  }
  #pagetop:hover {
    opacity: 1;
    bottom: 0px;
  }
}


#CONCEPT p img{
    max-width: 800px;
}

#MENU .inner{

        max-width: 800px;
        margin: 0 auto;

}

hr{
  display: none;
}