@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-style: normal;
}
.nicEdit-main,
.nicEdit-main p,
.nicEdit-main span,
.nicEdit-main font {
  font-size: 11px !important;
}
.nicEdit-main p {
  margin-top: 1.5rem;
}
.koburi {
  font-family: "", sans-serif;
}
body {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
}
img {
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
ul {
  list-style: none;
}
a {
  transition: all .5s ease;
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: .7;
  color: #000;
}
em{
    font-style: italic;
}
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inner.flex {
  width: 88%;
  flex-wrap: nowrap;
  margin: 0 auto;
}
.page {
  padding-top: 78px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
img.lazyload {
  opacity: 0;
  transform: translateY(400px);
}
img.lazyloaded {
  animation-delay: 0.3s;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  transform: translateY(20px);
  opacity: 0;
  animation-name: fade-img;
}
@keyframes fade-img {
  from {}
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.main-container {
  width: 375px;
  /*width: 40%;*/
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  overflow-wrap: break-word;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}
.pc-navi {
  position: fixed;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: calc(50% - (375px / 2));
  overflow: auto;
  padding: 0;
  font-size: 10px;
  line-height: 1.3;
}
.pc-navi.left-navi {
  left: 0;
  background: url(../img/common/left_line.svg) no-repeat center left;
  background-size: 10px auto;
}
.pc-navi.right-navi {
  right: 0;
  background: url("../img/common/right_line.svg") no-repeat center right;
  background-size: 10px auto;
}
.scroll-image {
  position: absolute;
  bottom: 8%;
  right: 2%;
  width: 20px;
}
.sec-contents {
  width: 88%;
  margin: 40px auto 40px;
}
.sec-contents p {
  font-size: 12px;
}
.pc-navi .menu-inner {
  width: 98%;
  height: 100%;
  margin: 0 auto;
  max-width: 280px;
  padding-top: 40px;
}
.pc-navi .menu-title {
  text-align: center;
  color: #8AD3E9;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.menu-inner ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 64%;
  min-height: 400px;
  margin-bottom: 30px;
}
.en .menu-inner ul,.ko .menu-inner ul,.zh .menu-inner ul {
  height: auto;
  min-height: auto;
}
.menu-inner li {
  width: 100%;
  text-align: left;
}
.menu-inner ul li a {
  width: 100%;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 10px;
  position: relative;
  padding: 5px 0 5px 85px;
  text-align: left;
  display: inherit;
  font-family: "Poppins", sans-serif;
    letter-spacing: 1.5px;
    font-weight:400; 
}
.menu-inner ul li a span{
  font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight:500; 
}
.en .menu-inner ul li a,.ko .menu-inner ul li a,.zh .menu-inner ul li a {
  padding: 15px 0 15px 85px;
}
.menu-inner ul li a:hover {
  color: #00AEEB;
}
.menu-inner ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-left: 85px;
  transition: all 0.5s;
}
.menu-inner ul li.shop_gourmet a::before {
  background: url(../img/common/menu_shop_gourmet.svg) no-repeat center center;
  background-size: 56% auto;
}
.menu-inner ul li.floormap a::before {
  background: url(../img/common/menu_floormap.svg) no-repeat center center;
  background-size: 29% auto;
}
.menu-inner ul li.shopnews a::before {
  background: url(../img/common/menu_shopnews.svg) no-repeat center center;
  background-size: 53% auto;
}
.menu-inner ul li.event a::before {
  background: url(../img/common/menu_event.svg) no-repeat center center;
  background-size: 45% auto;
}
.menu-inner ul li.facility a::before {
  background: url(../img/common/menu_facility.svg) no-repeat center center;
  background-size: 53% auto;
}
.menu-inner ul li.access a::before {
  background: url(../img/common/menu_access.svg) no-repeat center center;
  background-size: 36% auto;
}
.menu-inner ul li.watch a::before {
  background: url(../img/common/icon_watch.svg) no-repeat center center;
  background-size: 38% auto;
}
.menu-inner ul li.pet a::before {
  background: url(../img/common/icon_pet.svg) no-repeat center center;
  background-size: 36% auto;
}
.menu-inner ul li.shop_gourmet a:hover::before {
  background: url(../img/common/menu_shop_gourmet_ov.svg) no-repeat center center;
  background-size: 56% auto;
}
.menu-inner ul li.floormap a:hover::before {
  background: url(../img/common/menu_floormap_ov.svg) no-repeat center center;
  background-size: 29% auto;
}
.menu-inner ul li.shopnews a:hover::before {
  background: url(../img/common/menu_shopnews_ov.svg) no-repeat center center;
  background-size: 53% auto;
}
.menu-inner ul li.event a:hover::before {
  background: url(../img/common/menu_event_ov.svg) no-repeat center center;
  background-size: 45% auto;
}
.menu-inner ul li.facility a:hover::before {
  background: url(../img/common/menu_facility_ov.svg) no-repeat center center;
  background-size: 53% auto;
}
.menu-inner ul li.access a:hover::before {
  background: url(../img/common/menu_access_ov.svg) no-repeat center center;
  background-size: 36% auto;
}
.menu-inner ul li.watch a:hover::before {
  background: url(../img/common/icon_watch_ov.svg) no-repeat center center;
  background-size: 38% auto;
}
.menu-inner ul li.pet a:hover::before {
  background: url(../img/common/icon_pet_ov.svg) no-repeat center center;
  background-size: 36% auto;
}
.menu-inner ul li a span {
  display: block;
  width: 100%;
}
.tab-menu {
  width: 100%;
  background: #F7FCFE;
  padding: 5px 0;
  position: relative;
}
.tab-menu ul {
  width: 80%;
  margin: 5px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.tab-menu:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 5px;
  width: 10.5%;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
}
.tab-menu:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 5px;
  width: 10.5%;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
}
.tab-menu ul li {
  width: 33.3%;
  color: #221714;
  font-size: 11px;
  text-align: center;
  position: relative;
  box-sizing: content-box;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.tab-menu ul li:first-child {
  border-left: 1px solid #333;
}
.tab-menu ul li:last-child {
  border-right: 1px solid #333;
}
.tab-menu ul li:nth-child(2) {
  border-right: 1px solid #333;
}
#gourmet .tab-menu ul li:nth-child(2) {
  border-left: 1px solid #333;
  border-right: none;
}

.tab-menu ul li:has(+.current) {
  border-left: 1px solid #333;
  border-right: none;
}


.tab-menu ul li a {
  margin: 1px;
  display: block;
  padding: 10px 0;
  width: 93%;
  margin-left: 0;
  margin-right: auto;
  border-top: 1px solid #333;
  margin-top: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.tab-menu ul li:hover {
  background: #fff;
  opacity: 1;
}
.tab-menu ul li a:hover {
  opacity: 1;
  color: #00AEEB;
}
.tab-menu ul li.current a:hover {
   pointer-events: none;
  color: #000;
}
.tab-menu ul li:nth-child(2) a {
  margin-left: auto;
  margin-right: 0;
}
#gourmet .tab-menu ul li:nth-child(2) a {
  margin-left: 0;
  margin-right: auto;
}
.tab-menu ul li:has(+.current) a {
  margin-left: 0;
  margin-right: auto;
}
.tab-menu ul li:last-child a {
  margin-left: auto;
  margin-right: 0;
}
.tab-menu ul li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0px;
  right: 0;
  height: 5px;
}
.tab-menu ul li.current {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  border-bottom: none;
  background: #fff;
}
.tab-menu ul li.current a {
  border-top: none;
  width: 100%;
}
.tab-menu ul li:after {
  border-top: none;
  width: 100%;
  border-bottom: 1px solid #333;
}
.tab-menu ul li.current:after {
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #333;
  box-sizing: content-box;
  background: #fff;
}
.tab-menu ul li:after:hover {
  background: #fff;
}
.link-button a{
    display: block;
  width: 72%;
  margin: 30px auto 20px;
    position: relative;
    box-sizing: border-box;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    background: #fff;
    text-decoration: none;
}
.link-button a::before {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: -1px;
    right: 0;
    height: 6px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    background: #fff;
}
.link-button a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: -1px;
    height: 6px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    background: #fff;
}
.link-button a span {
  color: #221714;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 7px 5%;
  margin: 5px auto;
  padding-right: 24px;
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.link-button a span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 3px;
  right: auto;
  background: url(../img/common/btn_arrow.svg) no-repeat right center;
  background-size: 100% auto;
  width: 20px;
  margin-left: 6px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.link-button a span:hover::after {
  margin-left: 18px;
  background: url(../img/common/btn_arrow_ov.svg) no-repeat right center;
  background-size: 100% auto;
  width: 20px;
}
.link-button a:hover {
    border-right: 1px solid #00AEEB;
    border-left: 1px solid #00AEEB;
}
.link-button a:hover span {
  color: #00AEEB;
}
.link-button a:hover::before {
    border-top: 1px solid #00AEEB;
    border-left: 1px solid #00AEEB;
}
.link-button a:hover::after {
    border-bottom: 1px solid #00AEEB;
    border-right: 1px solid #00AEEB;
}
/*スライダー*/
.slider {
  margin: 0 auto 30px;
  width: 100%;
  display: flex;
  /*justify-content: space-between ;*/
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#slider-top .slick-list, #slider-top.slider {
  margin: 7px 0 0px;
}
.slick-list {
  margin: 0 0 15px;
  order: 1;
  width: 100%;
}
.slider-img {
  margin: 0 20px;
  padding: 0 20px;
}
.shopnews-column .slick-img {
  height: auto;
  transform: scale(.8);
    margin-top: 20px;
    position: relative;
}

.slider {
  opacity: 0;
}
.slider.slick-initialized {
  opacity: 1;
    transition: opacity .3s linear;
}
.footer-banner .slider{
    opacity: 1;
}
#slider-top .slick-img {
  height: auto;
  transform: scale(0.95);
    margin: 0 auto;
    text-align: center;
}

