@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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 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: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[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
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --input-bg-color: var(--background-color);
  --input-border-color: var(--border-color);
  --input-text-color: var(--text-color);
  --input-placeholder-color: var(--sub-text-color);
  --input-invalid-border-color: var(--border-color);
  --input-invalid-text-color: var(--text-color);
  --input-border: 1px solid var(--input-border-color);
  --font-size: 15px;
  --font-weight: 400;
  --material-font-size: 15px;
  --material-font-weight: 400;
  --font-size--mini: calc(var(--font-size) - 3px);
  --font-weight--large: 500;
  --background-color--input: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #2D0F00;
  background: #FFF;
}

.ff-en, .tt-map-ranking__user-points, .tt-map-ranking__user-rank, .tt-map-ranking__user-heading h3, .tt-map-ranking__points, .tt-ranking-course__points, .tt-map-ranking__list li::before, .tt-ranking-course__list li::before, .tt-coupon__heading, .tt-spot-list__status figure figcaption, .tt-spot__status figure figcaption, .tt-map-info__count dd, .tt-dialog__body .-status figure figcaption, .tt-dialog__body .-sample-ph::before, .te-rank-box__num, .te-spot-result__status figure figcaption, .te-detail__info-result dd, .tt-card-goal__info dl dd, .tt-ranking-user__points, .tt-ranking-user__rank {
  font-family: "Quicksand", sans-serif;
}

.ff-m, .tt-about .a-point dt, .tt-about .column h2, .tt-about .lead, .help-card h2, .tt-help__name, .tt-map-ranking__user-points span, .tt-map-ranking__user-heading h3 span, .tt-coupon__off, .tt-coupon__name, .tt-map-button.-modal.-full, .tt-map-button.-modal.-current, .tt-map-button.-help, .dialog-heading, .entry h3, .entry h2, .list-item--buy-course .list-item__label, .list-item--buy-price .list-item__label, .te-detail__flg-buy, .te-detail__pref, .te-detail__info-result dt, .te-detail__info dt, .te-detail__info-header, .tt-card-goal__info dl dt, .tt-ranking-user__name, .te-card__flg-buy, .u-badge__flg-buy, .te-card__pref, .u-pref, .card-heading, .te-heading, .tt-about .tt-heading-main, .tabbar--top-border .tabbar__label, .button, .toolbar-button, .toolbar__title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

/*
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.test {
    color: $cRed;
    text-decoration: underline;
}

.swiper-pagination-bullets {
    position: relative !important;
}

.swiper-pagination {
    position: relative !important;
}*/
.test-btn {
  color: #BE4141;
  text-decoration: underline;
  font-size: 14px;
  padding: 0.5em;
  background: #FFF;
  background: rgba(190, 65, 65, 0.2);
  display: inline-block;
  margin: 8px;
}

.page__content::after {
  content: attr(data-id);
  color: red;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

[data-i18n=P02-14] {
  display: none !important;
}

[data-i18n=P03-5] {
  display: none !important;
}

/*==Noto Sans JP==*/
/*Light*/
/*
@font-face {
    font-family: 'Noto Sans JP';
    src: url('../fonts/Noto_Sans_JP/static/NotoSansJP-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
*/
/*Regular*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/static/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/*Midium*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/static/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/*Bold*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/static/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*==M_PLUS_1p==*/
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/M_PLUS_1p/MPLUS1p-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/M_PLUS_1p/MPLUS1p-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/M_PLUS_1p/MPLUS1p-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*==Quicksand==*/
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand/static/Quicksand-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/*
@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand/static/Quicksand-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
*/
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand/static/Quicksand-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*==Quicksand==*/
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(78, 23, 0, 0.5);
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  pointer-events: none;
  opacity: 0;
}
.loading.-active {
  pointer-events: all;
  opacity: 1;
}
.loading span {
  font-size: 14px;
  font-weight: bold;
  color: #F07700;
}
.loading .progress-circular--material__background {
  stroke: #F07700;
}
.loading .progress-circular--indeterminate__primary {
  stroke: #4E1700;
}

.cWh {
  color: #FFF;
}

.ff-en, .tt-map-ranking__user-points, .tt-map-ranking__user-rank, .tt-map-ranking__user-heading h3, .tt-map-ranking__points, .tt-ranking-course__points, .tt-map-ranking__list li::before, .tt-ranking-course__list li::before, .tt-coupon__heading, .tt-spot-list__status figure figcaption, .tt-spot__status figure figcaption, .tt-map-info__count dd, .tt-dialog__body .-status figure figcaption, .tt-dialog__body .-sample-ph::before, .te-rank-box__num, .te-spot-result__status figure figcaption, .te-detail__info-result dd, .tt-card-goal__info dl dd, .tt-ranking-user__points, .tt-ranking-user__rank {
  font-family: "Quicksand", sans-serif;
}

.ff-m, .tt-about .a-point dt, .tt-about .column h2, .tt-about .lead, .help-card h2, .tt-help__name, .tt-map-ranking__user-points span, .tt-map-ranking__user-heading h3 span, .tt-coupon__off, .tt-coupon__name, .tt-map-button.-modal.-full, .tt-map-button.-modal.-current, .tt-map-button.-help, .dialog-heading, .entry h3, .entry h2, .list-item--buy-course .list-item__label, .list-item--buy-price .list-item__label, .te-detail__flg-buy, .te-detail__pref, .te-detail__info-result dt, .te-detail__info dt, .te-detail__info-header, .tt-card-goal__info dl dt, .tt-ranking-user__name, .te-card__flg-buy, .u-badge__flg-buy, .te-card__pref, .u-pref, .card-heading, .te-heading, .tt-about .tt-heading-main, .tabbar--top-border .tabbar__label, .button, .toolbar-button, .toolbar__title {
  font-family: "M PLUS 1p", sans-serif;
}

.u-tac {
  text-align: center !important;
}

.u-nowrap {
  white-space: nowrap;
}

