@charset "UTF-8";
/* hiragino mincho */
@font-face {
  font-family: 'NotoSerifCJKjp-Regular';
  src: url(/assets/fonts/NotoSerifCJKjp-Regular.ttf);
  src: url(/assets/fonts/NotoSerifCJKjp-Regular.woff);
}

/* brandon grotesque */
/* playfair display itaric */
/* playfair display regular */
body {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "NotoSerifCJKjp-Regular", serif;
  font-style: normal;
  background-color: #222223;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}

body._on {
  background-color: #fff;
}

body.tab .uperLayer {
  display: none !important;
}

body.tab .underLayer {
  opacity: 1 !important;
}

body.tab .profileImg .underLayer img {
  padding: 0 140px !important;
}

.page__top {
  position: relative;
  /*

  nav

  */
}

.page__top #nav_pc {
  width: 60px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9000;
  background-color: #222223;
  display: table;
}

.page__top #nav_pc ul {
  opacity: 0;
}

.page__top #nav_pc .menuLst {
  display: table-cell;
  vertical-align: middle;
}

.page__top #nav_pc .menuLst li a {
  position: relative;
  left: 25px;
  color: #424245;
  padding-top: 25px;
  margin-bottom: 3.34vh;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 11px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.page__top #nav_pc .menuLst li a span.up {
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  position: absolute;
  top: 0;
  padding-top: 25px;
  -webkit-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-clip: rect(0px, 16px, 0px, 0px);
  -moz-clip: rect(0px, 16px, 0px, 0px);
  -ms-clip: rect(0px, 16px, 0px, 0px);
  clip: rect(0px, 16px, 0px, 0px);
}

.page__top #nav_pc .menuLst li a span.under {
  position: relative;
  top: 0;
}

.page__top #nav_pc .menuLst li a:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  display: block;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  background-color: #424245;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}

.page__top #nav_pc .menuLst li:nth-child(1) a:hover:before {
  background-color: #fff;
}

.page__top #nav_pc .menuLst li:nth-child(1) a:hover span.up {
  -webkit-clip: rect(0px, 16px, 118px, 0px);
  -moz-clip: rect(0px, 16px, 118px, 0px);
  -ms-clip: rect(0px, 16px, 118px, 0px);
  clip: rect(0px, 16px, 118px, 0px);
}

.page__top #nav_pc .menuLst li:nth-child(2) a:hover:before {
  background-color: #fff;
}

.page__top #nav_pc .menuLst li:nth-child(2) a:hover span.up {
  -webkit-clip: rect(0px, 16px, 69px, 0px);
  -moz-clip: rect(0px, 16px, 69px, 0px);
  -ms-clip: rect(0px, 16px, 69px, 0px);
  clip: rect(0px, 16px, 69px, 0px);
}

.page__top #nav_pc .menuLst li:nth-child(3) a:hover:before {
  background-color: #fff;
}

.page__top #nav_pc .menuLst li:nth-child(3) a:hover span.up {
  -webkit-clip: rect(0px, 16px, 88px, 0px);
  -moz-clip: rect(0px, 16px, 88px, 0px);
  -ms-clip: rect(0px, 16px, 88px, 0px);
  clip: rect(0px, 16px, 88px, 0px);
}

.page__top #nav_pc .menuLst li:nth-child(4) a:hover:before {
  background-color: #fff;
}

.page__top #nav_pc .menuLst li:nth-child(4) a:hover span.up {
  -webkit-clip: rect(0px, 16px, 95px, 0px);
  -moz-clip: rect(0px, 16px, 95px, 0px);
  -ms-clip: rect(0px, 16px, 95px, 0px);
  clip: rect(0px, 16px, 95px, 0px);
}

.page__top #nav_pc .menuLst li:nth-child(1)._on a:before {
  background-color: #fff;
}

.page__top #nav_pc .menuLst li:nth-child(1)._on a span.up {
  -webkit-clip: rect(0px, 16px, 118px, 0px);
  -moz-clip: rect(0px, 16px, 118px, 0px);
  -ms-clip: rect(0px, 16px, 118px, 0px);
  clip: rect(0px, 16px, 118px, 0px);
}

.page__top #nav_pc .menuLst li:nth-child(2)._on a:before {
  background-color: #fff;
}

.page__top #nav_pc .menuLst li:nth-child(2)._on a span.up {
  -webkit-clip: rect(0px, 16px, 69px, 0px);
  -moz-clip: rect(0px, 16px, 69px, 0px);
  -ms-clip: rect(0px, 16px, 69px, 0px);
  clip: rect(0px, 16px, 69px, 0px);
}

.page__top #nav_pc .menuLst li:nth-child(3)._on a:before {
  background-color: #fff;
}

.page__top #nav_pc .menuLst li:nth-child(3)._on a span.up {
  -webkit-clip: rect(0px, 16px, 88px, 0px);
  -moz-clip: rect(0px, 16px, 88px, 0px);
  -ms-clip: rect(0px, 16px, 88px, 0px);
  clip: rect(0px, 16px, 88px, 0px);
}

.page__top #nav_pc .menuLst li:nth-child(4)._on a:before {
  background-color: #fff;
}

.page__top #nav_pc .menuLst li:nth-child(4)._on a span.up {
  -webkit-clip: rect(0px, 16px, 95px, 0px);
  -moz-clip: rect(0px, 16px, 95px, 0px);
  -ms-clip: rect(0px, 16px, 95px, 0px);
  clip: rect(0px, 16px, 95px, 0px);
}

.page__top #nav_pc .sns {
  position: absolute;
  display: block;
  left: 25px;
  bottom: 30px;
}

.page__top #nav_pc .sns li {
  width: 16px;
  height: 16px;
}

.page__top #nav_pc .sns li a {
  width: 100%;
  height: 100%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.page__top #nav_pc .sns li:nth-child(1) {
  margin-bottom: 2.67vh;
}

.page__top #nav_pc .sns li:nth-child(1) a {
  display: inline-block;
  vertical-align: bottom;
  background: url(../../assets/image/top/icon_tw.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}

