@charset "UTF-8";
/* ------------------------------------------------------
 * Text color
------------------------------------------------------ */
.tc_01 {
  color: #000 !important;
}
.tc_02 {
  color: #fff !important;
}
.tc_03 {
  color: #00305A !important;
}
.tc_04 {
  color: #003659 !important;
}
.tc_05 {
  color: #AFA801 !important;
}
.tc_06 {
  color: #C94104 !important;
}

/* ------------------------------------------------------
 * Font size
------------------------------------------------------ */
.fs_10px {
  font-size: 10px !important;
}
.fs_12px {
  font-size: 12px !important;
}
.fs_14px {
  font-size: 14px !important;
}
.fs_15px {
  font-size: 15px !important;
}
.fs_16px {
  font-size: 16px !important;
}
.fs_18px {
  font-size: 18px !important;
}
.fs_20px {
  font-size: 20px !important;
}
.fs_22px {
  font-size: 22px !important;
}
.fs_24px {
  font-size: 24px !important;
}
.fs_28px {
  font-size: 28px !important;
}
.fs_30px {
  font-size: 30px !important;
}

/* ------------------------------------------------------
 * Font weight
------------------------------------------------------ */
.fw_normal {
  font-weight: normal !important;
}
.fw_bold {
  font-weight: bold !important;
}