.u-col2-fix {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.u-col2-fix > * {
  margin: 0;
}

.u-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width:600px) {
  .u-col2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.u-col2 > * {
  margin: 0;
}

.u-col-space {
  row-gap: 16px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.u-flex.-fl-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-max-w {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.u-flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.col-fix-w155 {
  max-width: 155px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.col-fix-w155 .u-img-auto {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

.u-box-style1 {
  background: #FFF;
  border-radius: 4px;
  padding: 8px;
  -webkit-box-shadow: 0 0 10px rgba(22, 179, 238, 0.3) inset;
          box-shadow: 0 0 10px rgba(22, 179, 238, 0.3) inset;
  border: 1px solid #16B3EE;
}

.u-container {
  padding: 8px;
}

.u-container-m {
  padding: 16px;
}

.u-container-l {
  padding: 24px;
}

.u-large {
  font-size: 16px !important;
  font-weight: 500;
}

.u-start-time {
  font-size: 18px !important;
  font-weight: 700;
}

.u-normal {
  font-size: 14px !important;
  line-height: 2;
}

.u-x-small {
  font-size: 11px !important;
  line-height: 1.4;
  opacity: 0.5;
}

.u-note {
  font-size: 12px !important;
  line-height: 1.4;
}

.u-disc {
  font-size: 14px !important;
  line-height: 2;
}
.u-disc li {
  margin-left: 1.5em;
  list-style: disc;
}

.u-alert {
  font-size: 14px !important;
  line-height: 1.4;
  color: #BE4141;
  padding: 0.3em 0.6em;
  background: rgba(190, 65, 65, 0.2);
  border-radius: 2px;
}

.u-bold {
  font-weight: 700;
}

/*

.u-date {
    @include fs(m);
    @include bold;

    span {
        @include fs(xl);
        @include bold;
        @extend .ff-en;
    }
}

.u-price {
    @include fs(m);
    @include bold;

    span {
        @include fs(xl);
        @include bold;
        @extend .ff-en;
    }
}
    */
.u-inner {
  padding-left: 8px;
  padding-right: 8px;
}

/*
.u-point {
    @include interval(s);

    li {
        @include fs(m);
        @include lh(r);
        @include interval(xs);
        position: relative;
        padding-left: 1.5em;
        color: $cBrown;

        &::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.3em;
            border-radius: 50%;
            width: 1em;
            height: 1em;
            background-color: $cMain;
            border: 2px solid $cBrown;
            box-sizing: border-box;
        }
    }
}*/
.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-tal {
  text-align: left;
}

/*
.u-start-box {
    @include flexSet($align:flex-start, $justy: flex-start, $dir: row, $wrap: nowrap);
    margin: 0;
    padding-bottom: $space;
    background-color: $cBg;
    padding-top: $space;

    dt {
        position: relative;
        white-space: nowrap;
        background: $cMain;
        color: $cBrown;
        @include fs(xs);
        display: inline-block;
        border-radius: math.div($space, 4);
        line-height: 1;
        padding: math.div($space, 2) $space;
        @include bold(m);
        margin-left: $space *2;
        margin-top: math.div($space, 2);
    }

    dd {
        margin-left: $space;
        @include bold(m);
        @include fs(s);

        span {
            @include fs(l);
            @include bold(m);
        }
    }
}*/
.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(240, 119, 0, 0.3)));
  background: linear-gradient(transparent 60%, rgba(240, 119, 0, 0.3) 60%);
  font-weight: 500;
}

/*
.u-marker-heading {
    @include fs(xl);
    @include bold;

    span {
        background: linear-gradient(transparent 60%, $cMain 60%);
    }
}
*/
/*
.u-column-alert {
    padding: 0.8em;
    background: rgba($cRed, 0.2);
    border: 1px solid rgba($cRed, 0.6);
    @include interval(s);
    border-radius: 4px;

    >*:first-child {
        margin-top: 0;
    }
}*/
.u-interval-xs {
  margin-top: 8px !important;
}

.u-interval-s {
  margin-top: 16px !important;
}

.u-interval-m {
  margin-top: 24px !important;
}

.u-interval-l {
  margin-top: 32px !important;
}

.u-interval-xl {
  margin-top: 40px !important;
}

.u-interval-none {
  margin-top: 0 !important;
}

.u-pl2 {
  padding-left: 16px;
}

.u-img-auto {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}

.u-pos {
  position: relative;
}

.u-pref {
  left: 8px;
  right: inherit !important;
  top: 8px !important;
}

.page {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page__background {
  background-color: #FFFDF2;
}

.bottom-bar--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bottom-bar--col2 {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  padding-left: 4px;
  padding-right: 4px;
}

.ons-toolbar-badge {
  display: inline-block;
  border-radius: 4px;
  font-size: 11px !important;
  line-height: 1;
  padding: 0.4em;
  background: #BE4141;
  color: #FFF;
  margin-right: 4px;
}

.toolbar {
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
}
.toolbar__title {
  color: #4E1700;
}
.toolbar__left {
  width: 52px;
}
.toolbar__right {
  width: 52px;
}
.toolbar__center {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.bottom-bar {
  background: #F07700;
  border-top: 1px solid #F07700;
  -webkit-box-shadow: 0 -1px 4px rgba(78, 23, 0, 0.3);
          box-shadow: 0 -1px 4px rgba(78, 23, 0, 0.3);
}

.toolbar-button--wide {
  width: calc(100% - 8px);
  display: block;
  text-align: center;
  background-color: var(--fab-background-color);
  border-radius: 0;
  color: #FFF;
}
.toolbar-button--wide:active {
  background-color: var(--fab-background-color);
}
.toolbar-button--outline {
  margin: 0;
}
.toolbar-button--half {
  width: calc(50% - 8px);
  text-align: center;
}
.toolbar-button--fill {
  background-color: var(--fab-background-color);
  color: #FFF;
}
.toolbar-button--fill:active {
  background-color: var(--fab-background-color);
}

.toolbar-button {
  background: #16B3EE;
  border: 1px solid #16B3EE;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 2px 1px rgba(255, 255, 255, 0.6) inset;
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 2px 1px rgba(255, 255, 255, 0.6) inset;
  color: #FFF;
  border-radius: 4px;
}
.toolbar-button--wh {
  color: #F07700;
  background: #FFF;
  border: 1px solid #FFF;
}

.toolbar-button:disabled,
.toolbar-button[disabled] {
  opacity: 0.8;
  background: #FFF;
  color: #16B3EE;
  border: 1px solid #FFF;
}

.button {
  font-size: 14px;
  display: block;
  text-align: center;
  background: #F07700;
  border: 1px solid #F07700;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 2px 1px rgba(255, 255, 255, 0.6) inset;
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 2px 1px rgba(255, 255, 255, 0.6) inset;
  border-radius: 4px;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.button--wauto {
  width: auto;
  display: inline-block;
}
.button--sub, .button--outline {
  background: #16B3EE;
  border: 1px solid #16B3EE;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 2px 1px rgba(255, 255, 255, 0.6) inset;
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 2px 1px rgba(255, 255, 255, 0.6) inset;
  color: #FFF;
}
.button--wh {
  color: #F07700;
  background: #FFF;
}
.button--large {
  font-size: 16px;
}
.button--quiet {
  display: inline-block;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #16B3EE;
}

.back-button__icon {
  display: none;
}
.back-button__label {
  font-size: 20px;
}
.back-button__label::before {
  content: "\f2ea";
  font-family: "Material-Design-Iconic-Font";
  color: #F07700;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

.toast {
  border-radius: 4px;
  background: rgba(45, 15, 0, 0.8);
}

ons-fab.fab {
  background: #F07700;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 2px 1px rgba(255, 255, 255, 0.6) inset;
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 2px 1px rgba(255, 255, 255, 0.6) inset;
  border: 1px solid #F07700;
  font-size: 20px;
}
ons-fab.fab--rank {
  font-size: 20px;
  top: calc(16px + var(--toolbar-height)) !important;
  left: 16px;
}

.tabbar {
  background: #FFF;
  -webkit-box-shadow: 0 -1px 2px rgba(78, 23, 0, 0.5);
          box-shadow: 0 -1px 2px rgba(78, 23, 0, 0.5);
}
.tabbar--top-border {
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
}
.tabbar--top-border__item::before {
  display: none;
}
.tabbar--top-border :checked + .tabbar__button {
  border-bottom-color: #F07700;
  color: #F07700;
}
.tabbar--top-border .tabbar__label {
  font-size: 14px !important;
}
.tabbar__item {
  position: relative;
}
.tabbar__item:not(:last-of-type)::before {
  content: "";
  height: 70%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #F07700;
}
.tabbar__button {
  color: rgba(78, 23, 0, 0.5);
}
.tabbar__icon {
  color: #4E1700;
}

:checked + .tabbar__button {
  color: #4E1700;
}

:checked + .tabbar__button .tabbar__icon {
  color: #F07700;
}

.te-heading, .tt-about .tt-heading-main {
  font-size: 14px !important;
  font-weight: 700;
  margin-top: 24px;
  padding: 8px 8px 8px 20px;
  color: #4E1700;
  position: relative;
}
.te-heading::before, .tt-about .tt-heading-main::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  background: #16B3EE;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.te-heading--light::before {
  background: #FFD000;
}

.card {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
  overflow: hidden;
}
.card--highlight {
  background: #F07700;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 0 15px #ffd000 inset;
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 0 15px #ffd000 inset;
  border: 1px solid #F07700;
  padding: 16px 32px;
}
.card--highlight > p {
  color: #FFF;
}
.card--light {
  background: #FFF6CC;
}
.card--max-w {
  max-width: 584px;
}
@media screen and (min-width:600px) {
  .card--max-w {
    margin-left: auto;
    margin-right: auto;
  }
}
.card--ranking {
  padding-bottom: 0;
  overflow: hidden;
}

.card-heading {
  font-size: 14px !important;
  font-weight: 700;
  padding: 8px 8px 8px 4px;
  color: #4E1700;
  position: relative;
}
.card-heading::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  background: #16B3EE;
  left: -31px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.te-card {
  margin: 8px;
  padding: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
  border-radius: 4px;
  background-color: var(--card-background-color);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.te-card.-disabled {
  opacity: 0.5;
}
.te-card__image {
  width: 100%;
}
.te-card__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.te-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.te-card__badge, .u-badge {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.te-card__pref, .u-pref {
  border-radius: 2px;
  background: #FFF;
  font-weight: 700;
  font-size: 11px !important;
  line-height: 1;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 16px;
  right: 16px;
  color: #F07700;
  border: 1px solid #F07700;
}
.te-card__flg-goal {
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: 50%;
  background: #FFF;
  color: #F07700;
  width: 2em;
  height: 2em;
  line-height: 1.8em;
  text-align: center;
  border: 1px solid #F07700;
  font-size: 18px;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 2px 2px #f07700 inset;
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 2px 2px #f07700 inset;
}
.te-card__flg-buy, .u-badge__flg-buy {
  display: inline-block;
  padding: 0.4em 0.8em;
  border-radius: 2px;
  font-size: 11px !important;
  line-height: 1;
  background: #FFD000;
  color: #4E1700;
  margin-right: 4px;
}
.te-card__category, .u-badge__category {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px !important;
  line-height: 1;
  padding: 0.4em 0.8em;
  background: #EBEBEB;
  margin-right: 4px;
}
.te-card__title, .u-name {
  margin-top: 8px;
  font-size: 16px !important;
  font-weight: 700;
}
.te-card__subtitle, .u-subtitle {
  font-size: 12px !important;
  margin-top: 8px;
  color: #4E1700;
}
.te-card__schedule {
  margin-top: 8px;
  font-size: 11px !important;
  color: rgba(78, 23, 0, 0.5);
  border-top: 1px solid #DFD2CC;
  padding-top: 4px;
}

.tt-ranking-user {
  margin-top: 16px;
  margin: 16px -16px 0 -16px;
}
.tt-ranking-user__list {
  position: relative;
}
.tt-ranking-user__list::before {
  content: "";
  height: calc(100% - 30px);
  width: 2px;
  background: #4E1700;
  background-size: 16px auto;
  position: absolute;
  right: 25px;
  bottom: 10px;
  z-index: 1;
}
.tt-ranking-user__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  padding: 8px 8px 8px 8px !important;
  height: 54px !important;
  width: auto !important;
  margin: 0 !important;
  border-bottom: 1px solid #DFD2CC;
}
.tt-ranking-user__list li:last-child {
  border-bottom: none !important;
}
.tt-ranking-user__list li:nth-child(even) {
  background: #FFFDF2;
}
.tt-ranking-user__list li:nth-child(odd) {
  background: #FFF;
}
.tt-ranking-user__list li:not(:first-of-type)::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon_top.svg) center top repeat-y;
  background-size: 16px auto;
  position: absolute;
  right: 18px;
  top: -4px;
}
.tt-ranking-user__list li:first-of-type {
  padding-top: 0;
  background: #FFD000;
  border-top: 1px solid #4E1700;
}
.tt-ranking-user__list li:first-of-type .tt-ranking-user__points {
  background: #FFF;
}
.tt-ranking-user__rank {
  width: 40px;
  height: 40px;
  background: url(../images/rank_star_wh.svg) center top no-repeat;
  background-size: 36px auto;
  color: #4E1700;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.tt-ranking-user__rank::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
  background: #4E1700;
}
.tt-ranking-user__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 8px;
  font-size: 16px !important;
  width: calc(100% - 32px - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tt-ranking-user__spot {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 8px;
  width: calc(100% - 32px - 40px);
  font-size: 14px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tt-ranking-user__icon {
  text-align: center;
  width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.tt-ranking-user__icon img {
  width: 16px;
  height: auto;
}
.tt-ranking-user__points {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FFF;
  color: #000;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: #F07700;
  border: 2px solid #4E1700;
  z-index: 2;
}
.tt-ranking-user__points span {
  display: inline-block;
  vertical-align: middle;
}
.-main .tt-ranking-user__points {
  line-height: 32px;
}

.tt-ranking-course {
  margin-top: 16px;
  margin: 16px -16px 0 -16px;
}
.tt-ranking-course__list {
  border-top: 1px solid #DFD2CC;
  position: relative;
  padding-top: 15px;
  background: #FFFDF2;
  margin-top: 25px;
}
.tt-ranking-course__list::before {
  content: "";
  height: 30px;
  background: url(../images/rank_user_head_text.svg) -2px top no-repeat;
  width: 100%;
  position: absolute;
  left: 0;
  top: -15px;
  z-index: 2;
}
.tt-ranking-course__list li {
  padding: 8px 0 8px 8px !important;
  height: 54px !important;
  width: auto !important;
  margin: 0 !important;
  border-bottom: 1px solid #DFD2CC;
}
.tt-ranking-course__list li:last-child {
  border-bottom: none !important;
}
.tt-ranking-course__list li:nth-child(odd) {
  background: #FFFDF2;
}
.tt-ranking-course__list li:nth-child(even) {
  background: #FFF;
}
.tt-ranking-course__list li::before {
  width: 38px !important;
}
.tt-ranking-course__list li::after {
  top: 0 !important;
  width: 54px !important;
  height: 54px !important;
}
.tt-ranking-course__list .-link:active {
  opacity: 0.2;
}
.tt-ranking-course__name {
  max-width: inherit !important;
  width: calc(100% - 70px - 0px);
}
.tt-card-goal {
  margin: -16px 40px 0 40px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
  background: #FFF;
  position: relative;
}
.tt-card-goal::before {
  content: "";
  width: 240px;
  height: 62px;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/goal_star.svg) center no-repeat;
  background-size: contain;
}
.tt-card-goal__body {
  padding: 8px 0;
}
.tt-card-goal__name {
  font-size: 18px !important;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #4E1700;
  padding-top: 32px;
  padding-bottom: 8px;
}
.tt-card-goal__number {
  font-size: 16px !important;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  color: #FFD000;
}
.tt-card-goal__info {
  margin: 8px 0;
  font-size: 14px !important;
  line-height: 1.6;
}
.tt-card-goal__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #FFFDF2;
  border-bottom: 1px solid #DFD2CC;
  padding: 16px 8px;
  margin: 0 0 0 0;
}
.tt-card-goal__info dl:first-of-type {
  border-top: 1px solid #DFD2CC;
}
.tt-card-goal__info dl dt,
.tt-card-goal__info dl dd {
  width: 50%;
  line-height: 1;
}
.tt-card-goal__info dl dt {
  text-align: right;
  padding-right: 8px;
  color: #F07700;
  font-weight: 700;
}
.tt-card-goal__info dl dd {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  padding-left: 8px;
}

.te-detail {
  position: relative;
}
.te-detail__image {
  width: 100%;
  padding: 8px;
  overflow: hidden;
  background: #FFF;
}
.te-detail__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  border-radius: 4px;
}
.te-detail__header {
  padding: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
  background: #FFF;
}
.te-detail__info-group {
  margin-top: 8px;
}
.te-detail__info-header {
  background: #F07700;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 0 15px #ffd000 inset;
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 0 15px #ffd000 inset;
  border: 1px solid #F07700;
  color: #FFF;
  text-align: center;
  padding: 8px;
}
.te-detail__info {
  padding: 8px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 14px !important;
  border-top: 1px solid #DFD2CC;
}
.te-detail__info dt {
  width: 8em;
  color: #4E1700;
}
.te-detail__info dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #4E1700;
}
.te-detail__info-result {
  padding: 8px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 14px !important;
  border-top: 1px solid #DFD2CC;
}
.te-detail__info-result dt,
.te-detail__info-result dd {
  width: 50%;
  line-height: 1;
}
.te-detail__info-result dt {
  width: 8em;
  text-align: right;
  padding-right: 8px;
  color: #F07700;
  font-weight: 700;
  font-size: 14px !important;
}
.te-detail__info-result dd {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  padding-left: 8px;
}
.te-detail__badge {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.te-detail__pref {
  border-radius: 2px;
  background: #FFF;
  font-weight: 700;
  font-size: 11px !important;
  line-height: 1;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 16px;
  right: 16px;
  color: #F07700;
  border: 1px solid #F07700;
}
.te-detail__flg-goal {
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  background: #F07700;
}
.te-detail__flg-buy {
  display: inline-block;
  padding: 0.4em 0.8em;
  border-radius: 2px;
  font-size: 11px !important;
  line-height: 1;
  background: #FFD000;
  color: #4E1700;
  margin-right: 4px;
}
.te-detail__category {
  display: inline-block;
  border-radius: 2px;
  font-size: 11px !important;
  line-height: 1;
  padding: 0.4em 0.8em;
  background: #EBEBEB;
  margin-right: 4px;
}
.te-detail__title {
  margin-top: 8px;
  font-size: 18px !important;
  font-weight: 700;
}
.te-detail__subtitle {
  font-size: 14px !important;
  margin: 8px 0 16px;
  color: #4E1700;
}
.te-detail__body {
  padding: 0 0 16px;
}

.te-spot-result {
  margin-top: 24px;
  padding: 8px;
}
.te-spot-result h2 {
  font-size: 20px;
  font-weight: 700;
  color: #4E1700;
  border-bottom: 2px solid #4E1700;
  padding-bottom: 4px;
}
.te-spot-result h2 span {
  display: inline-block;
  vertical-align: middle;
}
.te-spot-result h2 span:first-child {
  padding-right: 8px;
}
.te-spot-result h2 img {
  width: 32px;
  height: auto;
}
.te-spot-result__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width:600px) {
  .te-spot-result__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.te-spot-result__list > * {
  margin: 0;
}
.te-spot-result__list li {
  margin: 8px;
  padding: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background-color: var(--card-background-color);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.te-spot-result__list li > * img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.te-spot-result__col {
  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: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 45px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 8px;
}
.te-spot-result__name {
  font-size: 14px !important;
  font-weight: bold !important;
  padding-left: 8px !important;
  margin: 0 !important;
}
.te-spot-result__name .-s {
  display: block;
  font-size: 11px;
  color: #4E1700;
}
.te-spot-result__status {
  width: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.te-spot-result__status figure {
  position: relative;
  display: inline-block;
  width: 32px;
  margin: auto;
}
.te-spot-result__status figure img {
  width: 32px;
  height: auto;
}
.te-spot-result__status figure figcaption {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 6px;
  color: #4E1700;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  -webkit-transform: scaleX(0.8);
          transform: scaleX(0.8);
}

.te-event-detail__goal-title {
  margin: 0 !important;
}
.te-event-detail__goal-title img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.te-rank-box {
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 0 15px rgba(255, 255, 255, 0.6) inset;
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 0 15px rgba(255, 255, 255, 0.6) inset;
  border: 1px solid #FFD000;
  border-radius: 4px;
  margin: 8px;
  text-align: center;
  padding: 32px 0;
  background: #FFD000 url(../images/point_get_bg.svg) center center no-repeat;
  background-size: 100% auto;
}
.te-rank-box__num {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #FFF;
  z-index: 1;
  -webkit-box-shadow: 0 2px 4px rgba(78, 23, 0, 0.5);
          box-shadow: 0 2px 4px rgba(78, 23, 0, 0.5);
  border: 1px solid #FFD000;
  margin: auto;
  line-height: 92px;
  font-size: 36px;
  font-weight: 700;
  color: #FFD000;
  text-shadow: 1px 1px 0 #4E1700, -1px -1px 0 #4E1700, -1px 1px 0 #4E1700, 1px -1px 0 #4E1700, 0px 1px 0 #4E1700, -1px 0 #4E1700, -1px 0 0 #4E1700, 1px 0 0 #4E1700, 0 2px 2px #4E1700;
}

:root {
  --border-color: #DFD2CC;
  --list-item-separator-color: var(--border-color);
}

.list {
  margin-top: 16px;
  font-size: 14px !important;
  color: #2D0F00;
}

.list-header {
  background: rgba(22, 179, 238, 0.5);
}

.list-item__flg-goal {
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  background: #F07700;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  font-size: 11px !important;
  color: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
}
.list-item__subtitle {
  color: #4E1700;
  opacity: 1;
  font-size: 12px !important;
}
.list-item--chevron {
  color: #2D0F00;
}
.list-item--chevron:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  content: "\f2ee";
  font-family: "Material-Design-Iconic-Font";
  color: #F07700;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  height: 1em;
}
.list-item--buy-price {
  background: #FFF;
  border-bottom: 1px solid #DFD2CC;
}
.list-item--buy-price .list-item__title {
  font-weight: 700;
  font-size: 18px !important;
  color: #4E1700;
}
.list-item--buy-price .list-item__left {
  width: 4em;
}
.list-item--buy-price .list-item__label {
  color: #F07700;
}
.list-item--buy-course {
  background: #FFF;
  border-bottom: 1px solid #DFD2CC;
  padding-left: 0 !important;
}
.list-item--buy-course .list-item__title {
  font-weight: 700;
  font-size: 14px !important;
  color: #4E1700;
}
.list-item--buy-course .list-item__label {
  color: #F07700;
}
.list-item--lang .list-item__title {
  -ms-flex-item-align: center;
      align-self: center;
}
.list-item--lang .list-item__right {
  padding-right: 0;
}
.list-item__thumbnail {
  border-radius: 4px;
}

ons-input {
  -webkit-box-shadow: 0 0 5px rgba(45, 15, 0, 0.1) inset;
          box-shadow: 0 0 5px rgba(45, 15, 0, 0.1) inset;
  padding: 8px;
  display: block;
  width: 100%;
  border: 1px solid rgba(45, 15, 0, 0.1);
}

.textarea {
  -webkit-box-shadow: 0 0 5px rgba(45, 15, 0, 0.1) inset;
          box-shadow: 0 0 5px rgba(45, 15, 0, 0.1) inset;
  padding: 8px;
  display: block;
  width: 100%;
  height: calc(4em + 16px);
  border: 1px solid rgba(45, 15, 0, 0.1);
}

.select {
  -webkit-box-shadow: 0 0 5px rgba(45, 15, 0, 0.1);
          box-shadow: 0 0 5px rgba(45, 15, 0, 0.1);
  padding: 8px;
  border: 1px solid rgba(45, 15, 0, 0.1);
}

.entry {
  padding: 0 8px;
}
.entry a {
  text-decoration: underline;
  color: #16B3EE;
}
.entry h2 {
  font-size: 18px !important;
  font-weight: 700;
  margin-top: 24px;
  color: #4E1700;
  padding: 8px 8px 8px 20px;
  position: relative;
}
.entry h2::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  background: #16B3EE;
  left: -23px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.entry h2 em,
.entry h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(22, 179, 238, 0.5)));
  background: linear-gradient(transparent 60%, rgba(22, 179, 238, 0.5) 60%);
}
.entry h3 {
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #4E1700;
  padding: 4px 8px;
  border-bottom: 1px solid #4E1700;
  border-top: 1px solid #4E1700;
  margin-top: 24px;
}
.entry p {
  font-size: 14px !important;
  line-height: 2;
  margin-top: 16px;
}
.entry p.lead {
  font-size: 14px !important;
  font-weight: 500;
  color: #4E1700;
}
.entry ul {
  margin-top: 16px;
}
.entry ul li {
  font-size: 14px !important;
  line-height: 1.6;
  margin-top: 8px;
  position: relative;
  padding-left: 1.5em;
  color: #4E1700;
}
.entry ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  background-color: #16B3EE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.entry ol {
  margin-top: 16px;
  counter-reset: item;
}
.entry ol li {
  font-size: 14px !important;
  line-height: 1.6;
  margin-top: 8px;
  position: relative;
  padding-left: 2em;
  color: #4E1700;
}
.entry ol li::before {
  counter-increment: item;
  content: counter(item);
  text-align: center;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.6;
  position: absolute;
  left: 0;
  top: calc(0em - 1px);
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  background-color: #FFF;
  color: #4E1700;
  border: 1px solid #4E1700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.entry em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(240, 119, 0, 0.3)));
  background: linear-gradient(transparent 60%, rgba(240, 119, 0, 0.3) 60%);
  font-weight: bold;
}
.entry strong {
  font-weight: bold;
}
.entry blockquote {
  padding: 0.8em;
  background: rgba(255, 208, 0, 0.5);
  margin-top: 16px;
  border-radius: 4px;
  font-size: 14px !important;
  line-height: 2;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.entry blockquote > *:first-child {
  margin-top: 0;
}

.te-block-top {
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
  margin-bottom: 8px;
}
.te-block-top__logo {
  text-align: center;
  padding: 32px 0 24px 0;
}
.te-block-top__logo img {
  vertical-align: top;
}

#cancel-alert,
#start,
#point,
#sample-photo,
#coupon-use,
#point-get {
  z-index: 10002 !important;
}

.dialog {
  min-width: 290px;
}
.dialog--rank {
  max-width: 300px;
}
.dialog--map {
  min-width: 290px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.dialog--map .button {
  font-size: 14px;
}
.dialog-container {
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 0 15px rgba(255, 208, 0, 0.6) inset;
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 0 15px rgba(255, 208, 0, 0.6) inset;
}
#point-get .dialog-container {
  background: #FFD000;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 0 15px rgba(255, 255, 255, 0.6) inset;
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 0 15px rgba(255, 255, 255, 0.6) inset;
  border: 1px solid #FFD000;
}

.dialog-heading {
  text-align: center;
  font-size: 16px !important;
  font-weight: 700;
  color: #4E1700;
  position: relative;
  padding-top: 12px;
}
.dialog-heading:first-child {
  /* &::after {
      content: "";
      width: 20px;
      height: 20px;
      border-radius: 50%;
      position: absolute;
      background: $cSub;
      left: 0;
      right: 0;
      top: -30px + $space * -4.5;
      bottom: 0;
      margin: auto;
  }*/
}
.dialog-heading:first-child::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  background: #FFD000;
  left: 0;
  right: 0;
  top: -66px;
  bottom: 0;
  margin: auto;
}
.dialog-heading:not(:first-child) {
  border-top: 2px solid #DFD2CC;
  margin-top: 16px;
  margin-left: -16px;
  margin-right: -16px;
}