#slider-top .slick-img img {
    width: 100%;
     box-shadow: 4px 5px 10px -6px rgba(0, 0, 0, 0.3);
}

/* 中央以外のスライド */
.slick-img img {
  height: auto;
  transform: scale(1);
  transition: opacity .5s, transform .5s;
  width: 100%;
}
#slider-top .slick-img img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.slider img {
  height: auto;
  transform: scale(1);
  transition: opacity .5s, transform .5s;
  width: 100%;
}
.other-item {
  padding: 0 20px;
}
/* 中央のスライド */
.shopnews-column .slider .slick-center.slick-img {
  transform: scale(1);
  transition-delay: 0.3s;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
.slider .slick-center.slick-img .other-item {
  padding: 0;
}
.slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}
.slider .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #F3FBFD;
  border: 1px solid #707070;
  cursor: pointer;
  outline: none;
  font-size: 0;
  position: relative;
  /*position: absolute;
  top: auto;
  bottom: -5px;*/
  z-index: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.slider .slick-arrow:hover {
  background-color: #c2e7f2;
}

#slider-top.slider .slick-arrow {
  background: none;
  border: none;
}
.slider .slick-arrow:focus-visible,.slider .slick-dots li:focus-visible{
   outline: none;
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #333;
}
.slider .slick-arrow::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #707070;
  border-width: 1px 1px 0 0;
  position: absolute;
  bottom: 10px;
  transform: rotate(45deg);
}
#slider-top.slider .slick-arrow:hover {
  opacity: 0.7;
}
.slider .slick-next {
  /* left:72%;*/
  order: 4;
}
.slider .slick-prev {
  /*right: 72%;*/
  order: 2
}
.slider .slick-next::before {
  left: 8px;
}
.slider .slick-prev::before {
  border-width: 0 0 1px 1px;
  right: 8px;
}
.slider .slick-dots {
  order: 3;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  max-width: 70%;
  height: auto;
  margin: 0 5px;
  text-align: center;
}
.slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
}
.slider .slick-dots button {
  display: block;
  width: 7px;
  height: 7px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #CEDEE7;
  border-radius: 50%;
}
.slider .slick-dots .slick-active button {
  background: #17A8D4;
}
.sec-title {
  font-family: "Poppins", sans-serif;
    font-size: 1.5em;
  font-weight: 200;
  line-height: 1.2em;
    letter-spacing: 3px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.sec-jp-title {
    font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
    letter-spacing: 1px;
  text-align: center;
    padding-top: 10px;
  margin-bottom: 5px;
}
.article-title {
    width: 88%;
    margin: 15px auto 0;
    font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
    position: relative;
    letter-spacing: 1px;
}

.article-title .genre-event {
    color: #E8380D;
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    display: block;
    margin-top: 5px;
}
.article-title .genre-topics {
    color: #17A8D4;
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    display: block;
    margin-top: 5px;
}
.sec-title img {
  height: 45px;
  padding-left: 0.5em;
}
.sec-title span {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
    letter-spacing: 3px;
  padding-top: 10px;
  font-weight: normal;
}
.bg_ocean {
  background: #F7FCFE;
  width: 100%;
  padding: 20px 0;
}
.footer-banner .bg_ocean {
    margin: 0px 0 0px;
    padding: 20px 30px;
}
.bg_normal {
  width: 100%;
  padding: 20px 0;
}
.wave {
  width: 100%;
  height: 40px;
  display: block;
  position: relative;
  padding: 30px 0 0px;
}
.wave img {
  width: 140%;
  vertical-align: bottom;
}
.wave:before {
  content: '';
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/line_wave01w.png) no-repeat right top;
  background-size: 100% auto;
  z-index: 1;
}
.wave:after {
  content: '';
  width: 100%;
  height: 40px;
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  background: url(../img/common/line_wave02.png) no-repeat right top;
  background-size: 160% auto;
  z-index: 0;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-13%);
  }
  100% {
    transform: translateY(10%);
  }
}
.left-navi .navi-banner {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.left-navi .navi-banner img {
  width: 100%;
}
form.search_container {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 20px auto 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 3em 0 1em;
  font-size: 14px;
  border: 1px solid #000;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form.search_container .inputText {
  border: none;
  background: none;
  font-weight: 400;
  width: 100%;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #221714;
}
form.search_container .inputText:focus {
  outline: none;
}
form.search_container .inputBtn {
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
  background: url(../img/common/icon_search.svg) 0 0 / contain no-repeat;
  background-size: 26px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-indent: 1000%;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  border: none;
  font-size: 0;
}
.search_item {
  width: 64%;
  margin: 20px auto 0;
}
.search_item form.search_container {
  position: relative;
  height: 34px;
}
.search_item form.search_container .inputText {
    font-size: 11px;
}
.search_item form.search_container .inputBtn {
    width: 20px;
    height: 20px;
    background: url(../img/common/icon_search.svg) 0 0 / contain no-repeat;
    background-size: 20px auto;
}
.right-navi .right-image {
  width: 100%;
  margin: 100px 0 70px;
}
.right-navi .right-image img {
  width: 100%;
}
.pageTop {
  position: fixed;
  right: 30px;
  bottom: 10px;
  z-index: 20;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-name: fadein;
  transform: translateY(0);
}
.pageTop a {
  display: block;
  width: 60px;
}
.pageTop a img {
  width: 100%;
}
[href^="tel"] {
  pointer-events: none;
}
.sp_nav {
  display: none;
}
.js-nav-box {
  display: none;
    
}

.event-list .slider {
    margin-bottom: 25px;
}
.event-list .slider .slick-list{
    margin-bottom: 5px;
}
.event-list .slider .slick-list .title{
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 7px;
}
.event-list img {
  width: 100%;
  vertical-align: bottom;
}
.event-list #slider-event {
  width: 94%;
  margin: 0 auto;
   
}
#event .sec-title{
  margin-bottom: 10px;
   
}
.event-list ul.two-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    margin-top: 15px;
}
.event-list ul.two-column li {
  width: 47%;
  margin-bottom: 15px;
    padding-top: 15px;
    position: relative;
}
.picture {
  /*position: relative;*/
  overflow: inherit;
  /*padding-top: 15px;*/
  margin-bottom: 10px;
}