/* ------------------------------------------------------
 * Text align
------------------------------------------------------ */
.ta_l {
  text-align: left !important;
}
.ta_c {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.ta_r {
  text-align: right !important;
}

/* ------------------------------------------------------
 * Vertical align
------------------------------------------------------ */
.va_t {
  vertical-align: top !important;
}
.va_m {
  vertical-align: middle !important;
}
.va_b {
  vertical-align: bottom !important;
}

/* ------------------------------------------------------
 * Width
------------------------------------------------------ */
.w_0 {
  width: 0% !important;
}
.w_5 {
  width: 5% !important;
}
.w_10 {
  width: 10% !important;
}
.w_15 {
  width: 15% !important;
}
.w_20 {
  width: 20% !important;
}
.w_25 {
  width: 25% !important;
}
.w_30 {
  width: 30% !important;
}
.w_35 {
  width: 35% !important;
}
.w_40 {
  width: 40% !important;
}
.w_45 {
  width: 45% !important;
}
.w_50 {
  width: 50% !important;
}
.w_55 {
  width: 55% !important;
}
.w_60 {
  width: 60% !important;
}
.w_65 {
  width: 65% !important;
}
.w_70 {
  width: 70% !important;
}
.w_75 {
  width: 75% !important;
}
.w_80 {
  width: 80% !important;
}
.w_85 {
  width: 85% !important;
}
.w_90 {
  width: 90% !important;
}
.w_95 {
  width: 95% !important;
}
.w_100 {
  width: 100% !important;
}

/* ------------------------------------------------------
 * margin bottom
------------------------------------------------------ */
.mb_0 {
  margin-bottom: 0 !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.mb_20 {
  margin-bottom: 20px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mb_40 {
  margin-bottom: 40px !important;
}
.mb_50 {
  margin-bottom: 50px !important;
}
.mb_60 {
  margin-bottom: 60px !important;
}
.mb_70 {
  margin-bottom: 70px !important;
}
.mb_80 {
  margin-bottom: 80px !important;
}
.mb_90 {
  margin-bottom: 90px !important;
}
.mb_100 {
  margin-bottom: 100px !important;
}
.mb_05em {
  margin-bottom: 0.5em !important;
}
.mb_1em {
  margin-bottom: 1em !important;
}
.mb_2em {
  margin-bottom: 2em !important;
}
.mb_3em {
  margin-bottom: 3em !important;
}
.mb_4em {
  margin-bottom: 4em !important;
}
.mb_5em {
  margin-bottom: 5em !important;
}
.mb_6em {
  margin-bottom: 6em !important;
}
.mb_7em {
  margin-bottom: 7em !important;
}
.mb_8em {
  margin-bottom: 8em !important;
}
.mb_9em {
  margin-bottom: 9em !important;
}
.mb_10em {
  margin-bottom: 10em !important;
}

/* ------------------------------------------------------
 * display
------------------------------------------------------ */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* ------------------------------------------------------
 * Article
------------------------------------------------------ */
.page_language--article {
  -webkit-font-smoothing: antialiased;
  min-width: 1020px;
  color: #00305A;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
.page_language--article > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article[lang=en],
.page_language--article [lang=en] {
  font-family: "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif;
}
.page_language--article[lang=zh-cmn-Hans],
.page_language--article [lang=zh-cmn-Hans] {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
.page_language--article img {
  max-width: 100%;
  vertical-align: bottom;
}
.page_language--article b, .page_language--article em, .page_language--article strong {
  font-weight: bold;
  font-style: normal;
}
.page_language--article [type=button], .page_language--article [type=reset], .page_language--article [type=submit], .page_language--article button {
  border: 0;
  background: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.page_language--article a, .page_language--article button {
  color: #00305A;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .page_language--article {
    min-width: auto;
    font-size: 15px;
    padding: 53px 0 0;
  }
}
.page_language--article .hdg_lv2 {
  font-size: 16px;
  padding: 0 0 0 20px;
  margin: 0 0 40px;
  position: relative;
}
.page_language--article .hdg_lv2::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #00305A;
  margin: 0 13px 0 0;
  position: absolute;
  top: 0.65em;
  left: 2px;
  display: block;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .page_language--article .hdg_lv2 {
    margin: 0 0 25px;
  }
}
.page_language--article .link_txt {
  border-bottom: 1px solid #003659;
  color: #003659;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 25px 3px 0;
  margin: 0 0 1em;
  position: relative;
  display: inline-block;
}
.page_language--article .link_txt::before {
  content: "";
  width: 13px;
  height: 9px;
  background: url("/ueno/language/assets/img/icon_arrow-01.svg") no-repeat 0 0/100% auto;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
}
.page_language--article .link_txt:hover {
  border-bottom-color: transparent;
}
.page_language--article .list_disc > li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.page_language--article .list_disc > li::before {
  content: "・";
}
.page_language--article .list_note > li {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.page_language--article .list_note--mark {
  white-space: nowrap;
  flex-shrink: 0;
}
.page_language--article[data-page-category=home] {
  background: url("/ueno/language/assets/img/home/bg-03.png") repeat-y 0 0/100% auto, url("/ueno/language/assets/img/bg-02.png") repeat-y 0 0/100% auto, url("/ueno/language/assets/img/bg-01.png") repeat 0 0/200px auto;
  padding: 70px 0 100px;
}
.page_language--article[data-page-category=home] > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .page_language--article[data-page-category=home] {
    background: url("/ueno/language/assets/img/home/bg-03-sp.png") repeat-y 0 -40px/100% auto, url("/ueno/language/assets/img/bg-02-sp.png") repeat-y 0 0/100% auto, url("/ueno/language/assets/img/bg-01.png") repeat 0 0/100px auto;
    padding: 40px 0 60px;
  }
}
.page_language--article .section_entrance--inner {
  max-width: 740px;
  margin: 0 auto;
}
.page_language--article .section_entrance--inner > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article .section_entrance--title {
  text-align: center;
  margin: 0 0 35px;
}
.page_language--article .section_entrance--title img {
  width: 568px;
}
.page_language--article .section_entrance--guide {
  font-size: 18px;
  line-height: 1.4;
  padding: 0 0 0 36px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.page_language--article .section_entrance--guide::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url("/ueno/language/assets/img/icon_global-01.svg") no-repeat 0 0/100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page_language--article .section_entrance--guide-wrap {
  text-align: center;
  margin: 0 0 50px;
}
.page_language--article .section_entrance--guide-txt {
  text-align: left;
}
.page_language--article .section_entrance--menu {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.page_language--article .section_entrance--menu > li {
  width: 226px;
}
.page_language--article .section_entrance--menu > li a {
  width: 100%;
  height: 75px;
  border-radius: 6px;
  background: #fff;
  line-height: 1.2;
  padding: 5px 36px;
  position: relative;
  display: flex;
  align-items: center;
}
.page_language--article .section_entrance--menu > li a[href*=englishtoppage] {
  font-family: "Times New Roman", "Palatino", "Cambria", serif;
  font-size: 30px;
}
.page_language--article .section_entrance--menu > li a[href*=chinatoppage] {
  font-family: "Songti SC", "SimSun", serif;
  font-size: 24px;
  font-weight: 600;
}
.page_language--article .section_entrance--menu > li a::before, .page_language--article .section_entrance--menu > li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page_language--article .section_entrance--menu > li a::before {
  width: 6px;
  height: 11px;
  border-radius: 0 100% 100% 0%/50%;
  background: #003659;
  left: 0;
  display: inline-block;
}
.page_language--article .section_entrance--menu > li a::after {
  width: 18px;
  height: 12px;
  background: url("/ueno/language/assets/img/icon_arrow-01.svg") no-repeat 0 0/100% auto;
  right: 13px;
}
@media screen and (max-width: 768px) {
  .page_language--article .section_entrance--inner {
    padding: 0 30px;
  }
  .page_language--article .section_entrance--title {
    margin: 0 -30px 20px;
  }
  .page_language--article .section_entrance--title img {
    width: 310px;
  }
  .page_language--article .section_entrance--guide {
    font-size: 14px;
    padding: 0 0 0 30px;
  }
  .page_language--article .section_entrance--guide-wrap {
    margin: 0 0 40px;
  }
  .page_language--article .section_entrance--menu {
    display: block;
  }
  .page_language--article .section_entrance--menu > li {
    margin: 0 auto 30px;
  }
  .page_language--article .section_entrance--menu > li:last-child {
    margin-bottom: 0;
  }
  .page_language--article .section_entrance--menu > li a {
    height: 60px;
  }
  .page_language--article .section_entrance--menu > li a[href*=englishtoppage] {
    font-size: 24px;
  }
  .page_language--article .section_entrance--menu > li a[href*=chinatoppage] {
    font-size: 18px;
  }
}
.page_language--article[data-page-category=lower] {
  background: url("/ueno/language/assets/img/bg-03.png") repeat-y 0 0/100% auto, url("/ueno/language/assets/img/bg-02.png") repeat-y 0 0/100% auto, url("/ueno/language/assets/img/bg-01.png") repeat 0 0;
  padding: 20px 0 110px;
}
.page_language--article[data-page-category=lower] > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .page_language--article[data-page-category=lower] {
    background: url("/ueno/language/assets/img/bg-03-sp.png") repeat-y 0 -40px/100% auto, url("/ueno/language/assets/img/bg-02-sp.png") repeat-y 0 0/100% auto, url("/ueno/language/assets/img/bg-01.png") repeat 0 0/100px auto;
    padding: 25px 0 95px;
  }
}
.page_language--article[data-page-category=lower] .section_info {
  margin: 0 0 50px;
}
.page_language--article[data-page-category=lower] .section_info--inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ADC0CC;
  padding: 0 0 90px;
}
@media screen and (max-width: 768px) {
  .page_language--article[data-page-category=lower] .section_info--inner {
    max-width: none;
  }
}
.page_language--article[data-page-category=lower] .section_info--inner > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article[data-page-category=lower] .section_info--mv {
  margin: 0 0 80px;
  position: relative;
}
.page_language--article[data-page-category=lower] .section_info--slider {
  position: relative;
  z-index: 0;
}
.page_language--article[data-page-category=lower] .section_info--slider.js_slick--mv .slick-slide {
  width: 860px;
  margin: 0 5px;
}
.page_language--article[data-page-category=lower] .section_info--slider.js_slick--mv .slick-slide img {
  width: 100%;
  border-radius: 10px;
}
.page_language--article[data-page-category=lower] .section_info--ticker {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  overflow: hidden;
  cursor: default;
}
.page_language--article[data-page-category=lower] .section_info--ticker-items {
  display: flex;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  flex-shrink: 0;
}
.is_loaded .page_language--article[data-page-category=lower] .section_info--ticker-items {
  animation: ticker_scrollLeft 150s linear infinite;
}
.page_language--article[data-page-category=lower] .section_info--layout {
  padding: 0 80px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 150px;
       column-gap: 150px;
}
.page_language--article[data-page-category=lower] .section_info--catch-label {
  font-family: "Times New Roman", "Palatino", "Cambria", serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.25;
  text-box-trim: trim-both;
}
.page_language--article[data-page-category=lower] .section_info--txt {
  width: 430px;
  line-height: 2;
  flex-shrink: 0;
}
.page_language--article[data-page-category=lower] .section_info--txt > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article[data-page-category=lower] .section_info--lead {
  line-height: 2;
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .page_language--article[data-page-category=lower] .section_info {
    margin: 0 0 30px;
  }
  .page_language--article[data-page-category=lower] .section_info--inner {
    width: calc(100% - 60px);
    padding: 0 0 50px;
    margin: 0 30px;
  }
  .page_language--article[data-page-category=lower] .section_info--mv {
    margin: 0 0 50px;
  }
  .page_language--article[data-page-category=lower] .section_info--slider.js_slick--mv .slick-slide {
    min-width: auto;
  }
  .page_language--article[data-page-category=lower] .section_info--ticker-item img[src*="englishtoppage/"] {
    height: 48px;
  }
  .page_language--article[data-page-category=lower] .section_info--ticker-item img[src*="chinatoppage/"] {
    height: 30px;
  }
  .page_language--article[data-page-category=lower] .section_info--layout {
    padding: 0;
    display: block;
  }
  .page_language--article[data-page-category=lower] .section_info--catch {
    margin: 0 0 20px;
  }
  .page_language--article[data-page-category=lower] .section_info--catch-label {
    font-size: 30px;
    line-height: 1.2333333333;
  }
  .page_language--article[data-page-category=lower] .section_info--txt {
    width: auto;
  }
  .page_language--article[data-page-category=lower] .section_info--lead {
    padding: 0;
  }
}
.page_language--article[data-page-category=lower] .section_shop {
  margin: 0 0 65px;
}
.page_language--article[data-page-category=lower] .section_shop--inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page_language--article[data-page-category=lower] .section_shop--inner {
    max-width: none;
  }
}
.page_language--article[data-page-category=lower] .section_shop--inner > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article[data-page-category=lower] .section_shop--list {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 45px;
       column-gap: 45px;
  row-gap: 30px;
}
.page_language--article[data-page-category=lower] .section_shop--list[data-shop-category="01"] .section_shop--list-title::before {
  background: #AFA801;
}
.page_language--article[data-page-category=lower] .section_shop--list[data-shop-category="02"] .section_shop--list-title::before {
  background: #C94104;
}
.page_language--article[data-page-category=lower] .section_shop--list[data-shop-category="03"] .section_shop--list-title::before {
  background: #003659;
}
.page_language--article[data-page-category=lower] .section_shop--list > li {
  width: 310px;
  border-radius: 6px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page_language--article[data-page-category=lower] .section_shop--list-inner {
  width: 100%;
  height: 100%;
  font-family: "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_language--article[data-page-category=lower] .section_shop--list-inner > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article[data-page-category=lower] .section_shop--list-inner:hover {
  opacity: 0.7;
}
.page_language--article[data-page-category=lower] .section_shop--list-inner.is_justify--center {
  justify-content: center;
}
.page_language--article[data-page-category=lower] .section_shop--list-img {
  width: 100%;
  height: 174px;
}
.page_language--article[data-page-category=lower] .section_shop--list-img img {
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_language--article[data-page-category=lower] .section_shop--list-contents {
  width: 100%;
  padding: 15px 20px 25px;
}
.page_language--article[data-page-category=lower] .section_shop--list-contents > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article[data-page-category=lower] .section_shop--list-contents dl {
  margin: 0 0 1em;
}
.page_language--article[data-page-category=lower] .section_shop--list-contents dl > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article[data-page-category=lower] .section_shop--list-title {
  font-family: "Times New Roman", "Palatino", "Cambria", serif;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px;
  position: relative;
}
.page_language--article[data-page-category=lower] .section_shop--list-title::before {
  content: "";
  width: 6px;
  height: 11px;
  border-radius: 0 100% 100% 0%/50%;
  background: #00305A;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  display: inline-block;
}
.page_language--article[data-page-category=lower] .section_shop--list-txt {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 1em;
}
.page_language--article[data-page-category=lower] .section_shop--list-txt > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article[data-page-category=lower] .section_shop--note {
  width: 665px;
  font-size: 12px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page_language--article[data-page-category=lower] .section_shop {
    margin: 0 0 50px;
  }
  .page_language--article[data-page-category=lower] .section_shop--inner {
    padding: 0 30px;
  }
  .page_language--article[data-page-category=lower] .section_shop--list {
    display: block;
  }
  .page_language--article[data-page-category=lower] .section_shop--list > li {
    width: 100%;
    margin: 0 0 30px;
  }
  .page_language--article[data-page-category=lower] .section_shop--list > li:last-child {
    margin-bottom: 0;
  }
  .page_language--article[data-page-category=lower] .section_shop--list-img {
    height: 46.4vw;
  }
  .page_language--article[data-page-category=lower] .section_shop--list-title {
    font-size: 25px;
  }
  .page_language--article[data-page-category=lower] .section_shop--list-txt {
    font-size: 16px;
    line-height: 1.6875;
    margin: 0 0 15px;
  }
  .page_language--article[data-page-category=lower] .section_shop--note {
    width: auto;
    text-align: center;
  }
}
.page_language--article[data-page-category=lower] .modal_shop--head {
  margin: 0 0 25px;
  overflow: hidden;
}
.page_language--article[data-page-category=lower] .modal_shop--head > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article[data-page-category=lower] .modal_shop--title {
  font-family: "Times New Roman", "Palatino", "Cambria", serif;
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
  text-box-trim: trim-both;
}
.page_language--article[data-page-category=lower] .modal_shop--slider {
  position: relative;
  z-index: 0;
}
.page_language--article[data-page-category=lower] .modal_shop--slider.js_slick--modal {
  padding: 0 0 25px;
  margin: 0 0 25px;
}
.page_language--article[data-page-category=lower] .modal_shop--slider.js_slick--modal .slick-slide {
  width: 420px;
  min-height: 280px;
  margin: 0 5px;
  opacity: 0.4;
  transition: 0.2s ease-out;
}
.page_language--article[data-page-category=lower] .modal_shop--slider.js_slick--modal .slick-slide img {
  width: 100%;
  border-radius: 6px;
}
.page_language--article[data-page-category=lower] .modal_shop--slider.js_slick--modal .slick-slide.slick-current {
  opacity: 1;
}
.page_language--article[data-page-category=lower] .modal_shop--slider.js_slick--modal .slick-dots {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.page_language--article[data-page-category=lower] .modal_shop--slider.js_slick--modal .slick-dots > li {
  width: 9px;
  height: 9px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page_language--article[data-page-category=lower] .modal_shop--slider.js_slick--modal .slick-dots > li button {
  width: 9px;
  height: 9px;
  color: transparent;
  font-size: 0;
  text-indent: 100%;
  position: relative;
}
.page_language--article[data-page-category=lower] .modal_shop--slider.js_slick--modal .slick-dots > li button::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #C4C4C4;
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  opacity: 1;
  transform: rotate(45deg);
}
.page_language--article[data-page-category=lower] .modal_shop--slider.js_slick--modal .slick-dots > li.slick-active button::before {
  background: #00305A;
}
.page_language--article[data-page-category=lower] .modal_shop--body > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article[data-page-category=lower] .modal_shop--txt {
  margin: 0 0 0.5em;
}
.page_language--article[data-page-category=lower] .modal_shop--note {
  font-size: 12px;
  text-align: center;
  margin: 25px 0 0;
}
.page_language--article[data-page-category=lower] .modal_shop--list {
  border-top: 1px solid #ADC0CC;
  margin: 40px 0 0;
}
.page_language--article[data-page-category=lower] .modal_shop--list[data-shop-category="01"] .modal_shop--list-head::before {
  background: #AFA801;
}
.page_language--article[data-page-category=lower] .modal_shop--list[data-shop-category="02"] .modal_shop--list-head::before {
  background: #C94104;
}
.page_language--article[data-page-category=lower] .modal_shop--list[data-shop-category="03"] .modal_shop--list-head::before {
  background: #003659;
}
.page_language--article[data-page-category=lower] .modal_shop--list > li {
  border-bottom: 1px solid #ADC0CC;
  padding: 30px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.page_language--article[data-page-category=lower] .modal_shop--list-contents > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article[data-page-category=lower] .modal_shop--list-img {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.page_language--article[data-page-category=lower] .modal_shop--list-img img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_language--article[data-page-category=lower] .modal_shop--list-head {
  font-family: "Times New Roman", "Palatino", "Cambria", serif;
  font-size: 22px;
  line-height: 1.2;
  padding: 0 0 0 22px;
  margin: 0 0 10px;
  position: relative;
}
.page_language--article[data-page-category=lower] .modal_shop--list-head::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #00305A;
  position: absolute;
  top: 0.45em;
  left: 2px;
  display: block;
  transform: rotate(45deg);
}
.page_language--article[data-page-category=lower] .modal_shop--list-body > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article[data-page-category=lower] .modal_shop--list-body a {
  font-weight: bold;
  text-decoration: underline;
}
.page_language--article[data-page-category=lower] .modal_shop--list-body a:hover {
  text-decoration: none;
}
.page_language--article[data-page-category=lower] .modal_shop--list-txt {
  margin: 0 0 0.5em;
}
.page_language--article[data-page-category=lower] .modal_shop--applist {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.page_language--article[data-page-category=lower] .modal_shop--applist.is_iphone .android {
  display: none;
}
.page_language--article[data-page-category=lower] .modal_shop--applist.is_android .iphone {
  display: none;
}
.page_language--article[data-page-category=lower] .modal_shop--applist-link {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  row-gap: 5px;
}
.page_language--article[data-page-category=lower] .modal_shop--applist-link > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article[data-page-category=lower] .modal_shop--applist-qr img {
  height: 100px;
}
.page_language--article[data-page-category=lower] .modal_shop--applist-btn img {
  height: 40px;
}
@media screen and (max-width: 768px) {
  .page_language--article[data-page-category=lower] .modal_shop--head {
    margin: 0 0 20px;
  }
  .page_language--article[data-page-category=lower] .modal_shop--title {
    font-size: 28px;
  }
  .page_language--article[data-page-category=lower] .modal_shop--slider.js_slick--modal {
    padding: 0 0 20px;
    margin: 0 0 30px;
  }
  .page_language--article[data-page-category=lower] .modal_shop--slider.js_slick--modal .slick-slide {
    width: 255px;
    min-height: 170px;
    margin: 0 2.5px;
  }
  .page_language--article[data-page-category=lower] .modal_shop--slider.js_slick--modal .slick-dots {
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
  .page_language--article[data-page-category=lower] .modal_shop--slider.js_slick--modal .slick-dots > li {
    width: 7px;
    height: 7px;
  }
  .page_language--article[data-page-category=lower] .modal_shop--slider.js_slick--modal .slick-dots > li button {
    width: 7px;
    height: 7px;
  }
  .page_language--article[data-page-category=lower] .modal_shop--slider.js_slick--modal .slick-dots > li button::before {
    width: 5px;
    height: 5px;
    top: 2px;
    left: 2px;
  }
  .page_language--article[data-page-category=lower] .modal_shop--list > li {
    padding: 30px 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .page_language--article[data-page-category=lower] .modal_shop--list-contents {
    display: contents;
  }
  .page_language--article[data-page-category=lower] .modal_shop--list-img {
    margin: 0 0 20px;
    order: 2;
  }
  .page_language--article[data-page-category=lower] .modal_shop--list-head {
    padding: 0 0 0 19px;
    order: 1;
  }
  .page_language--article[data-page-category=lower] .modal_shop--list-body {
    order: 3;
  }
  .page_language--article[data-page-category=lower] .modal_shop--applist {
    margin: 40px 0 0;
    justify-content: center;
  }
  .page_language--article[data-page-category=lower] .modal_shop--applist-qr {
    display: none;
  }
  .page_language--article[data-page-category=lower] .modal_shop--applist-btn img {
    height: 48px;
  }
}
.page_language--article[data-page-category=lower] .aside_sns .hdg_lv2 {
  margin: 0;
}
.page_language--article[data-page-category=lower] .aside_sns--inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ADC0CC;
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .page_language--article[data-page-category=lower] .aside_sns--inner {
    max-width: none;
  }
}
.page_language--article[data-page-category=lower] .aside_sns--inner > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article[data-page-category=lower] .aside_sns--list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.page_language--article[data-page-category=lower] .aside_sns--list > li img {
  height: 32px;
}
.page_language--article[data-page-category=lower] .aside_sns--list > li img[src*="icon_x.svg"] {
  height: 27px;
}
@media screen and (max-width: 768px) {
  .page_language--article[data-page-category=lower] .aside_sns .hdg_lv2 {
    margin: 0 0 20px;
  }
  .page_language--article[data-page-category=lower] .aside_sns--inner {
    width: calc(100% - 60px);
    padding: 30px 0 0;
    margin: 0 30px;
  }
  .page_language--article[data-page-category=lower] .aside_sns--list {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
.page_language--article .modal_overlay {
  background: rgba(0, 48, 90, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  inset: 0;
}
.page_language--article .modal_container {
  width: 85%;
  max-width: 820px;
  height: 95%;
  position: relative;
  z-index: 200;
  transform: translateZ(0); /* Safari対策 */
}
.page_language--article .modal_content {
  width: 100%;
  max-height: 100%;
  border-radius: 10px;
  border: 1px solid #707070;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.page_language--article .modal_content--inner {
  padding: 40px 70px 0;
}
.page_language--article .modal_content--inner > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article .modal_footer--inner {
  padding: 20px 70px 40px;
}
.page_language--article .modal_footer--inner > :last-child {
  margin-bottom: 0 !important;
}
.page_language--article .modal_footer--close {
  width: 160px;
  border-radius: 6px;
  background: #003659;
  color: #fff;
  font-family: "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_language--article .modal_footer--close:hover {
  opacity: 0.7;
}
.page_language--article .modal_footer--close-txt {
  padding: 0 0 0 22px;
  position: relative;
}
.page_language--article .modal_footer--close-txt::before, .page_language--article .modal_footer--close-txt::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: center;
}
.page_language--article .modal_footer--close-txt::before {
  transform: translateY(-50%) rotate(45deg);
}
.page_language--article .modal_footer--close-txt::after {
  transform: translateY(-50%) rotate(-45deg);
}
.page_language--article .modal_close {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 201;
  overflow: hidden;
}
.page_language--article .modal_close::before, .page_language--article .modal_close::after {
  content: "";
  width: 22px;
  height: 1.5px;
  background: #003659;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
.page_language--article .modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.page_language--article .modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.page_language--article .modal_close--txt {
  color: transparent;
  font-size: 0;
  line-height: 1;
  opacity: 0;
  position: relative;
  z-index: -1;
}
.page_language--article .modal.micromodal-slide {
  display: none;
}
.page_language--article .modal.micromodal-slide .modal_container,
.page_language--article .modal.micromodal-slide .modal_overlay {
  will-change: transform;
}
.page_language--article .modal.micromodal-slide[aria-hidden=false] .modal_overlay {
  animation: modal_fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.page_language--article .modal.micromodal-slide[aria-hidden=false] .modal_container {
  animation: modal_slideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.page_language--article .modal.micromodal-slide[aria-hidden=true] .modal_overlay {
  animation: modal_fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.page_language--article .modal.micromodal-slide[aria-hidden=true] .modal_container {
  animation: modal_slideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.page_language--article .modal.micromodal-slide.is-open {
  display: block;
}
@media screen and (max-width: 768px) {
  .page_language--article .modal_container {
    width: calc(100% - 20px);
    max-height: 90vh;
  }
  .page_language--article .modal_content--inner {
    padding: 50px 20px 0;
  }
  .page_language--article .modal_footer--inner {
    padding: 15px 20px 40px;
  }
}

/* ------------------------------------------------------
 * @keyframes
------------------------------------------------------ */
@keyframes ticker_scrollRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes ticker_scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes modal_fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal_fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modal_slideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes modal_slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
/* ------------------------------------------------------
 * Overwrite
------------------------------------------------------ */
.Pagetop {
  background-color: #A8B6BF;
}

.menu-column {
  margin-top: 0;
}