/*
.alert-dialog-container {
    text-align: left;
}

.alert-dialog-content {
    text-align: left;
}

.alert-dialog-container,
.dialog-container {
    border: 2px solid $cBrown;
    border-radius: $radius;
    overflow: hidden;
}

.alert-dialog-title {
    @include fs(l);
    @include bold;
    padding: $space 0;
    border-bottom: 1px solid $cBrown3;
    color: $cBrown;
    margin-bottom: $space;
}

.alert-dialog-button {
    color: $cBrown;
    border-top: 1px solid $cBrown3;
}

#point-get .tt-dialog {
    background: url(../images/get_bg.svg) center top no-repeat;
    background-size: cover;
}
*/
.dialog-close-bt {
  position: absolute;
  font-size: 20px;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.tt-dialog {
  padding: 16px;
}
.tt-dialog .button {
  border-radius: 4px;
}
.tt-dialog__heading {
  font-size: 16px !important;
  font-weight: 700;
  padding: 8px 0;
  border-bottom: 1px solid #DFD2CC;
  color: #4E1700;
  position: relative;
  z-index: 1;
}
#point-get .tt-dialog__heading {
  border-bottom: 1px solid #4E1700;
}
.tt-dialog__body {
  padding: 16px 0;
}
#point-get .tt-dialog__body {
  padding-bottom: 8px;
}
.tt-dialog__body p:not(:first-child) {
  padding-top: 8px;
}
.tt-dialog__body .-m {
  font-size: 14px !important;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.tt-dialog__body .-l {
  font-size: 18px !important;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
#start .tt-dialog__body .-l, #point .tt-dialog__body .-l {
  text-align: center;
}
#point-get .tt-dialog__body .-l {
  text-shadow: 0 1px 4px #FFF;
  text-align: center;
  margin-top: 24px;
}
.tt-dialog__body .-s {
  font-size: 12px !important;
  line-height: 1.4;
}
.tt-dialog__body .-sample-ph {
  position: relative;
  margin-bottom: -16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#start .tt-dialog__body .-sample-ph, #point .tt-dialog__body .-sample-ph {
  margin-bottom: 0px;
  padding-left: 16px;
  padding-right: 16px;
}
.tt-dialog__body .-sample-ph::before {
  content: "SAMPLE";
  font-weight: 700;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
}
.tt-dialog__body .-sample-ph img {
  width: 260px;
  height: auto;
  border: 1px solid #4E1700;
  border-radius: 4px;
}
.tt-dialog__body .-get {
  padding-bottom: 5px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.tt-dialog__body .-status-wrap {
  width: 92px;
  height: 92px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}
.tt-dialog__body .-status-wrap::after {
  content: "";
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  left: 0px;
  top: -18px;
  margin-top: 16px;
  z-index: 1;
  -webkit-box-shadow: 0 2px 4px rgba(78, 23, 0, 0.5);
          box-shadow: 0 2px 4px rgba(78, 23, 0, 0.5);
  border: 1px solid #FFD000;
}
.tt-dialog__body .-status-wrap .-status {
  margin-top: 0 !important;
}
.tt-dialog__body .-status {
  width: 48px;
  margin: auto;
  margin-top: 16px;
  position: relative;
}
.tt-dialog__body .-status::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(../images/point_bg_n1.svg) center center no-repeat;
  background-size: 100% auto;
}
#point-get .tt-dialog__body .-status::before {
  background: url(../images/point_get_bg.svg) center center no-repeat;
  background-size: 100% auto;
  width: 300px;
  height: 300px;
}
.tt-dialog__body .-status figure {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.tt-dialog__body .-status figure img {
  width: 48px;
  height: auto;
}
.tt-dialog__body .-status figure figcaption {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 8px;
  color: #4E1700;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  -webkit-transform: scaleX(0.8);
          transform: scaleX(0.8);
}
.tt-dialog__bt {
  /*
  @include flexSet($align: stretch, $justy: space-between, $dir: column, $wrap: wrap);

  >* {
      text-align: center;
  }

  >*:not(:first-child) {
      @include interval(xs);
      width: 100%;
  }*/
}

.alert-dialog {
  background: #FFF;
  border-radius: 4px;
}

.alert-dialog-button {
  color: #16B3EE;
}

.modal--utility {
  top: 0;
  height: 100%;
  background-color: #FFFDF2;
  color: #2D0F00;
  overflow: hidden;
}
.modal--utility .modal__content {
  color: #2D0F00;
  height: 100%;
  color: #2D0F00;
  overflow-y: scroll;
  display: block;
  padding: 16px;
}
.modal--wv .modal__content {
  padding: 0 !important;
  overflow-y: hidden !important;
}
.modal--loader {
  background: none;
  pointer-events: none;
  z-index: 10000;
}
.modal--map {
  top: 0;
  height: 100%;
  z-index: 10001 !important;
  background-color: #FFFDF2;
  color: #2D0F00;
  overflow: hidden;
}
.modal--map .dialog-close-bt {
  z-index: 100;
}
.modal--map .modal__content {
  height: 100%;
  color: #2D0F00;
  overflow-y: scroll;
  display: block;
  padding: 48px 16px 16px 16px;
}

.is-not-started {
  display: inline;
}
.started .is-not-started {
  display: none;
}

.is-started {
  display: none;
}
.started .is-started {
  display: inline;
}

#point-check,
.tt-map-button.-rest {
  opacity: 0.5;
  pointer-events: none;
}
.started #point-check,
.started .tt-map-button.-rest {
  opacity: 1;
  pointer-events: initial;
}

#P19.started .toolbar__left .back-button {
  display: none !important;
}