.page__top #nav_pc .sns li:nth-child(1) a:hover {
  background: url(../../assets/image/top/icon_tw_sp.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.page__top #nav_pc .sns li:nth-child(2) a {
  display: inline-block;
  vertical-align: bottom;
  background: url(../../assets/image/top/icon_insta.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}

.page__top #nav_pc .sns li:nth-child(2) a:hover {
  background: url(../assets/image/top/icon_insta_sp.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.page__top #scroll {
  width: 15px;
  position: fixed;
  top: 0px;
  left: 25px;
  z-index: 8999;
}

.page__top #scroll #next {
  width: 15px;
  padding-bottom: 40px;
  position: absolute;
  left: 0;
  text-decoration: none;
  display: none;
  opacity: 0;
}

.page__top #scroll #next .txt {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.page__top #scroll #next .line {
  width: 1px;
  height: 25px;
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.page__top #scroll #next .line span {
  width: 1px;
  height: 25px;
  background-color: #fff;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.page__top #scroll #next .line:before {
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: -1px;
  background-color: #fff;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page__top #scroll #next .line:after {
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  bottom: 1px;
  right: -1px;
  background-color: #fff;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page__top #scroll #next:hover .line span {
  -webkit-transform: scaleY(1.21);
  -moz-transform: scaleY(1.21);
  -ms-transform: scaleY(1.21);
  transform: scaleY(1.21);
}

.page__top #scroll #next:hover .line:before {
  -webkit-transform: translateY(4px) rotate(-45deg);
  -moz-transform: translateY(4px) rotate(-45deg);
  -ms-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}

.page__top #scroll #next:hover .line:after {
  -webkit-transform: translateY(4px) rotate(45deg);
  -moz-transform: translateY(4px) rotate(45deg);
  -ms-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}

.page__top #scroll #prev {
  width: 15px;
  padding-top: 40px;
  position: absolute;
  left: 0;
  text-decoration: none;
  display: none;
  opacity: 0;
}

.page__top #scroll #prev .txt {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.page__top #scroll #prev .line {
  width: 1px;
  height: 25px;
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.page__top #scroll #prev .line span {
  width: 1px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
  background-color: #fff;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.page__top #scroll #prev .line:before {
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  top: 1px;
  left: -1px;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page__top #scroll #prev .line:after {
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  top: 1px;
  right: -1px;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page__top #scroll #prev:hover .line span {
  -webkit-transform: scaleY(1.21);
  -moz-transform: scaleY(1.21);
  -ms-transform: scaleY(1.21);
  transform: scaleY(1.21);
}

.page__top #scroll #prev:hover .line:before {
  -webkit-transform: translateY(-4px) rotate(45deg);
  -moz-transform: translateY(-4px) rotate(45deg);
  -ms-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}

.page__top #scroll #prev:hover .line:after {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  -moz-transform: translateY(-4px) rotate(-45deg);
  -ms-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}

.page__top #scroll._on #prev .txt {
  color: #000;
}

.page__top #scroll._on #prev .line span {
  background-color: #000;
}

.page__top #scroll._on #prev .line:before {
  background-color: #000;
}

.page__top #scroll._on #prev .line:after {
  background-color: #000;
}

.page__top #opening {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.page__top #opening #openingInner {
  width: 200px;
  height: 112px;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.page__top #opening .step {
  color: #52524D;
  font-size: 80px;
  font-family: 'Playfair Display', serif;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.page__top #opening .step .num1, .page__top #opening .step .num2, .page__top #opening .step .num3 {
  letter-spacing: .1em;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.page__top #opening #step1.step .num1, .page__top #opening #step1.step .num2, .page__top #opening #step2.step .num1, .page__top #opening #step2.step .num2, .page__top #opening #step3.step .num1, .page__top #opening #step3.step .num2 {
  letter-spacing: .1em;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.page__top #opening #step1._on span.num1, .page__top #opening #step2._on span.num1, .page__top #opening #step3._on span.num1 {
  -webkit-animation-name: numberMotion;
  -moz-animation-name: numberMotion;
  -ms-animation-name: numberMotion;
  animation-name: numberMotion;
  -webkit-animation-duration: 1.6s;
  -ms-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.page__top #opening #step1._on span.num2, .page__top #opening #step2._on span.num2, .page__top #opening #step3._on span.num2 {
  -webkit-animation-name: numberMotion;
  -moz-animation-name: numberMotion;
  -ms-animation-name: numberMotion;
  animation-name: numberMotion;
  -webkit-animation-duration: 1.6s;
  -ms-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: 0.04s;
  -ms-animation-delay: 0.04s;
  -moz-animation-delay: 0.04s;
  -o-animation-delay: 0.04s;
  animation-delay: 0.04s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.page__top #opening #step4.step .num1, .page__top #opening #step4.step .num2, .page__top #opening #step4.step .num3 {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.page__top #opening #step4 .go {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  color: #fff;
  -webkit-clip: rect(0px, 0px, 112px, 0px);
  -moz-clip: rect(0px, 0px, 112px, 0px);
  -ms-clip: rect(0px, 0px, 112px, 0px);
  clip: rect(0px, 0px, 112px, 0px);
}

