@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
  background: transparent;
  border: 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-style: italic;
  font-weight: bold;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

/* 追加 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------
foundation - base
---------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #000;
  text-align: center;
}

a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:focus,
a:hover {
  opacity: 0.8;
}

/* ----------------------------------------------------
layout
---------------------------------------------------- */
.l-container {
  width: 390px;
  margin: 0 auto;
  overflow: hidden;
  overflow-wrap: break-word;
  background-color: #fff;
}
@media screen and (width <= 780px) {
  .l-container {
    width: 100%;
  }
}

.l-header {
  position: relative;
  width: 100%;
}

.l-footer {
  position: relative;
  padding: 40px 0;
}

/* ----------------------------------------------------
Object - Component
---------------------------------------------------- */
.c-heading {
  padding: 0.8em 0;
}
.c-heading__level2 {
  color: #c42b2b;
  background-color: #fde052;
}
.c-heading__level3 {
  color: #fff;
  background-color: #3ca064;
}

.c-heading__level1 {
  font-family: Caprasimo, sans-serif;
  font-size: 4.8rem;
  line-height: 0.95;
  color: #c42b2b;
  letter-spacing: 0;
}
.c-heading__level1 > .-ls {
  letter-spacing: 0.08em;
}

.c-heading__level4 {
  position: absolute;
  top: 33vw;
  left: 50%;
  width: 100%;
  font-family: Caprasimo, sans-serif;
  font-size: 3.6rem;
  color: #484851;
  letter-spacing: 0.14em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (width >= 780px) {
  .c-heading__level4 {
    top: 130px;
  }
}

.c-heading__level5 {
  position: absolute;
  top: 30vw;
  left: 50%;
  font-family: Caprasimo, sans-serif;
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0.14em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (width >= 780px) {
  .c-heading__level5 {
    top: 120px;
  }
}

.c-section__heading {
  font-family: Caprasimo, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.c-coupon {
  padding: 40px 5% 10px;
}
.c-coupon__item {
  margin-bottom: 50px;
}
.c-coupon__item:last-child {
  padding-bottom: 50px;
  margin-bottom: 0;
}
.c-coupon__ticket {
  position: relative;
  width: 100%;
}
.c-coupon__tap {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 145px;
  height: 28px;
  font-family: Jost, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 28px;
  color: #484851;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  background-color: #fde052;
  border-radius: 14px;
  -webkit-box-shadow: 5px 5px 0 #484851;
  box-shadow: 5px 5px 0 #484851;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.c-coupon.-ramen {
  background-color: #c42b2b;
}
.c-coupon.-discount {
  /*padding-bottom: 500px;*/
  background: url("../img/coupon_bg.png") repeat-y;
  background-size: cover;
}
.c-coupon.-notes {
  padding-bottom: 500px;
  background: url("../img/coupon_bg.png") repeat-y;
  background-size: cover;
}

.c-note {
  padding: 2em 1em 1.2em;
  margin-top: -15px;
  font-size: 1.26rem;
  color: #484851;
  text-align: left;
  background-color: #fff;
  border: 1px solid #484851;
  border-radius: 10px;
}
.c-note__lang {
  margin-bottom: 30px;
}
.c-note__lang:last-child {
  margin-bottom: 0;
}

.c-exchange__card {
  margin-top: 60px;
}
.c-exchange__card-time {
  padding: 0 5%;
  margin-top: 15px;
  font-family: Jost, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  text-align: left;
  letter-spacing: 0.08em;
}
.c-exchange__card-list {
  position: relative;
  padding-left: 22px;
}
.c-exchange__card-list::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: url("../img/exchange-clock.png") no-repeat;
  background-size: contain;
}
.c-exchange__card-shop {
  padding: 0 5%;
  margin-top: 30px;
}

.c-tax__card-wrapper {
  padding: 80px 5% 20px;
  margin-top: -1px;
  background-color: #f0c850;
}

.c-tax__card {
  position: relative;
  padding: 80px 0 10px;
  border-radius: 18px;
}
.c-tax__card-logo {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-tax__card-title > img {
  height: 82px;
}
.c-tax__card.-parks {
  background-color: #3ca064;
}
.c-tax__card.-city {
  margin-bottom: 40px;
  background-color: #dc5a3c;
}

.c-tax__zoom {
  width: 100%;
  padding: 25px;
}

.c-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;
  width: calc(50% - 195px);
  height: 100%;
  padding: 0;
  overflow: auto;
  font-size: 1rem;
  line-height: 1.3;
  background: #fbf1d3;
}
@media screen and (width <= 780px) {
  .c-pc__navi {
    display: none;
  }
}

/* ----------------------------------------------------
Object - Project
---------------------------------------------------- */
.p-header__mv {
  position: relative;
  width: 100%;
}
.p-header__mv img {
  width: 100%;
}

.p-header__text {
  position: absolute;
  top: 23.5vw;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (width >= 780px) {
  .p-header__text {
    top: 100px;
  }
}
.p-header__text-desc {
  margin-top: 18px;
  font-family: Jost, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #484851;
  letter-spacing: 0.05em;
}

.p-exchange {
  margin-top: -440px;
}
.p-exchange__title {
  position: relative;
}
.p-exchange__map {
  padding: 20px 5% 0;
  background-color: #f0c850;
}
.p-exchange__camera {
  margin-bottom: 20px;
}

.p-tax {
  margin-top: 40px;
}
.p-tax__title {
  position: relative;
}
.p-tax__link {
  padding: 35px 8.5% 5px;
  background-color: #fff;
  border-radius: 18px;
}
.p-tax__link-wrapper {
  padding: 0 5%;
  background-color: #c42b2b;
}
.p-tax__link-image {
  width: 160px;
  margin: 0 auto;
  -webkit-transform: translateX(-16px);
  transform: translateX(-16px);
}
.p-tax__link-time {
  margin-top: 18px;
  line-height: 1.8666666667;
  text-align: left;
}
.p-tax__link-time > .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-tax__link-time > .-flex span {
  display: block;
  width: 50%;
  font-family: Jost, sans-serif;
  font-size: 1.5rem;
  color: #000;
}
.p-tax__link-time > .-flex > .-ls {
  letter-spacing: 0.04em;
}
.p-tax__link-list {
  margin-top: 10px;
  text-align: left;
  border-top: 1px solid #bf9740;
}
.p-tax__link-item {
  border-bottom: 1px solid #bf9740;
}
.p-tax__link-item:last-child {
  border-bottom: none;
}
.p-tax__link-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 10px 0 15px;
  color: #000;
}
.p-tax__link-item a img {
  width: 65px;
}
.p-tax__link-item a p {
  padding: 0 12px;
  line-height: 1.4;
}
.p-tax__link-item a .-upper {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.p-tax__link-item a .-icon {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  color: #bf9740;
  letter-spacing: 0.04em;
}
.p-tax__link-item a .-icon::after {
  position: absolute;
  top: 4px;
  right: -5px;
  width: 14px;
  height: 14px;
  content: "";
  background: url("../img/icon-link.svg") no-repeat;
  background-size: contain;
}
.p-tax__catchcopy {
  padding: 60px 0 30px;
  background-color: #c42b2b;
}
.p-tax__catchcopy img {
  width: 82%;
}
.p-tax__slide-end {
  margin-top: -1px;
  background-color: #c42b2b;
}
.p-tax__end {
  margin-top: -1px;
}

.p-footer__logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-footer__logo-item {
  width: 40px;
  margin-right: 12px;
}

.p-footer__copyright {
  margin-top: 35px;
  font-family: Jost, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}

.p-navi__left {
  left: 0;
  overflow: hidden;
  font-family: Caprasimo, sans-serif;
  background: url("../img/icon_dishes.png") center center no-repeat;
  background-color: #fbf1d3;
  background-size: contain;
  -webkit-box-shadow: inset -4px 0 3px -3px rgba(0, 0, 0, 0.2);
  box-shadow: inset -4px 0 3px -3px rgba(0, 0, 0, 0.2);
}
.p-navi__left-catchcopy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 2.4rem;
  color: #c42b2b;
  letter-spacing: 0.1em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (width <= 960px) {
  .p-navi__left-catchcopy {
    font-size: 1.6rem;
  }
}
.p-navi__left .-fs {
  font-size: 3.6rem;
}

.p-navi__right {
  right: 0;
  overflow: hidden;
  font-family: Caprasimo, sans-serif;
  -webkit-box-shadow: inset 4px 0 3px -3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 4px 0 3px -3px rgba(0, 0, 0, 0.2);
}
.p-navi__right-list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-navi__right-item {
  width: 78%;
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.p-navi__right-item:last-child {
  margin-bottom: 0;
}
.p-navi__right-item > a {
  position: relative;
  display: block;
  height: 65px;
  padding: 1em 3em 0 1em;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #c42b2b;
  border-radius: 2em;
}
.p-navi__right-item > a::after {
  position: absolute;
  top: 50%;
  right: 1.6em;
  width: 28px;
  height: 28px;
  content: "";
  background: url("../img/icon_top_right.svg") center center no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-navi__right-item.-lines > a {
  padding-top: 0.4em;
  line-height: 1.2;
}

.p-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99;
  display: block;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: scrollin 0.5s forwards;
  animation: scrollin 0.5s forwards;
}
@media screen and (width <= 780px) {
  .p-to-top {
    width: 45px;
    height: 45px;
  }
}

@-webkit-keyframes scrollin {
  0% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scrollin {
  0% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* ----------------------------------------------------
Utility
---------------------------------------------------- */
.u-en-text {
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.u-sc-text {
  font-family: "Noto Sans SC", sans-serif;
  line-height: 1.7857142857;
  letter-spacing: 0.08em;
}

.u-hk-text {
  font-family: "Noto Sans HK", sans-serif;
  line-height: 1.7857142857;
  letter-spacing: 0.08em;
}

.u-kr-text {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1.35rem;
  line-height: 1.9333333333;
}

.u-ja-text {
  line-height: 2.1428571429;
}

.u-mt-0 {
  margin-top: 0;
}

/* ----------------------------------------------------
Swiper カスタマイズ
---------------------------------------------------- */
.swiper-container {
  position: relative;
  padding-bottom: 80px;
  background-color: #c42b2b;
}

.swiper {
  background-color: #c42b2b;
}

.swiper-slide img {
  width: 90%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 50px;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #f0c850;
}

/* ----------------------------------------------------
leaflet.css カスタマイズ
---------------------------------------------------- */
.leaflet-top {
  top: auto;
  bottom: 5px;
}

.leaflet-left {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.leaflet-left .leaflet-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
}
.leaflet-left .leaflet-control-layers,
.leaflet-left .leaflet-bar {
  border: none;
}
.leaflet-left .leaflet-bar a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background-color: #bf9740;
}
.leaflet-left .leaflet-bar a:first-child {
  margin-right: 2px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  color: #fff;
}
.leaflet-touch .leaflet-bar a.leaflet-disabled {
  color: #fff;
}

.leaflet-touch .leaflet-bar a:first-child,
.leaflet-touch .leaflet-bar a:last-child {
  border-radius: 0;
}
/*# sourceMappingURL=style.css.map */