#P19.started .tt-map-button.-goal {
  background: #F07700;
  border: 1px solid #F07700;
  color: #4E1700;
}
#P19.started .tt-map-button.-goal::before {
  content: url(../images/icon_goal_wh.svg);
}

.is-not-rested {
  display: inline;
}
.rested .is-not-rested {
  display: none;
}

.is-rested {
  display: none;
}
.rested .is-rested {
  display: inline;
}

#P19.rested .tt-map-button.-goal {
  opacity: 0.5;
  pointer-events: none;
}
#P19.rested .tt-spot-list__bt .-point {
  opacity: 0.5;
  pointer-events: none;
}
#P19.rested .tt-spot-bt-group a {
  opacity: 0.5;
  pointer-events: none;
}
#P19.rested #point-check,
#P19.rested .tt-map-button.-rest {
  background: #BE4141;
  color: #FFF;
  border: 1px solid #BE4141;
}

#point-check {
  background: #4E1700;
  border: 1px solid #4E1700;
}

.ons-icon.ion-md-close {
  width: 32px;
  height: 32px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
}
.ons-icon.ion-md-close:active {
  opacity: 0.2;
}

.ons-icon.ion-md-close::before {
  content: url(../images/icon_close.svg);
}

.ons-icon.zmdi-camera {
  width: 32px;
  height: 32px;
  margin: -8px 0;
  padding-right: 0;
  vertical-align: middle !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
}