.page__top #opening #step4 .set {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.page__top #opening #step4._on .set .num1 {
  -webkit-animation-name: numberMotionEnd;
  -moz-animation-name: numberMotionEnd;
  -ms-animation-name: numberMotionEnd;
  animation-name: numberMotionEnd;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.page__top #opening #step4._on .set .num2 {
  -webkit-animation-name: numberMotionEnd;
  -moz-animation-name: numberMotionEnd;
  -ms-animation-name: numberMotionEnd;
  animation-name: numberMotionEnd;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.08s;
  -ms-animation-delay: 0.08s;
  -moz-animation-delay: 0.08s;
  -o-animation-delay: 0.08s;
  animation-delay: 0.08s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.page__top #opening #step4._on .set .num3 {
  -webkit-animation-name: numberMotionEnd;
  -moz-animation-name: numberMotionEnd;
  -ms-animation-name: numberMotionEnd;
  animation-name: numberMotionEnd;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.16s;
  -ms-animation-delay: 0.16s;
  -moz-animation-delay: 0.16s;
  -o-animation-delay: 0.16s;
  animation-delay: 0.16s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.page__top #opening #step4._on .go {
  -webkit-transition-duration: 0.9s;
  -ms-transition-duration: 0.9s;
  -moz-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-delay: 0.18s;
  -ms-transition-delay: 0.18s;
  -moz-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-clip: rect(0px, 200px, 112px, 0px);
  -moz-clip: rect(0px, 200px, 112px, 0px);
  -ms-clip: rect(0px, 200px, 112px, 0px);
  clip: rect(0px, 200px, 112px, 0px);
}

.page__top #opening #step4._on .go .num1 {
  -webkit-animation-name: numberMotionEnd;
  -moz-animation-name: numberMotionEnd;
  -ms-animation-name: numberMotionEnd;
  animation-name: numberMotionEnd;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.page__top #opening #step4._on .go .num2 {
  -webkit-animation-name: numberMotionEnd;
  -moz-animation-name: numberMotionEnd;
  -ms-animation-name: numberMotionEnd;
  animation-name: numberMotionEnd;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.08s;
  -ms-animation-delay: 0.08s;
  -moz-animation-delay: 0.08s;
  -o-animation-delay: 0.08s;
  animation-delay: 0.08s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.page__top #opening #step4._on .go .num3 {
  -webkit-animation-name: numberMotionEnd;
  -moz-animation-name: numberMotionEnd;
  -ms-animation-name: numberMotionEnd;
  animation-name: numberMotionEnd;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.16s;
  -ms-animation-delay: 0.16s;
  -moz-animation-delay: 0.16s;
  -o-animation-delay: 0.16s;
  animation-delay: 0.16s;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -ms-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}

.page__top #contents {
  max-width: 100%;
  min-width: 1100px;
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.page__top #nav_sp {
  display: none;
}

.page__top #navTrigger {
  display: none;
}

.page__top #contentsInner {
  width: 100%;
  height: auto;
  position: relative;
}

.page__top .section_ttl {
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.13em;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}

.page__top .section_ttl .line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.page__top .content {
  position: relative;
  margin-right: 60px;
  /*

    philosophy

    */
  /*

    menu
    
    */
  /*

    profile
    
    */
  /*

    CONTACT 
    
    */
  /*

    copy
    
    */
}

.page__top .content .block {
  width: 100%;
  height: 100%;
  position: relative;
}

.page__top .content #main {
  height: 5000px;
}

.page__top .content .mat_w {
  width: 50.05%;
  height: 100%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.page__top .content .mat_b {
  width: 100%;
  height: 100%;
  background-color: #222223;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9990;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.page__top .content #mainInner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.page__top .content #mainInner > div#mvWrap {
  width: 50%;
  height: 100%;
  vertical-align: bottom;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.page__top .content #mainInner > div#ttlArea {
  width: 50%;
  height: 100%;
  vertical-align: bottom;
  position: relative;
  right: 0;
  margin-left: auto;
  background-color: #fff;
  display: table;
}

.page__top .content #mainInner > div#ttlArea #ttlAreaInner {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.page__top .content #mainInner > div#ttlArea #ttlAreaInner > div {
  width: 100%;
  height: 186px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: translateY(85px);
  transform: translateY(85px);
}

.page__top .content #mv {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}

.page__top .content #mv .uperLayer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.page__top .content #mv .uperLayer .uper1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.page__top .content #mv .uperLayer .uper1 img {
  width: 100%;
  vertical-align: bottom;
}

.page__top .content #mv .uperLayer .uper2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.page__top .content #mv .uperLayer .uper2 img {
  width: 100%;
  vertical-align: bottom;
}

.page__top .content #mv .uperLayer .uper3 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.page__top .content #mv .uperLayer .uper3 img {
  width: 100%;
  vertical-align: bottom;
}

.page__top .content #mv .underLayer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: inline-block;
  vertical-align: bottom;
  background: url(../../assets/image/top/img/Top_1.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.page__top .content #logo {
  width: 210px;
  height: 146px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(-115px);
  transform: translateY(-115px);
}

.page__top .content #logo img {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.page__top .content #keywords {
  text-align: center;
  margin-bottom: 30px;
}

.page__top .content #keywords span {
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.page__top .content #keywords span.dial {
  font-size: 15px;
  margin: 0 15px 0 16px;
}

.page__top .content .subTxtBlock .subTxt {
  text-align: center;
  font-size: 14px;
  line-height: 2.2;
}

.page__top .content #philosophy {
  width: 100%;
  padding: 120px 0;
  background-color: #222223;
}

.page__top .content #philosophy .mat {
  width: 50%;
  height: 100%;
  display: inline-block;
  background-color: #1b1b1c;
  position: absolute;
  top: 0;
}

.page__top .content #philosophyInner {
  max-width: 1340px;
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  margin: auto;
  z-index: 1;
}

.page__top .content #philosophyInner #profileLst {
  position: relative;
  display: block;
}

.page__top .content #philosophyInner #profileLst li {
  position: relative;
}

.page__top .content #philosophyInner #philosophyTxt {
  padding-left: 100px;
  width: 45%;
  display: table-cell;
  padding-right: 45px;
  vertical-align: middle;
}

.page__top .content #philosophyInner #philosophyTxt .txt {
  font-size: 15px;
  color: #fff;
  line-height: 2.1;
  margin-top: 50px;
}

.page__top .content #philosophyInner #philosophyImg {
  width: 55%;
  height: 486px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  left: 0;
}

.page__top .content #philosophyInner #philosophyImg > .uperLayer {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page__top .content #philosophyInner #philosophyImg > .uperLayer .uper1 {
  width: 100%;
  height: 162px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.page__top .content #philosophyInner #philosophyImg > .uperLayer .uper1 img {
  width: 100%;
  vertical-align: bottom;
}

