@charset "UTF-8";
/* mixin
---------------------------------------- */
/* Animation
---------------------------------------- */
@-webkit-keyframes dispTopNav {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dispTopNav {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* SP BreakPoint
---------------------------------------- */
@media screen and (max-width: 768px) {
  .slick-dots {
    position: absolute;
    bottom: 5.33333vw !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 2.66667vw;
    height: 2.66667vw;
    padding-right: 4vw;
    cursor: pointer;
  }
  .slick-dots li:last-of-type {
    padding-right: 0;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 2.66667vw;
    height: 2.66667vw;
    padding: 1.33333vw;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.33333vw;
    height: 1.33333vw;
    content: '';
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    content: "";
    opacity: 1;
    color: #e5002d;
    font-size: 18px;
    background: #e5002d;
    border-color: #e5002d;
  }
  .top-nav {
    position: relative;
    margin-top: 0;
  }
  .top-nav-list {
    position: relative;
    z-index: 1000;
    width: 92vw;
    margin: 0 auto;
    padding-top: 5.33333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
  }
  .top-nav-list.disp-top-nav {
    -webkit-animation: dispTopNav .3s ease-in-out .1s forwards;
    animation: dispTopNav .3s ease-in-out .1s forwards;
  }
  .top-nav-list__item {
    width: 30.13333vw;
    text-align: center;
    background-clip: padding-box;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1.33333vw;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
  }
  .top-nav-list__item:nth-of-type(3n) {
    border-right: none;
  }
  .top-nav-list__item:nth-child(n + 4) a {
    border-bottom: none;
  }
  .top-nav-list__item a {
    color: #fff;
    display: block;
    width: 28vw;
    margin: 0 auto;
    -webkit-transform: translateY(0.8vw);
    transform: translateY(0.8vw);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 13.33333vw 0 1.33333vw;
    text-decoration: none;
  }
  .top-nav-list__item.top-nav-link__event a {
    background: url(/images/top/top-nav-event.svg) center 2.13333vw no-repeat;
    background-size: 8.53333vw 8vw;
  }
  .top-nav-list__item.top-nav-link__news a {
    background: url(/images/top/top-nav-news.svg) center 2.4vw no-repeat;
    background-size: 6.93333vw 6.93333vw;
  }
  .top-nav-list__item.top-nav-link__list a {
    background: url(/images/top/top-nav-shop.svg) center 1.86667vw no-repeat;
    background-size: 6.66667vw 8vw;
  }
  .top-nav-list__item.top-nav-link__floor a {
    background: url(/images/top/top-nav-floor.svg) center 2.13333vw no-repeat;
    background-size: 8.53333vw 8vw;
  }
  .top-nav-list__item.top-nav-link__access a {
    background: url(/images/top/top-nav-access.svg) center 1.86667vw no-repeat;
    background-size: 5.86667vw 8vw;
  }
  .top-nav-list__item.top-nav-link__duty-free a {
    background: url(/images/top/top-nav-duty-free.svg) center 1.86667vw no-repeat;
    background-size: 7.46667vw 8vw;
  }
  .top-nav-brash {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .opening-hour {
    width: 92vw;
    margin: 0 auto;
    padding-top: 13.33333vw;
    padding-bottom: 2.66667vw;
    text-align: center;
    background: #fff;
  }
  .opening-hour .opening-hour__sp-line {
    margin-bottom: 1.33333vw;
  }
  .opening-hour .opening-hour__sp-line:last-of-type {
    margin-bottom: 0;
  }
  .opening-hour .opening-hour-title {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08rem;
    line-height: 1;
    padding-right: 2.66667vw;
  }
  .opening-hour .opening-hour-title::before {
    content: "";
    display: inline-block;
    background: url(/images/top/ico-opening-hour.svg) top left no-repeat;
    width: 3.73333vw;
    height: 3.73333vw;
    vertical-align: top;
    margin-right: 1.33333vw;
  }
  .opening-hour .opening-hour-time {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 1;
  }
  .opening-hour .opening-hour-this-month {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08rem;
    line-height: 1;
  }
  .important-news {
    padding-bottom: 8vw;
    background: #fff;
  }
  .important-news .important-news-list {
    width: 92vw;
    margin: 0 auto;
    list-style: none;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 1.58333;
  }
  .important-news .important-news-list__item {
    margin-bottom: 1.33333vw;
    text-align: center;
    display: block;
    background: #f1f1f1;
    padding: 4vw 2.66667vw;
    color: #e5002d;
    text-decoration: none;
  }
  .important-news .important-news-list__item::before {
    content: "";
    display: inline-block;
    background: url(/images/top/ico-important-news.svg) top left no-repeat;
    width: 3.2vw;
    height: 4vw;
    vertical-align: middle;
    margin-right: 1.33333vw;
  }
  .important-news .important-news-list__item::last-of-type {
    margin-bottom: 0;
  }
  .event {
    background: #fff;
    width: 100%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 10.66667vw 0 10.66667vw 0;
  }
  .event-wrap {
    width: 93.33333vw;
    margin: 0 auto;
  }
  .event-ttl {
    text-align: center;
  }
  .event-ttl span {
    display: inline-block;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 0.76471;
    color: #606060;
    text-align: center;
    padding: 2.66667vw 2.66667vw 1.86667vw;
    background: url(/images/top/ttl_bg_event.png) bottom left/100% no-repeat;
  }
  .event-list {
    list-style: none;
    width: 100%;
    margin: 10.66667vw auto 8vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .event-list__item {
    margin: 0 0 4vw 0;
  }
  .event-list__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #494949;
  }
  .event-list__item-img {
    width: 29.33333vw;
  }
  .event-list__item-data {
    width: 64vw;
    padding: 0 0 0 3.2vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .event-list__item-data__date {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
    padding: 1.06667vw 0 0 0;
    color: #919191;
  }
  .event-list__item-data__txt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.53846;
  }
  .event-list__item-data__new {
    width: 8vw;
    padding: 1.06667vw 0 0 0;
  }
  .event-more {
    width: 28.26667vw;
    margin: 0 auto;
  }
  .news {
    background: #fff;
    width: 100%;
    padding: 13.33333vw 0 13.33333vw 0;
  }
  .news-wrap {
    width: 92vw;
    margin: 0 auto;
  }
  .news-ttl {
    text-align: center;
  }
  .news-ttl span {
    display: inline-block;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 0.76471;
    color: #606060;
    text-align: center;
    padding: 2.66667vw 2.66667vw 2.13333vw;
    background: url(/images/top/ttl_bg_news.png) bottom left/100% no-repeat;
  }
  .news-accordion {
    width: 80px;
    margin: 30px 0 0 0;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #494949;
    font-size: 17px;
    letter-spacing: 2px;
    background: #fff;
    position: relative;
  }
  .news-accordion::after {
    display: inline-block;
    content: "";
    width: 4px;
    padding-top: 4px;
    border-top: solid 1px #494949;
    border-right: solid 1px #494949;
    -webkit-transform: rotate(135deg) translateY(5px);
    transform: rotate(135deg) translateY(5px);
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .news-accordion::before {
    display: inline-block;
    content: "";
    width: 4px;
    padding-top: 4px;
    border-top: solid 1px #494949;
    border-right: solid 1px #494949;
    -webkit-transform: rotate(-45deg) translateY(5px);
    transform: rotate(-45deg) translateY(5px);
    position: absolute;
    right: 17px;
    top: 14px;
  }
  .news-accordion.hide::before {
    display: none;
  }
  .news-accordion.hide::after {
    top: 16px;
    width: 5px;
    padding-top: 5px;
  }
  .news-taglist {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5.33333vw 0 4vw 0;
  }
  .news-taglist__item {
    background: #f1f0f0;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.08rem;
    line-height: 1.73333;
  }
  .news-taglist__item a {
    display: block;
    padding: 2.13333vw 2.13333vw 1.6vw;
    text-decoration: none;
    color: #b9b9b9;
  }
  .news-taglist__item a:hover {
    background: #494949;
    color: #fff;
  }
  .news-taglist__item.active {
    background: #494949;
  }
  .news-taglist__item.active a {
    color: #fff;
  }
  .news-taglist__item {
    margin: 0 1.33333vw 1.33333vw 0;
  }
  .news-main-primary {
    word-break: break-all;
    line-height: 1.6;
    margin: 0 0 10.66667vw;
  }
  .news-main-primary a {
    text-decoration: none;
  }
  .news-main-primary__shop {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.08rem;
    line-height: 1.52941;
    color: #919191;
    text-align: center;
    padding: 4vw 0 2.66667vw;
  }
  .news-main-primary__ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #494949;
    text-align: center;
  }
  .news-main-primary__ttl.new::before {
    display: inline-block;
    content: "";
    width: 11.2vw;
    height: 7.46667vw;
    background: url(/images/common/new.svg) top left/100% no-repeat;
    margin: 0 2.13333vw 0 0;
    vertical-align: -1.6vw;
  }
  .news-main-primary__txt {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.46154;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #494949;
    text-align: center;
    margin: 2.66667vw auto 2.66667vw;
  }
  .news-main-primary__date {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.08rem;
    line-height: 1;
    color: #919191;
    text-align: center;
  }
  .news-main-secondry {
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-main-secondry__item {
    width: 44vw;
    margin: 0 3.46667vw 8vw 0;
  }
  .news-main-secondry__item a {
    text-decoration: none;
  }
  .news-main-secondry__item:nth-child(2n) {
    margin: 0 0 8vw 0;
  }
  .news-main-secondry__item__shop {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.08rem;
    line-height: 1.52941;
    color: #919191;
    padding: 4vw 0 2.66667vw;
  }
  .news-main-secondry__item__new {
    width: 8vw;
  }
  .news-main-secondry__item__ttl {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: #494949;
  }
  .news-main-secondry__item__txt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.46154;
    color: #494949;
    margin: 2.66667vw auto 2.66667vw;
  }
  .news-main-secondry__item__date {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.08rem;
    line-height: 1;
    color: #919191;
  }
  .news-more {
    width: 28.26667vw;
    margin: 5.33333vw auto 0;
  }
  .floor {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    position: relative;
  }
  /* .floor-parallax {
  height: 80vw; 
    position: relative;
  }
  .floor-parallax::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background: none;
  }
 .floor-parallax.add::before {
    background: url(/images/top/flags_gaikan_0111.jpg) center center/cover no-repeat;
  } */
  .floor-wrap {
    background: #fff;
    padding: 13.33333vw 0 10.66667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .floor-ttl {
    text-align: center;
  }
  .floor-ttl span {
    display: inline-block;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 0.76471;
    color: #606060;
    font-weight: normal;
    text-align: center;
    padding: 2.66667vw 2.66667vw 2.13333vw;
    background: url(/images/top/ttl_bg_news.png) bottom left/100% no-repeat;
  }
  .floor-main {
    width: 92vw;
    margin: 0 auto;
  }
  .floor-main-guide {
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 9.33333vw;
  }
  .floor-main-guide-dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .floor-main-guide-dl__dt {
    width: 11.2vw;
    font-size: 5.33333vw;
    color: #b4b4b4;
    text-align: center;
    line-height: 1.1;
    padding: 2.66667vw 0 1.86667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
  }
  .floor-main-guide-dl__dt span {
    font-size: 4.26667vw;
    vertical-align: 2px;
  }
  .floor-main-guide-dl__dt.active {
    color: #595757;
  }
  .floor-main-guide-dl__dt.active::after {
    content: "－";
  }
  .floor-main-guide-dl__dt.active + dd + dd .floor-main-guide-dl__dd__spmap-logo {
    opacity: 1;
  }
  .floor-main-guide-dl__dt::after {
    position: absolute;
    top: 50%;
    right: -80.53333vw;
    content: "＋";
    font-size: 6.93333vw;
    margin: -4vw 0 0 0;
  }
  .floor-main-guide-dl__dd {
    width: 80vw;
    padding: 3.2vw 5.33333vw 3.2vw 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.08rem;
    line-height: 1;
  }
  .floor-main-guide-dl__dd-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2.13333vw 0 0 0;
  }
  .floor-main-guide-dl__dd-list__item {
    background: #f1f0f0;
    margin: 2.13333vw 2.13333vw 0 0;
  }
  .floor-main-guide-dl__dd-list__item a {
    display: block;
    color: #595757;
    text-decoration: none;
    padding: 1.6vw 2.66667vw 1.33333vw 2.66667vw;
  }
  .floor-main-guide-dl__dd__spmap {
    position: relative;
    display: none;
    margin: 14.66667vw 0;
  }
  .floor-main-guide-dl__dd__spmap-logo {
    list-style: none;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
  }
  .floor-main-guide-dl__dd__spmap-logo__item {
    position: absolute;
  }
  .floor-main-guide-dl__dd__spmap-logo__item img {
    vertical-align: bottom;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-01 {
    top: -10.13333vw;
    left: 21.33333vw;
    width: 25.33333vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-02 {
    top: -10.13333vw;
    left: 21.33333vw;
    width: 25.33333vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-03 {
    top: -9.06667vw;
    left: 52vw;
    width: 14.66667vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-04 {
    top: 16.53333vw;
    left: 15.46667vw;
    width: 19.73333vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-05 {
    top: -3.2vw;
    left: 9.33333vw;
    width: 14.13333vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-06 {
    top: -6.4vw;
    left: 59.73333vw;
    width: 14.93333vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-07 {
    top: 9.06667vw;
    left: 57.06667vw;
    width: 18.66667vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-08 {
    top: -8vw;
    left: 32vw;
    width: 16.53333vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-09 {
    top: 17.6vw;
    left: 6.93333vw;
    width: 26.66667vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-10 {
    top: -2.13333vw;
    left: 9.06667vw;
    width: 14.66667vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-11 {
    top: -5.86667vw;
    left: 57.33333vw;
    width: 11.73333vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-12 {
    top: 13.33333vw;
    left: 51.2vw;
    width: 17.6vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-13 {
    top: -5.33333vw;
    left: 29.86667vw;
    width: 15.46667vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-14 {
    top: 17.6vw;
    left: 27.2vw;
    width: 13.33333vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-15 {
    top: 20.26667vw;
    left: 5.33333vw;
    width: 17.33333vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-16 {
    top: -2.13333vw;
    left: 3.2vw;
    width: 17.33333vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-17 {
    top: -8vw;
    left: 28.26667vw;
    width: 14.4vw;
  }
  .floor-main-guide-dl__dd__spmap-logo__item.logo-18 {
    top: -6.93333vw;
    left: 26.66667vw;
    width: 17.6vw;
  }
  .floor-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 6.93333vw 0 0 0;
  }
  .floor-more-btn1 {
    width: 32.53333vw;
    margin: 0 19.73333vw 0 0;
  }
  .floor-more-btn2 {
    width: 30.93333vw;
  }
  .access {
    background: #fff;
    width: 100%;
    padding: 0 0 5.33333vw;
  }
  .access-wrap {
    width: 92vw;
    margin: 0 auto;
    position: relative;
  }
  .access-map {
    position: absolute;
    top: 68vw;
    left: 0;
    border: 1px solid #ddd;
  }
  .access-map img {
    vertical-align: bottom;
  }
  .access-main {
    padding: 13.33333vw 0 5.33333vw 0;
  }
  .access-main-ttl {
    text-align: center;
    margin: 0 0 6.66667vw;
  }
  .access-main-ttl span {
    display: inline-block;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 0.76471;
    color: #606060;
    text-align: center;
    padding: 2.66667vw 2.66667vw 2.13333vw;
    background: url(/images/top/ttl_bg_access.png) bottom left/100% no-repeat;
  }
  .access-main-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    line-height: 1.6;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .access-main-address-index {
    color: #b4b4b4;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 1.88875;
    width: 21.33333vw;
  }
  .access-main-address-detail {
    width: 70.4vw;
    color: #494949;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.66667;
  }
  .access-main-address-detail__link {
    display: block;
    color: #494949;
    margin-top: 2.66667vw;
  }
  .access-main-address-detail-root {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 4vw 0 0 0;
    font-size: 2.93333vw;
  }
  .access-main-address-detail-root__train {
    width: 34.66667vw;
    margin: 0 1.33333vw 0 0;
  }
  .access-main-address-detail-root__train:nth-child(2n) {
    margin: 0;
  }
  .access-main-address-detail-root__train a {
    text-align: center;
    display: block;
    background: #f1f1f1;
    text-decoration: none;
    color: #b4b4b4;
    padding: 1.33333vw 0 1.06667vw 0.53333vw;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.06rem;
    line-height: 2.02;
  }
  .access-main-address-detail-root__train a::before {
    display: inline-block;
    margin: -0.53333vw 1.33333vw 0 0;
    content: "";
    width: 4.53333vw;
    height: 5.6vw;
    background: url(/images/top/ico_train.svg) top left no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .access-main-address-detail-root__car {
    width: 34.66667vw;
    margin: 0 1.33333vw 0 0;
  }
  .access-main-address-detail-root__car:nth-child(2n) {
    margin: 0;
  }
  .access-main-address-detail-root__car a {
    text-align: center;
    display: block;
    background: #f1f1f1;
    text-decoration: none;
    color: #b4b4b4;
    padding: 1.33333vw 0 1.06667vw 0.53333vw;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.06rem;
    line-height: 2.02;
  }
  .access-main-address-detail-root__car a::before {
    display: inline-block;
    margin: 0 1.33333vw 0 0;
    content: "";
    width: 4.8vw;
    height: 4.26667vw;
    background: url(/images/top/ico_car.svg) top left no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .access-main-hours {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 98.66667vw auto 0;
    line-height: 1.6;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .access-main-hours-index {
    color: #b4b4b4;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 1.88875;
    width: 21.33333vw;
  }
  .access-main-hours-detail {
    width: 69.33333vw;
    color: #494949;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.66667;
  }
  .access-main-hours-detail .access-main-hours-detail-hour {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 1.66667;
    display: block;
    padding-bottom: 1.33333vw;
  }
  .access-main-hours-detail .access-main-hours-detail-other {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 1;
    padding-right: 1.33333vw;
  }
  .access-main-hours-detail .access-main-hours-detail-txt {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.06rem;
    line-height: 1;
  }
  .access-main-more {
    width: 29.33333vw;
    margin: 13.33333vw auto 0;
  }
  .banner {
    width: 100%;
    background: #f1f1f1;
    padding: 8vw 0 5.33333vw;
  }
  .banner-wrap {
    width: 92vw;
    margin: 0 auto;
    padding: 0 0 5.33333vw;
  }
  .banner-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
    .banner-list__item {
    margin: 0 auto 4vw;
    width: 80%;
  }
  /* 4つならび
    .banner-list__item {
    margin: 0 0 4vw;
    width: 44vw; 
  }*/
}
  .comingsoon{
    color: #595757;
    margin: 2.13333vw 2.13333vw 0 0;
    padding: 1.6vw 2.66667vw 1.33333vw 2.66667vw;    }


/* PC BreakPoint
---------------------------------------- */
@media (min-width: 768px) {
  .top-rote {
    background: #fff;
  }
  .top-rote .slick-prev,
  .top-rote .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }
  .top-rote .slick-prev:hover,
  .top-rote .slick-prev:focus,
  .top-rote .slick-next:hover,
  .top-rote .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }
  .top-rote .slick-prev:hover:before,
  .top-rote .slick-prev:focus:before,
  .top-rote .slick-next:hover:before,
  .top-rote .slick-next:focus:before {
    opacity: 1;
  }
  .top-rote .slick-prev.slick-disabled:before,
  .top-rote .slick-next.slick-disabled:before {
    opacity: .25;
  }
  .top-rote .slick-prev:before,
  .top-rote .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .top-rote .slick-prev {
    left: -1060px;
    right: 0;
    margin: 0 auto;
    z-index: 50;
  }
  .top-rote [dir='rtl'] .slick-prev {
    right: 35px;
    left: auto;
  }
  .top-rote .slick-prev:before {
    /* content: '←'; */
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .top-rote [dir='rtl'] .slick-prev:before {
    /* content: '→'; */
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .top-rote .slick-next {
    left: 0;
    right: -1060px;
    margin: 0 auto;
    z-index: 50;
  }
  .top-rote [dir='rtl'] .slick-next {
    right: auto;
    left: -80px;
  }
  .top-rote .slick-next:before {
    /* content: '→'; */
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .top-rote [dir='rtl'] .slick-next:before {
    /* content: '←'; */
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .top-rote .slick-slide {
    position: relative;
  }
  .top-rote .slick-slide.slick-current::before {
    -webkit-transition: .3s;
    transition: .3s;
    background-color: rgba(0, 0, 0, 0);
  }
  .top-rote .slick-slide:not(.slick-current)::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .top-rote .top-rote-list {
    width: 100%;
    margin: auto;
  }
  .top-rote .top-rote-list .top-rote-list__item {
    width: 960px;
    margin: 0 60px;
  }
  .top-rote .top-rote-list .slick-prev {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .top-rote .top-rote-list .slick-prev:hover {
    left: -1070px;
  }
  .top-rote .top-rote-list .slick-next {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .top-rote .top-rote-list .slick-next:hover {
    right: -1070px;
  }
  .top-rote .slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .top-rote .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -50px 5px;
    padding: 0;
    cursor: pointer;
  }
  .top-rote .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .top-rote .slick-dots li button:hover,
  .top-rote .slick-dots li button:focus {
    outline: none;
  }
  .top-rote .slick-dots li button:hover:before,
  .top-rote .slick-dots li button:focus:before {
    opacity: 1;
  }
  .top-rote .slick-dots li button:before {
    font-family: 'slick';
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .top-rote .slick-dots li.slick-active button:before {
    content: "";
    opacity: 1;
    color: #e5002d;
    font-size: 18px;
    background: #e5002d;
    border-color: #e5002d;
  }
  .top-rote-list {
    list-style: none;
  }
  .top-rote-list.no-rote {
    width: 860px;
    margin: 0 auto;
  }
  .top-rote-list__item img {
    width: 100%;
  }
  .top-rote-list__item a {
    display: block;
    line-height: 0;
  }
  .top-nav {
    width: 1208px;
    margin: -20px auto 0;
    z-index: 1000;
  }
  .top-nav .top-nav-in {
    position: relative;
  }
  .top-nav .top-nav-list {
    width: 965px;
    margin: 0 auto 0;
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1100;
    opacity: 0;
  }
  .top-nav .top-nav-list.disp-top-nav {
    -webkit-animation: dispTopNav .3s ease-in-out .1s forwards;
    animation: dispTopNav .3s ease-in-out .1s forwards;
  }
  .top-nav .top-nav-list__item {
    width: 160px;
    text-align: center;
    background-clip: padding-box;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .top-nav .top-nav-list__item a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.11rem;
    line-height: 1;
    padding: 60px 0 5px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .top-nav .top-nav-list__item a:hover {
    opacity: .6;
  }
  .top-nav .top-nav-list__item:last-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .top-nav .top-nav-list__item.top-nav-link__event a {
    background: url(/images/top/top-nav-event.svg) no-repeat;
    background-size: 30px 37px;
    background-position: 50% 7px;
  }
  .top-nav .top-nav-list__item.top-nav-link__news a {
    background: url(/images/top/top-nav-news.svg) no-repeat;
    background-size: 30px 30px;
    background-position: 50% 8px;
  }
  .top-nav .top-nav-list__item.top-nav-link__list a {
    background: url(/images/top/top-nav-shop.svg) no-repeat;
    background-size: 28px 34px;
    background-position: 50% 4px;
  }
  .top-nav .top-nav-list__item.top-nav-link__floor a {
    background: url(/images/top/top-nav-floor.svg) no-repeat;
    background-size: 36px 34px;
    background-position: 50% 5px;
  }
  .top-nav .top-nav-list__item.top-nav-link__access a {
    background: url(/images/top/top-nav-access.svg) no-repeat;
    background-size: 23px 32px;
    background-position: 50% 5px;
  }
  .top-nav .top-nav-list__item.top-nav-link__duty-free a {
    background: url(/images/top/top-nav-duty-free.svg) no-repeat;
    background-size: 32px 34px;
    background-position: 50% 5px;
  }
  .top-nav .top-nav-brash {
    position: absolute;
    top: -10px;
    left: 0;
  }
  .opening-hour {
    text-align: center;
    margin-top: 60px;
    color: #494949;
  }
  .opening-hour span {
    vertical-align: middle;
  }
  .opening-hour .opening-hour__sp-line {
    display: inline;
  }
  .opening-hour .opening-hour-title {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
    padding-right: 5px;
  }
  .opening-hour .opening-hour-time {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.08rem;
    line-height: 1;
  }
  .opening-hour .opening-hour-this-month {
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
    padding-top: 5px;
  }
  .opening-hour::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    background: url(/images/top/ico-opening-hour.svg) top left no-repeat;
    width: 13px;
    height: 13px;
    margin-right: 5px;
  }
  .important-news .important-news-list {
    width: 700px;
    margin: 24px auto 0;
    list-style: none;
  }
  .important-news .important-news-list__item {
    text-align: center;
    margin-bottom: 5px;
    display: block;
    color: #e5002d;
    text-decoration: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    background: #f1f1f1;
    padding: 20px 0;
    background: #f1f1f1;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .important-news .important-news-list__item::before {
    content: "";
    display: inline-block;
    background: url(/images/top/ico-important-news.svg) top left no-repeat;
    width: 13px;
    height: 13px;
    vertical-align: bottom;
    margin-right: 5px;
  }
  .important-news .important-news-list__item:last-of-type {
    margin-bottom: 0;
  }
  .event {
    width: 100%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 30px 0 30px;
    padding: 60px 0 60px 0;
  }
  .event-wrap {
    width: 1170px;
    margin: 0 auto;
  }
  .event-ttl {
    text-align: center;
  }
  .event-ttl span {
    display: inline-block;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 0.57775;
    color: #606060;
    font-weight: normal;
    text-align: center;
    padding: 10px 20px 12px;
    background: url(/images/top/ttl_bg_event.png) bottom left/100% no-repeat;
  }
  .event-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1170px;
    margin: 40px auto 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .event-list__item {
    margin: 0 30px 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .event-list__item:nth-child(3n) {
    margin: 0;
  }
  .event-list__item a {
    width: 370px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #494949;
  }
  .event-list__item .event-list__item-img {
    position: relative;
    display: block;
  }
  .event-list__item .event-list__item-img:after {
    -webkit-transition: ease opacity 350ms;
    transition: ease opacity 350ms;
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
  }
  .event-list__item:hover .event-list__item-img:after {
    opacity: 1;
  }
  .event-list__item-img {
    width: 176px;
  }
  .event-list__item-img img {
    width: 100%;
    vertical-align: bottom;
  }
  .event-list__item-data {
    width: 214px;
    padding: 0 0 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .event-list__item-data__date {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
    padding: 4px 0 0 0;
    color: #919191;
  }
  .event-list__item-data__txt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.66667;
  }
  .event-list__item-data__new {
    width: 30px;
    padding: 4px 0 0 0;
  }
  .event-list__item-data__new img {
    width: 100%;
    vertical-align: baseline;
  }
  .event-more {
    width: 83px;
    margin: 0 auto;
    position: relative;
  }
  .event-more:after {
    position: absolute;
    top: 18px;
    left: 80px;
    content: "";
    display: inline-block;
    width: 22px;
    height: 12px;
    background: url(/images/common/btn-view-all-arr.svg) top left no-repeat;
    vertical-align: middle;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .event-more:hover::after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .news {
    width: 100%;
    padding: 60px 0 60px 0;
  }
  .news-wrap {
    width: 1170px;
    margin: 0 auto;
  }
  .news-ttl {
    text-align: center;
  }
  .news-ttl span {
    display: inline-block;
    color: #606060;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 0.57775;
    text-align: center;
    padding: 10px 20px 12px;
    background: url(/images/top/ttl_bg_news.png) bottom left/100% no-repeat;
  }
  .news-taglist {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 20px 0;
  }
  .news-taglist::before {
    content: "FILTER :";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.08rem;
    line-height: 1.65071;
    vertical-align: bottom;
    margin: 6px 10px 0 0;
    color: #494949;
  }
  .news-taglist__item {
    background: #f1f0f0;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 1.65071;
  }
  .news-taglist__item a {
    display: block;
    padding: 8px 8px 6px;
    text-decoration: none;
    color: #b9b9b9;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .news-taglist__item a:hover {
    background: #494949;
    color: #fff;
  }
  .news-taglist__item.active {
    background: #494949;
  }
  .news-taglist__item.active a {
    color: #fff;
  }
  .news-taglist__item {
    margin: 0 8px 0 0;
  }
  .news-main {
    position: relative;
    background: url(/images/top/pc-news-main-secondry_border.png) top right repeat-y;
  }
  .news-main-primary {
    top: 0;
    width: 530px;
    float: left;
  }
  .news-main-primary a {
    text-decoration: none;
  }
  .news-main-primary .news-main-primary__img {
    position: relative;
    display: block;
  }
  .news-main-primary .news-main-primary__img:after {
    -webkit-transition: ease opacity 350ms;
    transition: ease opacity 350ms;
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
  }
  .news-main-primary:hover .news-main-primary__img:after {
    opacity: 1;
  }
  .news-main-primary__img {
    width: 530px;
  }
  .news-main-primary__img img {
    width: 100%;
    vertical-align: bottom;
  }
  .news-main-primary__shop {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 1.28389;
    color: #919191;
    text-align: center;
    padding: 20px 0 10px;
  }
  .news-main-primary__ttl {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.15913;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #494949;
    text-align: center;
  }
  .news-main-primary__ttl.new::before {
    display: inline-block;
    content: "";
    width: 37px;
    height: 25px;
    background: url(/images/common/new.svg) top left/100% no-repeat;
    margin: 0 8px 0 0;
    vertical-align: -5px;
  }
  .news-main-primary__txt {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.61538;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #494949;
    text-align: center;
    width: 72%;
    margin: 15px auto 20px;
  }
  .news-main-primary__date {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
    color: #919191;
    text-align: center;
  }
  .news-main-secondry {
    list-style: none;
    width: 600px;
    margin: 0 0 0 570px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-main-secondry__item {
    width: 170px;
    margin: 0 42px 35px 0;
  }
  .news-main-secondry__item img {
    width: 100%;
    vertical-align: bottom;
  }
  .news-main-secondry__item:nth-child(3n) {
    margin: 0 0 35px 0;
  }
  .news-main-secondry__item a {
    text-decoration: none;
  }
  .news-main-secondry__item .news-main-secondry__item__img {
    position: relative;
    display: block;
  }
  .news-main-secondry__item .news-main-secondry__item__img:after {
    -webkit-transition: ease opacity 350ms;
    transition: ease opacity 350ms;
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
  }
  .news-main-secondry__item:hover .news-main-secondry__item__img:after {
    opacity: 1;
  }
  .news-main-secondry__item__shop {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 1.44437;
    color: #919191;
    padding: 15px 0 10px;
  }
  .news-main-secondry__item__new {
    width: 30px;
    margin: -8px 0 8px 0;
  }
  .news-main-secondry__item__new img {
    width: 100%;
    vertical-align: bottom;
  }
  .news-main-secondry__item__ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.33312;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #494949;
  }
  .news-main-secondry__item__txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #494949;
    margin: 10px auto 10px;
  }
  .news-main-secondry__item__date {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
    color: #919191;
  }
  .news-more {
    width: 83px;
    margin: 30px auto 0;
    position: relative;
  }
  .news-more::after {
    position: absolute;
    top: 18px;
    left: 80px;
    content: "";
    display: inline-block;
    width: 22px;
    height: 12px;
    background: url(/images/common/btn-view-all-arr.svg) top left no-repeat;
    vertical-align: middle;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .news-more:hover::after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .floor {
    width: 100%;
    min-width: 1170px;
    background: #f1f1f1;
    padding-bottom: 50px;
  }
  .floor .floor-main-map-list__item {
    margin: 20px 0;
  }
  .floor .slick-slide .floor-main-map-list__item-logo__item {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
  }
  .floor .slick-slide .floor-main-map-list__item-logo__item a {
    display: block;
    cursor: auto;
    pointer-events: none;
    outline: none!important;
  }
  .floor .slick-slide.slick-current .floor-main-map-list__item-logo__item {
    opacity: 1;
  }
  .floor .slick-slide.slick-current .floor-main-map-list__item-logo__item a {
    cursor: pointer;
    pointer-events: auto;
  }
  .floor-parallax {
    height: 150px;
    /* background: url(/images/top/flags_gaikan_0111.jpg) center center no-repeat; */
    background-size: 100%;
    background-attachment: fixed;
  }
  .floor-wrap {
    width: 1170px;
    margin: -100px auto 0;
    padding: 65px 0 50px;
    background: #fff;
    position: relative;
    z-index: 50;
  }
  .floor-ttl {
    text-align: center;
  }
  .floor-ttl span {
    display: inline-block;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 0.57775;
    color: #606060;
    text-align: center;
    padding: 10px 10px 13px;
    background: url(/images/top/ttl_bg_news.png) bottom left/100% no-repeat;
  }
  .floor-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 60px 40px 40px;
  }
  .floor-main-map {
    width: 452px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
  }
  .floor-main-map-list {
    list-style: none;
    position: relative;
    display: none;
  }
  .floor-main-map-list.slick-initialized {
    display: block;
  }
  .floor-main-map-list__item {
    position: relative;
  }
  .floor-main-map-list__item img {
    width: 100%;
    vertical-align: bottom;
  }
  .floor-main-map-list__item.slick-slide {
    opacity: .2;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .floor-main-map-list__item.slick-current {
    opacity: 1;
    z-index: 999999;
  }
  .floor-main-map-list__item.slick-current .floor-main-map-list__item-logo__item {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .floor-main-map-list__item.slick-current .floor-main-map-list__item-logo__item:hover {
    opacity: .6;
  }
  .floor-main-map-list__item.slick-current .floor-main-map-list__item-logo__item.floor-main-map-list__item-logo__item-soon:hover {
    opacity: 1;
  }
  .floor-main-map-list__item-logo {
    list-style: none;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item {
    position: absolute;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item img {
    vertical-align: bottom;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-01 {
    top: -38px;
    left: 100px;
    width: 115px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-02 {
    top: -38px;
    left: 100px;
    width: 115px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-03 {
    top: -44px;
    left: 258px;
    width: 70px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-04 {
    top: 92px;
    left: 68px;
    width: 94px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-05 {
    top: -12px;
    left: 35px;
    width: 68px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-06 {
    top: -34px;
    left: 284px;
    width: 71px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-07 {
    top: 46px;
    left: 280px;
    width: 84px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-08 {
    top: -34px;
    left: 160px;
    width: 78px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-09 {
    top: 86px;
    left: 50px;
    width: 120px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-10 {
    top: -6px;
    left: 44px;
    width: 65px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-11 {
    top: -32px;
    left: 280px;
    width: 60px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-12 {
    top: 64px;
    left: 248px;
    width: 85px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-13 {
    top: -20px;
    left: 142px;
    width: 73px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-14 {
    top: 84px;
    left: 128px;
    width: 65px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-15 {
    top: 104px;
    left: 32px;
    width: 85px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-16 {
    top: -8px;
    left: 18px;
    width: 85px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-17 {
    top: -38px;
    left: 140px;
    width: 69px;
  }
  .floor-main-map-list__item-logo .floor-main-map-list__item-logo__item.logo-18 {
    top: -26px;
    left: 134px;
    width: 85px;
  }
  .floor-main-number {
    width: 80px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    list-style: none;
    text-align: center;
    position: relative;
  }
  .floor-main-number-arrow__top {
    position: absolute;
    top: -60px;
    left: 0;
    display: inline-block;
    margin: 0 0 70px;
    width: 80px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .floor-main-number-arrow__top:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .floor-main-number-arrow__bottom {
    position: absolute;
    bottom: -120px;
    left: 0;
    display: inline-block;
    margin: 0 0 70px;
    width: 80px;
    text-align: center;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .floor-main-number-arrow__bottom:hover {
    -webkit-transform: translateY(5px) rotate(180deg);
    transform: translateY(5px) rotate(180deg);
  }
  .floor-main-number-list {
    display: table;
  }
  .floor-main-number-list__item {
    display: none;
    color: #595757;
    font-size: 4.375rem;
    height: 200px;
    width: 80px;
  }
  .floor-main-number-list__item.active {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .floor-main-number-list__item span.floor-main-number-list__item__floor {
    vertical-align: 25px;
    font-size: 1.875rem;
    margin: 0 0 0 2px;
  }
  .floor-main-number-list__item span.floor-main-number-list__item__line {
    display: block;
    font-size: 1.875rem;
    margin: 7px 0 10px -10px;
  }
  .floor-main-guide {
    width: 460px;
  }
  .floor-main-guide-dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
  }
  .floor-main-guide-dl__dt {
    width: 60px;
    font-size: 1.4rem;
    color: #b4b4b4;
    text-align: center;
    line-height: 0.9;
    padding: 10px 0 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    /* cursor: pointer; */
    transition: .3s;
  }
  /* .floor-main-guide-dl__dt:not(.active):hover {
    opacity: .6;
  } */
  .floor-main-guide-dl__dt span {
    font-size: 1rem;
    vertical-align: 2px;
  }
  .floor-main-guide-dl__dt.active {
    color: #595757;
    cursor: auto;
  }
  .floor-main-guide-dl__dd {
    width: 400px;
    padding: 12px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .floor-main-guide-dl__dd-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px 0 0 0;
  }
  .floor-main-guide-dl__dd-list__item {
    background: #f1f0f0;
    margin: 8px 8px 0 0;
  }
  .floor-main-guide-dl__dd-list__item a {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 1;
    display: block;
    color: #595757;
    text-decoration: none;
    padding: 8px 10px 5px 10px;
  }
  .floor-main-guide-dl__dd-list__item a:hover {
    background: #595757;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .comingsoon{
    color: #595757;
    margin: 8px 8px 0 0;
    padding: 8px 10px 5px 10px;
    }
  .floor-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 375px;
    margin: 0 auto;
  }
  .floor-more-btn1 {
    width: 96px;
    position: relative;
  }
  .floor-more-btn1:after {
    position: absolute;
    top: 12px;
    left: 103px;
    content: "";
    display: inline-block;
    width: 24px;
    height: 14px;
    background: url(/images/common/btn-view-more-arr.svg) top left no-repeat;
    vertical-align: middle;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .floor-more-btn1:hover::after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .floor-more-btn2 {
    width: 100px;
    position: relative;
  }
  .floor-more-btn2:after {
    position: absolute;
    top: 12px;
    left: 100px;
    content: "";
    display: inline-block;
    width: 24px;
    height: 14px;
    background: url(/images/common/btn-view-more-arr.svg) top left no-repeat;
    vertical-align: middle;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .floor-more-btn2:hover::after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .access {
    width: 100%;
    min-width: 1170px;
    background: #f1f1f1;
    padding: 0 0 20px;
  }
  .access-wrap {
    width: 1170px;
    margin: 0 auto;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .access-map {
    width: 585px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .access-map img {
    width: 100%;
    vertical-align: middle;
  }
  .access-main {
    width: 585px;
    padding: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .access-main-ttl {
    text-align: center;
    margin: 0 0 55px;
  }
  .access-main-ttl span {
    display: inline-block;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 0.66029;
    color: #606060;
    text-align: center;
    padding: 10px 10px 12px;
    background: url(/images/top/ttl_bg_access.png) bottom left/100% no-repeat;
  }
  .access-main-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 440px;
    margin: 0 auto;
    line-height: 1.6;
  }
  .access-main-address-index {
    color: #b4b4b4;
    width: 60px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 1.88875;
  }
  .access-main-address-detail {
    padding: 0 0 0 20px;
    width: 360px;
    color: #494949;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.85167;
  }
  .access-main-address-detail__link {
    display: inline-block;
    margin-top: 5px;
    color: #494949;
  }
  .access-main-address-detail__link:hover {
    opacity: .5;
  }
  .access-main-address-detail-root {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0 0;
  }
  .access-main-address-detail-root__train {
    width: 155px;
    margin: 0 5px 0 0;
  }
  .access-main-address-detail-root__train a {
    text-align: center;
    display: block;
    background: #f1f0f0;
    text-decoration: none;
    color: #b4b4b4;
    padding: 7px 0 5px;
  }
  .access-main-address-detail-root__train a::before {
    display: inline-block;
    margin: 0 5px 0 0;
    content: "";
    width: 16px;
    height: 23px;
    background: url(/images/top/ico_train.svg) top left/100% no-repeat;
    vertical-align: -7px;
  }
  .access-main-address-detail-root__train a:hover {
    background: #595757;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .access-main-address-detail-root__car {
    width: 155px;
  }
  .access-main-address-detail-root__car a {
    text-align: center;
    display: block;
    background: #f1f0f0;
    text-decoration: none;
    color: #b4b4b4;
    padding: 7px 0 6px;
  }
  .access-main-address-detail-root__car a::before {
    display: inline-block;
    margin: 0 4px 0 0;
    content: "";
    width: 20px;
    height: 18px;
    background: url(/images/top/ico_car.svg) top left/100% no-repeat;
    vertical-align: -4px;
  }
  .access-main-address-detail-root__car a:hover {
    background: #595757;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .access-main-hours {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 440px;
    margin: 25px auto 0;
    line-height: 1.6;
  }
  .access-main-hours-index {
    color: #b4b4b4;
    width: 60px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 1.88875;
    text-align: center;
  }
  .access-main-hours-detail {
    padding: 0 0 0 20px;
    width: 370px;
    color: #494949;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.85167;
  }
  .access-main-hours-detail .access-main-hours-detail-hour {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.08rem;
    line-height: 1.66667;
    padding-right: 10px;
    display: inline-block;
    vertical-align: sub;
  }
  .access-main-hours-detail .access-main-hours-detail-other {
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
    padding-right: 5px;
    display: inline-block;
    vertical-align: sub;
  }
  .access-main-hours-detail .access-main-hours-detail-txt {
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
    display: inline-block;
    vertical-align: sub;
  }
  .access-main-more {
    width: 94px;
    margin: 50px auto 0;
    position: relative;
  }
  .access-main-more:after {
    position: absolute;
    top: 13px;
    left: 99px;
    content: "";
    display: inline-block;
    width: 24px;
    height: 14px;
    background: url(/images/common/btn-view-more-arr.svg) top left no-repeat;
    vertical-align: middle;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .access-main-more:hover::after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .banner {
    width: 100%;
    min-width: 1170px;
    background: #f1f1f1;
    padding: 30px 0 20px;
  }
  .banner-wrap {
    width: 1172px;
    margin: 0 auto;
    padding: 0 0 40px;
  }
  .banner-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .banner-list__item {
    width: 360px;
  }
  .banner-list__item img {
    width: 100%;
    vertical-align: bottom;
  }
  .banner-list__item a {
    position: relative;
    display: block;
  }
  .banner-list__item a:after {
    -webkit-transition: ease opacity 350ms;
    transition: ease opacity 350ms;
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
  }
  .banner-list__item a:hover:after {
    opacity: 1;
  }
}