.ons-icon.zmdi-camera::before {
  content: url(../images/icon_camera.svg);
}

.map-start {
  background-color: black;
  height: 160px;
  margin-top: 16px;
}

.tt-map {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /*
  &__heading {
      height: 66px;
      overflow: hidden;
      padding: 0 $space;
      background-color: $cBl;
      @include flexSet($align: center, $justy: center, $dir: column, $wrap: nowrap);
      box-shadow: 0 2px 0 rgba($cBl, 0.2);

      h1,
      h2 {
          color: #FFF;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          text-align: center;
          line-height: 1;
          margin: 0;
      }

      h1 {
          width: 100%;
          font-size: 12px;
          @include bold(m);
      }

      h2 {
          font-size: 14px;
          @include bold;
          padding-top: 6px;
          margin-top: 8px;
          color: $cMain;
          display: inline-block;
          border-top: 2px solid $cMain;
      }
  }
      */
}
.tt-map__body {
  height: calc(100% - 80px);
}
.tt-map__footer {
  height: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1100;
  background-color: #fff;
  -webkit-box-shadow: 0 -1px 2px rgba(78, 23, 0, 0.5);
          box-shadow: 0 -1px 2px rgba(78, 23, 0, 0.5);
}

/*
@media (orientation: portrait) {

    html[onsflag-iphonex-portrait] .tt-map {
        &__heading {
            padding-top: $iphonex-top;
            box-sizing: content-box;
        }

        &__body {
            height: calc(100% - 108px - 66px - $iphonex-top);
        }
    }
}
*/
.tt-map-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  position: relative;
}
.rested .tt-map-info::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(45, 15, 0, 0.8);
  z-index: 1;
}
.tt-map-info__time {
  position: relative;
  white-space: nowrap;
  background: #F07700;
  color: #FFF;
  font-size: 12px !important;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  padding: 4px 8px;
  font-weight: 500;
  text-align: center;
  margin: 4px;
}
.tt-map-info__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.tt-map-info__bt {
  position: relative;
  z-index: 2;
  width: 30%;
  padding: 0 8px 8px 8px;
}
.tt-map-info__bt .button {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.-rest .tt-map-info__bt .button {
  background-color: #BE4141;
}
.tt-map-info__count {
  width: 35%;
  margin: 0;
  text-align: right;
  padding-right: 8px;
}
.tt-map-info__count:first-of-type {
  border-right: 2px solid #4E1700;
}
.tt-map-info__count dt {
  font-size: 12px !important;
  color: #4E1700;
  font-size: 12px;
  font-weight: 500;
}
.tt-map-info__count dd {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.tt-map-block {
  height: 100%;
  position: relative;
}
.tt-map-block .map {
  height: 100%;
  background-color: #CCC;
}

.tt-spot-bt-group {
  position: absolute;
  left: 16px;
  top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.tt-spot-bt-group > * {
  margin-right: 8px;
}

.tt-map-button {
  display: inline-block;
  position: absolute;
  background-color: #FFF;
  border-radius: 4px;
  text-align: center;
  color: #4E1700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
}
.tt-map-button.-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.tt-map-button:active {
  opacity: 0.2;
}
.tt-map-button::before {
  width: 32px;
  height: 32px;
  margin: auto;
  display: block;
}
.tt-map-button.-rank {
  right: 8px;
  top: 16px;
  width: 60px;
  height: 60px;
  font-size: 10px;
  -webkit-box-shadow: 0 1px 2px #4e1700, 0 2px 1px rgba(255, 255, 255, 0.6) inset;
          box-shadow: 0 1px 2px #4e1700, 0 2px 1px rgba(255, 255, 255, 0.6) inset;
  background: #FFD000;
  border: 1px solid #FFD000;
}
.tt-map-button.-rank::before {
  content: url(../images/icon_ranking.svg);
}
.tt-map-button.-help {
  width: 60px;
  right: 8px;
  top: 91px;
  padding: 4px 0;
  font-size: 12px;
}
.tt-map-button.-goal {
  left: 8px;
  bottom: 36px;
  width: 60px;
  height: 60px;
  font-size: 10px;
  -webkit-box-shadow: 0 1px 2px #4e1700, 0 2px 1px rgba(255, 255, 255, 0.6) inset;
          box-shadow: 0 1px 2px #4e1700, 0 2px 1px rgba(255, 255, 255, 0.6) inset;
  background: #4E1700;
  border: 1px solid #4E1700;
  color: #FFF;
}
.tt-map-button.-goal::before {
  content: url(../images/icon_goal.svg);
}
.tt-map-button.-rest {
  right: 8px;
  bottom: 36px;
  width: 60px;
  height: 60px;
  font-size: 10px;
  -webkit-box-shadow: 0 1px 2px #4e1700, 0 2px 1px rgba(255, 255, 255, 0.6) inset;
          box-shadow: 0 1px 2px #4e1700, 0 2px 1px rgba(255, 255, 255, 0.6) inset;
  background: #DFD2CC;
  border: 1px solid #DFD2CC;
}
.tt-map-button.-rest.-active {
  background-color: #BE4141;
  color: #FFF;
  border: 1px solid #BE4141;
}
.tt-map-button.-rest::before {
  content: url(../images/icon_rest.svg);
}
.tt-map-button.-modal {
  border-radius: 4px;
  width: auto;
  font-size: 12px;
  padding: 4px 8px;
  background-color: #4E1700;
  font-weight: 500;
  color: #FFF;
  position: relative;
}
.tt-map-button.-modal.-cancel {
  background: #DFD2CC;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  padding: 4px 8px;
  color: #4E1700;
}
.tt-map-button.-modal.-cancel::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_close.svg) center center no-repeat;
  background-size: contain;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 5px 0 0;
}
.tt-map-button-group {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 16px;
  margin: auto;
  width: 184px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.-result .tt-map-button-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tt-map-button-group .tt-map-button {
  border-radius: 4px;
  position: relative;
  width: 85px;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 0;
}
.tt-map-button-group .tt-map-button:first-of-type {
  background: #4E1700;
  color: #FFF;
}

.tt-spot-list__item {
  padding: 8px 8px 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #DFD2CC;
}
.tt-spot-list__status, .tt-spot__status {
  width: 45px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 8px;
}
.tt-spot-list__status figure, .tt-spot__status figure {
  position: relative;
  display: block;
  width: 32px;
  margin: auto;
}
.tt-spot-list__status figure img, .tt-spot__status figure img {
  width: 32px;
  height: auto;
}
.tt-spot-list__status figure figcaption, .tt-spot__status figure figcaption {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 6px;
  color: #4E1700;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  -webkit-transform: scaleX(0.8);
          transform: scaleX(0.8);
}
.tt-spot-list__status p, .tt-spot__status p {
  font-size: 10px;
  text-align: center;
  font-weight: 500;
}
.tt-spot-list__status p.-normal, .tt-spot__status p.-normal {
  color: #16B3EE;
}
.tt-spot-list__status p.-checked, .tt-spot__status p.-checked {
  color: #F07700;
}
.tt-spot-list__status p.-photo, .tt-spot__status p.-photo {
  color: #4E1700;
}
.tt-spot-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.tt-spot-list__group {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tt-spot-list__ph {
  width: 42px;
  margin-left: 8px;
}
.tt-spot-list__ph img {
  width: 42px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  border: 1px solid #4E1700;
}
.tt-spot-list__name {
  font-size: 14px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(100% - 50px);
}
.tt-spot-list__bt {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.tt-spot-list__bt a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: inline-block;
  background-color: #4E1700;
  border-radius: 2px;
  padding: 6px 4px 6px;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  font-weight: 500;
  width: 31.833333%;
  text-align: center;
  border: 1px solid #4E1700;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
}
.tt-spot-list__bt a:not(:first-child) {
  margin-left: 1.5%;
}
.tt-spot-list__bt a:active {
  opacity: 0.2;
}
.tt-spot-list__bt a.-disabled {
  pointer-events: none;
  opacity: 0.4;
  /* &::after {
      content: "済";
  }*/
}
.tt-spot-list__bt a.-coupon {
  background-color: #FFD000;
  color: #4E1700;
  border: 1px solid #FFD000;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 2px 1px rgba(255, 255, 255, 0.6) inset;
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5), 0 2px 1px rgba(255, 255, 255, 0.6) inset;
}
.tt-spot-list__bt a.-more {
  background-color: #FFF;
  color: #4E1700;
}

.tt-coupon {
  background-color: #FFF;
  border: 1px solid #4E1700;
  border-radius: 4px;
  overflow: hidden;
  max-width: 600px;
  margin: 16px auto 0;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
}
.tt-coupon__heading {
  padding: 16px 8px;
  font-size: 20px;
  background-color: #16B3EE;
  color: #FFF;
  font-weight: 700;
  border-bottom: 1px solid #4E1700;
  position: relative;
}
.tt-coupon__heading::after, .tt-coupon__heading::before {
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #FFFDF2;
  position: absolute;
  bottom: -15px;
  z-index: 1;
  border: 1px solid #4E1700;
}
.tt-coupon__heading::after {
  left: -15px;
}
.tt-coupon__heading::before {
  right: -15px;
}
.tt-coupon__body {
  text-align: left;
  margin: 24px 8px 8px 8px;
  border: 1px solid #DFD2CC;
  border-top: 0px solid #DFD2CC;
  border-radius: 0 0 4px 4px;
  padding: 0 16px 120px 16px;
  text-align: center;
  position: relative;
}
.tt-coupon__body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 104px;
  background: url(../images/logo.svg) center no-repeat;
  background-size: contain;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 8px;
}
.tt-coupon__name {
  font-size: 16px !important;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(22, 179, 238, 0.3)));
  background: linear-gradient(transparent 60%, rgba(22, 179, 238, 0.3) 60%);
}
.tt-coupon__off {
  font-size: 22px;
  font-weight: 700;
  padding: 8px 8px 8px 8px;
  color: #4E1700;
  border-bottom: 4px solid #16B3EE;
  margin-bottom: 4px;
  line-height: 1.2;
}
.tt-coupon__desc {
  padding: 8px 0;
  font-size: 14px !important;
  color: #4E1700;
  text-align: left;
}
.tt-coupon__note {
  padding: 8px 0;
  font-size: 12px !important;
  color: #AF8F7F;
  text-align: left;
}

