@charset "UTF-8";
::-moz-selection, ::-moz-selection {
  background: #ddd;
}
::selection, ::-moz-selection {
  background: #ddd;
}

.show_pc {
  display: block;
}

.show_sp {
  display: none;
}

.show_pc_inline {
  display: inline;
}

.show_sp_inline {
  display: none;
}

a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

.fadeinup {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  -webkit-transition: .8s;
  transition: .8s;
}

.fadeInUp {
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: .8s;
  transition: .8s;
}

.fadeIn {
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.p_home .wrap, .p_home .sp__logo {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.p-intro {
  margin-top: 130px;
}

.p-intro__image img {
  width: 100%;
  height: auto;
}

.p-intro__body {
  margin-top: 90px;
}

.p-intro__body p {
  font-size: 14px;
  text-align: center;
  line-height: 3;
  letter-spacing: calc(140em/1000);
}

.p-point {
  margin-bottom: 200px;
}

.p-point__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #fff;
}

.p-point__item:nth-child(1) {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-point__image, .p-point__body {
  width: 50%;
}

.p-point__image img {
  width: 100%;
  height: auto;
}

.p-point__body {
  text-align: center;
}

.p-point__title {
  font-size: 28px;
}

.p-point__text {
  display: inline-block;
  max-width: 22em;
  margin-top: 40px;
  font-size: 13px;
  text-align: left;
  line-height: 2;
}

.p-point__link {
  margin-top: 28px;
}

.p-point__link a {
  display: block;
  position: relative;
  max-width: 22em;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #c8c8c8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  text-align: center;
  line-height: 56px;
  letter-spacing: .06em;
}

.p-point__link a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #2c2c2c;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity ease 800ms;
  transition: opacity ease 800ms;
}

.p-point__link a span {
  position: relative;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-point__link a span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -3.5px;
  width: 15px;
  height: 7.06px;
  background-image: url(/assets/img/common/arr_r.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
}

.intro {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(/assets/img/top/bg_op.png);
  background-repeat: repeat;
  background-size: 648px 705px;
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.intro__fig {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 1400ms ease-in-out 500ms;
  transition: opacity 1400ms ease-in-out 500ms;
}

.gnav__inner {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: relative;
  top: 10px;
}

.home .homeVisual__scroll .homeVisual__scroll--white {
  max-height: 0;
  z-index: 2;
}

.home .homeVisual__scroll .homeVisual__scroll--navy {
  max-height: 0;
  z-index: 1;
}

.home .homeVisual__scroll .homeVisual__img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cookie .intro {
  display: none;
}

.load.p_home .wrap, .load.p_home .sp__logo {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 0ms ease-in-out 600ms;
  transition: opacity 0ms ease-in-out 600ms;
}

.load.cookie .gnav__inner {
  -webkit-transition: all 600ms ease-out 1000ms;
  transition: all 600ms ease-out 1000ms;
}

.load.cookie .home .homeVisual__scroll .homeVisual__scroll--white {
  -webkit-transition: max-height 500ms ease 1000ms;
  transition: max-height 500ms ease 1000ms;
}

.load.cookie .home .homeVisual__scroll .homeVisual__scroll--navy {
  -webkit-transition: max-height 500ms ease 1600ms;
  transition: max-height 500ms ease 1600ms;
}

.load.cookie .home .homeVisual__scroll .homeVisual__img {
  -webkit-transition: all 500ms ease 1900ms;
  transition: all 500ms ease 1900ms;
}

.load.cookie .wrap, .load.cookie .sp__logo {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 500ms ease-in-out 0ms;
  transition: opacity 500ms ease-in-out 0ms;
}

.load .intro {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 1200ms ease-in-out 2500ms;
  transition: opacity 1200ms ease-in-out 2500ms;
}

.load .intro__fig {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 1400ms ease-in-out 500ms;
  transition: all 1400ms ease-in-out 500ms;
}

.load .gnav__inner {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 0;
  -webkit-transition: all 600ms ease-out 3600ms;
  transition: all 600ms ease-out 3600ms;
}

.load .home .homeVisual__scroll .homeVisual__scroll--white {
  max-height: 40.36%;
  -webkit-transition: max-height 500ms ease 4600ms;
  transition: max-height 500ms ease 4600ms;
}

.load .home .homeVisual__scroll .homeVisual__scroll--navy {
  max-height: 59.64%;
  -webkit-transition: max-height 500ms ease 5200ms;
  transition: max-height 500ms ease 5200ms;
}

.load .home .homeVisual__scroll .homeVisual__img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 500ms ease 5500ms;
  transition: all 500ms ease 5500ms;
}

.load.is--resized .home .homeVisual__scroll .homeVisual__scroll--white, .load.is--resized .home .homeVisual__scroll .homeVisual__scroll--navy {
  -webkit-transition: max-height 500ms ease 0ms;
  transition: max-height 500ms ease 0ms;
}

.load.p_home .snav__logo {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 25px;
}

.p_home .snav__logo {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 45px;
  -webkit-transition: all 500ms ease 3600ms;
  transition: all 500ms ease 3600ms;
}

.home {
  width: 100%;
}

.home .home__ttl {
  font-size: 32px;
  letter-spacing: .06em;
  position: relative;
  text-align: center;
}

.home .home__ttl:after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 1px;
  background-color: #7e7e7e;
}

.homeVisual {
  width: 100%;
  height: 100vh;
  position: relative;
}

.homeVisual__gnav {
  position: absolute;
  width: 26.865%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
}

.homeVisual__gnav .gnav__inner {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.homeVisual__gnav .gnav__logo {
  margin-bottom: 50px;
  margin-top: 60px;
}

.homeVisual__gnav .gnav__logo .gnav__link {
  width: 70.375px;
  display: block;
  margin: 0 auto;
}

.homeVisual__gnav .gnav__logo .gnav__link:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.homeVisual__gnav .gnav__logo .gnav__imgicon {
  width: 70.375px;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 44px;
}

.homeVisual__gnav .gnav__logo .gnav__imgtxt {
  width: 43.5px;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  left: 1px;
}

.homeVisual__gnav .gnav__cover {
  padding-bottom: 60px;
}

.homeVisual__gnav .gnav__listItem {
  text-align: center;
  margin-top: 22px;
  font-size: 14px;
}

.homeVisual__gnav .gnav__listItem:nth-child(1) {
  margin-top: 0;
}

.homeVisual__gnav .gnav__listItem .gnav__link {
  color: #2c2c2c;
  font-size: 15px;
  letter-spacing: .025em;
  cursor: pointer;
}

.homeVisual__gnav .gnav__listItem .gnav__link:hover {
  opacity: 1;
  color: #005ba0;
}

.homeVisual__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 60.76%;
  background-image: url(/assets/img/top/bg_home_main.gif);
  background-repeat: repeat;
  background-size: 789px auto;
}

.homeVisual__pic {
  width: 68.615%;
  height: auto;
  margin-left: auto;
  margin-right: 4.52%;
  padding-top: 4.52%;
  position: relative;
}

.homeVisual__slider {
  width: 100%;
  height: 100%;
}

.homeVisual__slideItem {
  height: 100%;
  -webkit-transition: opacity 2500ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0ms;
  transition: opacity 2500ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0ms;
  overflow: hidden;
}

.homeVisual__slideItem img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.homeVisual__slideItem.slick-active {
  -webkit-transition: opacity 2500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: opacity 2500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.homeVisual__slideItem.is--active figure {
  -webkit-transform: scale(1.1, 1.1) rotate(0.1deg);
          transform: scale(1.1, 1.1) rotate(0.1deg);
  transition: -webkit-transform 8000ms linear 0ms;
  transition: transform 8000ms linear 0ms;
  transition: transform 8000ms linear 0ms, -webkit-transform 8000ms linear 0ms;
  -webkit-transition: -webkit-transform 8000ms linear 0ms;
}

.homeVisual__slideimg {
  width: 100%;
  height: auto;
}

.homeVisual__slideimg.show_pc {
  display: block;
}

.homeVisual__slideimg.show_sp {
  display: none;
}

.homeVisual .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.homeVisual .slick-dots {
  text-align: right;
}

.homeVisual .slick-dots li {
  width: 12px;
  height: 2px;
  margin: 0;
  margin-left: 6px;
}

.homeVisual .slick-dots li.slick-active button {
  background-color: #001843;
}

.homeVisual .slick-dots li button {
  width: 12px;
  height: 2px;
  padding: 0;
  background-color: #d2d2d2;
}

.homeVisual .slick-dots li button:before {
  width: 0;
  content: "";
}

.homeVisual__scroll {
  position: fixed;
  bottom: 0;
  left: 50vw;
  z-index: 5;
}

.homeVisual__scroll .homeVisual__scrollinner {
  position: relative;
  width: 1px;
}

.homeVisual__scroll .homeVisual__scrollinner .homeVisual__scroll--white, .homeVisual__scroll .homeVisual__scrollinner .homeVisual__scroll--navy {
  position: absolute;
  width: 100%;
  left: 0;
}

.homeVisual__scroll .homeVisual__scrollinner .homeVisual__scroll--white {
  top: 0;
  background-color: #fff;
}

.homeVisual__scroll .homeVisual__scrollinner .homeVisual__scroll--navy {
  top: 45px;
  background-color: #081e48;
}

.homeVisual__scroll .homeVisual__img {
  position: absolute;
  left: 18px;
  bottom: 25%;
  z-index: 5;
  width: 40px;
  height: auto;
}

.homeVisual__scroll .homeVisual__img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.infectionInfo {
  width: calc(930/1440*100%);
  margin: auto;
  max-width: 930px;
  margin-top: calc(84px - ((36px - 18px) / 2));
  margin-bottom: calc(70px - ((36px - 18px) / 2));
}

.infectionInfo__text {
  text-align: center;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 2;
  font-family: "FOT-筑紫オールド明朝 Pro R","ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.infectionInfo__link {
  position: relative;
}

.infectionInfo__link:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.formality {
  max-width: 940px;
  width: 100%;
  padding: 133px 30px 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.formality__ttl {
  margin-bottom: 54px;
}

.formality__inner {
  font-size: 0;
  width: 100%;
  position: relative;
}

.formality__pic {
  display: inline-block;
  vertical-align: top;
  width: 71.13%;
  padding-top: 78px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formality__pic .formality__picinner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.formality__pic .formality__img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform ease 1000ms;
  transition: -webkit-transform ease 1000ms;
  transition: transform ease 1000ms;
  transition: transform ease 1000ms, -webkit-transform ease 1000ms;
}

.formality__detail {
  display: inline-block;
  vertical-align: top;
  width: 28.87%;
}

.formality__detail:after {
  content: " ";
  display: block;
  clear: both;
}

.formality_sttl {
  font-size: 26px;
  letter-spacing: .12em;
  float: right;
  margin-left: 22.1%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@supports (-ms-ime-align: auto) {
  .formality_sttl {
    margin-left: 8%;
  }
}

.formality__txt {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: .1em;
  float: right;
  padding-top: 78px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.formality__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 190px;
  width: calc(28.86% - 10px);
  line-height: 56px;
  text-align: center;
  border: 1px solid #c8c8c8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  letter-spacing: .06em;
}

.formality__btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #2c2c2c;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity ease 800ms;
  transition: opacity ease 800ms;
}

.formality__btn span {
  position: relative;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formality__btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -3.5px;
  width: 15px;
  height: 7.06px;
  background-image: url(/assets/img/common/arr_r.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
}

.news {
  width: 100%;
  max-width: 995px;
  padding: 0 30px 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.news_ttl {
  margin-bottom: 131px;
}

.news__inner {
  width: 100%;
  font-size: 0;
}

.news__info {
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #cecece;
}

.news__info .news__list {
  padding-right: 18.38%;
}

.news__blog {
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news__blog .news__list {
  padding-left: 18.38%;
}

.news__heading {
  font-size: 15px;
  letter-spacing: .12em;
  text-align: left;
  margin-bottom: 64px;
  margin-left: 37.76%;
}

.news__list {
  margin-bottom: 50px;
}

.news__listItem {
  margin-top: 30px;
}

.news__listItem:nth-child(1) {
  margin-top: 0;
}

.news__listInner {
  width: 100%;
  font-size: 0;
}

.news_date {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  color: #464646;
  font-size: 12px;
  letter-spacing: .025em;
  line-height: 26px;
}

.news__txt {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 110px);
  font-size: 13px;
  letter-spacing: .025em;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news__txt .news__link {
  text-decoration: underline;
  -webkit-text-decoration-color: #d2d2d2;
  text-decoration-color: #d2d2d2;
}

.news__txt .news__link:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.news__listLink {
  margin-left: 33.76%;
}

.news__listLink .news__linkInner {
  font-size: 13px;
  letter-spacing: .025em;
  position: relative;
}

.news__listLink .news__linkInner:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -3.5px;
  width: 15px;
  height: 7.06px;
  background-image: url(/assets/img/common/arr_r.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
}

.news__listLink .news__linkInner:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 300ms ease 0ms;
  transition: opacity 300ms ease 0ms;
}

.news__listLink .news__linkInner:hover:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: opacity 300ms ease 0ms;
  transition: opacity 300ms ease 0ms;
}

.news__blog {
  position: relative;
}

.news__blog .news__heading {
  margin-left: 56%;
}

.news__blog .news__listLink {
  margin-left: 51%;
}

.shopInfo {
  padding-bottom: 102px;
  border-bottom: 1px solid #e5e5e5;
}

.shopInfo__ttl {
  margin-bottom: 112px;
}

.shopInfo__info {
  width: 100%;
  margin-bottom: 80px;
  font-size: 0;
}

.shopInfo__map {
  display: inline-block;
  vertical-align: top;
  width: 69%;
  position: relative;
}

.shopInfo__map .shopDetail__mapInner {
  height: 100% !important;
  width: 100% !important;
}

.shopInfo__map .shopDetail__mapCanvas {
  height: 100% !important;
}

.shopInfo__mapWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shopInfo__mapWrapper iframe {
  position: absolute;
  top: -85px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 170px);
}

.shopInfo_mapImg {
  width: 100%;
  height: auto;
}

.shopInfo__mapIcon {
  position: absolute;
  cursor: pointer;
  width: 3.35%;
  -webkit-transition: all ease 0ms;
  transition: all ease 0ms;
}

.shopInfo__mapIcon figure {
  -webkit-transition: all ease 0ms;
  transition: all ease 0ms;
}

.shopInfo__mapIcon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all ease 0ms;
  transition: all ease 0ms;
}

.shopInfo__mapIcon.is--active {
  -webkit-animation: light 3s ease 0s infinite;
          animation: light 3s ease 0s infinite;
}

@-webkit-keyframes light {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
}

@keyframes light {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
}

.shopInfo__mapIcon--1 {
  top: 53%;
  left: 78.9%;
}

.shopInfo__mapIcon--2 {
  top: 37.5%;
  left: 83.8%;
}

.shopInfo__mapIcon--3 {
  top: 69.4%;
  left: 23.2%;
}

.shopInfo__mapIcon--4 {
  top: 42.2%;
  left: 29.7%;
}

.shopInfo__mapIcon--5 {
  top: 20%;
  left: 82%;
}

.shopInfo__mapIcon--6 {
  top: 27.7%;
  left: 87.5%;
}

.shopInfo__mapIcon--7 {
  top: 54.6%;
  left: 60%;
}

.shopInfo__mapIcon--8 {
  top: 88%;
  left: 78%;
}

.shopInfo__mapButton {
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  padding: 0;
  border-style: none;
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all ease 0ms;
  transition: all ease 0ms;
}

.shopInfo__mapButton:focus {
  outline: 0;
  border-color: transparent;
}

.shopInfo__mapButton span {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  white-space: nowrap;
  letter-spacing: .1em;
  color: #2d395a;
}

.shopInfo__detail {
  display: inline-block;
  vertical-align: top;
  background-image: url(/assets/img/top/bg_op.png);
  background-repeat: repeat;
  background-size: 789px auto;
  width: 31%;
}

.shopInfo .slick-dotted.slick-slider {
  margin-bottom: 0;
  height: 100%;
}

.shopInfo .slick-dots {
  text-align: center;
  bottom: 12.64%;
}

.shopInfo .slick-dots li {
  width: 12px;
  height: 2px;
  margin: 0;
  margin-left: 6px;
}

.shopInfo .slick-dots li.slick-active button {
  background-color: #fff;
}

.shopInfo .slick-dots li button {
  width: 12px;
  height: 2px;
  padding: 0;
  background-color: #4a5162;
}

.shopInfo .slick-dots li button:before {
  width: 0;
  content: "";
}

.shopInfo .slick-next, .shopInfo .slick-prev {
  bottom: calc(12.64% - 16px);
  top: auto;
  width: 11px;
  height: 15px;
}

.shopInfo .slick-next {
  right: calc(50% - 120px);
}

.shopInfo .slick-prev {
  left: calc(50% - 120px);
}

.shopInfo .slick-next:before {
  content: "";
  background-image: url(/assets/img/common/pager_arr_r_w.svg);
  background-repeat: no-repeat;
  background-size: 11px auto;
  width: 11px;
  height: 15px;
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.shopInfo .slick-prev:before {
  content: "";
  background-image: url(/assets/img/common/pager_arr_l_w.svg);
  background-repeat: no-repeat;
  background-size: 11px auto;
  width: 11px;
  height: 15px;
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.shopInfo__slideItem .shopInfo__slideItemInner {
  width: 100%;
  padding-bottom: 200px;
}

.shopInfo__slideItem .shopInfo__pic {
  margin-bottom: 60px;
}

.shopInfo__slideItem .shopInfo__img {
  width: 100%;
  height: auto;
  display: block;
}

.shopInfo__slideItem .shopInfo__name {
  font-size: 22px;
  line-height: 2;
  letter-spacing: .12em;
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
}

.shopInfo__slideItem .shopInfo__txt {
  font-size: 13px;
  line-height: 2;
  letter-spacing: .06em;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}

.shopInfo__slideItem .shopInfo__tel {
  color: #fff;
  font-size: 13px;
}

.shopInfo__slideItem .shopInfo__btn {
  max-width: 260px;
  width: 64.51%;
  line-height: 63px;
  text-align: center;
  border: 1px solid #606673;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.shopInfo__slideItem .shopInfo__link {
  display: block;
  color: #fff;
  font-size: 15px;
  letter-spacing: .06em;
  position: relative;
}

.shopInfo__slideItem .shopInfo__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity ease 800ms;
  transition: opacity ease 800ms;
}

.shopInfo__slideItem .shopInfo__link:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.shopInfo__slideItem .shopInfo__link span {
  position: relative;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.shopInfo__slideItem .shopInfo__link span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -3.5px;
  width: 15px;
  height: 7.06px;
  background-image: url(/assets/img/common/arr_r_w.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.shopInfo__listTtl {
  font-size: 22px;
  letter-spacing: .06em;
  text-align: center;
  margin: 73px 0 55px;
}

.shopInfo__list {
  max-width: 952px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}

.shopInfo__list--sister .shopInfo__listItem:nth-child(1), .shopInfo__list--sister .shopInfo__listItem:nth-child(2), .shopInfo__list--sister .shopInfo__listItem:nth-child(3), .shopInfo__list--sister .shopInfo__listItem:nth-child(4) {
  margin-bottom: 0;
}

.shopInfo__listItem {
  width: 21.97%;
  display: inline-block;
  margin-left: 3.49%;
  vertical-align: top;
}

.shopInfo__listItem:nth-child(4n+1) {
  margin-left: 0;
}

.shopInfo__listItem:nth-child(n+5) {
  margin-top: 63px;
}

.shopInfo__listItem .shopInfo__link {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  display: block;
}

.shopInfo__listItem .shopInfo__name {
  margin-bottom: 5px;
}

.shopInfo__listItem .shopInfo__nameInner {
  font-size: 15px;
  line-height: 36px;
  letter-spacing: .06em;
  color: #000;
  position: relative;
}

.shopInfo__listItem .shopInfo__nameInner:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 300ms ease 0ms;
  transition: opacity 300ms ease 0ms;
}

.shopInfo__listItem .shopInfo__txt {
  font-size: 11px;
  line-height: 2;
  letter-spacing: .06em;
}

.p-shop-info__items {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 78px 70px;
}

.p-shop-info__item + .p-shop-info__item {
  margin-top: 70px;
}

.p-shop-info__title, .p-shop-info__text {
  color: #fff;
}

.p-shop-info__title {
  font-size: 22px;
  text-align: center;
  position: relative;
  letter-spacing: 3px;
}

.p-shop-info__title:before {
  content: "";
  background-image: url(/assets/img/common/icon_obj_01_w.svg);
  background-size: 12px auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 20px;
  margin-right: 20px;
}

.p-shop-info__text {
  font-size: 13px;
  line-height: 2;
  margin-top: 28px;
  text-align: center;
  letter-spacing: calc(60em/1000);
}

.p-shop-info__text span {
  display: inline-block;
  text-align: left;
}

.p-shop-info__link, .p-shop-info__link--coming-soon {
  margin-top: 28px;
}

.p-shop-info__link a {
  display: block;
  position: relative;
  max-width: calc(13px*22);
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #6a7e98;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 56px;
  letter-spacing: .06em;
}

.p-shop-info__link a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #2c2c2c;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity ease 800ms;
  transition: opacity ease 800ms;
}

.p-shop-info__link a span {
  position: relative;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-shop-info__link a span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -3.5px;
  width: 15px;
  height: 7.06px;
  background-image: url(/assets/img/common/arr_r_w.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
}

.p-shop-info__link--coming-soon {
  max-width: calc(13px*22);
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 15px 0;
  letter-spacing: 3px;
}

.p-shop-info__link--coming-soon span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 1px;
}

.p-shop-info__pic img {
  width: 100%;
  height: auto;
}

.seasonalDish {
  width: 100%;
  padding: 0 30px 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.seasonalDish__ttl {
  margin-bottom: 134px;
}

.seasonalDish__inner {
  width: 100%;
  max-width: 988px;
  padding-top: 95.74%;
  margin: 0 auto;
  position: relative;
}

.seasonalDish__link {
  position: relative;
  display: block;
}

.seasonalDish__txt {
  position: absolute;
  top: 11.62%;
  left: 44.61%;
  font-size: 14px;
  line-height: 2.428;
  letter-spacing: .12em;
  z-index: 2;
}

.seasonalDish__picBoxWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.seasonalDish__picBox {
  position: absolute;
  height: auto;
  z-index: 2;
}

.seasonalDish__picBox--spring {
  top: 9.3%;
  left: 3.03%;
  width: 31.68%;
}

.seasonalDish__picBox--spring .season_icon {
  top: 5px;
  right: 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.seasonalDish__picBox--spring .seasonalDish__caption {
  left: -22px;
}

.seasonalDish__picBox--summer {
  top: 70.29%;
  left: 17.2%;
  width: 41.19%;
}

.seasonalDish__picBox--summer .season_icon {
  top: 5px;
  left: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.seasonalDish__picBox--summer .seasonalDish__caption {
  left: -22px;
}

.seasonalDish__picBox--automn {
  top: 0;
  right: 4.25%;
  width: 30.36%;
}

.seasonalDish__picBox--automn .season_icon {
  left: 5px;
  bottom: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.seasonalDish__picBox--automn .seasonalDish__caption {
  right: -22px;
}

.seasonalDish__picBox--winter {
  top: 49.15%;
  right: 8.4%;
  width: 21.45%;
}

.seasonalDish__picBox--winter .season_icon {
  left: 5px;
  bottom: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.seasonalDish__picBox--winter .seasonalDish__caption {
  right: -22px;
}

.seasonalDish__pic {
  position: relative;
}

.season_icon {
  position: absolute;
  width: 60px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  z-index: 1;
}

.seasonalDish__fig {
  width: 100%;
  overflow: hidden;
}

.seasonalDish__img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform ease 1000ms;
  transition: -webkit-transform ease 1000ms;
  transition: transform ease 1000ms;
  transition: transform ease 1000ms, -webkit-transform ease 1000ms;
}

.seasonalDish__caption {
  position: absolute;
  bottom: 0;
  font-size: 11px;
  letter-spacing: .12em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.seasonalDish__bgIcon {
  position: absolute;
  z-index: 1;
}

.seasonalDish__bgIcon img {
  width: 100%;
  height: auto;
  display: block;
}

.seasonalDish__bgIcon--1 {
  width: 22.16%;
  top: -6.5%;
  left: 11%;
}

.seasonalDish__bgIcon--2 {
  width: 20.04%;
  top: 27%;
  left: 61%;
}

.seasonalDish__bgIcon--3 {
  width: 10.22%;
  top: 53%;
  left: 37%;
}

.seasonalDish__bgIcon--4 {
  width: 17%;
  top: 88%;
  left: 56%;
}

.seasonalDish__bgIcon--5 {
  width: 12.14%;
  top: 103%;
  left: 80%;
}

.sister {
  width: 100%;
  background-color: rgba(44, 44, 44, 0.08);
  padding: 70px 0;
}

.sister__ttl {
  margin-bottom: 46px;
  text-align: center;
}

.sister__ttlInner {
  font-size: 22px;
  letter-spacing: .06em;
  position: relative;
}

.sister__ttlInner:before, .sister__ttlInner:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 36px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #bfbfbf;
}

.sister__ttlInner:before {
  left: -56px;
}

.sister__ttlInner:after {
  right: -56px;
}

.sister__list, .banner__list {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sister__list:after, .banner__list:after {
  content: " ";
  display: block;
  clear: both;
}

.sister__listItem, .banner__listItem {
  width: 48.49%;
  float: left;
  position: relative;
  margin-top: 20px;
}

.sister__listItem:nth-child(1), .sister__listItem:nth-child(4) {
  margin-right: 3.02%;
}

.banner__listItem:nth-child(1), .banner__listItem:nth-child(4) {
  margin-right: 3.02%;
}

.sister__listItem:nth-child(1), .sister__listItem:nth-child(2) {
  margin-top: 0;
}

.banner__listItem:nth-child(1), .banner__listItem:nth-child(2) {
  margin-top: 0;
}

.sister__listItem:before, .banner__listItem:before {
  content: "";
  position: absolute;
  bottom: 19px;
  right: 19px;
  width: 17px;
  height: 14px;
  background-image: url(/assets/img/common/icon_blank.svg);
  background-size: 17px auto;
  background-repeat: no-repeat;
  z-index: 2;
}

.sister__listItem.no--icon:before, .banner__listItem.no--icon:before {
  width: 0;
  height: 0;
}

.sister__link, .banner__link {
  display: block;
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.sister__link:hover, .banner__link:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.sister__link .sister__pic, .sister__link .banner__pic {
  position: relative;
  z-index: 1;
}

.banner__link .sister__pic, .banner__link .banner__pic {
  position: relative;
  z-index: 1;
}

.sister__link .sister__pic:before, .sister__link .banner__pic:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner__link .sister__pic:before, .banner__link .banner__pic:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sister__link .sister__pic:after, .sister__link .banner__pic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity ease-in 600ms;
  transition: opacity ease-in 600ms;
}

.banner__link .sister__pic:after, .banner__link .banner__pic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity ease-in 600ms;
  transition: opacity ease-in 600ms;
}

.sister__pic, .banner__pic {
  width: 100%;
  overflow: hidden;
}

.sister__img, .banner__img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform ease 1000ms;
  transition: -webkit-transform ease 1000ms;
  transition: transform ease 1000ms;
  transition: transform ease 1000ms, -webkit-transform ease 1000ms;
}

.sister__txt, .banner__txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 15px;
  letter-spacing: .025em;
  z-index: 2;
}

.banner {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 90px 0;
}

.banner__txt {
  font-size: 18px;
}

.banner__listItem--comingsoon .banner__txt {
  line-height: 32px;
}

.banner__listItem--comingsoon .banner__link .banner__pic:after {
  width: 0;
}

.banner__stxt {
  display: block;
  font-size: 12px;
  letter-spacing: .06em;
  margin-top: 15px;
  text-align: center;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: .6s;
  transition: .6s;
}

.popup.is-show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

video {
  width: 70%;
  height: auto;
  padding-right: 7%;
  padding-left: 7%;
  background-color: #000;
  z-index: 15;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-block {
  position: absolute;
  width: 70%;
  height: 0;
  padding-right: 7%;
  padding-left: 7%;
  z-index: 10;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-block__aspect {
  content: "";
  display: block;
  padding-top: 46.25%;
}

.close {
  position: absolute;
  top: 0;
  right: 0px;
  cursor: pointer;
}

.close-icon {
  display: block;
  width: 16px;
  height: 16px;
  background: transparent;
  position: relative;
}

.close-icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

.close-icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

.white-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  cursor: pointer;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
}

.banner__box {
  display: block;
  margin: 0 auto;
  padding-bottom: 0;
}

.banner__box--bottom {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .show_pc {
    display: none;
  }
  .show_sp {
    display: block;
  }
  .show_pc_inline {
    display: none;
  }
  .show_sp_inline {
    display: inline;
  }
  .p_home {
    overflow: hidden;
  }
  .p_home.return {
    height: auto;
    overflow: auto;
  }
  .p-intro {
    margin-top: 55px;
  }
  .p-intro__body {
    margin-top: 40px;
  }
  .p-intro__body p {
    font-size: 11px;
    letter-spacing: calc(100em/1000);
    line-height: 2.4;
  }
  .p-point {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  .p-point__item {
    display: block;
    max-width: 100%;
    width: 81.4%;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }
  .p-point__item:nth-child(1) {
    margin-top: 0;
  }
  .p-point__image, .p-point__body {
    width: auto;
  }
  .p-point__title {
    margin-top: 28px;
    font-size: 15px;
  }
  .p-point__text {
    max-width: none;
    margin-top: 16px;
    font-size: 11px;
  }
  .p-point__link a {
    position: relative;
    max-width: none;
    margin: 24px 8px 0;
    font-size: 11px;
    line-height: 4.909;
  }
  .p-point__link a:before {
    width: 0;
    height: 0;
  }
  .p-point__link a span:after {
    width: 13px;
    height: 6px;
    margin-top: -3px;
    background-size: 13px auto;
  }
  .intro {
    height: calc(100% + 100px);
  }
  .intro__fig {
    width: 17.5%;
    max-width: 70px;
    margin-top: -50px;
  }
  .intro__fig img {
    width: 100%;
    height: auto;
    display: block;
  }
  .load .home .homeVisual__scroll .homeVisual__scroll--white {
    max-height: 47.14%;
  }
  .load .home .homeVisual__scroll .homeVisual__scroll--navy {
    max-height: 52.86%;
  }
  .home .home__ttl {
    font-size: 19px;
  }
  .home .home__ttl:after {
    bottom: -18px;
    margin-left: -7px;
    width: 14px;
  }
  .homeVisual__gnav {
    display: none;
  }
  .homeVisual__bg {
    width: 50%;
    background-image: url(/assets/img/top/bg_home_main_sp.gif);
    background-size: 100% auto;
  }
  .homeVisual__pic {
    width: 72.81%;
    margin-right: 0;
    padding-top: 26.4%;
  }
  .homeVisual__slideimg.show_pc {
    display: none;
  }
  .homeVisual__slideimg.show_sp {
    display: block;
  }
  .homeVisual .slick-dots {
    bottom: -4.5%;
    right: 21px;
  }
  .homeVisual .slick-dots li {
    width: 6px;
    margin-left: 3px;
    vertical-align: bottom;
  }
  .homeVisual .slick-dots li button {
    width: 6px;
  }
  .homeVisual__scroll .homeVisual__img {
    left: 10px;
    bottom: calc(100%*37/70/2 - 3px);
    width: 29px;
  }
  .infectionInfo {
    margin-top: calc(55px - ((14px - 13px) / 2));
    margin-bottom: calc(40px - ((14px - 13px) / 2));
  }
  .infectionInfo__text {
    font-size: 13px;
    line-height: calc(14/13);
    letter-spacing: .06em;
  }
  .formality {
    max-width: 100%;
    width: 81.4%;
    padding: 55px 0 60px;
  }
  .formality__ttl {
    margin-bottom: 54px;
  }
  .formality__pic {
    width: 100%;
    padding-top: 0;
    display: block;
    margin-bottom: 35px;
  }
  .formality__detail {
    width: 100%;
    display: block;
  }
  .formality_sttl {
    text-align: center;
    font-size: 16px;
    letter-spacing: .06em;
    margin-left: 0;
    float: none;
    margin-bottom: 20px;
  }
  .formality__txt {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .06em;
    margin-bottom: 27px;
    padding-top: 0;
    float: none;
  }
  .formality__btn {
    position: relative;
    font-size: 12px;
    line-height: 4.909;
    width: 244px;
    max-width: 100%;
    margin: 0 auto;
  }
  .formality__btn:before {
    width: 0;
    height: 0;
  }
  .formality__btn span:after {
    width: 13px;
    height: 6px;
    margin-top: -3px;
    background-size: 13px auto;
  }
  .news {
    width: 81.4%;
    max-width: 100%;
    padding: 0 0 52px;
  }
  .news_ttl {
    margin-bottom: 51px;
  }
  .news__inner {
    display: block;
    position: relative;
  }
  .news__info {
    display: block;
    width: 100%;
    border-right-style: none;
  }
  .news__info .news__list {
    padding-right: 0;
    margin-bottom: 34px;
    padding-bottom: 26px;
    border-bottom: 1px solid #eee;
  }
  .news__blog {
    display: block;
    width: 100%;
  }
  .news__blog .news__list {
    padding-left: 0;
    text-align: left;
    margin-bottom: 0;
  }
  .news__heading {
    font-size: 15px;
    margin-bottom: 24px;
    margin-left: 0;
  }
  .news__listItem {
    margin-top: 16px;
  }
  .news__listItem:nth-child(3) {
    display: none;
  }
  .news_date {
    width: 73px;
    font-size: 11px;
  }
  .news__txt {
    width: calc(100% - 73px);
    font-size: 12px;
    line-height: 2;
    text-overflow: inherit;
    white-space: normal;
  }
  .news__listLink {
    margin-left: 0;
    position: absolute;
    top: -3px;
    right: 24px;
  }
  .news__listLink .news__linkInner {
    font-size: 12px;
  }
  .news__listLink .news__linkInner:before {
    width: 13px;
    height: 6px;
    background-size: 13px auto;
  }
  .news__listLink .news__linkInner:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .news__blog .news__heading {
    margin-left: 0;
  }
  .shopInfo {
    padding-bottom: 40px;
  }
  .shopInfo__ttl {
    margin-bottom: 54px;
  }
  .shopInfo__info {
    margin-bottom: 40px;
  }
  .shopInfo__map {
    display: block;
    width: 100%;
  }
  .shopInfo__map .shopDetail__mapInner {
    height: 245px !important;
  }
  .shopInfo__mapWrapper {
    height: 245px;
  }
  .shopInfo__mapIcon--1 {
    top: 52%;
    left: 79.9%;
  }
  .shopInfo__mapIcon--3 {
    top: 68.4%;
  }
  .shopInfo__mapIcon--4 {
    top: 41.2%;
    left: 30.3%;
  }
  .shopInfo__mapIcon--5 {
    top: 19%;
    left: 82.4%;
  }
  .shopInfo__mapIcon--6 {
    top: 26.2%;
    left: 87.8%;
  }
  .shopInfo__mapIcon--7 {
    top: 53.6%;
  }
  .shopInfo__mapIcon--8 {
    left: 60.2%;
  }
  .shopInfo__mapButton span {
    font-size: 11px;
    top: calc(100% + 2px);
  }
  .shopInfo__detail {
    width: 100%;
  }
  .shopInfo .slick-dots {
    bottom: 32px;
  }
  .shopInfo .slick-dots li {
    width: 7px;
    margin-left: 3px;
  }
  .shopInfo .slick-dots li button {
    width: 7px;
  }
  .shopInfo .slick-next, .shopInfo .slick-prev {
    top: calc(43% - 7.5px);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 8px;
    height: 11px;
    padding: 15px;
  }
  .shopInfo .slick-next {
    right: calc(3.75% - 7.5px);
  }
  .shopInfo .slick-prev {
    left: calc(3.75% - 15px);
  }
  .shopInfo .slick-next:before, .shopInfo .slick-prev:before {
    width: 8px;
    height: 11px;
    background-size: 8px auto;
  }
  .shopInfo__slideItem .shopInfo__slideItemInner {
    width: 76.4%;
    margin: 0 auto;
    font-size: 0;
    padding-top: 35px;
    padding-bottom: 66px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .shopInfo__slideItem .shopInfo__pic {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    width: 38.65%;
    margin-right: 6.06%;
  }
  .shopInfo__slideItem .shopInfo__txtbox {
    display: inline-block;
    vertical-align: top;
    width: 55.29%;
    margin-bottom: 0;
  }
  .shopInfo__slideItem .shopInfo__name {
    font-size: 13px;
    margin-bottom: 9px;
    margin-top: -5px;
    line-height: 1.571;
    text-align: left;
  }
  .shopInfo__slideItem .shopInfo__txt {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .shopInfo__slideItem .shopInfo__tel {
    font-size: 10px;
  }
  .shopInfo__slideItem .shopInfo__btn {
    font-size: 12px;
    line-height: 54px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 18px;
  }
  .shopInfo__slideItem .shopInfo__link {
    font-size: 13px;
  }
  .shopInfo__slideItem .shopInfo__link span:before {
    width: 13px;
    height: 6px;
    background-size: 13px;
  }
  .shopInfo__listTtl {
    font-size: 15px;
    margin: 34px 0 31px;
  }
  .shopInfo__list {
    max-width: 100%;
    width: 85.31%;
    padding: 0;
  }
  .shopInfo__listItem {
    width: 46.69%;
    margin-left: 0;
    margin-left: 6.6%;
    margin-bottom: 0;
    margin-top: 25px;
  }
  .shopInfo__listItem:nth-child(n+5) {
    margin-top: 25px;
  }
  .shopInfo__listItem:nth-child(odd) {
    margin-left: 0;
  }
  .shopInfo__listItem:nth-child(1), .shopInfo__listItem:nth-child(2) {
    margin-top: 0;
  }
  .shopInfo__listItem .shopInfo__name {
    margin-bottom: 10px;
  }
  .shopInfo__listItem .shopInfo__nameInner {
    font-size: 12px;
    line-height: 1.384;
  }
  .shopInfo__listItem .shopInfo__txt {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .p-shop-info__items {
    padding: 35px;
  }
  .p-shop-info__item + .p-shop-info__item {
    margin-top: 35px;
    padding-top: 35px;
    border-top: solid 1px #4e617a;
  }
  .p-shop-info__title {
    font-size: 16px;
    line-height: 1.375;
  }
  .p-shop-info__title:before {
    width: 8px;
    height: 13px;
    margin-right: 13px;
    background-size: cover;
  }
  .p-shop-info__text {
    margin-top: 13px;
    font-size: 11px;
  }
  .p-shop-info__text span {
    text-align: center;
  }
  .p-shop-info__link, .p-shop-info__link--coming-soon {
    margin-top: 20px;
  }
  .p-shop-info__link a {
    position: relative;
    max-width: none;
    margin: 18px 8px 0;
    font-size: 12px;
    line-height: 4.909;
  }
  .p-shop-info__link a:before {
    width: 0;
    height: 0;
  }
  .p-shop-info__link a span:after {
    width: 13px;
    height: 6px;
    margin-top: -3px;
    background-size: 13px auto;
  }
  .p-shop-info__link--coming-soon {
    max-width: none;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 12px;
  }
  .p-shop-info__link--coming-soon span {
    font-size: 10px;
  }
  .seasonalDish {
    width: 81.4%;
    margin: 0 auto;
    padding: 0 0 60px;
  }
  .seasonalDish__ttl {
    margin-bottom: 46px;
  }
  .seasonalDish__inner {
    max-width: 100%;
    padding-top: 0;
  }
  .seasonalDish__txt {
    position: relative;
    top: auto;
    left: auto;
    font-size: 12px;
    line-height: 2;
    letter-spacing: .06em;
    margin-bottom: 38px;
  }
  .seasonalDish__picBoxWrap {
    position: relative;
  }
  .seasonalDish__picBox {
    position: relative;
    margin-top: 8.59%;
  }
  .seasonalDish__picBox:after {
    content: " ";
    display: block;
    clear: both;
  }
  .seasonalDish__picBox:nth-of-type(1) {
    margin-top: 0;
  }
  .seasonalDish__picBox--spring {
    top: 0;
    left: 0;
    width: 100%;
  }
  .seasonalDish__picBox--spring .seasonalDish__link {
    float: right;
    width: 65.83%;
    margin-right: 4.66%;
  }
  .seasonalDish__picBox--spring .season_icon {
    top: 3px;
    right: 3px;
  }
  .seasonalDish__picBox--summer {
    top: 0;
    left: 0;
    width: 100%;
  }
  .seasonalDish__picBox--summer .seasonalDish__link {
    float: left;
    width: 65%;
    margin-left: 2.66%;
  }
  .seasonalDish__picBox--summer .season_icon {
    top: 3px;
    left: 3px;
  }
  .seasonalDish__picBox--summer .seasonalDish__caption {
    left: auto;
    right: -18px;
  }
  .seasonalDish__picBox--automn {
    top: 0;
    right: 0;
    width: 100%;
  }
  .seasonalDish__picBox--automn .seasonalDish__link {
    float: right;
    width: 65%;
    margin-right: 4.66%;
  }
  .seasonalDish__picBox--automn .season_icon {
    left: 3px;
    bottom: 3px;
  }
  .seasonalDish__picBox--automn .seasonalDish__caption {
    right: auto;
    left: -18px;
  }
  .seasonalDish__picBox--winter {
    top: 0;
    right: 0;
    width: 100%;
  }
  .seasonalDish__picBox--winter .seasonalDish__link {
    float: left;
    width: 65%;
  }
  .seasonalDish__picBox--winter .season_icon {
    left: 3px;
    bottom: 3px;
  }
  .season_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .seasonalDish__bgIcon--1 {
    width: 38.07%;
    top: -5%;
    left: 0;
  }
  .seasonalDish__bgIcon--2 {
    width: 35.19%;
    top: 26%;
    left: 63%;
  }
  .seasonalDish__bgIcon--3 {
    width: 23.65%;
    top: 53%;
    left: 0;
  }
  .seasonalDish__bgIcon--4 {
    width: 29.03%;
    top: 78%;
    left: 66%;
  }
  .seasonalDish__bgIcon--5 {
    width: 23.07%;
    top: 94%;
    left: 79%;
  }
  .sister {
    padding: 40px 0;
  }
  .sister__ttl {
    margin-bottom: 20px;
  }
  .sister__ttlInner {
    font-size: 16px;
  }
  .sister__ttlInner:before, .sister__ttlInner:after {
    width: 18px;
  }
  .sister__ttlInner:before {
    left: -27px;
  }
  .sister__ttlInner:after {
    right: -27px;
  }
  .sister__list, .banner__list {
    max-width: 100%;
    width: 81.4%;
    padding: 0;
  }
  .sister__listItem:nth-child(1), .sister__listItem:nth-child(4) {
    margin-right: 0;
  }
  .banner__listItem:nth-child(1), .banner__listItem:nth-child(4) {
    margin-right: 0;
  }
  .sister__listItem:before, .banner__listItem:before {
    bottom: 14px;
    right: 14px;
  }
  .sister__listItem, .banner__listItem {
    width: 100%;
  }
  .sister__listItem:nth-child(2), .banner__listItem:nth-child(2) {
    margin-top: 15px;
  }
  .banner {
    padding: 40px 0 35px;
  }
  video, .video-block {
    width: 64%;
    height: auto;
    padding-right: 13%;
    padding-left: 13%;
  }
  .video-block__aspect {
    padding-top: 48.5%;
  }
  .close {
    right: 0;
    top: -35px;
  }
  .close-icon {
    width: 20px;
    height: 20px;
  }
  .banner__box--bottom {
    display: block;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 769px) {
  a:hover {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
  }
  .formality_sttl, .formality__txt {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  .formality__link:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .formality__link:hover .formality__img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform ease 1000ms;
    transition: -webkit-transform ease 1000ms;
    transition: transform ease 1000ms;
    transition: transform ease 1000ms, -webkit-transform ease 1000ms;
  }
  .formality__link:hover .formality__btn:before {
    opacity: .06;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=6)";
    -webkit-transition: opacity ease 800ms;
    transition: opacity ease 800ms;
  }
  .shopInfo__slideItem .shopInfo__link:hover:before {
    opacity: .06;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=6)";
    -webkit-transition: opacity ease 800ms;
    transition: opacity ease 800ms;
  }
  .shopInfo__listItem .shopInfo__link:hover {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
  }
  .shopInfo__listItem .shopInfo__link:hover .shopInfo__nameInner:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 300ms ease 0ms;
    transition: opacity 300ms ease 0ms;
  }
  .seasonalDish__txt {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  .sister__link:hover .sister__pic:after, .sister__link:hover .banner__pic:after {
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-transition: opacity ease-out 600ms;
    transition: opacity ease-out 600ms;
  }
  .banner__link:hover .sister__pic:after, .banner__link:hover .banner__pic:after {
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-transition: opacity ease-out 600ms;
    transition: opacity ease-out 600ms;
  }
  .sister__link:hover .sister__pic .sister__img, .sister__link:hover .sister__pic .banner__img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform ease 1000ms;
    transition: -webkit-transform ease 1000ms;
    transition: transform ease 1000ms;
    transition: transform ease 1000ms, -webkit-transform ease 1000ms;
  }
  .sister__link:hover .banner__pic .sister__img, .sister__link:hover .banner__pic .banner__img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform ease 1000ms;
    transition: -webkit-transform ease 1000ms;
    transition: transform ease 1000ms;
    transition: transform ease 1000ms, -webkit-transform ease 1000ms;
  }
  .banner__link:hover .sister__pic .sister__img, .banner__link:hover .sister__pic .banner__img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform ease 1000ms;
    transition: -webkit-transform ease 1000ms;
    transition: transform ease 1000ms;
    transition: transform ease 1000ms, -webkit-transform ease 1000ms;
  }
  .banner__link:hover .banner__pic .sister__img, .banner__link:hover .banner__pic .banner__img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform ease 1000ms;
    transition: -webkit-transform ease 1000ms;
    transition: transform ease 1000ms;
    transition: transform ease 1000ms, -webkit-transform ease 1000ms;
  }
  .banner__listItem--comingsoon .banner__link:hover .sister__pic .sister__img, .banner__listItem--comingsoon .banner__link:hover .sister__pic .banner__img {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .banner__listItem--comingsoon .banner__link:hover .banner__pic .sister__img, .banner__listItem--comingsoon .banner__link:hover .banner__pic .banner__img {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (min-width: 769px) and (max-width: 850px) {
  .p-point__link a {
    line-height: 35px;
  }
  .formality_sttl {
    font-size: 22px;
  }
  .formality__txt {
    font-size: 10px;
  }
  .formality__btn {
    line-height: 35px;
  }
  .shopInfo .slick-dots li {
    width: 9px;
    margin-left: 5px;
  }
  .shopInfo .slick-dots li button {
    width: 9px;
  }
  .shopInfo .slick-next {
    right: calc(50% - 90px);
  }
  .shopInfo .slick-prev {
    left: calc(50% - 90px);
  }
  .shopInfo__slideItem .shopInfo__name {
    font-size: 18px;
  }
  .shopInfo__slideItem .shopInfo__txt {
    font-size: 11px;
  }
  .p-shop-info__link a {
    line-height: 35px;
  }
}

@media screen and (min-width: 851px) and (max-width: 960px) {
  .formality_sttl {
    font-size: 24px;
  }
  .formality__txt {
    font-size: 12px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .formality_sttl {
    margin-left: 8%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .shopInfo .slick-dots {
    bottom: 6.32%;
  }
  .shopInfo .slick-next, .shopInfo .slick-prev {
    bottom: calc(6.32% - 16px);
  }
  .shopInfo__slideItem .shopInfo__btn {
    line-height: 48px;
  }
  .shopInfo__slideItem .shopInfo__link {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .shopInfo__slideItem .shopInfo__pic {
    margin-bottom: 11.88%;
  }
  .shopInfo__slideItem .shopInfo__name {
    margin-bottom: 3.94%;
  }
  .shopInfo__slideItem .shopInfo__txt {
    margin-bottom: 13.92%;
  }
}

@media screen and (min-width: 769px) and (max-width: 851px) {
  .shopInfo__slideItem .shopInfo__tel {
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .shopInfo__slideItem .shopInfo__btn {
    line-height: 35px;
  }
  .shopInfo__slideItem .shopInfo__link {
    font-size: 11px;
  }
  .seasonalDish__txt {
    font-size: 12px;
  }
  .season_icon {
    width: 45px;
    line-height: 42px;
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1250px) {
  .p-shop-info__items {
    padding: 78px 5.38%;
  }
  .p-shop-info__title {
    font-size: 19px;
  }
}

@media screen and (min-width: 989px) {
  .seasonalDish__inner {
    padding-top: 946px;
  }
}

@media only screen and (min-width: 1000px) {
  .seasonalDish__link:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .seasonalDish__link:hover .seasonalDish__img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform ease 1000ms;
    transition: -webkit-transform ease 1000ms;
    transition: transform ease 1000ms;
    transition: transform ease 1000ms, -webkit-transform ease 1000ms;
  }
}

@media only screen and (min-width: 769px) and (max-width: 768px) {
  .sister__link:hover .sister__pic:after, .sister__link:hover .banner__pic:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .banner__link:hover .sister__pic:after, .banner__link:hover .banner__pic:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