.page__top .content #philosophyInner #philosophyImg > .uperLayer .uper2 {
  width: 100%;
  height: 162px;
  position: absolute;
  top: 162px;
  left: 0;
  display: block;
}

.page__top .content #philosophyInner #philosophyImg > .uperLayer .uper2 img {
  width: 100%;
  vertical-align: bottom;
}

.page__top .content #philosophyInner #philosophyImg > .uperLayer .uper3 {
  width: 100%;
  height: 162px;
  position: absolute;
  top: 324px;
  left: 0;
  display: block;
}

.page__top .content #philosophyInner #philosophyImg > .uperLayer .uper3 img {
  width: 100%;
  vertical-align: bottom;
}

.page__top .content #philosophyInner #philosophyImg > .underLayer {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: bottom;
  opacity: 0;
}

.page__top .content #philosophyInner #philosophyImg > .underLayer img {
  width: 100%;
}

.page__top .content #menu {
  width: 100%;
  height: auto;
}

.page__top .content #menuImg {
  width: 100%;
  height: 540px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}

.page__top .content #menuImg > .img {
  width: 100%;
  height: 0px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.page__top .content #menuImg > .img > span {
  width: 100%;
  height: 540px;
  display: inline-block;
  vertical-align: bottom;
  background: url(../../assets/image/top/img/Top_3.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-transform: translateY(-36px);
  -moz-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  opacity: 0;
}

.page__top .content #menuImg.onscreen.in > .img {
  -webkit-transition-duration: 1.8s;
  -ms-transition-duration: 1.8s;
  -moz-transition-duration: 1.8s;
  -o-transition-duration: 1.8s;
  transition-duration: 1.8s;
  -webkit-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 540px;
}

.page__top .content #menuImg.onscreen.in > .img span {
  -webkit-transition-duration: 1.6s;
  -ms-transition-duration: 1.6s;
  -moz-transition-duration: 1.6s;
  -o-transition-duration: 1.6s;
  transition-duration: 1.6s;
  -webkit-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.page__top .content #menuTable {
  max-width: 1340px;
  width: 100%;
  height: auto;
  padding: 0 100px;
  box-sizing: border-box;
  margin: -60px auto 0;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.page__top .content #menuTable.onscreen.in {
  -webkit-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.page__top .content #menuTableInner {
  width: 100%;
  height: 100%;
  padding: 80px 55px;
  margin-bottom: 150px;
  box-sizing: border-box;
  background-color: #1b1b1c;
}

.page__top .content #menuTableInner .comments {
  font-size: 12px;
  color: #fff;
  text-align: right;
  display: block;
  margin-top: 25px;
}

.page__top .content #menuLst {
  width: 100%;
  margin: 65px 0 0 0;
}

.page__top .content #menuLst dl {
  width: 100%;
  border-top: 1px solid #29292a;
  display: table;
  text-align: left;
  color: #fff;
  line-height: 2;
  padding: 25px 0;
  box-sizing: border-box;
}

.page__top .content #menuLst dl dt {
  width: 40%;
  display: table-cell;
  vertical-align: top;
  font-family: 'Playfair Display', serif;
  font-style: normal;
  letter-spacing: 0.12em;
}

.page__top .content #menuLst dl dt .name {
  display: block;
  font-weight: bold;
  font-size: 26px;
}

.page__top .content #menuLst dl dt .price {
  display: block;
  font-size: 16px;
}

.page__top .content #menuLst dl dd {
  width: 60%;
  vertical-align: top;
  display: table-cell;
  font-size: 15px;
}

.page__top .content #menuLst dl dd .lst {
  display: block;
  padding: 16px 9px;
  box-sizing: border-box;
  font-size: 13px;
  border: 1px solid #29292a;
  margin-bottom: 15px;
}

.page__top .content #menuLst dl:last-child {
  border-bottom: 1px solid #29292a;
}

.page__top .content #profile .mat {
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.page__top .content #profileVariableArea {
  padding-top: 600px;
}

.page__top .content #profileInner {
  max-width: 1340px;
  width: 100%;
  padding: 150px 100px 95px;
  box-sizing: border-box;
  position: relative;
  margin: auto;
  z-index: 1;
  -webkit-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 0;
}

.page__top .content #profileInner._on {
  opacity: 1;
}

.page__top .content #profileInner .section_ttl {
  color: #222223;
}

.page__top .content #profileInner .m-43 {
  margin-top: -43px;
}

.page__top .content #profileInner #profileLst {
  width: 100%;
  height: auto;
  position: relative;
}

.page__top .content #profileInner #profileLst li {
  width: 100%;
  height: 618px;
  position: relative;
}

.page__top .content #profileInner #profileLst li .profileTxt {
  width: 47%;
  padding: 58px 35px;
  position: absolute;
  display: inline-block;
  text-align: justify;
  z-index: 1;
  top: 0;
  background-color: #fff;
  /* box-shadow */
  -webkit-box-shadow: 8px 0px 32px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 8px 0px 32px -4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 8px 0px 32px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 8px 0px 32px -4px rgba(0, 0, 0, 0.2);
  /* border-radius */
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.page__top .content #profileInner #profileLst li .profileTxt .pos {
  color: #a9a9a9;
  font-size: 12px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 600;
}

.page__top .content #profileInner #profileLst li .profileTxt .name {
  font-size: 24px;
}

.page__top .content #profileInner #profileLst li .profileTxt .sub {
  font-size: 15px;
  font-family: 'Playfair Display', serif;
  font-style: normal;
}

.page__top .content #profileInner #profileLst li .profileTxt .txt {
  font-size: 13px;
  line-height: 2;
}

.page__top .content #profileInner #profileLst li .profileImg {
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.page__top .content #profileInner #profileLst li .profileImg .uperLayerFrame {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.page__top .content #profileInner #profileLst li .profileImg .uperLayerFrame > .uperLayerFrameInner {
  width: 100%;
  height: 100%;
  position: relative;
}