.tt-spot {
  text-align: left;
  margin-top: -16px;
}
.tt-spot__heading {
  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: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #4E1700;
  padding-bottom: 8px;
  margin-bottom: 8px;
  padding-top: 32px;
}
.tt-spot__box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 8px;
}
.tt-spot__name {
  font-size: 18px !important;
  line-height: 1.6;
  font-weight: 700;
  margin-right: 24px;
  padding-top: 8px;
}
.tt-spot__address {
  margin-right: 8px;
  font-size: 12px !important;
  color: #4E1700;
}
.tt-spot__ph {
  margin: auto;
  width: 240px;
}
.tt-spot__ph img {
  width: 100%;
  height: auto;
}
.tt-spot__desc {
  font-size: 14px !important;
  line-height: 1.6;
  padding-top: 8px;
  padding-bottom: 16px;
}
.tt-spot__footer {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.tt-spot__footer .button {
  width: 48%;
  text-align: center;
}

.tt-map-ranking__heading {
  padding: 8px 0 40px;
  background: url(../images/rank_head_bg.svg) center bottom no-repeat;
  background-size: 400px auto;
}
.tt-map-ranking__heading h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-top: 16px;
}
.tt-map-ranking__list, .tt-ranking-course__list {
  counter-reset: item;
}
.tt-map-ranking__list li, .tt-ranking-course__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 4px;
  margin-left: 8px;
  padding: 0;
  width: 100%;
  height: 38px;
  position: relative;
}
.tt-map-ranking__list li::before, .tt-ranking-course__list li::before {
  counter-increment: item;
  content: counter(item);
  width: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: #4E1700;
  position: relative;
  z-index: 1;
  line-height: 38px;
}
.tt-map-ranking__list li:nth-child(1)::before, .tt-ranking-course__list li:nth-child(1)::before, .tt-map-ranking__list li:nth-child(2)::before, .tt-ranking-course__list li:nth-child(2)::before, .tt-map-ranking__list li:nth-child(3)::before, .tt-ranking-course__list li:nth-child(3)::before {
  line-height: 24px;
}
.tt-map-ranking__list li::after, .tt-ranking-course__list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 32px;
  height: 32px;
  background: url(../images/rank_bg.svg) center center no-repeat;
}
.tt-map-ranking__list li:nth-child(1)::after, .tt-ranking-course__list li:nth-child(1)::after {
  background: url(../images/icon_ranking_main.svg) center no-repeat;
}
.tt-map-ranking__list li:nth-child(2)::after, .tt-ranking-course__list li:nth-child(2)::after {
  background: url(../images/icon_ranking_sub.svg) center no-repeat;
}
.tt-map-ranking__list li:nth-child(3)::after, .tt-ranking-course__list li:nth-child(3)::after {
  background: url(../images/icon_ranking_third.svg) center no-repeat;
}
.tt-map-ranking__list li:nth-child(1) .tt-map-ranking__points, .tt-ranking-course__list li:nth-child(1) .tt-map-ranking__points, .tt-map-ranking__list li:nth-child(1) .tt-ranking-course__points, .tt-ranking-course__list li:nth-child(1) .tt-ranking-course__points {
  background: url(../images/point_bg2.svg) left top no-repeat;
}
.tt-map-ranking__list li:nth-child(2) .tt-map-ranking__points, .tt-ranking-course__list li:nth-child(2) .tt-map-ranking__points, .tt-map-ranking__list li:nth-child(2) .tt-ranking-course__points, .tt-ranking-course__list li:nth-child(2) .tt-ranking-course__points {
  background: url(../images/point_bg1.svg) left top no-repeat;
}
.tt-map-ranking__list li:nth-child(3) .tt-map-ranking__points, .tt-ranking-course__list li:nth-child(3) .tt-map-ranking__points, .tt-map-ranking__list li:nth-child(3) .tt-ranking-course__points, .tt-ranking-course__list li:nth-child(3) .tt-ranking-course__points {
  background: url(../images/point_bg3.svg) left top no-repeat;
}
.tt-map-ranking__name, .tt-ranking-course__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px !important;
  margin-left: 8px;
  font-weight: 500;
  color: #4E1700;
  line-height: 38px;
}
.tt-map-ranking__points, .tt-ranking-course__points {
  width: 70px;
  height: 38px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 16px;
  padding: 0 12px 0 0;
  text-align: right;
  font-weight: 700;
  line-height: 38px;
  color: #4E1700;
  background: url(../images/point_bg.svg) left top no-repeat;
}
.tt-map-ranking__user-heading {
  background: url(../images/rank_user_head.svg) -2px top no-repeat;
  height: 38px;
  position: relative;
  margin-top: 16px;
}
.tt-map-ranking__user-heading h3 {
  line-height: 38px;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  padding-left: 16px;
  color: #4E1700;
}
.tt-map-ranking__user-heading h3 span {
  font-size: 18px;
}
.tt-map-ranking__user-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #FFFDF2;
  margin: -18px 8px 8px 8px;
  padding: 26px 8px 8px 8px;
}
.tt-map-ranking__user-body > div:last-child {
  padding: 0;
  width: calc(100% - 72px);
  border-bottom: 2px solid #AF8F7F;
}
.tt-map-ranking__user-rank {
  font-size: 30px;
  color: #4E1700;
  font-weight: 700;
  width: 64px;
  padding-top: 20px;
  background: url(../images/rank_star.svg) center top no-repeat;
  border-bottom: 2px solid #4E1700;
  text-align: center;
}
.tt-map-ranking__user-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 14px !important;
  line-height: 1;
  font-weight: 700;
  color: #4E1700;
  padding-top: 8px;
}
.tt-map-ranking__user-points {
  font-size: 24px;
  font-weight: 700;
  text-align: right;
  line-height: 1;
  padding-top: 8px;
  color: #4E1700;
}
.tt-map-ranking__user-points span {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-right: 0.5em;
}
.tt-map-ranking__note {
  padding: 0 8px 8px 8px;
  line-height: 1.4;
  font-size: 11px !important;
  color: #AF8F7F;
}

