@charset "UTF-8";
.news-list .publish {
  font-family: 'Crimson Text', serif;
}

.m-title, .m-btn-external a, .hdr__copyright, .nav-local li a, .backtocenter span, .scroll {
  font-family: 'Cinzel', serif;
}

.m-more a, .loading p, .navigation__other li a, .btns li, .concept__text dt, .concept__text dd, .stores__text .ff-hannari, .new-open, .slide__list .obj--ttl.is-new:before {
  font-family: 'Hannari';
}

.navigation__other li, .btns__kushiage, .btns__soba, .concept__text dt, .concept__text dd, .stores__text, .new-open, .slide__list .obj--ttl.is-new:before {
  writing-mode: tb-rl;
  /*IE*/
  -o-writing-mode: vertical-rl;
  /*Opera*/
  -webkit-writing-mode: vertical-rl;
  /*Chrome, Safari*/
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*Firefox, Edge*/
}

.navigation__other li, .btns__kushiage, .btns__soba, .concept__text dt, .concept__text dd, .stores__text, .new-open, .slide__list .obj--ttl.is-new:before {
  -webkit-text-orientation: upright;
  text-orientation: upright;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* No files to import found in ./variable/* */
/* No files to import found in ./mixin/* */
/****************************************************
 * OVERRIDE
 */
body {
  font-size: 16px;
  font-size: 1.0rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, Calibri, sans-serif;
  line-height: 1.75;
  word-wrap: break-word;
  outline: none;
  color: #000;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

img, svg {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

textarea {
  vertical-align: top;
  resize: vertical;
}

sup {
  font-size: 0.625em;
  font-size: 0.625rem;
  vertical-align: text-top;
}

a {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a[href^='tel:'] {
  cursor: default;
}

::selection {
  background: #ffff00;
  color: #000;
}

::-moz-selection {
  background: #ffff00;
  color: #000;
}

:focus {
  outline: none;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/****************************************************
 * MODULE
 */
.m-title {
  display: inline-block;
  background-color: #FFF;
  min-width: 140px;
  font-size: 1.25em;
  font-size: 1.25rem;
  letter-spacing: 1.36px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
.is-mobile .m-title {
  display: block;
  width: 123px;
  min-width: inherit;
  margin: 0 auto;
  font-size: 0.9375em;
  font-size: 0.9375rem;
  letter-spacing: 0.58px;
}
.m-title:before, .m-title:after {
  display: block;
  background-color: #000;
  width: 140px;
  height: 1px;
  position: absolute;
  content: '';
}
.is-mobile .m-title:before, .is-mobile .m-title:after {
  width: 123px;
}
.m-title:before {
  top: 0;
  right: -10px;
}
.m-title:after {
  bottom: 0;
  left: -10px;
}
.m-title span {
  display: block;
  padding: 20px 32px;
}
.is-mobile .m-title span {
  padding: 18px 20px 17px;
  text-align: center;
}
.m-title span:before, .m-title span:after {
  display: block;
  background-color: #000;
  width: 1px;
  height: 60px;
  position: absolute;
  content: '';
}
.is-mobile .m-title span:before, .is-mobile .m-title span:after {
  height: 52px;
}
.m-title span:before {
  left: 0;
  bottom: -10px;
}
.m-title span:after {
  right: 0;
  top: -10px;
}
.m-more {
  width: 140px;
  height: 140px;
  position: absolute;
}
.is-mobile .m-more {
  width: 111px;
  height: 111px;
}
.m-more a {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flexbox;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.51;
  position: relative;
  z-index: 100;
  -moz-transition: color 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: color 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: color 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: color 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.is-mobile .m-more a {
  font-size: 0.8125em;
  font-size: 0.8125rem;
  line-height: 1.47231;
  letter-spacing: -.15em;
}
.m-more a:before {
  display: block;
  border: 1px dashed #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: background-color 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: background-color 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: background-color 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -moz-animation: rolling 18s linear infinite;
  -webkit-animation: rolling 18s linear infinite;
  animation: rolling 18s linear infinite;
}
.m-more a .text {
  position: relative;
}
.m-more a [class^="icon-"] {
  display: block;
  width: 111px;
  height: 12px;
  border-bottom: 2px solid #000;
  position: absolute;
  left: -1px;
  bottom: 19px;
  -moz-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.is-mobile .m-more a [class^="icon-"] {
  width: 88px;
  height: 9px;
  border-width: 1px;
  bottom: 16px;
}
.m-more a [class^="icon-"]:before {
  display: block;
  color: #000;
  font-size: 0.75em;
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  bottom: -1px;
  -moz-transition: color 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: color 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: color 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: color 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.is-mobile .m-more a [class^="icon-"]:before {
  font-size: 0.5625em;
  font-size: 0.5625rem;
}
.m-more a:hover {
  color: #fff;
}
.m-more a:hover:before {
  background-color: #000;
}
.m-more a:hover [class^="icon-"] {
  border-color: #fff;
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.m-more a:hover [class^="icon-"]:before {
  color: #FFF;
}
.m-more a img {
  width: 112px;
}
.m-more--comingsoon:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.m-more--comingsoon a {
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.m-more--comingsoon a:hover [class^="icon-"] {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.m-mask {
  position: relative;
}
.m-mask img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'object-fit: cover;';
}
.m-btn-external a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.m-btn-external a [class^="icon-"] {
  display: block;
  height: 10px;
  font-size: 0.625em;
  font-size: 0.625rem;
  position: absolute;
  overflow: hidden;
  -moz-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.m-btn-external a [class^="icon-"]:before {
  position: absolute;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.m-btn-external--b {
  background-color: #000;
}
.m-btn-external--b a {
  color: #FFF;
}
.m-btn-external--b a [class^="icon-"] {
  border-bottom: 1px solid #fff;
}
.m-btn-external--w {
  background-color: #000;
}
.m-btn-external--w a {
  background-color: #FFF;
  color: #000;
}
.m-btn-external--w a [class^="icon-"] {
  border-bottom: 1px solid #000;
}
.m-btn-external--w a [class^="icon-"]:before {
  color: #000;
}
.m-btn-external--l {
  width: 280px;
  height: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .m-btn-external--l {
    width: 100%;
    max-width: 325px;
  }
}
.m-btn-external--l a {
  padding-top: 17px;
  font-size: 1.125em;
  font-size: 1.125rem;
  letter-spacing: 3.6px;
}
@media screen and (max-width: 768px) {
  .m-btn-external--l a {
    font-size: 1.0625em;
    font-size: 1.0625rem;
    letter-spacing: 3.4px;
  }
}
.m-btn-external--l a [class^="icon-"] {
  width: 278px;
  right: 22px;
  bottom: 15px;
}
@media screen and (max-width: 768px) {
  .m-btn-external--l a [class^="icon-"] {
    width: 305px;
    height: 5px;
    font-size: 0.625em;
    font-size: 0.625rem;
    right: 25px;
  }
}
.m-btn-external--l a [class^="icon-"]:before {
  bottom: -1px;
  right: -3px;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
@media screen and (max-width: 768px) {
  .m-btn-external--l a [class^="icon-"]:before {
    right: -2px;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.m-btn-external--l a:hover [class^="icon-"] {
  right: 12px;
}
.m-btn-external--s {
  width: 160px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .m-btn-external--s {
    width: 100%;
    max-width: 325px;
    height: 60px;
  }
}
.m-btn-external--s a {
  padding-top: 15px;
  font-size: 0.875em;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 768px) {
  .m-btn-external--s a {
    padding-top: 20px;
    font-size: 1em;
    font-size: 1rem;
  }
}
.m-btn-external--s a [class^="icon-"] {
  width: 150px;
  right: 22px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .m-btn-external--s a [class^="icon-"] {
    width: 305px;
    height: 11px;
    font-size: 0.625em;
    font-size: 0.625rem;
    right: 25px;
  }
}
.m-btn-external--s a [class^="icon-"]:before {
  right: -2px;
  bottom: -1px;
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.m-btn-external--s a:hover [class^="icon-"] {
  right: 12px;
}

@-moz-keyframes rolling {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rolling {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rolling {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/****************************************************
 * COMPONENT
 */
/****************************************************
 * STATE
 */
.is-comingsoon {
  display: none;
}
.is-moving {
  pointer-events: none;
}
.is-mobile .is-visible-pc {
  display: none;
}
.is-visible-sp {
  display: none;
}
.is-mobile .is-visible-sp {
  display: block;
}
.is-hidden {
  display: none;
}

/****************************************************
 * STRUCTURE
 */
.st-container {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.9s ease;
  -o-transition: opacity 0.9s ease;
  -webkit-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}
.is-mobile .st-container {
  background: url("../assets/img/bg_material.png") repeat 0 0;
  background-size: 65px auto;
  height: auto;
  overflow: visible;
}
.st-container.is-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.st-hdr {
  position: relative;
  z-index: 1000;
  -moz-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
.is-moving .st-hdr {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.is-mobile .st-hdr__inner {
  text-align: center;
}
.is-mobile .st-sp {
  padding-bottom: 218px;
  position: relative;
  overflow: hidden;
}
.is-mobile .st-sp:before, .is-mobile .st-sp:after {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  content: '';
}
.is-mobile .st-sp:before {
  background-image: url("../img/obj/cow.png");
  width: 169px;
  height: 125px;
  margin-left: 1.5px;
  bottom: 70px;
  left: 50%;
}
.is-mobile .st-sp:after {
  background-image: url("../img/svg/arc.svg"), url("../img/svg/arc.svg"), url("../img/svg/arc.svg"), url("../img/svg/arc.svg");
  background-repeat: no-repeat;
  background-position: 0 0, 118px 25px, 236px 50px, 354px 75px;
  background-size: 143px auto;
  width: 495px;
  height: 147px;
  margin-left: -272.5px;
  bottom: 1px;
  left: 50%;
}

/****************************************************
 * STYLE
 */
.loading {
  background: url("../assets/img/bg_material.png") repeat 0 0;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
.loading .scene {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: opacity 0.9s ease;
  -o-transition: opacity 0.9s ease;
  -webkit-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}
@media screen and (max-width: 768px) {
  .loading .scene--02 {
    display: none;
  }
}
.loading .scene--02 p {
  background: url("../img/anim/loading.gif") no-repeat 50% 0;
  background-size: 75px auto;
  padding-top: 74px;
}
.loading .scene.is-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.9s ease;
  -o-transition: opacity 0.9s ease;
  -webkit-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}
.loading p {
  font-size: 1.25em;
  font-size: 1.25rem;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .loading p {
    font-size: 1em;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: normal;
  }
}

.hdr__logo {
  background: url("../img/img_noren.svg") no-repeat 0 0;
  background-size: contain;
  width: 200px;
  max-width: 200px;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 2000;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.is-mobile .hdr__logo {
  background-image: none;
  width: 18.13%;
  padding-top: 3.74%;
  top: 0;
  left: 4.8%;
}
.is-mobile .hdr__logo.is-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.hdr__logo a {
  display: block;
  width: 100%;
  padding-bottom: 192.5%;
  position: relative;
}
.is-mobile .hdr__logo a {
  padding-bottom: 0;
}
.hdr__logo img {
  width: 57.5%;
  margin-top: 2.5974026%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.is-mobile .hdr__logo img {
  width: 100%;
  margin-top: 0;
  position: static;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hdr__logo.is-fixed {
  width: 60px;
  height: 72px;
  position: fixed;
  top: 23px;
  left: 25px;
}
.hdr__logo.is-fixed a {
  background: url("../img/img_logo-mark.svg") no-repeat 50% 50%;
  background-size: contain;
  height: auto;
  padding-bottom: 120%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.hdr__logo.is-fixed img {
  display: none;
}
.hdr__logo.is-event {
  pointer-events: auto;
}
.hdr__copyright {
  font-size: 0.625em;
  font-size: 0.625rem;
}
.is-mobile .hdr__copyright {
  font-size: 0.6875em;
  font-size: 0.6875rem;
}

.nav-trigger {
  display: none;
  background-color: transparent;
  width: 37px;
  height: 13px;
  padding: 0;
  border: 0;
  position: fixed;
  top: 23px;
  right: 25px;
  z-index: 2000;
}
.is-mobile .nav-trigger {
  display: block;
}
.nav-trigger svg {
  width: 37px;
  vertical-align: top;
}
.is-open .nav-trigger svg {
  width: 78px;
}
.is-open .nav-trigger svg #bar rect {
  fill: #fff;
}
.nav-trigger svg use {
  -moz-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.is-open .nav-trigger svg use:nth-of-type(1) {
  -moz-transform: rotate(-18deg) translate(-3px, 11px);
  -ms-transform: rotate(-18deg) translate(-3px, 11px);
  -webkit-transform: rotate(-18deg) translate(-3px, 11px);
  transform: rotate(-18deg) translate(-3px, 11px);
}
.is-open .nav-trigger svg use:nth-of-type(2) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.is-open .nav-trigger svg use:nth-of-type(3) {
  -moz-transform: rotate(18deg) translate(1px, -12px);
  -ms-transform: rotate(18deg) translate(1px, -12px);
  -webkit-transform: rotate(18deg) translate(1px, -12px);
  transform: rotate(18deg) translate(1px, -12px);
}

.navigation-container {
  height: auto;
}
.is-mobile .navigation-container {
  display: none;
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.is-open .navigation-container {
  display: block;
}
.navigation__other {
  display: block;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 2000;
}
.is-mobile .navigation__other {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  position: static;
}
.navigation__other ul {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row-reverse;
  -webkit-justify-content: center;
  display: flexbox;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  height: 166px;
}
.is-mobile .navigation__other ul {
  padding-top: 60px;
  height: 175px;
}
.navigation__other li {
  padding: 0;
  margin-left: 17px;
  line-height: 1;
}
.is-mobile .navigation__other li {
  padding: 0 22px;
  margin-left: 0;
  vertical-align: middle;
}
.navigation__other li a {
  display: block;
  background: url("../assets/img/bg_nav.svg") no-repeat 0 0;
  background-size: contain;
  width: 43px;
  height: 166px;
  line-height: 43px;
  text-align: center;
  font-size: 1.125em;
  font-size: 1.125rem;
  color: #FFF;
  text-transform: uppercase;
  -moz-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.is-mobile .navigation__other li a {
  display: inline;
  background: none;
  width: auto;
  height: auto;
  padding: 0 6px;
  line-height: 1;
  letter-spacing: .2em;
  position: relative;
}
.navigation__other li.is-current a, .navigation__other li:hover a {
  background-image: url("../assets/img/bg_nav-current.svg");
  color: #000;
}
.is-mobile .navigation__other li.is-current a, .is-mobile .navigation__other li:hover a {
  background-image: none;
}
.navigation__local {
  position: absolute;
  left: 50px;
  top: -moz-calc(100vh - 50px);
  top: -webkit-calc(100vh - 50px);
  top: calc(100vh - 50px);
  z-index: 2000;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.is-mobile .navigation__local {
  background-color: rgba(255, 255, 255, 0.8);
  height: -moz-calc(100vh - 175px);
  height: -webkit-calc(100vh - 175px);
  height: calc(100vh - 175px);
  position: static;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.navigation__inner {
  margin-bottom: 10px;
}
.is-mobile .navigation__inner {
  margin-bottom: 34px;
}

.nav-local {
  padding: 0;
  margin-bottom: 36px;
}
.is-mobile .nav-local {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-justify-content: center;
  display: -webkit-flexbox;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flexbox;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  height: -moz-calc(100vh - 175px - 122px);
  height: -webkit-calc(100vh - 175px - 122px);
  height: calc(100vh - 175px - 122px);
  padding: 0;
  margin-bottom: 10px;
}
.nav-local li a {
  display: inline-block;
  line-height: 2.13;
  text-transform: lowercase;
}
.is-mobile .nav-local li a {
  width: 50%;
  font-size: 1.25em;
  font-size: 1.25rem;
  line-height: 3.5;
}
@media only screen and (device-height: 568px), only screen and (device-width: 568px) {
  .nav-local li a {
    line-height: 2.5;
  }
}

.sns {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-justify-content: flex-start;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  display: flexbox;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
  line-height: 1;
}
.is-mobile .sns {
  -webkit-justify-content: center;
  justify-content: center;
}
.sns li {
  margin-right: 12px;
}
.is-mobile .sns li {
  margin: 0 10px;
}
.is-mobile .sns [class^="icon-"]:before {
  font-size: 1.75em;
  font-size: 1.75rem;
}

.drag-container {
  background: url("../assets/img/bg_material.png") repeat 0 0;
  width: 4500px;
  height: 4000px;
}
.is-mobile .drag-container {
  background: none;
  width: auto;
  height: auto;
}
.drag-container .text-contents__unit {
  text-align: center;
  position: absolute;
}
.drag-container .concept {
  top: 2943px;
  left: 3529px;
}
.drag-container .news {
  top: 2943px;
  left: 1761px;
}
.drag-container .stores {
  top: 2943px;
  left: 690px;
}

.drag-target {
  background: url("../img/anim/triangle.gif") no-repeat 508px 2846px, url("../img/anim/triangle.gif") no-repeat 2855px 3661px, url("../img/anim/triangle.gif") no-repeat 1750px 891px, url("../img/anim/triangle.gif") no-repeat 4004px 964px, url("../img/anim/champagne.gif") no-repeat 1293px 3764px, url("../img/anim/champagne.gif") no-repeat 1986px 2411px, url("../img/anim/hamaguri.gif") no-repeat 1836px 2799px, url("../img/anim/maru.gif") no-repeat 2291px 2291px, url("../img/anim/maru.gif") no-repeat 1823px 1605px, url("../img/anim/shrimp.gif") no-repeat 2335px 1685px, url("../img/anim/squid.gif") no-repeat 2786px 2463px, url("../img/anim/katsuobushi.gif") no-repeat 3394px 23px, url("../img/anim/red-snapper.gif") no-repeat 3692px 1536px, url("../img/anim/step.svg") no-repeat 3602px 2300px;
  background-size: 204px auto, 280px auto, 147px auto, 227px auto, 57px auto, 64px auto, 162px auto, 111px auto, 202px auto, 213px auto, 224px auto, 308px auto, 519px auto, 607px auto;
  width: 4500px;
  height: 4000px;
  position: relative;
  top: 0;
  left: 0;
  cursor: move;
}
.is-mobile .drag-target {
  display: none;
}

.objects img {
  position: absolute;
}
.objects__logo-mark {
  left: 2241px;
  top: 2057px;
  width: 118px;
}
.objects__triangle--01 {
  left: 954px;
  top: 865px;
  width: 121px;
}
.objects__triangle--02 {
  left: 954px;
  top: 1002px;
  width: 121px;
}
.objects__triangle--03 {
  left: 954px;
  top: 1139px;
  width: 121px;
}
.objects__dot--01 {
  left: 2763px;
  top: 97px;
  width: 257px;
}
.objects__dot--02 {
  left: 2435px;
  top: 2447px;
  width: 259px;
}
.objects__dot2--01 {
  left: 4396px;
  top: 0px;
  width: 105px;
}
.objects__dot2--02 {
  left: 2970px;
  top: 1521px;
  width: 105px;
}
.objects__dot3 {
  left: 2487px;
  top: 2757px;
  width: 135px;
}
.objects__dot4 {
  left: 1540px;
  top: 167px;
  width: 450px;
}
.objects__nami--01 {
  left: 1654px;
  top: -323px;
  width: 112px;
}
.objects__nami--02 {
  left: 1654px;
  top: 3674px;
  width: 112px;
}
.objects__nami2 {
  left: 3437px;
  top: 396px;
  width: 111px;
}
.objects__nami3 {
  left: 1611px;
  top: 1827px;
  width: 254px;
}
.objects__nami4 {
  left: 1426px;
  top: 2481px;
  width: 755px;
}
.objects__nami5 {
  left: 3118px;
  top: 2248px;
  width: 300px;
}
.objects__arc--01 {
  left: 3194px;
  top: 1572px;
  width: 207px;
}
.objects__arc--02 {
  left: 3364px;
  top: 1572px;
  width: 207px;
}
.objects__arc--03 {
  left: 9px;
  top: 3676px;
  width: 285px;
}
.objects__arc--04 {
  left: 244px;
  top: 3726px;
  width: 285px;
}
.objects__arc--05 {
  left: 479px;
  top: 3776px;
  width: 285px;
}
.objects__arc--06 {
  left: 714px;
  top: 3826px;
  width: 285px;
}
.objects__arc2--01 {
  left: 4131px;
  top: 1567px;
  width: 340px;
}
.objects__arc2--02 {
  left: 4413px;
  top: 1526px;
  width: 340px;
}
.objects__moyou {
  left: 2826px;
  top: 1127px;
  width: 72px;
}
.objects__hana {
  left: 2387px;
  top: 777px;
  width: 228px;
}
.objects__kushi {
  left: 1986px;
  top: 947px;
  width: 61px;
}
.objects__kumo {
  left: 3980px;
  top: 1835px;
  width: 201px;
}
.objects__kumo2 {
  left: 3945px;
  top: 2062px;
  width: 232px;
}
.objects__line {
  left: 3222px;
  top: 3592px;
  width: 406px;
}
.objects__line2 {
  left: -30px;
  top: 1387px;
  width: 805px;
}
.objects__line3--01 {
  left: 2346px;
  top: 1125px;
  width: 243px;
}
.objects__line3--02 {
  left: 2346px;
  top: 1387px;
  width: 243px;
}
.objects__diamond {
  left: 2678px;
  top: 1668px;
  width: 162px;
}
.objects__octagon {
  left: 985px;
  top: 1791px;
  width: 226px;
}
.objects__circle {
  left: 1482px;
  top: 3383px;
  width: 273px;
}
.objects__circle2 {
  left: 950px;
  top: 2459px;
  width: 273px;
}
.objects__circle3 {
  left: 2185px;
  top: 1605px;
  width: 77px;
}
.objects__square {
  left: 251px;
  top: 2047px;
  width: 320px;
}
.objects__square2 {
  left: 1751px;
  top: 423px;
  width: 198px;
}
.objects__plus1 {
  left: 0;
  top: 0;
  width: 1509px;
}
.objects__tone--01 {
  left: 3787px;
  top: 0;
  width: 271px;
}
.objects__tone--02 {
  left: 3315px;
  top: 1989px;
  width: 136px;
}
.objects__tone--03 {
  left: 3787px;
  top: 3920px;
  width: 271px;
}
.objects__tone2 {
  left: 0;
  top: 2609px;
  width: 346px;
}
.objects__spiral--01 {
  left: 3987px;
  top: 2940px;
  width: 667px;
}
.objects__spiral--02 {
  left: 5px;
  top: 2289px;
  width: 393px;
}
.objects__spiral--03 {
  left: -417px;
  top: 2941px;
  width: 667px;
}
.objects__sushi {
  left: 3480px;
  top: 1857px;
  width: 102px;
}
.objects__salad {
  left: 2013px;
  top: 0;
  width: 284px;
}
.objects__mussels {
  left: 2358px;
  top: 387px;
  width: 303px;
}
.objects__fried1 {
  left: 2563px;
  top: 755px;
  width: 95px;
}
.objects__fried2 {
  left: 2366px;
  top: 936px;
  width: 89px;
}
.objects__fried3 {
  left: 2336px;
  top: 1157px;
  width: 135px;
}
.objects__fried4 {
  left: 1828px;
  top: 331px;
  width: 351px;
}
.objects__asparagus {
  left: 1739px;
  top: 941px;
  width: 295px;
}
.objects__liquor2 {
  left: 2050px;
  top: 1253px;
  width: 86px;
}
.objects__cow {
  left: 1347px;
  top: 1071px;
  width: 403px;
}
.objects__shiitake {
  left: 1398px;
  top: 1508px;
  width: 238px;
}
.objects__soba1 {
  left: 3785px;
  top: 800px;
  width: 270px;
}
.objects__soba2 {
  left: 3911px;
  top: 91px;
  width: 377px;
}
.objects__soba3 {
  left: 3946px;
  top: 1116px;
  width: 366px;
}
.objects__sudachi {
  left: 4136px;
  top: 709px;
  width: 220px;
}
.objects__raw_meat {
  left: 3487px;
  top: 979px;
  width: 227px;
}
.objects__wasabi {
  left: 3223px;
  top: 753px;
  width: 229px;
}
.objects__gourd {
  left: 3270px;
  top: 1192px;
  width: 128px;
}
.objects__sushi1 {
  left: 4100px;
  top: 2056px;
  width: 162px;
}
.objects__sushi2 {
  left: 3415px;
  top: 2220px;
  width: 161px;
}
.objects__sushi3 {
  left: 3577px;
  top: 2214px;
  width: 107px;
}
.objects__sushi4 {
  left: 3337px;
  top: 1895px;
  width: 149px;
}
.objects__rice {
  left: 3809px;
  top: 2298px;
  width: 253px;
}
.objects__uchiwa {
  left: 4023px;
  top: 2460px;
  width: 282px;
}
.objects__shokunin {
  left: 2855px;
  top: 2070px;
  width: 415px;
}
.objects__shouyu {
  left: 2740px;
  top: 1865px;
  width: 216px;
}
.objects__red_grapes {
  left: 2825px;
  top: 3191px;
  width: 323px;
}
.objects__wine_opener {
  left: 2634px;
  top: 3648px;
  width: 233px;
}
.objects__pig {
  left: 2223px;
  top: 2564px;
  width: 249px;
}
.objects__bottle3 {
  left: 1190px;
  top: 3716px;
  width: 82px;
}
.objects__cork {
  left: 1115px;
  top: 3495px;
  width: 194px;
}
.objects__white_grapes {
  left: 1186px;
  top: 2800px;
  width: 229px;
}
.objects__niwatori {
  left: 1633px;
  top: 2138px;
  width: 317px;
}
.objects__taretsubo {
  left: 1038px;
  top: 2203px;
  width: 205px;
}
.objects__yakitori {
  left: 1037px;
  top: 1922px;
  width: 256px;
}
.objects__yakitori2 {
  left: 334px;
  top: 1760px;
  width: 240px;
}
.objects__yakitori3 {
  left: 290px;
  top: 2309px;
  width: 257px;
}
.objects__lemon {
  left: 419px;
  top: 2215px;
  width: 152px;
}
.objects__scallops {
  left: 828px;
  top: 1467px;
  width: 202px;
}

.btns {
  width: 738px;
  height: 498px;
  position: absolute;
  top: 1781px;
  left: 1900px;
}
.btns li {
  line-height: 1;
  position: absolute;
}
.btns a {
  display: block;
  position: relative;
}
.btns a:before, .btns a:after {
  display: block;
  position: absolute;
  content: '';
  -moz-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.btns a:before {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.btns a:after {
  background-repeat: no-repeat;
}
.btns a > span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -moz-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.btns a > span:before {
  display: block;
  background-color: #000;
  position: absolute;
  content: '';
  -moz-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
}
.btns a > span > span {
  position: relative;
  z-index: 100;
}
.btns a:hover > span {
  color: #FFF;
}
.btns a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.btns__kushiage {
  top: 0;
  left: 304px;
}
.btns__kushiage a {
  width: 26px;
  padding-top: 45px;
}
.btns__kushiage a:before {
  background-image: url("../img/svg/arrow_kushiage.svg");
  width: 12px;
  height: 41px;
  top: 0;
  left: 12px;
}
.btns__kushiage a:after {
  background-image: url("../img/txt_kushiage.svg"), url("../img/svg/kushi.svg");
  background-position: 0 60px, 50% 0;
  background-size: 100% auto, auto 100%;
  width: 110px;
  height: 189px;
  top: 40px;
  right: -moz-calc(100% + 18px);
  right: -webkit-calc(100% + 18px);
  right: calc(100% + 18px);
}
.btns__kushiage a > span {
  padding: 8px 6px;
  top: 0;
  left: 0;
}
.btns__kushiage a > span:before {
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
}
.btns__kushiage a:hover > span:before {
  top: 0;
}
.btns__soba {
  top: 98px;
  right: 45px;
}
.btns__soba a {
  width: 26px;
  padding-top: 37px;
}
.btns__soba a:before {
  background-image: url("../img/svg/arrow_soba.svg");
  width: 30px;
  height: 30px;
  top: 0;
  left: 6px;
}
.btns__soba a:after {
  background-image: url("../img/txt_soba.svg"), url("../img/svg/nami2.svg");
  background-position: 100% 100%, 0 0;
  background-size: 89px auto, auto 100%;
  width: 127px;
  height: 156px;
  top: -22px;
  right: -moz-calc(100% + 25px);
  right: -webkit-calc(100% + 25px);
  right: calc(100% + 25px);
}
.btns__soba a > span {
  padding: 8px 6px;
  top: 0;
  left: 0;
}
.btns__soba a > span:before {
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
}
.btns__soba a:hover > span:before {
  top: 0;
}
.btns__sushi {
  right: 0;
  bottom: 0;
}
.btns__sushi a {
  height: 26px;
  padding-right: 43px;
}
.btns__sushi a:before {
  background-image: url("../img/svg/arrow_sushi.svg");
  width: 40px;
  height: 12px;
  top: 6px;
  right: 0;
}
.btns__sushi a:after {
  background-image: url("../img/txt_sushi.svg"), url("../img/svg/sushi.svg");
  background-position: 0 100%, 100% 0;
  background-size: 103px auto, 101px auto;
  width: 253px;
  height: 141px;
  top: -117px;
  right: 4px;
}
.btns__sushi a > span {
  padding: 6px 8px;
  top: 0;
  right: 0;
}
.btns__sushi a > span:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 100%;
}
.btns__sushi a:hover > span:before {
  right: 0;
}
.btns__yakitori {
  top: 310px;
  left: 0;
}
.btns__yakitori a {
  height: 26px;
  padding-left: 50px;
}
.btns__yakitori a:before {
  background-image: url("../img/svg/arrow_yakitori.svg");
  width: 40px;
  height: 12px;
  top: 6px;
  left: 0;
}
.btns__yakitori a:after {
  background-image: url("../img/txt_yakitori.svg"), url("../img/svg/octagon.svg");
  background-position: 100% 0, 0 100%;
  background-size: 35px auto, 163px auto;
  width: 175px;
  height: 234px;
  top: 2px;
  left: 59px;
}
.btns__yakitori a > span {
  padding: 6px 8px;
  top: 0;
  left: 0;
}
.btns__yakitori a > span:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
}
.btns__yakitori a:hover > span:before {
  left: 0;
}

.backtocenter {
  position: fixed;
  top: 50%;
  right: 42px;
  z-index: 100;
  cursor: pointer;
}
.is-moving .backtocenter {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.backtocenter:before {
  display: block;
  background-color: #000;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -27px;
  content: '';
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.backtocenter span {
  display: block;
  padding-left: 18px;
  font-size: 1em;
  font-size: 1rem;
  text-transform: lowercase;
  position: relative;
}
.backtocenter span:before, .backtocenter span:after {
  display: block;
  position: absolute;
  top: 50%;
  content: '';
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.backtocenter span:before {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  left: 0;
}
.backtocenter span:after {
  background-color: #000;
  width: 4px;
  height: 4px;
  left: -27px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.shop {
  position: absolute;
  z-index: 100;
}
.shop--comingsoon:after {
  display: block;
  background: url("../img/txt_coming-soon.png") no-repeat 50% 50%;
  background-size: contain;
  width: 216px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shop--comingsoon [class$="__title"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.shop--comingsoon .m-more:before {
  border-style: solid;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
.shop .new-open {
  width: 36px;
  height: 139px;
  padding-right: 2px;
  font-size: 1.25em;
  font-size: 1.25rem;
  top: -24px;
  left: 143px;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .shop .new-open .tch--ms {
    top: 12px;
  }
}
@supports (-ms-ime-align: auto) {
  .shop .new-open .tch--ms {
    top: 12px;
  }
}
.shop-kushiage {
  top: 600px;
  left: 2084px;
}
.shop-kushiage__title {
  width: 99px;
}
.shop-kushiage__desc {
  width: 146px;
  position: absolute;
  top: 74px;
  left: 214px;
}
.shop-kushiage .m-more {
  top: 176px;
  left: -232px;
}
.shop-soba {
  top: 387px;
  left: 3769px;
}
.shop-soba__title {
  width: 104px;
}
.shop-soba .m-more {
  top: 203px;
  left: -176px;
}
.shop-sushi {
  top: 1972px;
  left: 3729px;
}
.shop-sushi__title {
  width: 114px;
}
.shop-sushi .m-more {
  top: 114px;
  left: -166px;
}
.shop-yakitori {
  top: 1768px;
  left: 690px;
}
.shop-yakitori__title {
  width: 110px;
}
.shop-yakitori__desc {
  width: 86px;
  position: absolute;
  top: 152px;
  right: 179px;
}
.shop-yakitori .m-more {
  top: 307px;
  left: 129px;
}

.map {
  background-color: #000;
  width: 100px;
  height: 89px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
}
.is-mobile .map {
  display: none;
}
.map span {
  display: block;
  width: 32px;
  height: 28px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.is-mobile .concept {
  padding-top: 40px;
  margin-bottom: 110px;
  position: relative;
}
.is-mobile .concept:before, .is-mobile .concept:after {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  content: '';
}
.is-mobile .concept:before {
  background-image: url("../img/svg/spiral.svg");
  width: 334px;
  height: 65px;
  margin-left: 100.5px;
  top: 66px;
  left: 50%;
}
.is-mobile .concept:after {
  background-image: url("../img/anim/hamaguri.gif");
  width: 58px;
  height: 51px;
  margin-right: 140.5px;
  top: 233px;
  right: 50%;
}
.concept .m-title {
  margin-bottom: 111px;
}
.is-mobile .concept .m-title {
  margin-bottom: 46px;
}
.concept__text {
  width: 540px;
  text-align: left;
  overflow: hidden;
}
.is-mobile .concept__text {
  width: 100%;
  position: relative;
  overflow: visible;
}
.is-mobile .concept__text:before, .is-mobile .concept__text:after {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  content: '';
}
.is-mobile .concept__text:before {
  background-image: url("../img/obj/niwatori.png");
  width: 133px;
  height: 175px;
  margin-left: 113.5px;
  top: 66px;
  left: 50%;
  -moz-transform: rotate(1.96deg);
  -ms-transform: rotate(1.96deg);
  -webkit-transform: rotate(1.96deg);
  transform: rotate(1.96deg);
}
.is-mobile .concept__text:after {
  background-image: url("../img/svg/tone.svg");
  background-size: auto 400%;
  width: 92px;
  height: 57px;
  margin-right: 96.5px;
  bottom: -64px;
  right: 50%;
}
.is-mobile .concept__text dt, .is-mobile .concept__text dd {
  writing-mode: horizontal-tb;
  /*IE*/
  -o-writing-mode: horizontal-tb;
  /*Opera*/
  -webkit-writing-mode: horizontal-tb;
  /*Chrome, Safari*/
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  /*Firefox, Edge*/
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  text-align: center;
}
.concept__text dt .en, .concept__text dd .en {
  display: inline-block;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.concept__text dt span, .concept__text dd span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, Calibri, sans-serif;
}
.is-mobile .concept__text dt span, .is-mobile .concept__text dd span {
  font-family: "Noto Sans", sans-serif;
}
.concept__text dt {
  float: right;
  margin-left: 1.6em;
  font-size: 1.3125em;
  font-size: 1.3125rem;
  letter-spacing: 2.1px;
  line-height: 1.81;
}
.is-mobile .concept__text dt {
  float: none;
  margin: 0 0 32px;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 3.2px;
}
.concept__text dd {
  float: left;
  font-size: 1.0625em;
  font-size: 1.0625rem;
  letter-spacing: 3px;
  line-height: 2.25;
}
.is-mobile .concept__text dd {
  float: none;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 3.2px;
}
.concept__text p {
  margin-left: 2.3em;
}
.is-mobile .concept__text p {
  margin: 0 0 32px;
}
.concept__text p:last-child {
  margin-left: 0;
}
.is-mobile .concept__text p:last-child {
  margin-bottom: 0;
}

.is-mobile .news {
  padding-top: 40px;
  margin-bottom: 84px;
  position: relative;
}
.is-mobile .news:before, .is-mobile .news:after {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  content: '';
}
.is-mobile .news:before {
  background-image: url("../img/obj/red_grapes.png");
  width: 136px;
  height: 107px;
  margin-left: 69.5px;
  top: -90px;
  left: 50%;
}
.is-mobile .news:after {
  background-image: url("../img/obj/wine_opener.png");
  width: 98px;
  height: 115px;
  margin-right: 81.5px;
  top: -12px;
  right: 50%;
}
.news .m-title {
  margin-bottom: 83px;
}
.is-mobile .news .m-title {
  margin-bottom: 37px;
}
.news-list {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  display: flexbox;
  flex-wrap: nowrap;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  margin-bottom: 60px;
}
.is-mobile .news-list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 25px;
  position: relative;
}
.is-mobile .news-list:before {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  content: '';
}
.is-mobile .news-list:before {
  background-image: url("../img/svg/nami.svg");
  width: 56px;
  height: 203px;
  margin-right: 125.5px;
  bottom: -85px;
  right: 50%;
}
.news-list__unit {
  background-color: #FFF;
  width: 310px;
  margin: 0 10px;
}
.is-mobile .news-list__unit {
  width: 100%;
  margin: 0 0 15px;
}
.is-mobile .news-list__unit:last-child {
  margin-bottom: 34px;
}
.news-list a {
  display: block;
}
.is-mobile .news-list a {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  display: flexbox;
  flex-wrap: nowrap;
  display: -webkit-flex;
  display: flex;
}
.is-mobile .news-list .image {
  width: 37%;
  position: relative;
}
.news-list .m-mask {
  padding-bottom: 74.1935484%;
}
.is-mobile .news-list .m-mask {
  padding-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-list .text {
  padding: 30px 28px;
}
.is-mobile .news-list .text {
  -webkit-flex: 1;
  flex: 1;
  width: 63%;
  padding: 16px;
}
.news-list .publish {
  display: block;
  padding-bottom: 16px;
  margin-bottom: 14px;
  font-size: 1.3125em;
  font-size: 1.3125rem;
  letter-spacing: 3.7px;
  line-height: 1;
  position: relative;
}
.is-mobile .news-list .publish {
  padding-bottom: 9px;
  margin-bottom: 9px;
  font-size: 1em;
  font-size: 1rem;
  letter-spacing: 2.77px;
}
.news-list .publish:after {
  display: block;
  background-color: #000;
  width: 14px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
}
.is-mobile .news-list .publish:after {
  width: 7px;
}
.news-list dd, .news-list p {
  font-size: 0.875em;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.4px;
}
.is-mobile .news-list dd, .is-mobile .news-list p {
  font-size: 0.625em;
  font-size: 0.625rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
.is-mobile .news .m-btn-external {
  width: 175px;
  height: 50px;
}
.is-mobile .news .m-btn-external a {
  padding-top: 15px;
  font-size: 0.75em;
  font-size: 0.75rem;
  letter-spacing: 3px;
}
.is-mobile .news .m-btn-external a [class^="icon-"] {
  width: 170px;
  right: 15px;
  bottom: 15px;
}

.is-mobile .stores {
  padding-top: 40px;
  position: relative;
}
.is-mobile .stores:before, .is-mobile .stores:after {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  content: '';
}
.is-mobile .stores:before {
  background-image: url("../img/svg/nami4.svg");
  width: 375px;
  height: 372px;
  margin-right: -35.5px;
  top: -61px;
  right: 50%;
}
.is-mobile .stores:after {
  background-image: url("../img/svg/dot.svg");
  width: 130px;
  height: 112px;
  margin-left: 120.5px;
  top: 85px;
  left: 50%;
}
.stores .m-title {
  margin-bottom: 132px;
}
.is-mobile .stores .m-title {
  margin-bottom: 55px;
}
.stores-container {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-justify-content: center;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: center;
  display: flexbox;
  flex-wrap: nowrap;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
.stores__text {
  font-size: 0.9375em;
  font-size: 0.9375rem;
  text-align: left;
}
.is-mobile .stores__text {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-justify-content: flex-start;
  display: -webkit-flexbox;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  display: flexbox;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  min-height: 300px;
  height: max-content;
}
.stores__text address {
  display: block;
  margin-right: 12px;
  line-height: 2.5;
}
.is-mobile .stores__text address {
  margin: 0 auto;
}
.stores__text.is-new {
  margin-right: 70px;
  position: relative;
}
.is-mobile .stores__text.is-new {
  margin-right: 58px;
}
.stores__text .new-open {
  width: 24px;
  height: 92px;
  font-size: 1em;
  font-size: 1rem;
  top: -5px;
  right: -20px;
}
.is-mobile .stores__text .new-open {
  width: 24px;
  height: 93px;
  font-size: 0.875em;
  font-size: 0.875rem;
  top: -8px;
  right: -21px;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .stores__text .new-open .tch--ms {
    top: 9px;
  }
}
@supports (-ms-ime-align: auto) {
  .stores__text .new-open .tch--ms {
    top: 9px;
  }
}
.stores__text .ff-hannari {
  font-size: 1.25em;
  font-size: 1.25rem;
}
.is-mobile .stores__text .ff-hannari {
  font-size: 0.9375em;
  font-size: 0.9375rem;
}
.stores__text a {
  margin-top: 2em;
  font-size: 0.6875em;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #e83a22;
}
.is-mobile .stores__text a {
  display: inline-block;
  background-color: #e83a22;
  padding: 8px 5px 11px;
  line-height: 1;
  font-size: 0.5625em;
  font-size: 0.5625rem;
  color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.new-open {
  display: block;
  background: url(../assets/img/bg_nav-new.svg) no-repeat 50% 0;
  background-size: contain;
  text-align: center;
  color: #fff;
  position: absolute;
}

.en {
  display: inline-block;
  position: relative;
  left: 1px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.is-mobile .en {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@supports (-ms-ime-align: auto) {
  .en {
    display: inline;
    top: -1px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .en {
    top: 5px;
    transform: none;
  }
}
.tch {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

@supports (-ms-ime-align: auto) {
  .tch--ms {
    text-align: center;
    position: relative;
    left: 1px;
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tch--ms {
    text-align: center;
    position: relative;
    left: 1px;
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
  }
}
.is-mobile .tch--ms {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

/****************************************************
 * STYLE SP
 */
.scroll {
  width: 100%;
  padding: 0 0 30px 5px;
  text-align: center;
  color: #FFF;
  line-height: 1;
  font-size: 0.875em;
  font-size: 0.875rem;
  letter-spacing: 2.8px;
  text-transform: lowercase;
  position: absolute;
  bottom: 36px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .scroll {
    padding: 0 0 23px 2px;
    letter-spacing: 1.4px;
    font-size: 0.6875em;
    font-size: 0.6875rem;
    color: #000;
  }
}
.scroll [class^="icon-"] {
  font-size: 0.9375em;
  font-size: 0.9375rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .scroll [class^="icon-"] {
    font-size: 0.75em;
    font-size: 0.75rem;
  }
}
.scroll [class^="icon-"]:before {
  display: inline-block;
  color: #FFF;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .scroll [class^="icon-"]:before {
    color: #000;
  }
}

.slide {
  width: 100%;
  height: -moz-calc(100vw * 1.778666667);
  height: -webkit-calc(100vw * 1.778666667);
  height: calc(100vw * 1.778666667);
  margin-bottom: 47px;
  position: relative;
}
.slide__container {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.slide .slick-list, .slide .slick-track {
  height: 100%;
}
.slide .obj {
  position: absolute;
}
.slide .shops {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: -webkit-flexbox;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flexbox;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 60.26%;
  left: 0;
  right: 0;
}
.slide .shops__list {
  margin: 0 10px;
}
.slide .shops__list:nth-child(1) {
  width: 29px;
}
.slide .shops__list:nth-child(2) {
  width: 30px;
}
.slide .shops__list:nth-child(3) {
  width: 26px;
}
.slide .shops__list:nth-child(4) {
  width: 23px;
}
.slide__list {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.slide__list .obj--ttl.is-new {
  position: relative;
}
.slide__list .obj--ttl.is-new:before {
  display: block;
  background: url(../assets/img/bg_nav-new.svg) no-repeat 50% 0;
  background-size: contain;
  width: 32px;
  height: 123px;
  padding-right: 2px;
  text-align: center;
  color: #fff;
  font-size: 1.125em;
  font-size: 1.125rem;
  position: absolute;
  top: -24px;
  right: -56px;
  content: 'NEW';
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slide__list--top .obj--logo-mark {
  width: 48.8%;
  margin-left: -15px;
  top: 27.28%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slide__list--top .obj--nami2 {
  width: 15.2%;
  top: -4.5%;
  left: 11.73%;
}
.slide__list--top .obj--maru {
  width: 35.2%;
  top: 51.57%;
  left: -10.14%;
}
.slide__list--top .obj--octagon {
  width: 30.93%;
  top: 14.69%;
  left: 82.13%;
}
.slide__list--top .obj--kushi {
  width: 8.53%;
  top: 43.02%;
  left: 88.53%;
}
.slide__list--kushiage .obj--ttl {
  width: 11.46%;
  top: 34.03%;
  left: 63.46%;
}
.slide__list--kushiage .obj--txt {
  width: 32%;
  top: 34.48%;
  left: 24.53%;
}
.slide__list--kushiage .obj--square {
  width: 20%;
  top: 18.44%;
  left: 41.86%;
}
.slide__list--kushiage .obj--fried4 {
  width: 45.06%;
  top: 8.09%;
  left: 55.2%;
}
.slide__list--kushiage .obj--fried3 {
  width: 23.2%;
  top: 19.34%;
  left: 30.4%;
}
.slide__list--kushiage .obj--fried2 {
  width: 22.4%;
  top: 35.98%;
  left: 0%;
}
.slide__list--kushiage .obj--liquor2 {
  width: 13.06%;
  top: 37.03%;
  left: 88.26%;
}
.slide__list--kushiage .obj--triangle {
  width: 33.33%;
  top: 56.97%;
  left: -1.87%;
}
.slide__list--kushiage .obj--kushi {
  width: 8.26%;
  top: 62.51%;
  left: 85.33%;
}
.slide__list--kushiage .obj--asparagus {
  width: 31.46%;
  top: 62.66%;
  left: 2.13%;
}
.slide__list--kushiage .obj--shrimp {
  width: 32.8%;
  top: 69.26%;
  left: 67.2%;
}
.slide__list--kushiage .obj--hana {
  width: 30.66%;
  top: 23.38%;
  left: 76.8%;
}
.slide__list--sushi .obj--ttl {
  width: 15.2%;
  top: 42.72%;
  left: 42.4%;
}
.slide__list--sushi .obj--red-snapper {
  width: 69.33%;
  top: 7.79%;
  left: 43.73%;
}
.slide__list--sushi .obj--shokunin {
  width: 55.2%;
  top: 28.33%;
  left: -10.94%;
}
.slide__list--sushi .obj--kumo2 {
  width: 44.26%;
  top: 51.42%;
  left: 71.2%;
}
.slide__list--sushi .obj--sushi4 {
  width: 20%;
  top: 57.87%;
  left: 2.66%;
}
.slide__list--sushi .obj--sushi1 {
  width: 21.6%;
  top: 60.26%;
  left: 83.46%;
}
.slide__list--sushi .obj--sushi {
  width: 13.6%;
  top: 55.02%;
  left: 21.6%;
}
.slide__list--sushi .obj--tone {
  width: 18.13%;
  top: 64.91%;
  left: 0%;
}
.slide__list--sushi .obj--arc2 {
  width: 45.06%;
  top: 29.08%;
  left: 60.8%;
}
.slide__list--yakitori .obj--ttl {
  width: 14.66%;
  top: 35.08%;
  left: 42.66%;
}
.slide__list--yakitori .obj--square {
  width: 42.66%;
  top: 2.54%;
  left: 33.33%;
}
.slide__list--yakitori .obj--octagon {
  width: 30.13%;
  top: 8.69%;
  left: 62.66%;
}
.slide__list--yakitori .obj--circle3 {
  width: 36.53%;
  top: 51.42%;
  left: -12%;
}
.slide__list--yakitori .obj--lemon {
  width: 20.26%;
  top: 5.69%;
  left: 41.86%;
}
.slide__list--yakitori .obj--yakitori {
  width: 47.46%;
  top: 18.44%;
  left: 69.59%;
}
.slide__list--yakitori .obj--yakitori2 {
  width: 32%;
  top: 63.41%;
  left: 0.53%;
}
.slide__list--yakitori .obj--yakitori3 {
  width: 28%;
  top: 67.91%;
  left: 73.33%;
}
.slide__list--yakitori .obj--taretsubo {
  width: 27.2%;
  top: 32.23%;
  left: -0.27%;
}
.slide__list--yakitori .obj--scallops {
  width: 26.93%;
  top: 47.07%;
  left: 82.66%;
}
.slide__list--soba .obj--ttl {
  width: 13.86%;
  top: 38.68%;
  left: 43.2%;
}
.slide__list--soba .obj--sudachi {
  width: 29.33%;
  top: 0%;
  left: 25.86%;
}
.slide__list--soba .obj--wasabi {
  width: 20%;
  top: 18.14%;
  left: 43.73%;
}
.slide__list--soba .obj--katsuobushi {
  width: 41.06%;
  top: 2.84%;
  left: 64.53%;
}
.slide__list--soba .obj--tone {
  width: 36%;
  top: 28.78%;
  left: -14.94%;
}
.slide__list--soba .obj--soba1 {
  width: 41.6%;
  top: 31.48%;
  left: 3.2%;
}
.slide__list--soba .obj--raw_meat {
  width: 26.4%;
  top: 45.72%;
  left: 84.53%;
}
.slide__list--soba .obj--nami2 {
  width: 14.66%;
  top: 30.73%;
  left: 70.4%;
}
.slide__list--soba .obj--triangle {
  width: 22.13%;
  top: 55.92%;
  left: 5.33%;
}
.slide__list--soba .obj--soba3 {
  width: 35.46%;
  top: 64.16%;
  left: -0.27%;
}
.slide__list--soba .obj--soba2 {
  width: 50.13%;
  top: 59.52%;
  left: 61.06%;
}
.slide__list .m-more {
  position: absolute;
  top: 62.06%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slide__list--comingsoon .obj--ttl img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.slide__list--comingsoon .obj--ttl:after {
  display: block;
  background: url("../img/txt_coming-soon.png") no-repeat 50% 50%;
  background-size: contain;
  width: 124px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slide__list--comingsoon .m-more a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  pointer-events: none;
}
.slide__list--comingsoon .m-more a:before {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}
.slide__controls {
  height: 88px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 50px;
}
.slide__controls__btn {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-justify-content: center;
  -ms-align-items: center;
  display: -webkit-flexbox;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flexbox;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  width: 30px;
  height: 88px;
  text-align: center;
  position: absolute;
  top: 0;
}
.slide__controls__btn:before {
  display: block;
  background: url("../assets/img/svg/arrow-round-b.svg") no-repeat 0 0;
  background-size: contain;
  width: 12px;
  height: 23px;
  position: absolute;
  top: 50%;
  content: '';
}
.slide__controls__btn--prev {
  left: 43px;
}
.slide__controls__btn--prev:before {
  left: -18px;
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.slide__controls__btn--next {
  right: 43px;
}
.slide__controls__btn--next:before {
  right: -18px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slide__controls img.is-hidden {
  display: none;
}
.slide__controls img[src$="top.svg"] {
  width: 9px;
}
.slide__controls img[src$="kushiage.svg"] {
  width: 23px;
}
.slide__controls img[src$="sushi.svg"] {
  width: 29px;
}
.slide__controls img[src$="yakitori.svg"] {
  width: 30px;
}
.slide__controls img[src$="soba.svg"] {
  width: 26px;
}
.slide .scroll {
  bottom: 20px;
}

.pagetotop {
  display: none;
}
@media screen and (max-width: 768px) {
  .pagetotop {
    display: block;
  }
}
.pagetotop a {
  display: block;
  background-color: #000;
  height: 50px;
  position: relative;
}
.pagetotop [class^="icon-"] {
  font-size: 0.75em;
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pagetotop [class^="icon-"]:before {
  display: inline-block;
}