.event-list ul.two-column li .picture {
      position: relative;
}
.event-list #slider-event .slick-slide {
      position: relative;
     padding: 15px 1% 0;
}
.event-list #slider-event .slick-slide .picture .new {
  width: 40px;
  position: absolute;
  top: 0px;
  left: 5px;
}
.event-list ul.two-column li .picture .picture-set,.event-list #slider-event .picture .picture-set {
     width: 100%;
    /*min-height: 106px;*/
    aspect-ratio: 3 / 2;
    border: 1px solid #CEDEE7;
    display: flex;
    justify-content: center ;
    align-items: center;
    overflow: hidden;
}

.event-list ul.two-column li .picture img,.event-list #slider-event .picture img {
    vertical-align: middle;
    width: 100%;
    /*max-width: 100%;*/
    height: auto;
    /*max-height: 100%;*/
object-fit: contain;
}


.title {
  font-size: 11px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}
.picture .new {
  width: 40px;
  position: absolute;
  top: -15px;
  left: -10px;
  z-index: 11;
  padding: 5px 3px;
  color: #fff;
  background: url(../img/common/icon_new.svg) no-repeat center center;
  background-size: 100% auto;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.other-list .picture .new {
  position: absolute;
  top: -13px;
}
.sec-contents .event-list .date {
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 5px;
  color: #221714;
}

.event-list .genre-event {
  color: #E8380D;
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  display: block;
    margin-top: 5px;
}

.event-list .genre-topics {
  color: #17A8D4;
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  display: block;
    margin-top: 5px;
}


.shopnews-column {
  width: 100%;
  margin: 0px auto 45px;
  padding: 0px 0 5px;
  position: relative;
}

.shopnews-column .h3-title {
  width: 70%;
  margin: 0px auto;
}
.h3-title img {
  width: 100%;
}
.shopnews-column p.shopnews-text {
  font-size: 12px;
  text-align: center;
  margin: 10px 0 10px;
}
#slider-shopnews .slick-list {
  margin: 0px auto 0;
}
#slider-shopnews.slider {
  margin: 0px auto 0;
}
.new-icon {
  width: 40px;
  display: inline-block;
  padding: 5px 3px;
  color: #fff;
  background: url(../img/common/icon_new.svg) no-repeat center center;
  background-size: 100% auto;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 5px;
}
/*#shopnews.sec-contents, #other.sec-contents {
  width: 100%;
  margin: 0;
}*/
.sec-contents .date {
  font-size: 10px;
  font-weight: 400;
  color: #A9ACAB;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
.sec-contents .other-list .date {
  margin-bottom: 3px;
}
#slider-shopnews.slider .slick-img .picture {
    margin-bottom: 5px;
    position: relative;
}
#slider-shopnews.slider .slick-img .picture .picture-set  {
     width: 100%;
    aspect-ratio: 3 / 2;
    border: 1px solid #CEDEE7;
    display: flex;
    justify-content: center ;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 10;
}
#slider-shopnews.slider .slick-img .picture .picture-set img{
  vertical-align: middle;
    width: auto;
    max-width: 100%;
    height: 100%;
   /* max-height: 100%;*/
    position: relative;
    object-fit: contain;
    z-index: 10;
    
}
#slider-shopnews.slider .slick-img .picture .picture-set img + img{
   position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    width: 100%;
    height:100%;
}