.map-swiper {
  width: 100%;
  height: 100%;
}

.map-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu {
  min-width: 100px;
  width: 70%;
  max-width: 320px;
  background-color: #FFF;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
.menu.swiper-slide-active {
  -webkit-box-shadow: 0 1px 2px #4e1700;
          box-shadow: 0 1px 2px #4e1700;
}

.content {
  width: 100%;
}

.map-menu-button {
  position: absolute;
  top: 16px;
  left: -2px;
  width: 70px;
  height: 60px;
  border: 1px solid #16B3EE;
  border-left: 0px solid #16B3EE;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: 0 1px 2px #4e1700, 0 2px 1px rgba(255, 255, 255, 0.6) inset;
          box-shadow: 0 1px 2px #4e1700, 0 2px 1px rgba(255, 255, 255, 0.6) inset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  background-color: #16B3EE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.map-menu-button:active {
  opacity: 0.2;
}
.map-menu-button::before {
  width: 32px;
  height: 32px;
  margin: auto;
  display: block;
  content: url(../images/icon_event_map.svg);
}
.map-menu-button::after {
  content: "スポット";
  font-size: 10px;
  color: #4E1700;
}
.lang-en .map-menu-button::after {
  content: "Checkpoints";
}

/*
.map-menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.map-menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    display: none;
}
*/
/*
.map-menu-button:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(1.5px) rotate(-4.5deg);
    -ms-transform: translateY(1.5px) rotate(-4.5deg);
    transform: translateY(1.5px) rotate(-4.5deg);
}

.map-menu-button:hover .bar:nth-of-type(2) {
    opacity: 0.9;
}

.map-menu-button:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-1.5px) rotate(4.5deg);
    -ms-transform: translateY(-1.5px) rotate(4.5deg);
    transform: translateY(-1.5px) rotate(4.5deg);
}*/
/*
.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}
*/
/*
.cross:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(13.5px) rotate(-40.5deg);
    -ms-transform: translateY(13.5px) rotate(-40.5deg);
    transform: translateY(13.5px) rotate(-40.5deg);
}

.cross:hover .bar:nth-of-type(2) {
    opacity: 0.1;
}

.cross:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-13.5px) rotate(40.5deg);
    -ms-transform: translateY(-13.5px) rotate(40.5deg);
    transform: translateY(-13.5px) rotate(40.5deg);
}*/
.coupon-switch-box {
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
  font-size: 24px;
  position: relative;
  width: auto;
  max-width: 250px;
  background: #fff;
  margin: 16px auto;
}
.coupon-switch-box input[type=checkbox] {
  display: none;
}
.coupon-switch-box label {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  border-radius: 4px;
  background: #16b3ee;
  border: 1px solid rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
}
.coupon-switch-box input[type=checkbox]:disabled + label {
  pointer-events: none;
}
.coupon-switch-box input[type=checkbox]:checked + label {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.coupon-switch-box label span:after {
  content: "利用する";
  padding: 0 0 0 36px;
  color: #2D0F00;
  font-weight: 700;
}
.lang-en .coupon-switch-box label span:after {
  content: "Use";
}
.coupon-switch-box input[type=checkbox]:checked + label span:after {
  content: "利用済み";
  /* 表示する文字       */
  padding: 0 36px 0 0;
  /* 表示する位置       */
  color: rgba(0, 0, 0, 0.3);
  /* 文字色             */
}
.lang-en .coupon-switch-box input[type=checkbox]:checked + label span:after {
  content: "Used";
}
.coupon-switch-box #coupon-switch-btn {
  position: absolute;
  /* 親要素からの相対位置*/
  width: 48px;
  /* 丸の横幅           */
  height: 48px;
  /* 丸の高さ           */
  background: #FFF;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.2);
  /* カーソルタブの背景 */
  top: 6px;
  /* 親要素からの位置   */
  left: 6px;
  /* 親要素からの位置   */
  border-radius: 4px;
  /* 角丸               */
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /* 滑らか変化         */
  pointer-events: none;
}
.coupon-switch-box input[type=checkbox]:checked ~ #coupon-switch-btn {
  left: calc(100% - 48px - 6px);
}