.page__top .content #profileInner #profileLst li .profileImg .uperLayer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  vertical-align: bottom;
}

.page__top .content #profileInner #profileLst li .profileImg .uperLayer .uper1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.page__top .content #profileInner #profileLst li .profileImg .uperLayer .uper1 img {
  vertical-align: bottom;
}

.page__top .content #profileInner #profileLst li .profileImg .uperLayer .uper2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.page__top .content #profileInner #profileLst li .profileImg .uperLayer .uper2 img {
  vertical-align: bottom;
}

.page__top .content #profileInner #profileLst li .profileImg .uperLayer .uper3 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.page__top .content #profileInner #profileLst li .profileImg .uperLayer .uper3 img {
  vertical-align: bottom;
}

.page__top .content #profileInner #profileLst li .profileImg .underLayer {
  display: inline-block;
  vertical-align: bottom;
  opacity: 0;
}

.page__top .content #profileInner #profileLst li .w_ {
  width: 47% !important;
}

.page__top .content #profileInner.onscreen.in .mat {
  -webkit-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #fff;
}

.page__top .content #contact .mat {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.page__top .content #contactInner {
  max-width: 1340px;
  width: 100%;
  padding: 95px 100px 175px;
  box-sizing: border-box;
  position: relative;
  margin: auto;
  z-index: 1;
}

.page__top .content #contactInner .section_ttl {
  color: #000;
}

.page__top .content #contactInner .m-43 {
  margin-top: -43px;
}

.page__top .content #contactInner #contactLst {
  width: 67%;
  height: auto;
  position: relative;
  margin-left: auto;
}

.page__top .content #contactInner #contactLst dl {
  width: 100%;
  border-top: 1px solid #222223;
  display: table;
  text-align: left;
  line-height: 2;
  box-sizing: border-box;
  padding: 30px 0;
}

.page__top .content #contactInner #contactLst dl dt {
  /* width: 42%; */
  /* display: table-cell; */
  /* vertical-align: top; */
}

.page__top .content #contactInner #contactLst dl dt span.logo1 {
  display: inline-block;
}

.page__top .content #contactInner #contactLst dl dt span.logo2 {
  display: block;
}

.page__top .content #contactInner #contactLst dl dt .url {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  color: #000;
  padding: 0 6px 0 30px;
  border-bottom: 1px solid #222223;
}

.page__top .content #contactInner #contactLst dl dt .url:before {
  content: "";
  width: 14px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  margin: auto;
  background: url(../../assets/image/top/icon.png);
  background-size: 14px 13px;
  background-repeat: no-repeat;
}

.page__top .content #contactInner #contactLst dl dd {
  /* width: 58%; */
  /* display: table-cell; */
  vertical-align: top;
}

.page__top .content #contactInner #contactLst dl dd span {
  display: block;
}

.page__top .content #contactInner #contactLst dl dd span.pd_ {
  font-family: 'Playfair Display', serif;
  font-style: normal;
}

.page__top .content #contactInner #contactLst dl dd span.lead {
  font-size: 13px;
  color: #a9a9a9;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 600;
}

.page__top .content #contactInner #contactLst dl dd span.info {
  margin-bottom: 20px;
  font-size: 15px;
}

.page__top .content #contactInner #contactLst dl dd span.info .tw {
  text-decoration: underline;
  color: #000;
  position: relative;
  padding-left: 18px;
  display: inline-block;
  vertical-align: bottom;
}

.page__top .content #contactInner #contactLst dl dd span.info .tw:before {
  content: "";
  width: 14px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
  background: url(../../assets/image/top/icon_tw.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.page__top .content #contactInner #contactLst dl dd span.info .insta {
  text-decoration: underline;
  color: #000;
  position: relative;
  padding-left: 18px;
  display: inline-block;
  vertical-align: bottom;
}

.page__top .content #contactInner #contactLst dl dd span.info .insta:before {
  content: "";
  width: 14px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
  background: url(../../assets/image/top/icon_insta.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.page__top .content #contactInner #contactLst dl dd span.info .note {
  font-size: 13px;
}

.page__top .content #contactInner #contactLst dl dd span.info .forSp {
  display: none;
}

.page__top .content #contactInner #contactLst dl dd span.info .forPc {
  display: block;
}

.page__top .content #contactInner #contactLst dl:last-child {
  border-bottom: 1px solid #222223;
}

.page__top .content #copy {
  background-color: #fff;
  padding-bottom: 99px;
}

.page__top .content #copy p {
  text-align: center;
  color: #d0d0d0;
  font-size: 13px;
  letter-spacing: 0.012em;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 600;
}

/* =================

keyframes animation


・numberMotion
・numberMotionEnd
・pagerIconAnimation


================= */
@-webkit-keyframes numberMotion {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  58% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    transform: translateY(-120px);
  }
}

@-moz-keyframes numberMotion {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  58% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    transform: translateY(-120px);
  }
}

@-ms-keyframes numberMotion {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  58% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    transform: translateY(-120px);
  }
}

@keyframes numberMotion {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  58% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    transform: translateY(-120px);
  }
}

