@charset "utf-8";

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */

/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.15em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */

/**
 * Collapse border spacing
 */

table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
  cursor: default;
}



/* -----------------------------------------------

app webview static page style 2018.01

----------------------------------------------- */

html,
body {
  height: 100%;
  width: 100%;
  /*overflow: hidden;*/
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

img {
  pointer-events: none;
}

body {
  background-color: #fff;
  color: #073963;
}

li {
  list-style-type: none;
}

h1,h2,h3,p {
  margin: 0;
}

ul,ol,
dl,dt,dd  {
  margin: 0;
  padding: 0;
}

a {
  color: #3daadf;
}



/*
 * ticket backface style
 */

.scrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.viewport {
  width: 100%;
  overflow: auto;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
  position: absolute;
}

.viewport::-webkit-scrollbar {
  display: none;
}

.ticket-backface {
  background-color: #fff;
}

.ticket-backface > .close {
  top: 0;
  right: 0;
  position: fixed;
  width: 56px;
  height: 56px;
  padding: 16px;
  z-index: 1;
}

.ticket-backface > .close::after {
  content: '';
  top: 16px;
  right: 0;
  bottom: 0;
  left: 16px;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff url(../images/app_static_sprites.png) no-repeat;
  background-position: 0 0;
  background-size: 92px 44px;
}

.ticket-detail > .detail {
  padding: 56px 16px 0;
}

.ticket-detail > .detail > .title {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 1.4px;
}

.ticket-detail > .detail > .notice {
  text-align: left;
  font-size: 12px;
  letter-spacing: normal;
}

.ticket-detail > .explaintion-box {
  margin: 0;
  padding: 0 16px 16px;
}

.ticket-detail > .buttons-box {
  padding: 32px 16px;
}

.ticket-detail > .buttons-box > .button {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  background-color: #3da6ff;
  color: #fff;
  font-size: 15px;
}

.ticket-detail > .buttons-box > .button > .text {
  position: relative;
}

.ticketdetail-list {
  font-size: 16px;
  margin: 0;
}

.ticketdetail-list > .title {
  margin-top: 32px;
  font-weight: bold;
  line-height: 1;
}

.ticketdetail-list > .description {
  margin-top: 12px;
  margin-left: 0;
  min-height: 20px;
}

.explaintion-box {
  font-size: 13px;
  font-weight: normal;
  line-height: 2;
}

.explaintion-box > p {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.explaintion-box > ul {
  margin: 12px 0 0;
  font-size: 13px;
  padding: 0 0 0 16px;
}

.explaintion-box > ul > li {
  position: relative;
  line-height: 1.7;
  margin-top: 8px;
}

.explaintion-box > ul > li::after {
  content: '・';
  position: absolute;
  top: 0;
  left: -14px;
}



/*
 * app static container style
 */

.icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.icon-question:after {
  content: '';
  position: absolute;
  top: 0;left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/app_static_sprites.png) no-repeat;
  background-position: -34px 0;
  background-size: 92px 44px;
}

.icon-info:after {
  content: '';
  position: absolute;
  top: 0;left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/app_static_sprites.png) no-repeat;
  background-position: -68px 0;
  background-size: 92px 44px;
}

.icon-accordion {
  width: 16px;
  height: 16px;
}

.icon-accordion:after {
  content: '';
  position: absolute;
  top: 50%;left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 10px;
  background: url(../images/app_static_sprites.png) no-repeat;
  background-position: 0 -34px;
  background-size: 92px 44px;
}

.icon-play {
  display: block;
  width: 48px;
  height: 48px;
}

.icon-play:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 94px;
  height: 94px;
  background: url(../images/ico_play_01.png) 0 0 no-repeat;
  background-size: 94px 94px;
}

.container-static {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100vh;
}

.container-static footer{
  margin-top: auto;
  padding: 32px 16px;
}