#carousel1 .ons-swiper-target > *,
#carousel2 .ons-swiper-target > * {
  width: 50% !important;
}
@media screen and (min-width:600px) {
  #carousel1 .ons-swiper-target > *,
  #carousel2 .ons-swiper-target > * {
    width: 33.33333% !important;
  }
}

.tt-help__name {
  font-size: 18px !important;
  font-weight: 700;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #4E1700;
  padding-bottom: 1em;
}

.help-card {
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
  border-radius: 4px;
  background: #FFF;
  position: relative;
  padding: 8px;
  text-align: left;
  margin: 8px 0;
  overflow: hidden;
}
.help-card h2 {
  font-size: 16px !important;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #4E1700;
  padding: 8px 8px 8px 12px;
  position: relative;
}
.help-card h2::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  background: #F07700;
  left: -23px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.help-card ul.-icon {
  margin: 0 -8px;
  margin-top: 8px;
}
.help-card ul.-icon li {
  font-size: 14px !important;
  line-height: 1.6;
  position: relative;
  color: #4E1700;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.help-card ul.-icon li:not(:last-child) {
  border-bottom: 1px solid #DFD2CC;
}
.help-card ul.-icon li figure {
  width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.help-card ul.-icon li figure.-l {
  width: 45px;
}
.help-card ul.-icon li figure.-xl {
  width: 88px;
}
.help-card ul.-icon li figure.-xxl {
  width: 100%;
}
.help-card ul.-icon li figure.-xxl img {
  width: 100px;
  height: auto;
}
.help-card ul.-icon li figure img {
  max-width: 100%;
  height: auto;
}
.help-card ul.-icon li h3 {
  font-size: 14px !important;
  font-weight: bold;
}
.help-card ul.-icon li > div {
  padding-left: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(100% - 65px);
}
.help-card ul.-desc {
  margin: 0 -8px;
  margin-top: 8px;
}
.help-card ul.-desc li {
  font-size: 14px !important;
  line-height: 1.6;
  position: relative;
  padding-left: calc(1.5em + 8px);
  padding-right: 8px;
  color: #4E1700;
  padding-bottom: 8px;
  padding-top: 8px;
}
.help-card ul.-desc li:not(:last-child) {
  border-bottom: 1px solid #DFD2CC;
}
.help-card ul.-desc li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: calc(0.3em + 8px);
  border-radius: 50%;
  width: 1em;
  height: 1em;
  background-color: #FFFDF2;
  border: 2px solid #4E1700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.help-card .-faq {
  font-size: 14px !important;
  line-height: 1.6;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  color: #4E1700;
  padding-bottom: 8px;
  padding-top: 8px;
  margin: 0 -8px;
}
.help-card .-faq:not(:last-child) {
  border-bottom: 1px solid #DFD2CC;
}
.help-card .-faq dt,
.help-card .-faq dd {
  position: relative;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.help-card .-faq dt::before,
.help-card .-faq dd::before {
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  text-align: center;
  line-height: 2em;
  font-weight: 500;
}
.help-card .-faq dt {
  padding-left: 3em;
  font-weight: 700;
}
.help-card .-faq dt::before {
  content: "Q";
  background: #16B3EE;
  color: #FFF;
}
.help-card .-faq dd {
  padding-left: 3em;
  color: #2D0F00;
}
.help-card .-faq dd::before {
  content: "A";
  background: #BE4141;
  color: #FFF;
}

/*
.tt-contact.-help {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}*/
.te-block-top {
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
          box-shadow: 0 1px 2px rgba(78, 23, 0, 0.5);
  margin-bottom: 8px;
}
.te-block-top__logo {
  text-align: center;
  padding: 32px 0 24px 0;
}
.te-block-top__logo img {
  vertical-align: top;
}

.purchase-information-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 32px;
}
.purchase-information-wrap > p {
  padding-bottom: 16px;
  border-bottom: 1px solid #DFD2CC;
}

.purchase-information-frame {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.server-side-page {
  width: 100%;
  height: 100%;
  border: none;
  background: #FFFDF2;
}

.wv {
  background: #FFFDF2;
}
.wv__inner {
  padding: 16px;
}
.wv__inner > *:last-child {
  margin-bottom: 0 !important;
}
.wv .tar {
  text-align: right;
}
.wv:not(.howto) h3 {
  font-size: 16px !important;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 1em;
  background: #DFD2CC;
  padding: 0.5em 1em;
  margin-top: 2em;
}
.wv:not(.howto) h4 {
  font-size: 16px !important;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 1em;
  border-bottom: 1px solid #DFD2CC;
  padding-bottom: 0.5em;
  margin-top: 1.5em;
}
.wv:not(.howto) li,
.wv:not(.howto) p {
  font-size: 14px !important;
  line-height: 2;
  margin-bottom: 1em;
}
.wv:not(.howto) ul li {
  list-style: disc;
  margin-left: 1.5em;
}
.wv:not(.howto) ol li {
  list-style: decimal;
  margin-left: 1.5em;
}

.wv-en {
  display: none;
}

.lang-jp .wv-jp {
  display: block;
}
.lang-jp .wv-en {
  display: none;
}

.lang-en .wv-jp {
  display: none;
}
.lang-en .wv-en {
  display: block;
}

.tt-about .lead {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #4E1700;
  margin: 0;
}
.lang-en .tt-about .lead {
  max-width: 200px;
  padding: 0 15px;
  margin: auto;
}
.tt-about .lead span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(22, 179, 238, 0.5)));
  background: linear-gradient(transparent 60%, rgba(22, 179, 238, 0.5) 60%);
}
.tt-about .ill1 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 10px;
}
.tt-about .ill5 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 10px;
}
.tt-about .ill2 {
  width: calc(100% - 20px);
  margin: 20px 10px 20px;
  height: 3px;
  background: #4E1700;
  border-radius: 3px;
  position: relative;
}
.tt-about .ill2 img {
  position: absolute;
  right: 0px;
  bottom: 2px;
}
.tt-about .ill4,
.tt-about .ill3 {
  width: calc(100% - 20px);
  margin: 20px 10px 20px;
  height: 3px;
  background: #4E1700;
  border-radius: 3px;
  position: relative;
}
.tt-about .ill4 img,
.tt-about .ill3 img {
  position: absolute;
  left: 0px;
  bottom: 2px;
}
.tt-about .column {
  background: #FFF;
  margin: -8px;
  padding: 16px;
  border-top: 2px solid #AF8F7F;
  border-bottom: 2px solid #AF8F7F;
}
.tt-about .column h2 {
  font-size: 18px !important;
  font-weight: 700;
  margin-top: 24px;
  color: #4E1700;
  padding: 8px 8px 8px 4px;
  position: relative;
}
.tt-about .column h2::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  background: #16B3EE;
  left: -39px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tt-about .column h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(22, 179, 238, 0.5)));
  background: linear-gradient(transparent 60%, rgba(22, 179, 238, 0.5) 60%);
}
.tt-about .tt-heading-main {
  padding-left: 4px;
}
.tt-about .tt-heading-main::before {
  background: #FFD000;
  left: -31px;
}
.tt-about .a-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 24px;
}
.tt-about .a-point:nth-of-type(2) dt {
  background: #FFD000;
  -webkit-box-shadow: 0 0 15px #f07700 inset;
          box-shadow: 0 0 15px #f07700 inset;
  border: 1px solid #FFD000;
}
.tt-about .a-point:nth-of-type(3) dt {
  background: #16B3EE;
  -webkit-box-shadow: 0 0 15px #dfd2cc inset;
          box-shadow: 0 0 15px #dfd2cc inset;
  border: 1px solid #16B3EE;
}
.tt-about .a-point dt {
  width: 50%;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 0 4px 4px 0;
  margin-left: -18px;
  color: #4E1700;
  background: #F07700;
  -webkit-box-shadow: 0 0 15px #ffd000 inset;
          box-shadow: 0 0 15px #ffd000 inset;
  border: 1px solid #F07700;
}
.lang-en .tt-about .a-point dt {
  padding: 0 15px;
}
.tt-about .a-point dd {
  width: 50%;
  padding: 0;
}
.tt-about .a-point .u-point {
  margin-top: 0;
}
.tt-about .a-point .u-point li {
  margin-left: 0;
  position: relative;
  list-style: none;
  padding-left: 1em;
  font-size: 14px !important;
  line-height: 1.6;
}
.tt-about .a-point .u-point li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  border-radius: 50%;
  width: 0.5em;
  height: 0.5em;
  background-color: #4E1700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tt-about .a-point .u-point li:first-child {
  margin-top: 0;
}
.tt-about .a-point .u-point li:last-child {
  margin-bottom: 0;
}

/*

@import './module/block';
@import './module/popover';


@import './module/segment';

@import './page/top';
@import './page/about';
*//*# sourceMappingURL=style.css.map */