#slider-shopnews.slider .slick-img .picture::after {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: -20px;
  left: -15px;
  z-index: 100;
}
#slider-shopnews.slider .slick-img.no-01 .picture::after {
  background: url(../img/top/no_01.svg) no-repeat right top;
  background-size: 100% auto;
}
#slider-shopnews.slider .slick-img.no-02 .picture::after {
  background: url(../img/top/no_02.svg) no-repeat right top;
  background-size: 100% auto;
}
#slider-shopnews.slider .slick-img.no-03 .picture::after {
  background: url(../img/top/no_03.svg) no-repeat right top;
  background-size: 100% auto;
}
#slider-shopnews.slider .slick-img.no-04 .picture::after {
  background: url(../img/top/no_04.svg) no-repeat right top;
  background-size: 100% auto;
}
#slider-shopnews.slider .slick-img.no-05 .picture::after {
  background: url(../img/top/no_05.svg) no-repeat right top;
  background-size: 100% auto;
}
#slider-shopnews.slider .slick-img.no-06 .picture::after {
  background: url(../img/top/no_06.svg) no-repeat right top;
  background-size: 100% auto;
}
#slider-shopnews.slider .slick-img.no-07 .picture::after {
  background: url(../img/top/no_07.svg) no-repeat right top;
  background-size: 100% auto;
}
#slider-shopnews.slider .slick-img.no-08 .picture::after {
  background: url(../img/top/no_08.svg) no-repeat right top;
  background-size: 100% auto;
}
#slider-shopnews.slider .slick-img.no-09 .picture::after {
  background: url(../img/top/no_09.svg) no-repeat right top;
  background-size: 100% auto;
}
.other-list{
    width: 88%;
   margin: 20px auto 60px;
}
.other-list ul{
    display: block;
    margin-bottom: 20px;
  
  
}
.other-list img {
  width: 100%;
}
.other-list ul li {
  margin-bottom: 15px;
    position: relative;
}
.other-list ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other-list ul li a .picture {
  width: 48%;
}
.other-list ul li a .event-item {
  width: 48%;
}
.other-list ul li a .event-item .shop,.other-item .shop{
    margin-bottom: 5px;
}
.other-list .picture {
  padding-top: 0px;
  margin-bottom: 0px;
}
 .other-list .picture .picture-set  {
     width: 100%;
        /*height: 106px;*/
    aspect-ratio: 3 / 2;
    border: 1px solid #CEDEE7;
    display: flex;
    justify-content: center ;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.other-list .picture .picture-set img{
  vertical-align: middle;
    width: auto;
    max-width: 100%;
    height: 100%;
   /* max-height: 100%;*/
    position: relative;
    object-fit: contain;
    z-index: 10;
}
.other-list .picture .picture-set img + img{
  position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    width: 100%;
    height:100%;
}


.shop-column img {
    width: 100%;
}
.shop-column .two-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    margin: 5px auto 20px;
}
.shop-column .two-column li {
  width: 47%;
  margin-bottom: 20px;
    position: relative;
}
.shop-column .two-column li .picture {
    position: relative;
}
.shop-column .two-column li .picture .picture-set {
     width: 100%;
    aspect-ratio: 3 / 2;
    border: 1px solid #CEDEE7;
    display: flex;
    justify-content: center ;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.shop-column .two-column li .picture img {
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    height: 100%;
   /* max-height: 100%;*/
    position: relative;
    object-fit: contain;
    z-index: 10;
}
.shop-column .two-column li .picture img + img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    width: 100%;
    height:100%;
}
.shop-title-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 88%;
    margin: 20px auto;
}
.shop-title-group .shop-logo{
    width: 44%;
    min-height: 90px;
    aspect-ratio: 5 / 3;
    border: 1px solid #CEDEE7;
    display: flex;
    justify-content: center ;
    align-items: center;
}
.shop-title-group .shop-logo img{
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.shop-title-group .shop-name{
    width: 50%;
}
.shop-title-group .shop-name .shop-title{
    font-size: 16px;
    font-weight: 400;
     line-height: 1.3em;
    padding-bottom: 3px;
}
.shop-title-group .shop-name .shop-title span{
    display: block;
    font-size: 11px;
     line-height: 1.3em;
    font-weight: 400;
}
.shop-title-group .shop-text{
    color: #A9ACAB;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3em;
    padding-bottom: 3px;
}
.shop-info-group {
    width: 88%;
    margin: 15px auto 20px;
}
.shop-info-group img{
    width: 100%;
}
.shop-info-group dl{
    padding:6px 2%;
    border-bottom: 2px #C2C4C3 dotted;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.shop-info-group dt{
    width: 35%;
    padding:8px 3% 8px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
}


.shop-info-group dd{
    width: 65%;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
    padding: 8px 0;
    
}
.shop-info-group dd a{
    margin-right: 1em;
   -webkit-transition: all 0.6s;
  transition: all 0.6s;
    text-decoration: underline;
   word-break: break-all;
}
.shop-info-group dd a[href^="tel:"]{
    text-decoration: none;
}
.shop-info-group dd a:hover{
    color: #00AEEB;
}
.anchor-menu ul{
    width: 90%;
    margin: 0px auto 40px;
    display: flex;
    justify-content:space-around;
    align-content: space-between;
    align-items: stretch;
    border-left: 2px #C2C4C3 dotted;
    border-right: 2px #C2C4C3 dotted;
}
.anchor-menu ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-left: 2px #C2C4C3 dotted;
    width: 100%;
    position: relative;
}
.anchor-menu ul li:first-child{
    border-left: none;
}
.anchor-menu ul li a{
    font-size: 12.5px;
    font-weight: 400;
        display: block;
        width: 100%;
    position: relative;
    padding:6px 4px 13px;
    -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.anchor-menu ul li:after{
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #C2C4C3;
  border-right: solid 1px #C2C4C3;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 3px;
  margin: auto;
    -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.anchor-menu ul li a:hover{
    opacity: 1;
    color: #00aeeb;
}
.anchor-menu ul li:hover::after{
  border-bottom: solid 1px #00aeeb;
  border-right: solid 1px #00aeeb;
}
a.pdf-text,a.link-text {
    position: relative;
    font-size: 11px;
    padding: 3px 0px 3px 0;
    -webkit-transition: all 0.6s;
  transition: all 0.6s;
    text-decoration: underline;
    display: inline;
}
.pdf-text:after {
        content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    right: -25px;
    height: 21px;
    padding-right: 25px;
    transition: all 0.5s;
    background: url(../img/common/icon_pdf.svg) no-repeat center center;
    background-size: 56% auto;
    -webkit-transition: all 0.6s;
}
.link-text:after{
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    right: -25px;
    height: 20px;
    padding-right: 18px;
    transition: all 0.5s;
    background: url(../img/common/icon_link.svg) no-repeat center center;
    background-size: 18px auto;
    -webkit-transition: all 0.6s;
}
a.pdf-text:hover,a.link-text:hover {
    color: #00aeeb;
}
.pdf-text:hover:after {
    background: url(../img/common/icon_pdf_ov.svg) no-repeat center center;
    background-size: 56% auto;
}
.link-text:hover:after{
    background: url(../img/common/icon_link_ov.svg) no-repeat center center;
    background-size: 18px auto;
}
/*アコーディオン*/
.details {
  line-height: 2;
    border: 1px solid #221714;
  width: 100%;
  margin: 10px auto 20px;
        border-radius: 3px;
}
.details__summary {
  position: relative;
  cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
  margin: 0;
  padding: 14px 26px 14px 16px;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.5em;
    background: url(../img/access/details_left.svg) repeat-y left center;
    background-size: 5px auto;
    color: #221714;
}
.details__summary:first-child {
  margin-top: 0;
}
.details__summary::before {
    border-right: solid 1px #221714;
  border-top: solid 1px #221714;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.details__summary.active::before {
  transform: rotate(-45deg);
}
.details__content {
  overflow: hidden;
  margin: 0;
  padding: 0 8px;
  transition: all 0.4s ease-out;
  line-height: 0;
    opacity: 0;
    height: 0;
}
.details__content.active {
  border-width: 0 1px 1px;
  line-height: 2;
  opacity: 1;
  padding: 8px 8px 0;
    height: auto;
}
.details__content .inner {
    width: 90%;
    margin: 15px auto;
}
/*ヘッダーここから*/
header.gHeader {
  width: 100%;
}
header.gHeader {
  width: 100%;
}
header.gHeader .notice {
  background: #E7F8FD;
  width: 100%;
  padding: 7px 0;
}
header.gHeader .notice p, header.gHeader .notice a {
  color: #14628D;
  font-size: 9px;
}
header.gHeader .notice a {
  text-decoration: underline;
}
header.gHeader .notice p.notice-title {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  padding: 3px 0 5px;
}
header.gHeader .notice p.notice-title span {
  position: relative;
  padding-left: 2.5em;
}
header.gHeader .notice p.notice-title span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  width: auto;
  padding: 10px 0 10px 25px;
  background: url(../img/common/icon_notice.svg) no-repeat center center;
  background-size: 55% auto;
}
header.gHeader .notice .notice-text {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  width: 80%;
  margin: 0px auto;
}
.gnav {
  width: 100%;
  box-shadow: 2px 3px 4px 1px rgba(17, 17, 26, 0.07);
  padding-bottom: 0px;
  z-index: 16;
  position: relative;
}
.gnav .inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
}
.gnav .inner img {
  width: 100%;
  vertical-align: middle;
}
.gnav .inner .header-logo {
  width: 40%;
  max-width: 180px;
}
.gnav .inner .header-logo a {
  display: flex;
  vertical-align: middle;
}
.gnav .inner nav {
  width: 33%;
    max-width: 130px;
}
.gnav .inner nav ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.en .gnav .inner nav ul,.ko .gnav .inner nav ul,.zh .gnav .inner nav ul {
  justify-content:flex-end;
}
.gnav .inner nav ul li {
  text-align: right;
  width: 22%;
  
}
.gnav .inner nav ul li button {
  background: none;
    border: none;
    cursor: pointer;
}
.gnav .inner nav ul li a {
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gnav .inner nav ul li .icon_n {
  display: inline;
}
.gnav .inner nav ul li .icon_ov {
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top_lang {
  width: 40%;
  position: absolute;
  top: 58px;
  right: 0;
  left: auto;
  background-color: rgba(196, 235, 247, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: -10;
  padding: 5px 10px;
    opacity: 0;
    display: none;
    transform: translateY(-40px);
}
.top_lang.active {
    display: block;
  animation-name: fadeout-lang;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.openLang .top_lang {
  display: block;
  position: absolute;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-name: fadein-lang;
}
.top_lang ul {
  display: flex;
  flex-direction: column;
}
.gnav .inner nav .top_lang ul li {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #999;
}
.gnav .inner nav .top_lang ul li:last-child {
  border-bottom: none;
}
.gnav .inner nav .top_lang ul li a {
  font-size: 12px;
  line-height: 1.6em;
  padding: 10px 0;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gnav .inner nav .top_lang ul li a:hover {
  color: #00AEEB;
  opacity: 1;
}
@keyframes fadein-lang {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeout-lang {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-40px);
  }
}
/*ヘッダーここまで*/
/*フッターここから*/
#slider-top.slider {
  padding: 10px 0 70px;
}
.footer-banner {
  height: auto;
  transform: scale(1);
  margin-top: -50px;
}
.footer-banner .slider .slick-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #8AD3E9;
  border: 1px solid #fff;
  cursor: pointer;
  outline: none;
  font-size: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.footer-banner .slider .slick-arrow:hover {
  background-color: #c2e7f2;
}
.footer-banner .slider .slick-arrow::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  bottom: 14px;
  transform: rotate(45deg);
}
.footer-banner .slider .slick-next::before {
  left: 12px;
}
.footer-banner .slider .slick-prev::before {
  border-width: 0 0 1px 1px;
  right: 12px;
}
.footer-banner .wave:before {
  content: '';
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/line_wave01.png) no-repeat right top;
  background-size: 100% auto;
  z-index: 1;
}
.footer-banner .slider {
  margin: 10px auto 15px;
}
.footer-banner .slick-img {
  height: auto;
  transform: scale(1);
  width: 100%;
  margin: 5px auto;
}
.footer-banner .slick-img a{
    display: block;
    padding: 2px;
}
.footer-banner .slider img {
  width: 100%;
}
.footer-info {
  width: 100%;
  background: #F3F7F9;
  padding: 10px 0 5px;
}
.footer-info .footer-inner {
  width: 88%;
  margin: 25px auto;
}
.footer-info ul {
  display: block;
  border-bottom: 1px solid #A9ACAB;
  margin-bottom: 20px;
  padding: 0 5% 10px;
}
.footer-info li a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 20px;
  position: relative;
}
.footer-info li a:after {
  content: '＞';
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0px;
  width: 25px;
}
.footer-info p {
  margin: 0 5%;
}
.footer-info .logo {
  width: 60%;
  max-width: 280px;
  margin: 35px auto 20px 5%;
}
.footer-info .logo img {
  width: 100%;
}
.footer-info .address {
  font-size: 12px;
  line-height: 1.8em;
    font-weight: 400;
}
.footer-info .copy {
  margin-top: 15px;
}
.footer-info .copy small {
  font-size: 11px;
  line-height: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width:980px) {
  .footer-info .footer-inner {
    margin: 25px auto 80px;
  }
}
/*フッターここまで*/

