@charset "UTF-8";
body {
  font-family: alternate-gothic-no-3-d,Hiragino Sans,"ヒラギノ角ゴシック", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.content * {
  -webkit-text-size-adjust: 100%;
}

.sans {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .1rem;
}

/* mixin
---------------------------------------- */
/* Animation
---------------------------------------- */
@-webkit-keyframes searchInputFade {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes searchInputFade {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes searchInputHide {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes searchInputHide {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes searchInputFadeSp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes searchInputFadeSp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes searchInputHideSp {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes searchInputHideSp {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
/* SP BreakPoint
---------------------------------------- */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }

  img {
    width: 100%;
  }

  .head {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  .head .head-in {
    margin: 10px 20px 0;
    position: relative;
  }
  .head .head-menu-btn {
    position: absolute;
    top: 15px;
    left: 0;
  }
  .head .head-menu-btn .head-menu-btn-trigger {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 22px;
    padding-top: 16px;
  }
  .head .head-menu-btn .head-menu-btn-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #494949;
  }
  .head .head-menu-btn .head-menu-btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .head .head-menu-btn .head-menu-btn-trigger span:nth-of-type(2) {
    top: 7px;
  }
  .head .head-menu-btn .head-menu-btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .head .head-logo {
    width: 65px;
    margin: 0 auto;
  }
  .head .head-lang {
    position: absolute;
    top: 18px;
    right: 0;
  }
  .head .head-lang .head-lang-guin {
    position: relative;
  }
  .head .head-lang .head-lang-selected {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
    width: 84px;
  }
  .head .head-lang .head-lang-selected::after {
    display: inline-block;
    margin-left: 15px;
    content: "";
    width: 5px;
    padding-top: 5px;
    border-top: solid 1px #494949;
    border-right: solid 1px #494949;
    transform: rotate(135deg) translateY(5px);
  }
  .head .head-lang .head-lang-selected.btn-active::after {
    display: inline-block;
    content: "";
    width: 4px;
    padding-top: 4px;
    border-top: solid 1px #494949;
    border-right: solid 1px #494949;
    transform: rotate(135deg) translateY(5px);
    position: absolute;
    right: 3px;
    top: 3px;
  }
  .head .head-lang .head-lang-selected.btn-active::before {
    display: inline-block;
    content: "";
    width: 4px;
    padding-top: 4px;
    border-top: solid 1px #494949;
    border-right: solid 1px #494949;
    transform: rotate(-45deg) translateY(5px);
    position: absolute;
    right: 10px;
    top: 2px;
  }
  .head .head-lang .head-lang-menu {
    position: absolute;
    left: 17px;
    top: 20px;
    list-style: none;
    display: none;
  }
  .head .head-lang .head-lang-menu__item {
    width: 45px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
    text-align: center;
  }
  .head .head-lang .head-lang-menu__item a {
    display: block;
    background: #f1f1f1;
    color: #494949;
    text-decoration: none;
    padding: 7px 0 10px;
  }
  .head .head-lang .head-lang-menu__item:first-of-type a {
    padding-top: 15px;
  }
  .head .head-lang .head-lang-menu__item::last-of-type a {
    padding-bottom: 15px;
  }

  .drawer-menu {
    position: fixed;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 10000;
    background: #fff;
    width: 264px;
    padding: 23px 15px;
    -webkit-overflow-scrolling: touch;
  }
  .drawer-menu .drawer-menu-head {
    display: flex;
    padding: 0 6px;
  }
  .drawer-menu .drawer-menu-head .drawer-menu-head-close {
    width: 18px;
  }
  .drawer-menu .drawer-menu-head .drawer-menu-head-search {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  .drawer-menu .drawer-menu-head .drawer-menu-head-search__btn {
    margin-right: 5px;
    width: 18px;
  }
  .drawer-menu .drawer-menu-head .drawer-menu-head-search__input {
    display: none;
    -webkit-animation: 'searchInputHideSp' .3s ease-in-out 0s forwards;
    animation: 'searchInputHideSp' .3s ease-in-out 0s forwards;
  }
  .drawer-menu .drawer-menu-head .drawer-menu-head-search__input.show-input {
    -webkit-animation: 'searchInputFadeSp' .3s ease-in-out 0s forwards;
    animation: 'searchInputFadeSp' .3s ease-in-out 0s forwards;
  }
  .drawer-menu .drawer-menu-head .drawer-menu-head-search__input input {
    outline: 0;
    border: 0;
  }
  .drawer-menu .drawer-menu-head .drawer-menu-head-search__input input:focus {
    outline: 0;
    border: 0;
  }
  .drawer-menu .drawer-menu-head .drawer-menu-head-search__underline {
    width: 100%;
    height: 1px;
    background: #ddd;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 0.18s ease-out;
  }
  .drawer-menu .drawer-menu-head .drawer-menu-head-search__input input:focus + .drawer-menu-head-search__underline {
    transform: scaleX(1);
  }
  .drawer-menu .drawer-menu-nav {
    margin-top: 10px;
  }
  .drawer-menu .drawer-menu-nav .drawer-menu-nav-list {
    opacity: 0;
  }
  .drawer-menu .drawer-menu-nav .drawer-menu-nav-list__item {
    border-bottom: 1px solid #ddd;
  }
  .drawer-menu .drawer-menu-nav .drawer-menu-nav-list__item a {
    display: block;
    text-decoration: none;
    color: #494949;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.06rem;
    line-height: 1;
    padding: 25px 5px 20px;
  }
  .drawer-menu .drawer-menu-nav .drawer-menu-nav-list__item a::before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    padding: 20px 0 0 20px;
  }
  .drawer-menu .drawer-menu-nav .drawer-menu-nav-list__item:last-of-type {
    border-bottom: 0;
  }
  .drawer-menu .drawer-menu-nav .drawer-menu-nav-list__item.drawer-home a::before {
    background: url(/images/common/ico-menu-home.svg) top left no-repeat;
  }
  .drawer-menu .drawer-menu-nav .drawer-menu-nav-list__item.drawer-event a::before {
    background: url(/images/common/ico-menu-event.svg) top left no-repeat;
  }
  .drawer-menu .drawer-menu-nav .drawer-menu-nav-list__item.drawer-news a::before {
    background: url(/images/common/ico-menu-news.svg) top left no-repeat;
  }
  .drawer-menu .drawer-menu-nav .drawer-menu-nav-list__item.drawer-list a::before {
    background: url(/images/common/ico-menu-shop.svg) top left no-repeat;
  }
  .drawer-menu .drawer-menu-nav .drawer-menu-nav-list__item.drawer-floor a::before {
    background: url(/images/common/ico-menu-floor.svg) top left no-repeat;
  }
  .drawer-menu .drawer-menu-nav .drawer-menu-nav-list__item.drawer-access a::before {
    background: url(/images/common/ico-menu-access.svg) top left no-repeat;
  }
  .drawer-menu .drawer-menu-nav .drawer-menu-nav-list__item.drawer-duty-free a::before {
    background: url(/images/common/ico-menu-duty-free.svg) top left no-repeat;
  }
  .drawer-menu .drawer-menu-sns {
    margin-top: 25px;
  }
  .drawer-menu .drawer-menu-sns .drawer-menu-sns__title {
    color: #b4b4b4;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
  }
  .drawer-menu .drawer-menu-sns .drawer-menu-sns-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 170px; アイコン化の際戻す*/
    margin-top: 15px;
  }
  .drawer-menu .drawer-menu-sns .drawer-menu-sns-list__item {
    /* width: 20px; アイコン化の際戻す*/
  }

  .drawer-menu .drawer-menu-sns .drawer-menu-sns-list__item a{
    color: #b4b4b4;
    text-decoration: none;
  }
  .drawer-menu .drawer-menu-foot-nav {
    margin-top: 50px;
  }
  .drawer-menu .drawer-menu-foot-nav .drawer-menu-foot-nav-list {
    list-style: none;
  }
  .drawer-menu .drawer-menu-foot-nav .drawer-menu-foot-nav-list__item {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.06rem;
    line-height: 2.3333333333;
  }
  .drawer-menu .drawer-menu-foot-nav .drawer-menu-foot-nav-list__item a {
    text-decoration: none;
    color: #494949;
  }
  .drawer-menu .drawer-menu-foot-nav .drawer-menu-foot-nav-list__item:last-of-type {
    margin-bottom: 0;
  }
  .drawer-menu.drawer-open .drawer-menu-nav-list {
    -webkit-animation: 'searchInputFade' .4s ease-out 0s forwards;
    animation: 'searchInputFade' .4s ease-out 0s forwards;
  }

  .drawer-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
  }

  .content {
    margin-top: 66px;
  }

  footer {
    background: #fff;
  }
  footer .foot-sns {
    background: #595757;
    padding: 25px 0;
  }

  footer .foot-sns-in {
    justify-content: center;
    align-items: center;
    width: 323px;
    margin: 0 auto;
  }

  /*　アイコン化に戻す時に使う
  footer .foot-sns-in {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 286px;
    margin: 0 auto;
  }　*/
  footer .foot-sns-follow {
    color: #fff;
    margin-right: 30px;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.08rem;
    line-height: 2.0588235294;
  }
  footer .foot-sns-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 178px;
  }
  footer .foot-sns-list__item {
    margin-right: 30px;
  }
    /*　アイコン化に戻す時に使う
  footer .foot-sns-list__item {
    width: 20px;
  }*/
  footer .foot-nav {
    padding: 35px 40px;
    display: flex;
    justify-content: center;
  }
  footer .foot-nav-list {
    list-style: none;
  }
  footer .foot-nav-wrap {
    margin-left: auto;
  }
  footer .foot-nav-list__item {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.3333333333;
    margin-bottom: 10px;
  }
  footer .foot-nav-list__item a {
    text-decoration: none;
    color: #494949;
  }
  footer .foot-nav-list__item:last-of-type {
    margin-bottom: 0;
  }
  footer .foot-nav-list.third-line {
    padding: 10px 0 0;
  }
  footer .foot-copy {
    margin-top: 40px;
    padding: 15px 0 40px;
    border-top: 1px solid #d5d5d5;
  }
  footer .foot-copy-logo {
    width: 110px;
    margin: 0 auto;
  }
  footer .foot-copy-txt {
    margin-top: 10px;
    text-align: center;
    color: #7f7d7d;
    font-size: 11.25px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
  }
}
/* PC BreakPoint
---------------------------------------- */
@media screen and (min-width: 768px), print {
  .sp-only {
    display: none !important;
  }

  .head {
    position: relative;
  }
  .head .head-fix {
    position: fixed;
    width: 100%;
    min-width: 768px;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 5000;
    padding-top: 13px;
    border-bottom: 1px solid #ddd;
  }
  .head .head-search {
    position: absolute;
    top: 35px;
    left: 40px;
  }
  .head .head-search .head-search-in {
    display: flex;
    flex-wrap: wrap;
    width: 230px;
  }
  .head .head-search .head-search__btn {
    margin-right: 10px;
    cursor: pointer;
  }
  .head .head-search .head-search__input {
    position: relative;
    display: none;
    -webkit-animation: 'searchInputHide' .3s ease-in-out 0s forwards;
    animation: 'searchInputHide' .3s ease-in-out 0s forwards;
  }
  .head .head-search .head-search__input.show-input {
    -webkit-animation: 'searchInputFade' .3s ease-in-out 0s forwards;
    animation: 'searchInputFade' .3s ease-in-out 0s forwards;
  }
  .head .head-search .head-search__input input {
    outline: 0;
    border: none;
    font-size: .8rem;
    padding-top: 5px;
    width: 190px;
  }
  .head .head-search .head-search__input input:focus {
    outline: 0;
    border: none;
  }
  .head .head-search .head-search__input .head-search__underline {
    width: calc(206px - 33px);
    height: 1px;
    background: #ddd;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 0.18s ease-out;
  }
  .head .head-search .head-search__input input:focus + .head-search__underline {
    transform: scaleX(1);
  }
  .head .head-logo {
    width: 92px;
    margin: 0 auto;
  }
  .head .head-lang {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #494949;
    transition: .3s;
    cursor: pointer;
  }
  .head .head-lang .head-lang-in {
    position: relative;
  }
  .head .head-lang .head-lang-selected {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
    width: 83px;
  }
  .head .head-lang .head-lang-selected::after {
    display: inline-block;
    margin-left: 15px;
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 1px #494949;
    border-right: solid 1px #494949;
    transform: rotate(135deg) translateY(5px);
  }
  .head .head-lang .head-lang-selected.btn-active::after {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-top: solid 1px #494949;
    border-right: solid 1px #494949;
    transform: rotate(-45deg) translateY(5px);
    position: absolute;
    right: 10px;
    top: 2px;
  }
  .head .head-lang .head-lang-selected.btn-active::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    padding-top: 0px;
    border-top: solid 1px #494949;
    border-right: solid 1px #494949;
    transform: rotate(135deg) translateY(5px);
    position: absolute;
    right: 3px;
    top: 3px;
  }
  .head .head-lang .head-lang-menu {
    position: absolute;
    top: 20px;
    left: 17px;
    display: none;
    list-style: none;
    width: 45px;
    z-index: 5000;
  }
  .head .head-lang .head-lang-menu__item a {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
    display: block;
    background: #f1f1f1;
    text-align: center;
    padding: 7px 10px;
    color: #494949;
    text-decoration: none;
    transition: .3s;
  }
  .head .head-lang .head-lang-menu__item:first-of-type a {
    padding-top: 14px;
  }
  .head .head-lang .head-lang-menu__item:last-of-type a {
    padding-bottom: 14px;
  }

  .gnav {
    margin-top: 91px;
    padding: 15px 0 15px;
    border-bottom: 1px solid #ddd;
    position: fixed;
    width: 100%;
    z-index: 4500;
    background: #fff;
    transition: .2s;
  }
  .gnav.gnav-hide {
    transform: translateY(-47px);
  }
  .gnav.gnav-disp {
    transform: translateY(0);
  }
  .gnav .gnav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 740px;
    margin: 0 auto;
  }
  .gnav .gnav-list__item a {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1;
    text-decoration: none;
    color: #494949;
    transition: .3s;
  }
  .gnav .gnav-list__item a:hover {
    opacity: .5;
  }

  .content {
    padding-top: 138px;
  }

  footer .foot-sns {
    background: #595757;
    padding: 20px 0;
    width: 100%;
    min-width: 1170px;
  }
  footer .foot-sns-in {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  footer .foot-sns-follow {
    margin-right: 35px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.12rem;
    line-height: 1.5555;
  }
  footer .foot-sns-list__item {
    float: left;
    list-style: none;
    transition: .3s;
    margin-right: 35px;
  }
  footer .foot-sns-list__item:last-of-type {
    margin-right: 0;
  }
  footer .foot-sns-list__item img {
    width: 25px;
    height: 25px;
  }
  footer .foot-sns-list__item:hover {
    opacity: .6;
  }
  footer .foot-nav {
    width: 1070px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
  }
  footer .foot-nav-wrap {
    display: flex;
  }
  footer .foot-nav-list {
    margin-right: 130px;
  }
  footer .foot-nav-list__item {
    list-style: none;
  }
  footer .foot-nav-list__item:last-of-type {
    margin-bottom: 0;
  }
  footer .foot-nav-list__item a {
    text-decoration: none;
    color: #494949;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.2958333333;
  }
  footer .foot-nav-list__item a:hover {
    opacity: .5;
  }
  footer .foot-copy {
    border-top: 1px solid #ddd;
  }
  footer .foot-copy .foot-copy-in {
    padding: 20px 0;
    position: relative;
  }
  footer .foot-copy .foot-copy-logo {
    width: 125px;
    margin: 0 auto;
  }
  footer .foot-copy .foot-copy-txt {
    position: absolute;
    top: 32px;
    right: 20px;
    color: #7f7d7d;
    font-size: .8rem;
    letter-spacing: .05rem;
  }
}

@media print {
  .head  {
    position: static;
  }
  .head .head-fix {
    position: static;
  }
  .gnav {
    position: static;

  }
}