.container-static .button {
  display: block;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  transition: 0.2s;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.container-static .button:focus {
  outline: none;
}

.container-static .button.button-primary {
  background: #3daadf;
  border: 1px solid #3daadf;
  color: #fff;
}

.container-static .button.button-outline-primary {
  background: #fff;
  border: 1px solid #3daadf;
  color: #3daadf;
}

.container-static .heading-static-page {
  padding: 16px 16px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.container-static .heading-static-main {
  position: relative;
  margin: 32px 16px;
  padding-left: 32px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.container-static .section-module .heading-static-main {
  margin: 32px 0;
}

.container-static .heading-static-main .icon {
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 8px;
}

.container-static .heading-static-cont {
  position: relative;
  margin: 32px 16px;
}

.container-static .heading-static-cont .copy-sub {
  margin: 0 0 12px;
  font-size: 13px;
}

.container-static .heading-static-cont h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

.container-static .section-module .heading-static-cont {
  margin: 32px 0;
}

.container-static .heading-static-sub {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.container-static .section-module .heading-static-main:first-child,
.container-static .section-module .heading-static-cont:first-child,
.container-static .section-module .heading-static-sub:first-child {
  margin-top: 0;
}

.container-static .title {
  margin-top: 32px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.container-static .title-sub {
  margin-top: 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.75;
}

.container-static p {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.5;
}

.container-static a {
  text-decoration: none;
}

.container-static .pgh-main {
  font-size: 16px;
}

.container-static .pgh-lead {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.container-static.extend-floatingbutton {
  padding-bottom: 108px;
}

.container-static.extend-bottom-40 {
  padding-bottom: 40px;
}

.container-static.notification-detail {
  font-size: 16px;
  line-height: 1.625;
}

.container-static.notification-detail p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.625;
}

.container-static .note {
  margin-top: 12px;
  color: #a1afc0;
}

.container-static .text-caution {
  color: #FF5F33;
}

.container-static .text-bold {
  font-weight: bold;
}

.container-static img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 16px auto 0;
}

.container-static img.img-shadow {
  box-shadow: 0px 0px 24px rgba(0,0,0,.2);
}

.container-static img.img-shadow-s {
  box-shadow: 0px 0px 8px rgba(0,0,0,.2);
}

.container-static .img-center {
  padding: 0 58px;
}

.container-static .img-top-mainvisual {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: 64%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.container-static .video-wrapper {
  display: none;
}

.container-static .video-fullscreen-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container-static .video-fullscreen-wrapper .video__elm {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
  object-fit: contain;
}

.container-static .video-fullscreen-wrapper.photo-tutorial {
  background-color: #f1f4f8;
}

.container-static .video-wrapper video {
  width: 100%;
}

.container-static .img-top-mainvisual .button-play {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.container-static .img-top-mainvisual .button-play:focus {
  outline: 0;
}

.container-static .img-top-mainvisual.ar {
  background-image: url(../images/img_ar_info_01.png);
}

.container-static .img-top-mainvisual.fastpass {
  background-image: url(../images/img_fastpass_howto_01.png);
}

.container-static .img-top-mainvisual.avatar {
  background-image: url(../images/img_avatar_howto_01.png);
}

.container-static .img-top-mainvisual.stamprally {
  background-image: url(../images/img_stamprally_01.png);
}

.container-static .img-top-mainvisual.photo {
  background-image: url(../images/img_photo_howto_01.png);
}

.container-static .img-top-mainvisual.food {
  background-image: url(../images/img_foodcoupon_howto_01.png);
}

.container-static .img-top-mainvisual.entry-request {
  background-image: url(../images/img_entry_request_01.png);
}

.container-static .img-top-mainvisual.mobile-battery {
  background-image: url(../images/img_mobile_battery_rental_01.png);
}

.container-static .img-top-mainvisual.photolocation.status-a {
  padding-top: 100%;
  background-image: url(../images/img_stamprally_photolocation_01.png);
}

.container-static .img-top-mainvisual.photolocation.status-b {
  padding-top: 100%;
  background-image: url(../images/img_stamprally_photolocation_02.png);
}

.container-static .img-map {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 64%;
  margin: 24px 0 0;
}

.container-static .img-map.ar {
  background: url(../images/img_ar_info_02.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.container-static .img-photolocation02 {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url(../images/img_stamprally_photolocation_02.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.container-static .img-photolocation03 {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url(../images/img_stamprally_photolocation_03.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.container-static .section-module {
  margin: 0 16px;
  padding: 32px 0;
}

.container-static .section-module > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.container-static.notification-detail .section-module:first-child {
  padding-top: 0;
}

.container-static .img-top-mainvisual + .section-module .heading-static-cont {
  margin-bottom: 20px;
}

.container-static .accordion-cont .section-module {
  margin: 0;
}

.container-static .section-module + .section-module {
  border-top: 1px solid #ecf1f4;
}

.container-static .section-insertion {
  margin: 0 16px;
  padding: 0;
}

.container-static .blueface-module {
  margin-top: 22px;
  padding: 16px;
  background: #e3f2fe;
}

.container-static .ice-blueface {
  padding: 24px;
  background: rgba(236,241,244,.4);
  border-radius: 3px;
}

.container-static .ice-blueface.-round {
  border-radius: 3px;
}

.container-static .blueface-module .title:first-child {
  margin-top: 0;
}

.container-static .box-radius-3 {
  border-radius: 3px;
}

.container-static .box-bordered {
  padding: 16px;
  border: 1px solid rgb(209,224,237);
}

.container-static .box-bordered + .box-bordered {
  margin-top: 16px;
}

.container-static .box-bordered .image-top {
  margin: -16px;
}

.container-static .box-bordered .image-top img {
  width: 100%;
  margin: 0;
}

.container-static ul {
  margin-top: 16px;
}

.container-static ul > li {
  font-size: 13px;
  line-height: 1.6;
}

.container-static ul > li + li {
  margin-top: 16px;
}

.container-static ol {
  margin-top: 16px;
  padding-left: 16px;
}

.container-static ol > li {
  list-style: decimal;
  font-size: 13px;
  line-height: 1.6;
}

.container-static ol > li + li {
  margin-top: 22px;
}

.container-static  ol > li .list-circled-decimal,
.container-static  ol > li .list-brackets-decimal {
  padding: 0;
}

.container-static .list-disk {
  margin-top: 16px;
  padding-left: 16px;
}

.container-static .list-disk > li {
  list-style-type: disc;
}

.container-static .list-circled-decimal {
  counter-reset: circled-decimal-cnt;
  padding-left: 16px;
}

.container-static .list-circled-decimal > li {
  position: relative;
  padding-left: 16px;
  font-size: 12px;
  list-style: none;
}

.container-static .list-circled-decimal > li:before {
  content: counter(circled-decimal-cnt);
  counter-increment: circled-decimal-cnt;
  position: absolute;
  top: 2px;
  display: block;
  width: 12px;
  height: 12px;
  float: left;
  font-size: 10px;
  line-height: 10px;
  margin-left: -16px;
  text-align: center;
  border: 1px solid #073963;
  border-radius: 50%;
}

.container-static .list-brackets-decimal,
.container-static .list-parentheses-decimal {
  counter-reset: brackets-decimal-cnt;
  padding: 0;
}

.container-static .list-brackets-decimal > li,
.container-static .list-parentheses-decimal > li {
  margin-top: 12px;
  padding-left: 16px;
  list-style-type:none;
  counter-increment: brackets-decimal-cnt;
  list-style-position: outside;
  text-indent: -16px;
}

.container-static .list-brackets-decimal > li > *,
.container-static .list-parentheses-decimal > li > *,
.container-static .list-parentheses-lower-roman > li > * {
  text-indent: 0;
}

.container-static .list-brackets-decimal > li:before {
  display: marker;
  content: "[" counter(brackets-decimal-cnt) "]";
  margin-right: 4px;
}

.container-static .list-parentheses-decimal > li:before {
  display: marker;
  content: "(" counter(brackets-decimal-cnt) ")";
  margin-right: 4px;
}

.container-static .list-parentheses-decimal.oneside > li:before {
  display: marker;
  content: counter(brackets-decimal-cnt) ")";
  margin-right: 4px;
}

.container-static .list-parentheses-lower-roman {
  counter-reset: parentheses-lower-roman;
  padding: 0;
}

.container-static .list-parentheses-lower-roman > li {
  margin-top: 12px;
  padding-left: 16px;
  list-style-type:none;
  counter-increment: parentheses-lower-roman;
  list-style-position: outside;
  text-indent: -16px;
}

.container-static .list-parentheses-lower-roman > li:before {
  display: marker;
  content: "(" counter(parentheses-lower-roman, lower-roman) ")";
  margin-right: 4px;
}

.container-static .list-parentheses-lower-alpha {
  counter-reset: parentheses-lower-alpha;
  padding: 0;
}

.container-static .list-parentheses-lower-alpha > li {
  margin-top: 12px;
  padding-left: 16px;
  list-style-type:none;
  counter-increment: parentheses-lower-alpha;
  list-style-position: outside;
  text-indent: -16px;
}

.container-static .list-parentheses-lower-alpha > li:before {
  display: marker;
  content: "(" counter(parentheses-lower-alpha, lower-alpha) ")";
  margin-right: 4px;
}

.container-static .list-thum li {
  display:-webkit-box;
  display:flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.container-static .list-thum li + li {
  margin-top: 16px;
}

.container-static .list-thum li span {
  display: block;
  line-height: 1.5;
}

.container-static .list-thum li .icon-num {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  flex: 0 0 40px;
}

.container-static .section-module .list-thum:first-child {
  margin-top: 0;
}

.container-static .list-thum li .icon-num.num01 {
  background: url(../images/icon_num_01.png) 0 0 no-repeat;
  -webkit-background-size: 40px;
  background-size: 40px;
}

.container-static .list-thum li .icon-num.num02 {
  background: url(../images/icon_num_02.png) 0 0 no-repeat;
  -webkit-background-size: 40px;
  background-size: 40px;
}

.container-static .list-thum li .icon-num.num03 {
  background: url(../images/icon_num_03.png) 0 0 no-repeat;
  -webkit-background-size: 40px;
  background-size: 40px;
}

.container-static .list-thum li .icon-num.mission-num01 {
  background: url(../images/icon_mission_num_01.png) 0 0 no-repeat;
  -webkit-background-size: 40px;
  background-size: 40px;
}

.container-static .list-thum li .icon-num.mission-num02 {
  background: url(../images/icon_mission_num_02.png) 0 0 no-repeat;
  -webkit-background-size: 40px;
  background-size: 40px;
}

.container-static .list-thum li .icon-num.mission-num03 {
  background: url(../images/icon_mission_num_03.png) 0 0 no-repeat;
  -webkit-background-size: 40px;
  background-size: 40px;
}

.container-static .list-thum li .icon-char {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  flex: 0 0 40px;
}

.container-static .list-thum li .icon-char.mission-char-a {
  background: url(../images/icon_mission_char_a.png) 0 0 no-repeat;
  -webkit-background-size: 40px;
  background-size: 40px;
}

.container-static .list-thum li .title {
  margin-top: 0;
  flex: 1 1 auto;
}

.container-static .list-thum li .text {
  margin-top: 0;
  font-size: 13px;
  line-height: 1.5;
  flex: 1 1 auto;
}

.container-static .list-thum li .text .note {
  display: block;
  font-size: 11px;
  margin-top: 8px;
  color: #073963;
  line-height: 1.5;
}

.container-static .list-thum li .thum {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: 8px;
  flex-basis: 60px;
  flex-grow: 0;
}

.container-static .list-thum li .thum.belle {
  background: url(../images/thum_ar_door_01.png) 0 0 no-repeat;
  -webkit-background-size: 60px;
  background-size: 60px;
}

.container-static .list-thum li .thum.minnie {
  background: url(../images/thum_ar_door_02.png) 0 0 no-repeat;
  -webkit-background-size: 60px;
  background-size: 60px;
}

.container-static .list-thum li .thum.baymax {
  background: url(../images/thum_ar_door_03.png) 0 0 no-repeat;
  -webkit-background-size: 60px;
  background-size: 60px;
}

.container-static .list-thum.thum-type-2 li {
  width: 100%;
}

.container-static .list-thum.thum-type-2 li .thum {
  display: block;
  width: 120px;
  height: 90px;
  margin: 0 16px 0 0;
  flex-basis: 120px;
}

.container-static .list-thum.thum-type-2 li .text {
  width: calc(100% - 136px);
  margin-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
}

.container-static .list-thum.thum-type-2 li .text .name {
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.42;
}

.container-static .list-thum-02 li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.container-static .list-thum-02 li .thum {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 16px;
}

.container-static .list-thum-02 li .thum-rectangle {
  width: 100px;
  height: 120px;
}

.container-static .list-thum-02 li .thum-oval {
  width: 60px;
  height: 60px;
}

.container-static .list-thum-02 li .text {
  align-self: center;
}

.container-static .list-thum-02 li .text span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}

.container-static .list-thum-02 li .text .name {
  margin-bottom: 12px;
  font-weight: bold;
}

.container-static .list-stamprally-prize {
  margin-top: 32px;
}

.container-static .acc-cont .list-stamprally-prize {
  margin-top: 4px;
}

.container-static .list-stamprally-prize > li + li {
  margin-top: 32px;
}

.container-static .list-stamprally-prize > li .description {
  margin-top: 12px;
}

.container-static .list-stamprally-prize > li .winners {
  margin-top: 8px;
  opacity: .6;
}

.container-static .list-stamprally-prize > li .winners .num {
  font-size: 114%;
}

.container-static .list-frow {
  margin-top: 32px;
}

.container-static .list-frow li + li {
  margin-top: 32px;
}

.container-static table {
  width: 100%;
  border: 1px solid #d1e0ed;
}

.container-static p + table {
  margin-top: 16px;
}

.container-static table th,
.container-static table td {
  padding: 16px 12px;
  vertical-align: middle;
  font-size: 12px;
  text-align: left;
  line-height: 1.6;
}
.container-static table tr {
  border-top: 1px solid #d1e0ed;
}
.container-static table th:first-child {
  width: 30%;
  background: #e3f2fe;
}

.container-static table td {
  background: #fff;
}

.container-static table td p:first-child,
.container-static table td ul:first-child {
  margin-top: 0;
}

.container-static .table-colored {
  border-collapse: separate;
  border-radius: 3px;
  border-spacing: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #D1E0ED;
  overflow: hidden;
}

.container-static .table-colored tr th,
.container-static .table-colored tr td {
  padding: 16px 24px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #D1E0ED;
  border-left: 1px solid #D1E0ED;
  text-align: right;
}

.container-static .table-colored thead tr th {
  padding: 16px;
  text-align: center;
  vertical-align: middle;
}

.container-static .table-colored.table-type-2 tr th,
.container-static .table-colored.table-type-2 tr td {
  padding: 16px 16px;
  text-align: left;
  vertical-align: middle;
}

.container-static .table-colored.table-type-2 thead tr th {
  padding: 16px;
  text-align: center;
}

.container-static .table-colored tr th {
  border-right: 1px solid #D1E0ED;
  background: #E3F2FE;
  color: #073963;
  font-size: 15px;
  font-weight: bold;
}

.container-static .table-colored tr td {
  color: #073963;
  font-size: 15px;
  font-weight: bold;
}

.container-static .table-colored tr th + td {
  border-left: 0;
}

.container-static .table-colored.table-type-2 tr td p {
  font-size: 13px;
}

.container-static .table-colored.table-type-2 tr td p + p {
  margin-top: 14px;
}

.container-static .table-colored.table-type-2 tr td p .price {
  font-size: 14px;
}

.container-static .table-colored tr th small,
.container-static .table-colored tr td small {
  font-size: 11px;
}

.container-static .table-colored tr td .note-small {
  display: block;
  font-size: 11px;
  font-weight: normal;
}

.container-static .table-colored tr th:first-child {
  width: 94px;
}

.container-static .table-colored.table-type-2 tr th:first-child {
  width: 154px;
}

.container-static .table-colored tr td:last-child {
  border-right: 1px solid #D1E0ED;
}

.container-static .table-colored tr:first-child th:first-child {
  border-radius: 3px 0 0 0;
}

.container-static .table-colored tr:first-child td:last-child {
  border-radius: 0 3px 0 0;
}

.container-static .table-colored tr:first-child th:only-child,
.container-static .table-colored tr:first-child td:only-child {
  border-radius: 3px 3px 0 0;
}

.container-static .table-colored tr:last-child th:first-child {
  border-radius: 0 0 0 3px;
}

.container-static .table-colored tr:last-child td:last-child {
  border-radius: 0 0 3px 0;
}

.container-static .table-colored tr:last-child th:only-child {
  border-radius: 0 0 0 3px;
}

.container-static .table-colored tr:last-child td:only-child {
  border-radius: 0 0 3px 0;
}

.container-static .table-colored thead tr th {
  background: #073963;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #073963;
  border-right: 1px solid #D1E0ED;
}

.container-static .table-colored thead tr th:last-child {
  border-right: 1px solid #073963;
}

.container-static .table-colored thead tr:last-child th,
.container-static .table-colored thead tr:last-child td {
  border-bottom: 0;
}

.container-static .table-colored thead tr:only-child th:first-child {
  border-radius: 3px 0 0 0;
}

.container-static .table-colored thead tr:only-child td:last-child {
  border-radius: 0 3px 0 0;
}

.container-static .table-colored thead + tbody tr:first-child th:first-child {
  border-radius: 0;
}

.container-static .table-colored thead + tbody tr:first-child td:last-child {
  border-radius: 0;
}

.container-static .list-campaignperiod {
  padding-bottom: 16px;
}

.container-static .list-campaignperiod .invalid {
  color: #8294AA;
}

.container-static .list-campaignperiod .invalid .acc-head .icon {
  display: none;
}

.container-static .list-campaignperiod .last-one .acc-head .icon {
  display: none;
}

.container-static .banner-campaign {
  margin-top: 16px;
}

.container-static .banner-campaign .image-banner img {
  margin-top: 0;
  border-radius: 3px 3px 0 0;
}

.container-static .banner-campaign .title-banner {
  padding: 16px 16px 20px;
  border-radius: 0 0 3px 3px;
  background: #073963;
  color: #fff;
}

.container-static .banner-campaign .title-banner .ttl-sub {
  margin: 0 0 8px;
  font-size: 9px;
}

.container-static .banner-campaign .title-banner .ttl-main {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}

.container-static .banner-campaign .title-banner .caption {
  margin: 8px 0 0;
  font-size: 15px;
}

.container-static .banner-campaign .title-banner .caption .num {
  font-size: 114%;
}

.container-static .search-place {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin-top: 20px;
  padding-top: 42%;
  background: url(../images/img_stamprally_03.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.container-static .search-place .button {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: block;
  width: 98px;
  height: 32px;
  background: #fff;
  border: 1px solid #3DAADF;
  border-radius: 3px;
  color: #3DAADF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
}

.container-static .box-info-photolocation p {
  margin-top: 14px;
  font-size: 16px;
}

.container-static .box-info-photolocation .weather {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}

.container-static .box-info-photolocation .weather .icon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.container-static .box-info-photolocation .weather .icon.fine {
  background: rgb(250,179,1);
}

.container-static .box-info-photolocation .weather .icon.rainy {
  background: rgb(61,170,223);
}

.container-static .box-info-photolocation .place {
  font-weight: bold;
}

.container-static .box-info-photolocation .note {
  margin-top: 0;
  font-size: 11px;
}

/* beacon lp */
.container-static .section-beacon.tipotorta.top {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  /*height: 1578px;*/
  padding: 92px 0 60px;
  /*box-sizing: border-box;*/
  color: #633207;
}

.container-static .section-beacon.tipotorta .image img {
  width: 100%;
}

.container-static .section-beacon.tipotorta.top .title-main {
  padding: 0 47px;
  text-align: center;
}

.container-static .section-beacon.tipotorta.top .title-main .heading {
  display: inline-block;
  width: 100%;
  height: 0;
  padding-top: 35.94%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-static .section-beacon.tipotorta.top .title-main .note {
  margin-top: 18px;
  font-size: 11px;
  color: #633207;
  opacity: .5;
}

.container-static .section-beacon.tipotorta.top .image-product {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 113%;
  background-size: cover;
}

.container-static .section-beacon.tipotorta.top .description {
  margin-top: 75px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.container-static .section-beacon.tipotorta.top .box-product {
  position: relative;
}

.container-static .section-beacon.tipotorta.top .box-product {
  margin-top: 48px;
}

.container-static .section-beacon.tipotorta.top .box-product .item {
  position: relative;
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.container-static .section-beacon.tipotorta.top .box-product .item.choco {
  padding-top: 89.33%;
}

.container-static .section-beacon.tipotorta.top .box-product .item.pizza {
  padding-top: 95.73%;
}

.container-static .section-beacon.tipotorta.top .box-product .item .desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}

.container-static .section-beacon.tipotorta.top .box-product .item.choco .desc {
  left: 50%;
  padding-right: 24px;
}

.container-static .section-beacon.tipotorta.top .box-product .item.pizza .desc {
  right: 46%;
  padding-left: 24px;
}

.container-static .section-beacon.tipotorta.top .box-product .item .desc span {
  display: block;
  font-size: 16px;
  line-height: 1.75;
}

.container-static .section-beacon.tipotorta.top .box-product .item .desc span + span {
  margin-top: 24px;
}

.container-static .section-beacon.tipotorta.top .box-product .item .desc .name {
  font-weight: bold;
}

.container-static .section-beacon.bottom .box-place {
  padding: 60px 32px 0;
}

.container-static .section-beacon.bottom .box-place .heading {
  font-weight: bold;
}

.container-static .section-beacon.bottom .box-place .park {
  margin-top: 32px;
  line-height: 1;
}

.container-static .section-beacon.bottom .box-place .store {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.container-static .section-beacon.bottom .box-place .image {
  margin-top: 32px;
}

.container-static .section-beacon.bottom .box-map {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.container-static .section-beacon.tipotorta.bottom .box-map {
  padding: 154.4% 16px 20px;
}

.container-static .section-switch-lang {
  padding: 16px 0;
}

.container-static .section-switch-lang .switch-lang {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}

.container-static .section-switch-lang .switch-lang li {
  margin: 0;
  padding: 0 16px;
  line-height: 16px;
}

.container-static .section-switch-lang .switch-lang li + li {
  border-left: 1px solid rgb(209,224,237);
}

.container-static .section-switch-lang .switch-lang li a {
  font-weight: bold;
}

/* notie.js(toast) custom style */
.notie-container {
  position: fixed;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 16px;
  box-sizing: border-box;
  z-index: 2147483647;
}

.notie-background-success {
  background-color: #073963;
}

.notie-textbox {
  font-size: 13px;
  color: #fff;
}


/* tps import style */
.sweets { background: url(../images/beacon/tps/bg.jpg) 50% 50% no-repeat; background-size: cover; width: 100%; height: 100vh; overflow: hidden; position: relative; }
.sweets.large { background: url(../images/beacon/tps/bg2.jpg) 50% 50% no-repeat; background-size: cover; }
.sweets .sweets-text { width: 100%; position:absolute; top:50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.sweets h1 { margin-bottom: 5%; opacity: 0; transform: scale(1); transition: all 3s; }
.sweets h1 img { width: 62.2%; height: auto; }
.sweets .sweets-lead { opacity: 0; transform: scale(1); transition: all 3s; }
.sweets .sweets-lead img { width: 69.3%; height: auto; }
.sweets .sweets-bln { position: absolute; z-index: -1; width: 29.3%; top: -36%; right: 1.7%; opacity: 0; transform: scale(0.5); transition: transform 0.4s cubic-bezier(.77,1.76,.94,.79) , opacity 0.3s; }
.sweets .sweets-bln img { width: 100%; height: auto; }
.sweets .is-show { opacity: 1; transform: scale(1); }
/* //tps import style */

.accordion-module {
  margin: 0 0 24px;
  border-bottom: 1px solid #ecf1f4;
}

.accordion-module dt {
  position: relative;
  padding: 24px 48px 24px 16px;
  border-top: 1px solid #ecf1f4;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}

.accordion-module dt i {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -8px;
}

.accordion-module dt.is-open i:after,
.acc-head.is-open i:after {
  background-position: -24px -34px;
}

.accordion-module dd {
  padding: 0 16px 24px;
  font-size: 13px;
  line-height: 2;
}

.accordion-type-2 {
  margin: 0;
}

.accordion-type-2 dt {
  position: relative;
  padding: 0 24px 0 0;
}

.accordion-type-2 dt i {
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -8px;
}

.accordion-type-2 dd {
  padding: 0;
}

.acc-head .title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.acc-head .title .period {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

.container-static .layout-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 32px;
}

.container-static .layout-flex li {
  margin: 0;
  padding: 0 16px;
}

.container-static .layout-image-horizontal {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.container-static .layout-image-horizontal li {
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin: 0;
}

.container-static .layout-image-horizontal li + li {
  margin-left: 16px;
}

.container-static .invitation-code {
  width: 100%;
  border: 0;
  padding: 16px;
  background: #f4f4f4;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.container-static .txt-center {
  text-align: center;
}

.container-static .txt-caption {
  font-size: 11px;
}

.container-static .color-wh {
  color: #fff;
}

.container-static hr {
  margin: 32px 0;
  border-top: 1px solid rgb(236, 241, 244);
  border-bottom: 0;
}

.container-static .hr-20 {
  margin: 20px 0;
}

.container-static .hr-24 {
  margin: 24px 0;
}

/* display ios only */
.display-ios-only {
  display: none;
}

.iphone .display-ios-only {
  display: block;
}

/* option style */
.container-static .opt-mt-00 {
  margin-top: 0 !important;
}
.container-static .opt-mt-12 {
  margin-top: 12px !important;
}
.container-static .opt-mt-16 {
  margin-top: 16px !important;
}
.container-static .opt-mt-20 {
  margin-top: 20px !important;
}
.container-static .opt-mt-24 {
  margin-top: 24px !important;
}
.container-static .opt-mt-32 {
  margin-top: 32px !important;
}

.container-static .opt-indent-1em {
  margin-left: 1em !important;
}

.container-static .opt-pt-00 {
  padding-top: 0 !important;
}

.container-static .opt-pt-16 {
  padding-top: 16px !important;
}

.container-static .opt-pb-505 {
  width: 100%;
  height: 0;
  padding-bottom: 132.19%;
}

.container-static .opt-lh-1 {
  line-height: 1 !important;
}

.container-static .opt-lh-1h {
  line-height: 1.5 !important;
}

.container-static .opt-op-60 {
  opacity: .6;
}

.container-static .opt-border-top {
  border-top: 1px solid #ecf1f4;
}

.container-static .opt-font-bold {
  font-weight: bold;
}


/* app_se_christmas2020 */
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

 .b-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 475px) {
  .b-container {
    max-width: 475px;
  }
}

@media (min-width: 700px) {
  .b-container {
    max-width: 700px;
  }
}

.b-btn {
  display: inline-block;
  font-weight: 400;
  color: #333;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .b-btn {
    -webkit-transition: none;
    transition: none;
  }
}

.b-btn:hover {
  color: #333;
  text-decoration: none;
}

.b-btn:focus,
.b-btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.b-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}


/* Slider */

.slick-loading .slick-list {
  background: #fff url("../js/library/slick/ajax-loader.gif") center center no-repeat;
}


/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}

.slick-prev::before,
.slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev::before {
  content: "←";
}

.slick-next {
  right: -25px;
}

.slick-next::before {
  content: "→";
}





/* Slider */

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

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

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

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

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

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

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

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

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

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

.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;
}


/* csslint ignore:end */

.l-main {
  background: url(../images/christmas2020/bg_pc.png) #bc0025 repeat 50% 50%;
  color: #fff;
  overflow: hidden;
}

.l-main__inner {
  width: 100%;
  max-width: 700px;
  margin: auto;
  -webkit-box-shadow: 0px 10px 20px 0px #1a1307;
  box-shadow: 0px 10px 20px 0px #1a1307;
  overflow: hidden;
}

.l-header {
  position: relative;
  margin-top: -4px;
  z-index: 9;
}
.l-header__heading img{
  margin-top: 0;
}

.c-background {
  position: relative;
  margin-top: 0rem;
  padding: 0 0 7rem;
  background-repeat: repeat;
  background-position: 47% 50%;
  z-index: 3;
}
.c-background:last-child{
  padding: 0;
}

.c-background::before {
  content: "";
  display: block;
  position: absolute;
  top: -48px;
  right: 0;
  left: 0;
  width: calc(100% + 1750px);
  height: 3000px;
  margin: auto -875px;
  background-repeat: repeat;
  border-radius: 50% 50% 0 0 / 50% 50% 0 0;
  z-index: -1;
}

@media (min-width: 475px) {
  .c-background::before {
    top: -64px;
    width: calc(100% + 2000px);
    height: 3500px;
    margin: auto -1000px;
  }
}

@media (min-width: 700px) {
  .c-background::before {
    width: calc(100% + 4000px);
    height: 5500px;
    margin: auto -2000px;
  }
}

.c-background--first::before {
  top: -233px;
}

.c-background--red {
  background-color: #bb0025;
}

.c-background--red::before {
  background-image: url(../images/christmas2020/bg_red.jpg);
}

.c-background--green {
  background-color: #007c34;
}

.c-background--green::before {
  background-image: url(../images/christmas2020/bg_green.jpg);
}

.c-heading {
  text-align: center;
}

.c-heading__main {
  position: relative;
  height: 3.5rem;
  color: #ffd800;
}

.c-heading__main::before,
.c-heading__main::after {
  content: "";
  position: absolute;
  margin: auto;
  z-index: 8;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.c-heading__main img {
  width: auto;
  height: 100%;
}

@media (min-width: 475px) {
  .c-heading__main {
    height: 4.5rem;
  }
}

@media (min-width: 700px) {
  .c-heading__main {
    height: 5rem;
  }
}

.c-heading__main--decoration::before {
  top: -101px;
  left: -65px;
  width: 245px;
  padding-top: 35%;
  background-image: url(../images/christmas2020/decoration/deco1.png);
}

@media (min-width: 475px) {
  .c-heading__main--decoration::before {
    top: -126px;
    left: -62px;
    width: 245px;
    padding-top: 30%;
  }
}

@media (min-width: 700px) {
  .c-heading__main--decoration::before {
    top: -123px;
    left: -61px;
    width: 245px;
    padding-top: 21%;
  }
}

.c-heading__main--decoration::after {
  top: -90px;
  right: -63px;
  width: 218px;
  padding-top: 30%;
  background-image: url(../images/christmas2020/decoration/deco2.png);
}

@media (min-width: 475px) {
  .c-heading__main--decoration::after {
    top: -114px;
    right: -42px;
    width: 218px;
    padding-top: 31%;
  }
}

@media (min-width: 700px) {
  .c-heading__main--decoration::after {
    top: -115px;
    right: -38px;
    width: 218px;
    padding-top: 24%;
  }
}

.c-heading__main--goods{
  height: 5rem;
}
@media (min-width: 475px) {
  .c-heading__main--goods {
    height: 6rem;
  }
}

@media (min-width: 700px) {
  .c-heading__main--goods {
    height: 7rem;
  }
}

.c-heading__main--goods::before {
  top: -111px;
  left: -57px;
  width: 230px;
  padding-top: 35%;
  background-image: url(../images/christmas2020/goods/deco1.png);
}

@media (min-width: 475px) {
  .c-heading__main--goods::before {
    top: -126px;
    left: -62px;
    width: 245px;
    padding-top: 30%;
  }
}

@media (min-width: 700px) {
  .c-heading__main--goods::before {
    top: -123px;
    left: -61px;
    width: 245px;
    padding-top: 21%;
  }
}

.c-heading__main--goods::after {
  top: -78px;
  right: -60px;
  width: 231px;
  padding-top: 27%;
  background-image: url(../images/christmas2020/goods/deco2.png);
}

@media (min-width: 475px) {
  .c-heading__main--goods::after {
    top: -114px;
    right: -42px;
    width: 218px;
    padding-top: 31%;
  }
}

@media (min-width: 700px) {
  .c-heading__main--goods::after {
    top: -85px;
    right: -44px;
    width: 218px;
    padding-top: 17%;
  }
}

.c-heading__park {
  margin: 20px 0;
  padding: 6px 0;
  color: #fff;
}

.c-heading__park--tdl {
  background-color: #ee5596;
}

.c-heading__park--tds {
  margin-top: 40px;
  background-color: #12a09f;
}

.c-heading__event {
  margin: 20px 0;
  font-size: 5vw;
  text-align: left;
  color: #ffd800;
}

@media (min-width: 700px) {
  .c-heading__event {
    font-size: 1.375rem;
    text-align: center;
  }
}

.c-heading.c-heading__event-sub {
  display: block;
  margin: 6px 0;
  text-align: left;
  color: #fff;
  font-size: 80%;
}

@media (min-width: 700px) {
  .c-heading.c-heading__event-sub {
    text-align: center;
  }
}

.c-note {
  margin-bottom: 3rem;
  padding-left: 1rem;
  list-style: none;
  font-size: 0.75rem;
}

.c-note li {
  position: relative;
}

.c-note li::before {
  content: "※";
  position: absolute;
  left: -1rem;
}

@media (min-width: 700px) {
  .c-note {
    font-size: 0.875rem;
  }
}

.c-image {
  display: block;
  max-width: 512px;
  margin: 20px auto;
  text-align: center;
}

@media (min-width: 700px) {
  .c-image {
    margin: 40px auto;
  }
}

.c-image--portrait img {
  max-height: 215px;
}

@media (min-width: 700px) {
  .c-image--portrait img {
    max-height: 330px;
  }
}

.c-slide {
  position: relative;
  display: block;
  max-width: 512px;
  margin: 20px auto;
  text-align: center;
}

@media (min-width: 700px) {
  .c-slide {
    margin: 40px auto;
  }
}

.c-slide img {
  max-height: 100%;
}

.c-slide__button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  border-radius: 50%;
  background: url(../images/christmas2020/button-slide.png) transparent no-repeat 50% 50%;
  background-size: contain;
  z-index: 8;
}

@media (min-width: 700px) {
  .c-slide__button {
    width: 32px;
    height: 32px;
  }
}

.c-slide__button:hover,
.c-slide__button:active,
.c-slide__button:focus {
  border: #bb0025 2px solid;
}

.c-slide__button--next {
  right: 0.5rem;
}

@media (min-width: 700px) {
  .c-slide__button--next {
    right: 1.5rem;
  }
}

.c-slide__button--prev {
  left: 0.5rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 700px) {
  .c-slide__button--prev {
    left: 1.5rem;
  }
}

/* =================================
app_se_baymax
================================= */

#se_container img{
  margin: 0 auto;
  padding: 0;
  vertical-align: top;
}

#se_container {
  width: 100%;
  height: auto;
  text-align: center;
}

#se_container p{
  line-height: 180%;
  color: #000000;
}

.se_inner{
  width: 100%;
  height: auto;
}

.se_img{
  margin: 30px auto;
}

.se_img2{
  width: 92%;
  margin: 30px auto;
}


/* TOP MAIN */
.se_main{
  width: 100%;
  height: auto;
  background: rgb(255,255,255); 
  background: linear-gradient(0deg, rgba(255,255,255,1) 5%, rgba(208,238,254,1) 15%);
  margin: 0;
  padding: 0;
  z-index: 0;
}

.se_main .se_toptitle1{
  width: 80%;
  height: auto;
  margin: 30px auto;
}

.se_main .se_date{
  width: 64%;
  height: auto;
  margin: 0 auto;
}

.se_main .se_txt_lead{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing:-0.4px;
  margin-top: 30px;
}

/* TOP OBI */
.se_obi{
  width: 100%;
  height: 85px;
  position: relative;
  bottom: -18px;
  background-image: url(../images/se_baymax/section-one-bottom.png);
  background-position: center;
  background-size: cover;
}

/* TOP NAVI */
.se_nav{
  width: 100%;
  height: auto;
  text-align: center;
  background-image: url(../images/se_baymax/section-two-bg.png);
  background-size: cover;
  padding-bottom: 80px;
}

.se_nav .se_nav_list {
  width: 100%;
  margin:0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.se_nav .se_nav_item {
  height: auto;
  margin: 4%;
  padding: 0;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  width: 42%;
  border: 3px solid #cc052b;
  -webkit-box-shadow: 0 0 7px 7px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 7px 7px rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.se_nav .se_nav_item .se_item_img {
  width: 100%;
  max-width: 260px;
}

.se_nav .se_nav_item  {
  padding: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.se_nav .se_nav_item a{
  display: block;
}
.se_nav .se_nav_item a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

.se_nav .se_nav_item_img{
    width: 100%;
    height: 10.5vw;
    max-width: 260px;
}

.se_nav .se_nav_item_ti img {
  width: 100%;
}

/* TOP CONTENT */
.se_content{
  width: 100%;
  height: auto;
  background-image: url(../images/se_baymax/section-three-bg.png);
  background-size: cover;
  padding-bottom: 80px;
}

.se_content .se_toptitle2, .se_toptitle2{
  width: 100%;
  margin-bottom: 40px;
}

.se_content .se_expbox{
  width: 90%;
  height: auto;
  text-align: left;
  background-color: #fff;
  margin: 0 auto;
  margin: 5%;
  padding: 5%;
}

.se_content .se_txt_exp{
  font-size: 14px;
}

.se_content li.se_txt_note{
  font-size: 12px;
  color: #000;
  padding-left:14px;
  text-indent:-14px;
}

.se_content ul li.se_txt_note::before{
  content: "※";
}

/* LABO DECO */

.se_title2 img{
  width: 36%;
}
.se_title2 .se_title_red_img img{
  width: 70%;
}


.se_title3 img{
  width: 80%;
}
.se_title3 .se_title_red_img img{
  width: 85%;
}


.se_title4 img{
  width: 70%;
}
.se_title4 .se_title_red_img img{
  width: 100%;
}

.se_title5 img{
  width: 90%;
}

.mb20{
  margin-bottom: 20px;
}

.se_content .se_txt_exp2{
  font-size: 14px;
  margin-bottom: 30px;
}

.se_imgbox {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius:35px;
  -webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow:0 0 20px rgba(0, 0, 0, 0.2);
}

.se_imgbox img {
  width: 100%;
  border-radius: 35px;
}

.se_photoimg1{
  width: 80%;
  margin: 20px auto;
}

.se_photoimg2{
  width: 100%;
  margin: 20px auto;
}

.se_mapimg{
  width: 80%;
  margin: 20px auto;
}

.se_buttonimg{
  margin-top: 50px;
}
.se_buttonimg img{
  width: 70%;
}

.se_content .se_box_borderbox {
  width: 90%;
  text-align: left;
  border: 3px solid #d4414f;
  margin: 5%;
  border-radius: 30px;
  padding: 5%;
  background: #fff;
}

.se_content .se_txt_bold{
  font-size: 14px;
  font-weight: bold;
}

.se_content .se_txt_boldctr{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.se_content .se_title_red, .se_content .se_title_red2, .se_content .se_title_red3{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 25px;
  width: 100%;
  height: 70px;
  background: #d4414f;
  color: #fff;
}

.se_content .se_title_red2, .se_content .se_title_red3{
  width: 80%;
  height: 100px;
  margin: 50px auto;
  margin-bottom: 0;
}

.se_content .se_title_red3 {
  height: 80px;
}

.se_content .se_title_red::before, .se_content .se_title_red2::before, .se_content .se_title_red3::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #fff;
  border-radius: 20px;
  width: 94%;
  height: 84%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



@media screen and (min-width: 737px) {

  /* TOP MAIN */
  .se_main .se_toptitle1{
    width: 70%;
    height: auto;
    margin: 50px auto;
  }
  
  .se_main .se_date{
    width: 40%;
    height: auto;
    margin: 0 auto;
  }

  .se_main .se_txt_lead{
    font-size: 20px;
    letter-spacing:0px;
    margin-top: 50px;
  }
  
  .se_content .se_txt_exp{
  font-size: 16px;
  }

  .se_content ul li{
    font-size: 14px;
  }

  /* TOP OBI */
  .se_obi{
    width: 100%;
    height: 166px;
    position: relative;
    bottom: -35px;
    background-position: center;
    background-size: cover;
  }

  /* TOP NAVI */
  .se_nav .se_nav_list {
    width: 670px;
  }

  /* TOP CONTENT */
  .se_content .se_expbox{
    width: 670px;
    margin: 30px auto;
    padding: 20px;
  }

  .se_content li.se_txt_note{
    font-size: 14px;
  }
  
  /* LABO DECO */
  .se_title2 img{
    width: 28%;
  }
  .se_title2 .se_title_red_img img{
    width: 100%;
  }
  
  .se_title3 img{
    width: 70%;
  }
  .se_title3 .se_title_red_img img{
    width: 100%;
  }
  
  .se_title4 img{
    width: 70%;
  }
  
  .se_content .se_txt_exp2{
    font-size: 16px;
  }

  .se_imgbox {
    width: 670px;
    margin: 30px auto;
    border-radius:35px;
    -webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow:0 0 20px rgba(0, 0, 0, 0.2);
  }

  .se_buttonimg {
    margin-top: 80px;
  }
  .se_buttonimg a{
    display: block;
  }
  .se_buttonimg img{
    width: 20%;
  }

  .se_content .se_box_borderbox {
    width: 670px;
    margin: 5% auto;
    border-radius: 30px;
    padding: 3% 2%;
    background: #fff;
  }

  .se_content .se_title_red, .se_content .se_title_red2, .se_content .se_title_red3{
    border-radius:30px;
    width: 100%;
    height: 90px;
    background: #d4414f;
    color: #fff;
  }
  
  .se_content .se_title_red2, .se_content .se_title_red3{
    width: 590px;
    height: 160px;
    margin: 30px auto;
  }

  .se_content .se_title_red3 {
    height: 100px;
  }
  
  .se_content .se_title_red::before, .se_content .se_title_red2::before, .se_content .se_title_red3::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #fff;
    border-radius: 20px;
    width: 96%;
    height: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .se_content .se_txt_bold{
    font-size: 16px;
  }
  
  .se_content .se_txt_boldctr{
    font-size: 14px;
  }
  
  
}