@media screen and (max-width:980px) {
  .pc-navi {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
    
  .main-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    position: relative;
  }
  .main-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: url(../img/common/left_line.svg) center left;
    background-repeat: repeat-y;
    background-size: auto;
    z-index: 10;
  }
  .main-container:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: url(../img/common/right_line.svg) repeat-y center right;
    background-size: auto;
    z-index: 10;
  }
  .pageTop {
    position: fixed;
    right: 10px;
    bottom: 68px;
  }
  .pageTop a {
    width: 50px;
  }
  [href^="tel"] {
    pointer-events: auto;
  }
  .sp_nav {
    display: block;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 31;
    background-color: rgba(196, 235, 247, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .sp_nav.is-active {
    display: block;
    animation-name: fadein;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }
  .sp_nav.is-off {
    animation-name: fadeout;
    animation-duration: 1.4s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }
  .sp_nav ul {
    display: flex;
    width: 96%;
      min-height: 60px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .sp_nav ul li {
    width: 20%;
    text-align: center;
    margin-bottom: 3px;
  }
  .sp_nav ul li a {
    display: block;
    font-size: 9px;
    line-height: 1.2em;
    position: relative;
    padding-top: 40px;
    text-align: center;
  }
  .sp_nav ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 12px;
    right: 0;
    left: 0; /*
    width: auto;*/
    padding-top: 40px;
  }
    .sp_nav ul li.watch a::before {
  background: url(../img/common/icon_watch.svg) no-repeat center center;
    background-size: auto;
  background-size: 27px auto;
}
  .sp_nav ul li.shop_gourmet a::before {
    background: url(../img/common/menu_shop_gourmet.svg) no-repeat center center;
    background-size: 36px auto;
  }
  .sp_nav ul li.floormap a::before {
    background: url(../img/common/menu_floormap.svg) no-repeat center center;
    background-size: 19.5px auto;
  }
  .sp_nav ul li.shopnews a::before {
    background: url(../img/common/menu_shopnews.svg) no-repeat center center;
    background-size: 38px auto;
  }
  .sp_nav ul li.event a::before {
    background: url(../img/common/menu_event.svg) no-repeat center center;
    background-size: 32px auto;
  }
  .sp_nav ul li.facility a::before {
    background: url(../img/common/menu_facility.svg) no-repeat center center;
    background-size: 40px auto;
  }
  .sp_nav ul li.access a::before {
    background: url(../img/common/menu_access.svg) no-repeat center center;
    background-size: 26px auto;
  }
  .sp_nav .button {
    position: relative;
    width: 50px;
    height: 50px;
    background: #00AEEB;
    border-radius: 50%;
    margin: 3px 0 0;
  }
  .sp_nav .button span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 15px;
    height: 1px;
    border-radius: 2px;
    background-color: #fff;
    width: 40%;
  }
  .sp_nav .button span:nth-of-type(1) {
    top: 17px;
  }
  .sp_nav .button span:nth-of-type(2) {
    top: 25px;
  }
  .sp_nav .button span:nth-of-type(3) {
    top: 33px;
  }
  .openNav .sp_nav .button span:nth-of-type(1) {
    top: 18px;
    left: 15px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
  }
  .openNav .sp_nav .button span:nth-of-type(2) {
    opacity: 0;
  }
  .openNav .sp_nav .button span:nth-of-type(3) {
    top: 30px;
    left: 15px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
  }
  .js-nav-box {
    
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 29;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    /*padding-top: 64px;*/
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: none;
  }
 .is-resize .js-nav-box{
    transition: none;
    display: none;
}
 .openNav .js-nav-box {
     display: block;
    bottom: 0;
    overflow: hidden;
    /*-webkit-overflow-scrolling: touch;*/
    animation-name: fadein;
    animation-duration: 0.4s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    margin-bottom: 0;
  }
  .closeNav .js-nav-box {
      display: block;
    animation-name: fadeout;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }
  .menu-inner {
    width: 70%;
    max-height: 80vh;
    position: fixed;
      top:0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content:center;
      box-sizing: border-box;
  }
   .en .menu-inner,.ko .menu-inner,.zh .menu-inner {
    justify-content:flex-start;
  } 
    .en .menu-inner ul,.ko .menu-inner ul,.zh .menu-inner ul{
       margin-top: 20px;
  } 
  .menu-inner ul {
    height: auto;
    min-height: auto;
      margin-top: 15px;
    margin-bottom: 15px;
  }
  .js-nav-box .menu-inner .logo {
    width: 60%;
      max-width: 200px;
    margin: 15px auto 10px;
    text-align: center;
  }
  .menu-inner .logo img {
    width: 100%;
  }
  .menu-inner li {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0;
    text-align: left;
    border-bottom: 1px #C2C4C3 dashed;
  }
  .menu-inner li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .menu-inner ul li a {
    width: 100%;
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 10px;
    position: relative;
    padding: 10px 15px 10px 65px;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .menu-inner ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 65px;
  }
  .menu-inner ul li a span {
    padding-left: 0px;
  }
  form.search_container {
    height: 35px;
    margin: 10px auto 16px;
  }
  form.search_container .inputBtn {
    background: url(../img/common/icon_search.svg) 0 0 / contain no-repeat;
    background-size: 20px auto;
  }
  .scroll-image {
    display: none;
  }
}
@keyframes fadein {
  from {
    opacity: 1;
    transform: translateY(1200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(1200px);
  }
}
@media screen and (max-width: 980px) and (min-width: 760px) {
  header.gHeader .notice p.notice-title {
    font-size: 15px;
  }
  header.gHeader .notice p, header.gHeader .notice a {
    font-size: 15px;
  }
.anchor-menu ul {
    margin: 15px auto 40px;
}
  .top_nav ul li a {
    font-size: 13px;
  }
  .sp_nav ul li a {
    font-size: 12px !important;
    padding-top: 50px !important;
  }
  .sp_nav ul li a::before {
    width: 60%;
    max-width: 120px;
    padding-top: 60px !important;
    margin: 0 auto;
  }
    #instagram {
    margin-top: -45px;
    margin-bottom: 50px;
}
    .other-list {
    margin: 20px auto 80px;
}
    .wave:before {
    content: '';
    width: 100%;
    height: 90px;
    top: -25px;
}
    .wave:after {
    position: absolute;
    top: 20px;
    right: 0;
}
    
   .footer-banner .wave:before {
  content: '';
   width: 100%;
    height: 100px;
    top: -35px;
}
    .pageTop {
        position: fixed;
        right: 10px;
        bottom: 85px;
    }
}
@media screen and (max-width: 760px) and (min-width: 480px) {
  
    .wave:before {
    content: '';
    width: 100%;
    height: 70px;
    top: -10px;
}
    .wave:after {
    position: absolute;
    top: 15px;
    right: 0;
}
    .footer-banner {
    margin-top: -60px;
}
    .footer-banner .bg_ocean {
    padding: 50px 30px;
}
}
@media screen and (max-height:700px) {
  .pc-navi .menu-title {
    margin-bottom: 10px;
  }
  .menu-inner ul {
    height: auto;
    min-height: auto;
    margin-bottom: 10px;
  }
  .js-nav-box .menu-inner ul {
    height: auto;
    margin-bottom: 10px;
  }
  .menu-inner li {
    margin: 0 auto 5px;
  }
  .menu-inner ul li a {
    font-size: 12px;
    line-height: 1.3em;
  }
  .js-nav-box .menu-inner ul li a {
    padding: 10px 15px 5px 65px;
  }
  .left-navi .navi-banner {
    margin-bottom: 10px;
  }
  form.search_container {
    position: relative;
    height: 34px;
    margin: 3px auto 8px;
    font-size: 13px;
  }
  .menu-inner ul li a {
    margin-bottom: 5px;
    padding: 5px 15px 5px 70px;
  }
  .js-nav-box .menu-inner ul li a {
    padding: 10px 15px 10px 70px;
  }
  .menu-inner ul li a::before {
    padding-left: 65px;
  }
  .right-navi .menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .right-navi .right-image {
    margin: auto 0 auto;
  }
}
@media screen and (max-height:560px) {
  .menu-inner {
    width: 70%;
    height: 80%;
  }
  .js-nav-box .menu-inner {
    height: auto;
  }
  .menu-inner ul {
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  /*.js-nav-box .menu-inner ul li {
    width: 48%;
  }*/
  .js-nav-box .menu-inner li:last-child {
    width: 100%;
  }
  .pc-navi .menu-inner ul li a {
    margin-bottom: 0px;
    padding: 5px 0px 5px 60px;
  }
  .js-nav-box .menu-inner ul li a {
    margin-bottom: 0px;
    padding: 10px 0px 10px 55px;
  }
  .js-nav-box .menu-inner ul li a::before {
    padding-left: 55px;
  }
  .menu-inner .logo img {
    max-width: 180px;
  }
  .openNav .js-nav-box {
    padding-top: 12px;
  }
}
@media(min-width:981px){
  a[href^="tel:"]{
    pointer-events: none;
      text-decoration: none;
  }
  .gnav .inner nav ul li:hover .icon_ov {
  display: inline;
  opacity: 1;
}
.gnav .inner nav ul li:hover .icon_n {
  display: none;
}
}
@media (prefers-reduced-motion: no-preference) { 
  html {
    scroll-behavior: smooth;
  }
}