@-webkit-keyframes numberMotionEnd {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes numberMotionEnd {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-ms-keyframes numberMotionEnd {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes numberMotionEnd {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pagerIconAnimation {
  0% {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  30% {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  31% {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  40% {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@-moz-keyframes pagerIconAnimation {
  0% {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  30% {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  31% {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  40% {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@-ms-keyframes pagerIconAnimation {
  0% {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  30% {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  31% {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  40% {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes pagerIconAnimation {
  0% {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  30% {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  31% {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  40% {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@media only screen and (max-width: 768px) {
  .page__top #nav_pc {
    display: none;
  }
  .page__top #nav_pc ul {
    opacity: 1;
  }
  .page__top #scroll {
    display: none;
  }
  .page__top #contents {
    max-width: none;
    min-width: 320px !important;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .page__top #nav_sp {
    display: block;
  }
  .page__top #nav_sp._on #nav_sp_Inner .menuLst_wrap .menuLst li {
    opacity: 1;
  }
  .page__top #nav_sp._on #nav_sp_Inner .menuLst_wrap .menuLst li:nth-child(1) {
    -webkit-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .page__top #nav_sp._on #nav_sp_Inner .menuLst_wrap .menuLst li:nth-child(2) {
    -webkit-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .page__top #nav_sp._on #nav_sp_Inner .menuLst_wrap .menuLst li:nth-child(3) {
    -webkit-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .page__top #nav_sp._on #nav_sp_Inner .menuLst_wrap .menuLst li:nth-child(4) {
    -webkit-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .page__top #nav_sp._on #nav_sp_Inner .menuLst_wrap .menuLst li:nth-child(5) {
    -webkit-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .page__top #nav_sp._on #nav_sp_Inner .menuLst_wrap .mat .mat1 {
    -webkit-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .page__top #nav_sp._on #nav_sp_Inner .menuLst_wrap .mat .mat2 {
    -webkit-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .page__top #nav_sp._on #nav_sp_Inner .menuLst_wrap .mat .mat3 {
    -webkit-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .page__top #nav_sp._on #nav_sp_Inner .menuLst_wrap .mat .mat4 {
    -webkit-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .page__top #nav_sp._on #nav_sp_Inner .menuLst_wrap .mat .mat5 {
    -webkit-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .page__top #nav_sp {
    position: fixed;
    top: 0;
    z-index: 9900;
    width: 100%;
    height: 100%;
    display: none;
  }
  .page__top #nav_sp #nav_sp_Inner {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    right: 0;
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .menuLst {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9200;
    padding: 20vh 0 0 25px;
    box-sizing: border-box;
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .menuLst li {
    margin-bottom: 7.34vh;
    opacity: 0;
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .menuLst li a {
    display: inline-block;
    vertical-align: bottom;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    font-family: "brandon-grotesque",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-weight: bold;
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .menuLst li:nth-child(1) {
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0.08s;
    -ms-transition-delay: 0.08s;
    -moz-transition-delay: 0.08s;
    -o-transition-delay: 0.08s;
    transition-delay: 0.08s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .menuLst li:nth-child(2) {
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0.06s;
    -ms-transition-delay: 0.06s;
    -moz-transition-delay: 0.06s;
    -o-transition-delay: 0.06s;
    transition-delay: 0.06s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .menuLst li:nth-child(3) {
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0.04s;
    -ms-transition-delay: 0.04s;
    -moz-transition-delay: 0.04s;
    -o-transition-delay: 0.04s;
    transition-delay: 0.04s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .menuLst li:nth-child(4) {
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0.02s;
    -ms-transition-delay: 0.02s;
    -moz-transition-delay: 0.02s;
    -o-transition-delay: 0.02s;
    transition-delay: 0.02s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .menuLst li:nth-child(5) {
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .menuLst li:nth-child(5) > .tw {
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 30px;
    display: inline-block;
    vertical-align: bottom;
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .menuLst li:nth-child(5) > .tw a {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../assets/image/top/icon_tw_sp.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .menuLst li:nth-child(5) > .insta {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .menuLst li:nth-child(5) > .insta a {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../assets/image/top/icon_insta_sp.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .mat .mat1 {
    width: 100%;
    height: 20%;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: bottom;
    background-color: #222223;
    z-index: 9100;
    -webkit-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-delay: 0.16s;
    -ms-transition-delay: 0.16s;
    -moz-transition-delay: 0.16s;
    -o-transition-delay: 0.16s;
    transition-delay: 0.16s;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .mat .mat2 {
    width: 100%;
    height: 20%;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: bottom;
    background-color: #222223;
    z-index: 9100;
    -webkit-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-delay: 0.12s;
    -ms-transition-delay: 0.12s;
    -moz-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .mat .mat3 {
    width: 100%;
    height: 20%;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: bottom;
    background-color: #222223;
    z-index: 9100;
    -webkit-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-delay: 0.08s;
    -ms-transition-delay: 0.08s;
    -moz-transition-delay: 0.08s;
    -o-transition-delay: 0.08s;
    transition-delay: 0.08s;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .mat .mat4 {
    width: 100%;
    height: 20%;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: bottom;
    background-color: #222223;
    z-index: 9100;
    -webkit-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-delay: 0.04s;
    -ms-transition-delay: 0.04s;
    -moz-transition-delay: 0.04s;
    -o-transition-delay: 0.04s;
    transition-delay: 0.04s;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .page__top #nav_sp #nav_sp_Inner .menuLst_wrap .mat .mat5 {
    width: 100%;
    height: 20%;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: bottom;
    background-color: #222223;
    z-index: 9100;
    -webkit-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .page__top #nav_sp #nav_sp_Inner .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 8999;
  }
  .page__top #navTrigger {
    display: inline-block;
    vertical-align: bottom;
    width: 45px;
    height: 45px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9989;
  }
  .page__top #navTrigger a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .page__top #navTrigger a > span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }
  .page__top #navTrigger a > span i {
    width: 15px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .page__top #navTrigger a > span > i > span.line_top {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .page__top #navTrigger a > span > i > span.line_top span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #fff;
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .page__top #navTrigger a > span > i > span.line_middle {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 7px;
    margin: auto;
    background-color: #fff;
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .page__top #navTrigger a > span > i > span.line_bottom {
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .page__top #navTrigger a > span > i > span.line_bottom span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #fff;
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .page__top #navTrigger .mat {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #222223;
    z-index: 0;
  }
  .page__top #navTrigger._on a > span > i > span.line_top {
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateY(8px);
  }
  .page__top #navTrigger._on a > span > i > span.line_top span {
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .page__top #navTrigger._on a > span > i > span.line_middle {
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  .page__top #navTrigger._on a > span > i > span.line_bottom {
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  .page__top #navTrigger._on a > span > i > span.line_bottom span {
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .page__top .section_ttl {
    font-size: 25px;
  }
  .page__top .content {
    margin-right: 0px;
    /*

      philosophy

      */
    /*

      menu
      
      */
    /*

      profile
      
      */
    /*

      CONTACT 
      
      */
    /*

      copy
      
      */
  }
  .page__top .content #main {
    height: auto;
  }
  .page__top .content .mat_w {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9000;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .page__top .content #mainInner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
  }
  .page__top .content #mainInner > div#mvWrap {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    position: relative;
    left: 0;
  }
  .page__top .content #mainInner > div#ttlArea {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    position: relative;
    left: 0;
    background-color: #fff;
    display: block;
  }
  .page__top .content #mainInner > div#ttlArea #ttlAreaInner {
    width: 100%;
    height: 100%;
    opacity: 1;
    padding: 45px 0 50px;
  }
  .page__top .content #mainInner > div#ttlArea #ttlAreaInner > div {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .page__top .content #mv {
    width: 100%;
    height: 285px;
    display: inline-block;
    vertical-align: bottom;
  }
  .page__top .content #mv .uperLayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
    vertical-align: bottom;
  }
  .page__top .content #mv .underLayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: inline-block;
    vertical-align: bottom;
    background: url(../../assets/image/top/img/031.jpg);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
  .page__top .content #logo {
    width: 105px;
    height: 73px;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .page__top .content #logo img {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
  }
  .page__top .content #keywords {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .page__top .content #keywords span {
    font-size: 18px;
  }
  .page__top .content #keywords span.dial {
    font-size: 15px;
    margin: 0 8px 0 8px;
  }
  .page__top .content .subTxtBlock .subTxt {
    padding: 0 6.62vw;
    font-size: 12px;
  }
  .page__top .content .subTxtBlock .subTxt .br_pc {
    display: none;
  }
  .page__top .content #philosophy {
    padding: 0px 0;
  }
  .page__top .content #philosophy .mat {
    width: 50%;
    height: 100%;
    display: inline-block;
    background-color: #1b1b1c;
    position: relative;
    top: 0;
    display: none;
  }
  .page__top .content #philosophy .br_pc {
    display: none;
  }
  .page__top .content #philosophyInner {
    max-width: none;
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    margin: auto;
    z-index: 1;
  }
  .page__top .content #philosophyInner #philosophyTxt {
    padding-left: 0px;
    width: 100%;
    display: block;
    padding-right: 0px;
    vertical-align: top;
    margin-top: 245px;
    padding: 35px 15px 35px;
    box-sizing: border-box;
  }
  .page__top .content #philosophyInner #philosophyTxt .txt {
    font-size: 13px;
    margin-top: 20px;
  }
  .page__top .content #philosophyInner #philosophyImg {
    display: block;
    vertical-align: top;
    width: 100%;
    height: 245px;
    position: absolute;
    top: 0;
  }
  .page__top .content #philosophyInner #philosophyImg .underLayer img {
    width: 100%;
  }
  .page__top .content #menuImg {
    width: 100%;
    height: 270px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
  }
  .page__top .content #menuImg > .img {
    width: 100%;
    height: 270px;
    display: inline-block;
    vertical-align: bottom;
  }
  .page__top .content #menuImg > .img > span {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
    background: url(../../assets/image/top/img/Top_3.jpg);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 0;
  }
  .page__top .content #menuImg.onscreen.in > .img {
    -webkit-transition-duration: 1.8s;
    -ms-transition-duration: 1.8s;
    -moz-transition-duration: 1.8s;
    -o-transition-duration: 1.8s;
    transition-duration: 1.8s;
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 270px;
  }
  .page__top .content #menuImg.onscreen.in > .img span {
    -webkit-transition-duration: 1.4s;
    -ms-transition-duration: 1.4s;
    -moz-transition-duration: 1.4s;
    -o-transition-duration: 1.4s;
    transition-duration: 1.4s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  .page__top .content #menuTable {
    max-width: none;
    padding: 0 15px;
    box-sizing: border-box;
    margin: -40px auto 0;
    position: relative;
    z-index: 1;
  }
  .page__top .content #menuTableInner {
    width: 100%;
    height: 100%;
    padding: 50px 15px 40px;
    margin-bottom: 75px;
    box-sizing: border-box;
    background-color: #1b1b1c;
  }
  .page__top .content #menuTableInner .comments {
    font-size: 10px;
    margin-top: 25px;
  }
  .page__top .content #menuLst {
    width: 100%;
    margin: 35px 0 0 0;
  }
  .page__top .content #menuLst dl {
    display: table;
    line-height: 2;
    padding: 20px 0;
  }
  .page__top .content #menuLst dl dt {
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .page__top .content #menuLst dl dt .name {
    font-size: 19px;
  }
  .page__top .content #menuLst dl dt .price {
    font-size: 13px;
    margin-bottom: 17px;
  }
  .page__top .content #menuLst dl dd {
    width: 100%;
    display: block;
    font-size: 13px;
  }
  .page__top .content #menuLst dl dd .lst {
    display: block;
    padding: 14px 9px;
    font-size: 11px;
    margin-bottom: 15px;
  }
  .page__top .content #menuLst dl:last-child {
    border-bottom: 1px solid #29292a;
  }
  .page__top .content #profileInner {
    max-width: none;
    width: 100%;
    padding: 70px 15px 44px;
    margin: auto;
    z-index: 1;
  }
  .page__top .content #profileInner .section_ttl {
    color: #000;
  }
  .page__top .content #profileInner .m-43 {
    margin-top: 0px;
  }
  .page__top .content #profileInner #profileLst {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
  }
  .page__top .content #profileInner #profileLst .left30 {
    left: 0 !important;
  }
  .page__top .content #profileInner #profileLst .right30 {
    right: 0 !important;
  }
  .page__top .content #profileInner #profileLst .marginT15 {
    margin-top: 0 !important;
  }
  .page__top .content #profileInner #profileLst .marginT8 {
    margin-top: 0 !important;
  }
  .page__top .content #profileInner #profileLst .marginB12 {
    margin-bottom: 60px !important;
  }
  .page__top .content #profileInner #profileLst li {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 61.77vw;
  }
  .page__top .content #profileInner #profileLst li .profileTxt {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    z-index: 1;
  }
  .page__top .content #profileInner #profileLst li .profileTxt .pos {
    font-size: 10px;
  }
  .page__top .content #profileInner #profileLst li .profileTxt .name {
    font-size: 19px;
  }
  .page__top .content #profileInner #profileLst li .profileTxt .sub {
    font-size: 13px;
  }
  .page__top .content #profileInner #profileLst li .profileTxt .sub.marginB3 {
    margin-bottom: 20px !important;
  }
  .page__top .content #profileInner #profileLst li .profileTxt .txt {
    font-size: 11px;
  }
  .page__top .content #profileInner #profileLst li .profileImg {
    position: absolute;
    top: 0;
    z-index: 0;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
  }
  .page__top .content #profileInner #profileLst li .profileImg .uperLayerFrame {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    padding: 0 60px 0;
    box-sizing: border-box;
  }
  .page__top .content #profileInner #profileLst li .profileImg .uperLayerFrame > .uperLayerFrameInner {
    width: 100%;
    position: relative;
  }
  .page__top .content #profileInner #profileLst li .profileImg .uperLayer {
    width: 100%;
    display: block;
  }
  .page__top .content #profileInner #profileLst li .profileImg .uperLayer .uper1 {
    position: absolute;
  }
  .page__top .content #profileInner #profileLst li .profileImg .uperLayer .uper1 img {
    box-sizing: border-box;
    width: 100%;
  }
  .page__top .content #profileInner #profileLst li .profileImg .uperLayer .uper2 {
    position: absolute;
  }
  .page__top .content #profileInner #profileLst li .profileImg .uperLayer .uper2 img {
    box-sizing: border-box;
    width: 100%;
  }
  .page__top .content #profileInner #profileLst li .profileImg .uperLayer .uper3 {
    position: absolute;
  }
  .page__top .content #profileInner #profileLst li .profileImg .uperLayer .uper3 img {
    box-sizing: border-box;
    width: 100%;
  }
  .page__top .content #profileInner #profileLst li .profileImg .underLayer {
    width: 100%;
    opacity: 0;
  }
  .page__top .content #profileInner #profileLst li .profileImg .underLayer img {
    padding: 0 60px;
    box-sizing: border-box;
    width: 100%;
  }
  .page__top .content #profileInner #profileLst li .w_ {
    width: 100% !important;
  }
  .page__top .content #contactInner {
    max-width: none;
    width: 100%;
    padding: 44px 15px 85px;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    z-index: 1;
  }
  .page__top .content #contactInner .section_ttl {
    color: #000;
  }
  .page__top .content #contactInner .m-43 {
    margin-top: 0px;
  }
  .page__top .content #contactInner #contactLst {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
    margin-left: auto;
  }
  .page__top .content #contactInner #contactLst dl {
    width: 100%;
    display: table;
    padding: 18px 0;
  }
  .page__top .content #contactInner #contactLst dl:nth-child(2) {
    padding: 15px 0;
  }
  .page__top .content #contactInner #contactLst dl:nth-child(2) dd {
    padding-top: 7px;
  }
  .page__top .content #contactInner #contactLst dl dt {
    width: 40%;
    display: table-cell;
    vertical-align: top;
  }
  .page__top .content #contactInner #contactLst dl dt span.logo1 {
    display: inline-block;
    width: 105px;
    height: 73px;
  }
  .page__top .content #contactInner #contactLst dl dt span.logo1 img {
    width: 100%;
  }
  .page__top .content #contactInner #contactLst dl dt span.logo2 {
    display: block;
    width: 95px;
  }
  .page__top .content #contactInner #contactLst dl dt span.logo2 img {
    width: 100%;
  }
  .page__top .content #contactInner #contactLst dl dt .url {
    display: inline-block;
    text-decoration: none;
    font-size: 10px;
    font-family: "brandon-grotesque",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-weight: bold;
    position: relative;
    margin-top: 17px;
    color: #000;
    padding: 0 6px 0 30px;
    border-bottom: 1px solid #222223;
  }
  .page__top .content #contactInner #contactLst dl dt .url:before {
    content: "";
    width: 14px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 8px;
    bottom: 0;
    margin: auto;
    background: url(../../assets/image/top/icon.png);
    background-size: 14px 13px;
    background-repeat: no-repeat;
  }
  .page__top .content #contactInner #contactLst dl dd {
    width: 60%;
    display: table-cell;
    vertical-align: top;
  }
  .page__top .content #contactInner #contactLst dl dd span {
    display: block;
  }
  .page__top .content #contactInner #contactLst dl dd span.lead {
    font-size: 10px;
  }
  .page__top .content #contactInner #contactLst dl dd span.info {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .page__top .content #contactInner #contactLst dl dd span.info .tw {
    font-size: 13px;
    line-height: 1.5;
  }
  .page__top .content #contactInner #contactLst dl dd span.info .tw:before {
    top: 2px;
  }
  .page__top .content #contactInner #contactLst dl dd span.info .insta {
    font-size: 13px;
    line-height: 1.5;
  }
  .page__top .content #contactInner #contactLst dl dd span.info .insta:before {
    top: 2px;
  }
  .page__top .content #contactInner #contactLst dl dd span.info .note {
    font-size: 10px;
  }
  .page__top .content #contactInner #contactLst dl dd span.info .forSp {
    display: inline-block;
    vertical-align: bottom;
    text-decoration: underline;
    color: #000;
  }
  .page__top .content #contactInner #contactLst dl dd span.info .forPc {
    display: none;
  }
  .page__top .content #contactInner #contactLst dl:last-child {
    border-bottom: 1px solid #222223;
  }
  .page__top .content #copy {
    padding-bottom: 50px;
  }
  .page__top .content #copy p {
    font-size: 10px;
  }
}
