@charset "UTF-8";
/* ==============================
Vendors
============================== */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], [type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* ==============================
Common Settings
============================== */
@font-face {
  font-family: "GenJyuuGothicX-P";
  font-style: normal;
  font-weight: 500;
  src: url("../font/GenJyuuGothicX-P-Medium.woff") format("woff"), url("../font/GenJyuuGothicX-P-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "GenJyuuGothicX-P";
  font-style: normal;
  font-weight: 700;
  src: url("../font/GenJyuuGothicX-P-Bold.woff") format("woff"), url("../font/GenJyuuGothicX-P-Bold.ttf") format("truetype");
  font-display: swap;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: ”GenJyuuGothicX-P,ヒラギノ丸ゴ Pro W4”,”ヒラギノ丸ゴ Pro”,”Hiragino Maru Gothic Pro”,”ヒラギノ角ゴ Pro W3”,”Hiragino Kaku Gothic Pro”,”HG丸ｺﾞｼｯｸM-PRO”,”HGMaruGothicMPRO”,“Lucida Grande”, “segoe UI”,Meiryo, Arial, sans-serif;
  font-size: 1.4rem;
  /* =14px */
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1;
  color: #575757;
  background: #00A0E9;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a:link,
a:visited {
  color: #0096DB;
  text-decoration: none;
}

a:hover {
  color: #0096DB;
  text-decoration: underline;
}

a:hover img {
  opacity: .75;
}

nav a:hover {
  text-decoration: none;
}

a:active {
  color: #0096DB;
  text-decoration: underline;
}

nav a:active {
  text-decoration: none;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

a,
input,
button {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

select,
button {
  cursor: pointer;
  background: none;
}

button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul {
  list-style: none;
}

hr {
  visibility: hidden;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

::selection {
  background: #ccecfb;
  color: black;
}

::-moz-selection {
  background: #ccecfb;
  color: black;
}

/* ==============================
Components
============================== */
.siteId_img {
  width: 150px;
}

.footerLogo_img {
  width: 136px;
}

.headline {
  font-size: 3.7rem;
  line-height: 4.8rem;
  font-weight: 500;
}

.headline-white {
  color: white;
}

.headline-white-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.sectionTitle {
  font-size: 2.3rem;
  line-height: 2.4rem;
  font-weight: 700;
}

.sectionTitle-colorMarch {
  color: #f7931d;
}

.sectionTitle-lg {
  font-size: 2.5rem;
  line-height: 4.8rem;
}

.sectionTitle-lg-lightGreen {
  color: #00ab4e;
}

.paragraph {
  line-height: 2.4rem;
}

.paragraph-fw700 {
  font-weight: 700;
}

.paragraph-white {
  color: white;
}

.paragraph-white-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.paragraph-green {
  color: #00652e;
}

.paragraph-lightGreen {
  color: #00ab4e;
}

.paragraph-lg {
  font-size: 1.6rem;
}

.paragraph-sm {
  font-size: 1.1rem;
}

.paragraph-cost {
  font-weight: 700;
  line-height: 4.8rem;
  letter-spacing: .08em;
  color: #00ab4e;
  text-shadow: 2px 0 2px #fbb03f, 0 2px 2px #fbb03f, -2px 0 2px #fbb03f, 0 -2px 2px #fbb03f;
}

.paragraph-cost-xl {
  font-size: 3.7rem;
}

.paragraph-cost-lg {
  font-size: 2.3rem;
}

.thumbnail_caption {
  font-weight: 700;
  color: #00A0E9;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.formLabel {
  line-height: 2.4rem;
  font-weight: 500;
}

.copyright_small {
  font-size: 1.1rem;
  line-height: 2.4rem;
}

@media (min-width: 992px) {
  .headline {
    line-height: 6rem;
  }
  .sectionTitle {
    line-height: 3rem;
  }
  .sectionTitle-lg {
    line-height: 6rem;
  }
  .paragraph {
    line-height: 3rem;
  }
  .paragraph-lg {
    font-size: 1.8rem;
  }
  .paragraph-sm {
    font-size: 1.3rem;
  }
  .paragraph-cost {
    line-height: 6rem;
  }
  .formLabel {
    line-height: 3rem;
  }
  .copyright_small {
    line-height: 3rem;
  }
}

.spNav_ul {
  text-align: center;
}

.spNav_ul .spNav_li + .spNav_li {
  margin-top: 12px;
}

.spNav_ul .spNav_li .spNav_anchor {
  color: white;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 4.8rem;
  text-decoration: none;
  display: block;
  height: 48px;
  background: #00A0E9;
  transition: .3s;
}

.spNav_ul .spNav_li .spNav_anchor:hover {
  background: #33b3ed;
  color: rgba(255, 255, 255, 0.8);
  transition: .3s;
}

.overviewList {
  letter-spacing: -0.4em;
  margin: 0 -4px 0 -12px;
}

.overviewList_li {
  display: inline-block;
  letter-spacing: normal;
  margin-bottom: 1.2rem;
}

.overviewList_li:not(:last-child) {
  margin-right: 1em;
}

.overviewList_dt {
  display: inline-block;
  width: 48px;
  background: #00ab4e;
  color: white;
  text-align: center;
}

.overviewList_dd {
  display: inline-block;
}

.checkmarkList_li {
  position: relative;
  padding-left: 24px;
}

.checkmarkList_li::before {
  content: '';
  background: url(../img/icon_checkmarklist.svg) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: .3em;
  left: 0;
}

.placeContent_li + .placeContent_li {
  margin-top: 36px;
}

.placeContent_dt {
  background: #fffac6;
  padding: 0 10px;
}

.placeContent_dd {
  margin-top: 12px;
}

.statusIcon {
  background: #00A0E9;
  border-radius: 100px;
  padding: 0 10px;
  color: white;
  font-weight: 700;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  transition: .2s;
}

.statusIcon-tel {
  background: #db6d00;
}

.statusIcon-full {
  background: #db0000;
}

.statusIcon-putoff {
  background: #FFBF00;
}

.statusIcon-finish {
  background: #FF8000;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  transition: .3s;
}

.icon-info {
  background: url(../img/icon_info.svg) no-repeat;
  width: 16px;
  height: 16px;
}

.icon-map {
  background: url(../img/icon_map.svg) no-repeat;
  width: 11px;
  height: 16px;
}

.icon-time {
  background: url(../img/icon_time.svg) no-repeat;
  width: 16px;
  height: 16px;
}

.formInputText,
.formTextArea,
.formSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: none;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  font-size: 1.6rem;
  padding: 12px;
  line-height: 2.4rem;
  transition: .3s;
}

.formInputText:focus,
.formTextArea:focus,
.formSelect:focus {
  transition: .3s;
  border: 1px solid #00A0E9;
  box-shadow: 0 0 12px 0 rgba(0, 160, 233, 0.04), 0 0 24px 0 rgba(0, 160, 233, 0.12);
}

.formInputText:disabled,
.formTextArea:disabled,
.formSelect:disabled {
  background: #eee;
  cursor: not-allowed;
}

.formSelectWrpperLabel {
  position: relative;
}

.formSelectWrpperLabel::after {
  display: block;
  content: '';
  position: absolute;
  border: 4px solid transparent;
  border-top: 6px solid #00A0E9;
  top: 50%;
  transform: translateY(-25%);
  right: 20px;
  pointer-events: none;
}

.formSelectWrpperLabel .formSelect {
  position: relative;
  background: linear-gradient(to bottom, #fff 0%, #ebebeb 100%);
}

.formSelectWrpperLabel .formSelect::-ms-expand {
  display: none;
}

.formInputRadio,
.formInputCheckbox {
  display: none;
}

.formInputRadioLabel,
.formInputCheckboxLabel {
  transition: .2s linear;
  position: relative;
  display: inline-block;
  margin: 0 0 3px 0;
  padding: 12px 12px 12px 40px;
  line-height: 2.4rem;
  border-radius: 2px;
  background-color: rgba(179, 179, 179, 0.08);
  cursor: pointer;
  vertical-align: middle;
}

.formInputRadioLabel::after,
.formInputCheckboxLabel::after {
  transition: .2s linear;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  display: block;
  margin: auto 0;
  width: 18px;
  height: 18px;
  border: 2px solid #bdbdbd;
  content: '';
}

.formInputRadioLabel:hover,
.formInputCheckboxLabel:hover {
  background-color: rgba(179, 179, 179, 0.15);
}

.formInputRadioLabel:hover::after,
.formInputCheckboxLabel:hover::after {
  border-color: #00A0E9;
}

.formInputRadioLabel::after {
  border-radius: 50%;
}

.formInputRadioLabel::before {
  transition: .2s linear;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00A0E9;
  content: '';
  opacity: 0;
}

.formInputCheckboxLabel::after {
  border-radius: 2px;
}

.formInputCheckboxLabel::before {
  transition: .2s linear;
  position: absolute;
  top: 0;
  bottom: 6px;
  left: 18px;
  display: block;
  margin: auto;
  width: 8px;
  height: 12px;
  border-right: 3px solid #00A0E9;
  border-bottom: 3px solid #00A0E9;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(2);
  transform: rotate(45deg) scale(2);
}

.formInputRadio:checked + .formInputRadioLabel:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.formInputRadio:disabled:checked + .formInputRadioLabel:before {
  background-color: #ababab;
}

.formInputRadio:disabled + .formInputRadioLabel {
  background-color: rgba(179, 179, 179, 0.08);
  cursor: not-allowed;
  color: #ababab;
}

.formInputRadio:disabled + .formInputRadioLabel::after {
  border: 2px solid #eee;
}

.formInputRadio:disabled + .formInputRadioLabel:hover::after {
  border: 2px solid #eee;
}

.formInputCheckbox:checked + .formInputCheckboxLabel:before {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.formInputCheckbox:disabled:checked + .formInputCheckboxLabel:before {
  border-right: 3px solid #ababab;
  border-bottom: 3px solid #ababab;
}

.formInputCheckbox:disabled + .formInputCheckboxLabel {
  background-color: rgba(179, 179, 179, 0.08);
  cursor: not-allowed;
  color: #ababab;
}

.formInputCheckbox:disabled + .formInputCheckboxLabel::after {
  border: 2px solid #eee;
}

.formInputCheckbox:disabled + .formInputCheckboxLabel:hover::after {
  border: 2px solid #eee;
}

.formInputCheckboxToggleBtn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  display: block;
  margin: 4px;
  width: 36px;
  height: 16px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.formInputCheckboxToggleBtn::before,
.formInputCheckboxToggleBtn::after {
  content: "";
  display: block;
  position: absolute;
}

.formInputCheckboxToggleBtn::before {
  width: 24px;
  height: 24px;
  top: -4px;
  left: -4px;
  transition: all 0.2s ease;
  background: #ddd;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02), 0 6px 12px rgba(0, 0, 0, 0.06);
}

.formInputCheckboxToggleBtn::after {
  top: -1px;
  left: 0;
  transition: all 0.2s ease;
  width: 16px;
  height: 16px;
  background: url(../../legal-go/img/ribbon_star.svg) no-repeat;
}

.formInputCheckbox:checked + .formInputCheckboxToggleBtn {
  background: #c4c0d8;
}

.formInputCheckbox:checked + .formInputCheckboxToggleBtn::before {
  left: 16px;
  background: #8881b0;
}

.formInputCheckbox:checked + .formInputCheckboxToggleBtn::after {
  left: 20px;
}

.formError {
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: red;
}

.formError + input,
.formError + textarea,
.formError + select {
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid red;
}

.btn,
a.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: none;
  border: none;
  padding: 1.2rem 3rem;
  line-height: 2.4rem;
  border-radius: 24px;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  color: white;
  display: inline-block;
  width: 100%;
  transition: .3s;
}

.btn:hover,
a.btn:hover {
  transition: .3s;
  background: #00A0E9;
  color: white;
  box-shadow: 0 0 12px 0 rgba(0, 160, 233, 0.04), 0 0 24px 0 rgba(0, 160, 233, 0.12);
}

.btn-primary,
a.btn-primary {
  border: 1px solid #00A0E9;
  font-weight: 700;
  background: #00A0E9;
}

.btn-primary:hover,
a.btn-primary:hover {
  opacity: .9;
}

.btn-primary-outline,
a.btn-primary-outline {
  background: transparent;
  color: #00A0E9;
}

.btn-primary-outline:hover,
a.btn-primary-outline:hover {
  background: #e6f6fd;
  color: #00A0E9;
}

.spNavBtn .spNavBtn_anchor {
  background: rgba(255, 225, 0, 0.8);
  border-radius: 24px;
  position: relative;
  transition: .3s;
  display: block;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.spNavBtn .spNavBtn_anchor:hover {
  background: rgba(0, 42, 62, 0.3);
  background: rgba(255, 225, 0, 0.9);
  transition: .3s;
}

.spNavBtn .spNavBtn_anchor::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 14px;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  top: 13px;
  left: 6px;
}

.spNavBtn .spNavBtn_anchor::after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.8);
  width: 32px;
  height: 2px;
  bottom: 21px;
  left: 6px;
}

/* ==============================
Leyout
============================== */
.container {
  overflow-x: hidden;
}

.parallax {
  background: url(../img/bgcircles.png) repeat;
  background-size: 1030px;
  position: fixed;
  width: 100%;
  height: 9999px;
  top: 0;
  left: 0;
  z-index: -1;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 10000;
  background: white;
}

.header .header_inner {
  max-width: 960px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header .header_inner .siteId .siteId_img {
  width: 150px;
  margin: 24px 0 0 24px;
}

.header .header_inner .fixedHeaderLogo {
  display: none;
  width: 236px;
  margin: 30px 0 0 30px;
}

.header .header_inner .fixedHeaderLogo .headerLogo_img {
  width: 236px;
}

.header .header_inner .gnav {
  margin: 30px 30px 0 0;
}

.header .header_inner .gnav .gnav_ul {
  letter-spacing: .4em;
}

.header .header_inner .gnav .gnav_ul .gnav_li a.gnav_anchor {
  color: #575757;
  letter-spacing: .08em;
  line-height: 3rem;
  font-weight: 700;
  font-size: 1.8rem;
  transition: .3s;
}

.header .header_inner .gnav .gnav_ul .gnav_li a.gnav_anchor:hover {
  opacity: .8;
  transition: .3s;
}

.header .header_inner .fixedHeaderSiteId {
  display: none;
  width: 85px;
  margin: 30px 30px 0 0;
}

.header .header_inner .fixedHeaderSiteId .fixedHeaderSiteId_img {
  width: 85px;
}

.spNavBtn {
  z-index: 5000;
  position: fixed;
  top: 12px;
  right: 12px;
}

#thumbnailsWrapperForHnav,
#appWrapperForHnav,
#entryWrapperForHnav,
#marchWrapperForHnav {
  display: block;
  margin-top: -90px;
  padding-top: 90px;
}

.main {
  overflow: hidden;
}

.hero {
  margin-top: 60px;
}
.hero .end {
  max-width: 960px;
  width: 100%;
  margin: 100px auto 60px;
  padding: 50px 0;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  color: #00652e;
  font-weight: 700;
  background: repeating-linear-gradient(290deg, #ffe100,#ffe100 35px, #fffac6 35px, #fffac6 75px);
  border-radius: 20px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.hero .end__title-img {
  padding: 30px 0;
}
.hero .end__title {
  font-size: 5rem;
  line-height: 1.8;
  text-align: center;
  background: #00ab4e;
  color: white;
  margin: 20px auto 0;
}
.hero .end-box {
  margin: 0 auto;
  width: 85%;
  background: white;
  border-radius: 20px;
  padding: 30px 40px 40px;
  text-align: center;
}
.hero .end-box .link {
  width: 700px;
  max-width: 100%;
  margin: 20px auto;
  display: block;
  text-align: center;
  background-color: white;
}
.hero .end-box .link--02 {
  border: 2px solid #ec4e96;
  padding: 10px 20px;
  border-radius: 20px;
  width: 70%;
}
.hero .end-box__title {
  font-size: 2.5rem;
  line-height: 1.75;
  display: inline-block;
  padding: 0 20px;
  margin: 40px auto 20px;
  border-bottom: dotted;
}
.hero .end-box__title .sp-on {
  display: none;
}
.hero .end-box__text {
  text-align: left;
}
.hero .end-box__text span {
  color: red;
}


.hero .heroBalloon {
  max-width: 960px;
  width: 100%;
  margin: auto;
  padding-top: 24px;
}

.hero .heroBalloon_img {
  max-width: 360px;
  width: calc( 50% - 24px);
  margin: 24px 0 0 24px;
  transform: rotate(-10deg);
}

.hero .hero_ttlBg {
  background: white;
  transform: rotate(-10deg);
  width: 120%;
  margin-left: -10%;
  padding: 8% 24px;
  position: relative;
}

.hero .hero_ttlBg::before,
.hero .hero_ttlBg::after {
  content: '';
  background: url(../img/filmholes.png) repeat-x;
  background-size: contain;
  width: 100%;
  height: 5%;
  position: absolute;
  left: 0;
}

.hero .hero_ttlBg::before {
  top: 5%;
}

.hero .hero_ttlBg::after {
  bottom: 5%;
}

.hero .hero_ttlBg .hero_ttlBg_inner {
  max-width: 960px;
  width: 100%;
  margin: auto;
  position: relative;
}

.hero .hero_ttlBg .hero_shoulderImg {
  position: absolute;
  bottom: 104%;
  left: 0;
  right: 0;
  margin: 0 55% 0 auto;
  width: 19%;
}

.hero .hero_ttlBg .siteTtl_img {
  max-width: 346px;
  width: calc( 60% - 24px);
  margin-left: 10%;
  margin-bottom: 30px;
}

.hero .hero_ttlBg .hero_price {
  background: #00ab4e;
  color: #fff;
  font-weight: 700;
  padding: 4px 0;
  line-height: 1;
  border-radius: 4px;
  text-align: center;
  z-index: 10;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 28%;
  margin: auto;
  width: 50%;
}

.hero .hero_ttlBg .hero_price-lg {
  font-size: 4vw;
}

.hero .hero_ttlBg .hero_price-md {
  font-size: 3vw;
}

.hero .hero_ttlBg .hero_price-sm {
  font-size: 2vw;
}

.hero .hero_ttlBg .pupple {
  position: absolute;
  top: -12%;
  right: 3%;
  max-width: 340px;
  width: 31%;
  transform: rotate(8deg);
  z-index: 1;
}

.hero .hero_ttlBg .pupple .pupple_img {
  width: 100%;
}

.hero .paragraph {
  padding: 0 24px;
  max-width: 960px;
  width: 100%;
  margin: 80px auto 24px;
}

.hero .paragraph .toEntryWrapper {
  display: block;
  margin-top: 24px;
  text-align: center;
}

.hero .paragraph a.toEntryWrapper_anchor {
  color: #00A0E9;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 1.6rem;
  transition: .2s;
  background: #fff;
  box-shadow: 0 0 12px 3px rgba(255, 255, 255, 0.12);
}

.hero .paragraph a.toEntryWrapper_anchor:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: .2s;
}

.filmWrapper {
  background: white;
  width: 100%;
  padding: 10% 24px;
  position: relative;
}

.filmWrapper::before,
.filmWrapper::after {
  content: '';
  background: url(../img/filmholes.png) repeat-x;
  background-size: contain;
  width: 100%;
  height: 5%;
  position: absolute;
  left: 0;
}

.filmWrapper-yellow::before,
.filmWrapper-yellow::after {
  background: url(../img/filmholes_yellow.png) repeat-x;
  background-size: contain;
}

.filmWrapper::before {
  top: 5%;
}

.filmWrapper::after {
  bottom: 5%;
}

.filmWrapper .filmWrapper_inner {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.filmWrapper .film {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #00A0E9;
  border: 5px solid #00A0E9;
  border-radius: 10px;
}

.filmWrapper .film .film_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 5px;
}

.stripeWrapper {
  max-width: 960px;
  width: 100%;
  margin: 24px auto 0;
  padding-bottom: 24px;
  background: #fffac6;
  background: repeating-linear-gradient(290deg, #ffe100, #ffe100 35px, #fffac6 35px, #fffac6 75px);
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.thumbnailsWrapper {
  position: relative;
  padding: 24px;
  overflow: hidden;
}

.thumbnailsWrapper .sectionTitle {
  position: relative;
  text-align: center;
  z-index: 10;
}

.thumbnailsWrapper .sectionTitle_img {
  max-width: 600px;
  width: 100%;
  margin: 12px 0;
}

.thumbnailsWrapper .paragraph {
  margin-top: 24px;
}

.thumbnailsWrapper .thumbnailsWrapper_filmWrappers {
  position: relative;
  margin-bottom: 48px;
}

.thumbnailsWrapper .filmWrapper {
  width: 200%;
  overflow: hidden;
}

.thumbnailsWrapper .filmWrapper .thumbnail {
  position: relative;
  width: 40%;
  background: #ffe100;
  border: 5px solid #ffe100;
  border-radius: 20px;
}

.thumbnailsWrapper .filmWrapper .thumbnail_img {
  width: 100%;
  border-radius: 15px;
}

.thumbnailsWrapper .filmWrapper .thumbnail_caption {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
}

.thumbnailsWrapper .filmWrapper-a {
  transform: rotate(10deg);
  margin: 20% 0 0 -20%;
  z-index: 2;
}

.thumbnailsWrapper .filmWrapper-a .thumbnail {
  margin-left: 15%;
}

.thumbnailsWrapper .filmWrapper-a .thumbnail_caption {
  top: 0;
  left: -50px;
}

.thumbnailsWrapper .filmWrapper-b {
  transform: rotate(-20deg);
  margin: -10% 0 0 -30%;
  z-index: 4;
}

.thumbnailsWrapper .filmWrapper-b .thumbnail {
  margin-left: 20%;
}

.thumbnailsWrapper .filmWrapper-b .thumbnail_caption {
  top: 0;
  right: -50px;
}

.thumbnailsWrapper .filmWrapper-c {
  transform: rotate(15deg);
  margin: 20% 0 0 -15%;
  z-index: 3;
}

.thumbnailsWrapper .filmWrapper-c .thumbnail {
  margin-left: 10%;
}

.thumbnailsWrapper .filmWrapper-c .thumbnail_caption {
  top: 0;
  right: -50px;
}

.thumbnailsWrapper .filmWrapper-d {
  transform: rotate(-10deg);
  margin: -15% 0 0 -15%;
  z-index: 2;
}

.thumbnailsWrapper .filmWrapper-d .thumbnail {
  margin-left: 15%;
}

.thumbnailsWrapper .filmWrapper-d .thumbnail_caption {
  top: 0;
  left: -50px;
}

.thumbnailsWrapper .filmWrapper-e {
  transform: rotate(15deg);
  margin: 20% 0 0 -15%;
  z-index: 1;
}

.thumbnailsWrapper .filmWrapper-e .thumbnail {
  margin-left: 10%;
}

.thumbnailsWrapper .filmWrapper-e .thumbnail_caption {
  top: 0;
  right: -32px;
}

.thumbnailsWrapper .filmWrapper-f {
  transform: rotate(-5deg);
  margin: -10% 0 0 -10%;
  z-index: 0;
}

.thumbnailsWrapper .filmWrapper-f .thumbnail {
  margin-left: 10%;
}

.thumbnailsWrapper .filmWrapper-f .thumbnail_caption {
  top: 0;
  left: -50px;
}

.thumbnailsWrapper .puppleA {
  content: '';
  background: url(../img/pupple-a.png) no-repeat;
  background-size: contain;
  width: 45px;
  height: 75px;
  display: block;
  position: absolute;
  top: 13%;
  left: 10%;
  z-index: 10;
}

.thumbnailsWrapper .puppleB {
  content: '';
  background: url(../img/pupple-b.png) no-repeat;
  background-size: contain;
  width: 55px;
  height: 73px;
  display: block;
  position: absolute;
  top: 28%;
  left: 70%;
  z-index: 10;
}

.thumbnailsWrapper .puppleC {
  content: '';
  background: url(../img/pupple-c.png) no-repeat;
  background-size: contain;
  width: 42px;
  height: 72px;
  display: block;
  position: absolute;
  top: 79%;
  left: 2%;
  z-index: 10;
}

.appWrapper {
  position: relative;
  z-index: 1;
  background: #e7f5fc;
  padding: 24px;
}

.appWrapper .appTtl {
  font-size: 3.2rem;
  margin-top: 20px;
  font-weight: 700;
  line-height: 4.8rem;
}

.appWrapper .appWrapper_description {
  margin-top: 24px;
}

.appWrapper .appImages {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.appWrapper .appIcon {
  text-align: center;
}

.appWrapper .appIcon .appIcon_img {
  width: 80%;
}

.appWrapper .appScreen {
  text-align: center;
  margin-top: 24px;
  position: relative;
}

.appWrapper .appScreen .appScreen_img {
  width: 100%;
}

.appWrapper .dlbadge {
  text-align: center;
  margin-top: 24px;
  width: 100%;
}

.appWrapper .dlbadge .dlbadge_li {
  text-align: center;
  display: inline-block;
  margin: 5px;
  max-width: 240px;
  width: 80%;
}

.appWrapper .dlbadge + .paragraph {
  text-align: center;
}

.entryWrapper {
  background: white;
  border-radius: 20px;
  margin: 48px 24px 0;
  padding: 24px 24px 0;
  position: relative;
  z-index: 0;
}

.entryWrapper::before,
.entryWrapper::after {
  content: '';
  width: 15px;
  height: 15px;
  background: #ffe100;
  border-radius: 50%;
  position: absolute;
  top: 17px;
}

.entryWrapper::before {
  left: 17px;
}

.entryWrapper::after {
  right: 17px;
  z-index: -1;
}

.entryWrapper .puppleD {
  content: '';
  background: url(../img/pupple-d.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 45px;
  display: block;
  position: absolute;
  top: -42px;
  right: 50px;
}

.entryWrapper .puppleD::before {
  content: '';
  background: url(../img/pupple-d-text.png) no-repeat;
  background-size: contain;
  width: 80px;
  height: 40px;
  position: absolute;
  top: 4px;
  right: 43px;
}

.entryWrapper .sectionTitle {
  margin: 12px 24px;
}

.entryWrapper .sectionTitle .sectionTitle_img {
  max-width: 450px;
  width: 100%;
}

.entryWrapper .sectionTitle::before,
.entryWrapper .sectionTitle::after {
  content: '';
  width: 4px;
  height: 250px;
  background: #f7931d;
  border-radius: 8px;
  position: absolute;
  top: -221px;
}

.entryWrapper .sectionTitle::before {
  transform: rotate(-10deg);
  left: 1px;
}

.entryWrapper .sectionTitle::after {
  transform: rotate(10deg);
  right: 1px;
}

.entryWrapper .entryWrapper_overview {
  margin: 0 -12px 0 24px;
}

.entryWrapper .entryWrapper_overview .overviewList {
  margin-top: 12px;
}

.entryWrapper .entryWrapper_notice {
  background: #fffac6;
  padding: 24px;
  margin-top: 12px;
}

.entryWrapper .entryWrapper_notice2 {
  margin-top: 24px;
}

.entryWrapper .entryWrapper_notice2 .paragraph + .paragraph {
  margin-top: 24px;
}

.entryWrapper .entryWrapper_place {
  margin-top: 24px;
}

.entryWrapper .entryWrapper_place .sectionTitle {
  margin: 12px 0;
}

.entryWrapper .entryWrapper_place + .entryWrapper_place {
  margin-top: 48px;
}

.entryWrapper .entryWrapper_place:last-child .placeContent:last-child {
  border-radius: 0 0 15px 15px;
  padding-bottom: 24px;
}

.entryWrapper .placeContentWrapper .placeContent a {
  text-decoration: underline;
  transition: .3s;
}

.entryWrapper .placeContentWrapper .placeContent a:hover {
  opacity: .8;
  transition: .2s;
}

.entryWrapper .placeContentWrapper .placeContent .icon {
  margin-right: 5px;
}

.entryWrapper .placeContentWrapper .placeContent .dates_li .statusIcon {
  display: inline-block;
  width: 90px;
  margin-right: 10px;
}

.entryWrapper .placeContentWrapper .placeContent .dates_li .statusIcon-tel + span,
.entryWrapper .placeContentWrapper .placeContent .dates_li .statusIcon-apply + span {
  font-weight: 700;
}

.entryWrapper .placeContentWrapper .placeContent .dates_li a .-autoBreak {
  text-decoration: underline;
}

.entryWrapper .placeContentWrapper .placeContent .dates_li + .dates_li {
  margin-top: 12px;
}

.entryWrapper .placeContentWrapper .placeContent:nth-child(even) {
  background: #eee;
  margin: 24px -24px;
  padding: 24px;
}

.marchWrapper {
  background: white;
  margin-top: 48px;
}

.marchWrapper .marchWrapper_Inner {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.marchWrapper .marchDescription {
  padding: 24px;
}

.marchWrapper .marchDescription .sectionTitle {
  margin: 12px;
}

.marchWrapper .marchDescription .paragraph {
  transform: rotate(-15deg) translate(30px, 10px);
  margin-bottom: 48px;
}

.marchWrapper .marchDescription .paragraph::after {
  content: '';
  background: url(../img/pupple-c.png) no-repeat;
  transform: rotate(40deg);
  background-size: contain;
  width: 102px;
  height: 144px;
  position: absolute;
  top: -30px;
  left: 160px;
}

.marchWrapper .film_caption {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 12px;
}

.footerWrapper {
  background: #eceff1;
  margin-top: 48px;
}

.footer {
  max-width: 960px;
  width: 100%;
  margin: auto;
  padding: 24px;
}

.footer .footerLogo_img {
  width: 136px;
}

.footer .paragraph {
  margin-top: 24px;
}

.footer .copyright {
  margin-top: 48px;
}

.android .iosUser,
.ios .androidUser {
  display: none !important;
}

.container-movie .header .header_inner .siteId .siteId_img {
  margin: 24px 0 0 48px;
}

.container-movie .stripeWrapper {
  margin: 72px auto 0;
  padding: 24px;
}

.container-movie .entryWrapper {
  margin: 0;
  padding: 24px 16px;
}

.container-movie .puppleD {
  width: 64px;
  height: 72px;
  top: -91px;
}

.container-movie .puppleD::before {
  background: none;
}

.container-movie .sectionTitle {
  text-align: center;
}

.container-movie .movieBalloonWrapper {
  position: relative;
}

.container-movie .movieBalloon_img {
  position: absolute;
  bottom: 90%;
  left: 0;
  max-width: 100px;
  width: 30%;
}

.container-movie .sectionTitle_img {
  vertical-align: top;
}

.container-movie .movieContent {
  text-align: center;
  margin-top: 48px;
}

.container-movie .movieTtl {
  font-weight: 700;
  line-height: 4.8rem;
  font-size: 1.8rem;
  color: #00A0E9;
}

.container-movie .film_caption {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 12px 0;
}

.container-movie .movieDescription {
  font-size: 1.3rem;
  line-height: 2.4rem;
}

.container-movie .filmWrapper {
  padding: 12px 0 0;
}

.container-movie .filmWrapper::before,
.container-movie .filmWrapper::after {
  display: none;
}

.container-movie .filmWrapper .film {
  background: #ffe100;
  border: 5px solid #ffe100;
}

@media (min-width: 576px) {
  .header .header_inner .siteId .siteId_img {
    width: 195px;
  }
  .hero .hero_ttlBg {
    padding: 48px 24px;
  }
  .hero .hero_ttlBg .siteTtl {
    text-align: right;
  }
  .hero .hero_ttlBg .hero_shoulderImg {
    width: 120px;
    margin: 0 58% 0 auto;
  }
  .hero .hero_ttlBg .siteTtl_img {
    margin-left: 0;
    margin-right: 40%;
  }
  .hero .hero_ttlBg .hero_price {
    bottom: -5px;
    right: 180px;
    width: 320px;
  }
  .hero .hero_ttlBg .hero_price-lg {
    font-size: 2.1rem;
  }
  .hero .hero_ttlBg .hero_price-md {
    font-size: 1.4rem;
  }
  .hero .hero_ttlBg .hero_price-sm {
    font-size: 1.2rem;
  }
  .hero .hero_ttlBg .pupple {
    top: -52%;
    right: 3%;
  }
  .filmWrapper {
    height: 360px;
    padding: 24px;
  }
  .filmWrapper .film {
    width: 414px;
    height: 237px;
    padding-top: 0;
    margin: 36px auto;
  }
  .filmWrapper .film .film_embed {
    width: 404px !important;
    height: 227px !important;
  }
  .thumbnailsWrapper .filmWrapper {
    height: 180px;
  }
  .thumbnailsWrapper .filmWrapper .thumbnail {
    width: 224px;
  }
  .thumbnailsWrapper .filmWrapper-b {
    margin: -20% 0 0 -30%;
  }
  .thumbnailsWrapper .filmWrapper-b .thumbnail {
    margin: auto;
  }
  .thumbnailsWrapper .filmWrapper-c {
    margin: 10% 0 0 -15%;
    z-index: 4;
  }
  .thumbnailsWrapper .filmWrapper-d {
    margin: -20% 0 0 -15%;
    z-index: 5;
  }
  .thumbnailsWrapper .filmWrapper-d .thumbnail {
    margin: auto;
  }
  .thumbnailsWrapper .filmWrapper-e {
    margin: 9% 0 0 -15%;
    z-index: 6;
  }
  .thumbnailsWrapper .filmWrapper-e .thumbnail {
    margin-left: 4%;
  }
  .thumbnailsWrapper .filmWrapper-f {
    margin: -17% 0 0 -10%;
    z-index: 7;
  }
  .thumbnailsWrapper .filmWrapper-f .thumbnail {
    margin-left: auto;
    margin-right: 60%;
  }
  .thumbnailsWrapper .puppleA {
    top: 14%;
    left: 3%;
  }
  .thumbnailsWrapper .puppleB {
    top: 32%;
    left: 70%;
  }
  .thumbnailsWrapper .puppleC {
    top: 78%;
    left: 11%;
  }
  .entryWrapper {
    margin: 150px 24px 0;
    padding: 24px 24px 0;
  }
  .entryWrapper .puppleD {
    width: 112px;
    height: 128px;
    top: -118px;
    right: 150px;
  }
  .entryWrapper .puppleD::before {
    width: 130px;
    height: 60px;
    top: -10px;
    right: 80px;
  }
  .marchWrapper .marchDescription .paragraph {
    transform: rotate(-15deg) translate(30%, 5px);
  }
  .container-movie .header .header_inner .siteId .siteId_img {
    margin: 30px 0 0 60px;
  }
  .container-movie .stripeWrapper {
    margin: 100px auto 0;
    padding: 30px;
  }
  .container-movie .puppleD {
    width: 88px;
    height: 99px;
    top: -122px;
  }
  .container-movie .filmWrapper {
    height: auto;
  }
  .container-movie .filmWrapper .film {
    width: 470px;
    height: 270px;
    margin: 0 auto;
  }
  .container-movie .filmWrapper .film .film_embed {
    width: 100% !important;
    height: 100% !important;
  }
}

@media (min-width: 768px) {
  .header.fixed {
    transition: .3s;
    position: fixed;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .header.fixed .header_inner .siteId {
    display: none;
  }
  .header.fixed .header_inner .fixedHeaderLogo {
    display: block;
  }
  .header.fixed .header_inner .gnav {
    margin-left: auto;
  }
  .header.fixed .header_inner .gnav .gnav_ul .gnav_li a.gnav_anchor {
    color: #575757;
  }
  .header.fixed .header_inner .fixedHeaderSiteId {
    display: block;
  }
  .hero {
    margin-top: 60px;
  }
  .hero .heroBalloon {
    text-align: right;
  }
  .hero .heroBalloon_img {
    margin: 10px 45% 0 0;
  }
  .hero .hero_ttlBg .pupple {
    top: -72%;
    right: 3%;
  }
  .hero .hero_ttlBg .hero_shoulderImg {
    margin: 0 54% 0 auto;
  }
  .hero .paragraph {
    text-align: center;
  }
  .thumbnailsWrapper {
    border-radius: 20px 20px 0 0;
    height: 1040px;
  }
  .thumbnailsWrapper .paragraph {
    text-align: center;
  }
  .thumbnailsWrapper .thumbnailsWrapper_filmWrappers {
    margin-top: 300px;
  }
  .thumbnailsWrapper .filmWrapper-a {
    margin: 220px 0 0 -90px;
  }
  .thumbnailsWrapper .filmWrapper-a .thumbnail {
    margin-left: 120px;
  }
  .thumbnailsWrapper .filmWrapper-b {
    transform: rotate(350deg);
    margin: -160px 0 0 -140px;
  }
  .thumbnailsWrapper .filmWrapper-b .thumbnail {
    margin-left: 200px;
  }
  .thumbnailsWrapper .filmWrapper-c {
    transform: rotate(30deg);
    margin: -240px 0 0 -180px;
  }
  .thumbnailsWrapper .filmWrapper-c .thumbnail {
    margin-left: 340px;
  }
  .thumbnailsWrapper .filmWrapper-d {
    background: none;
    transform: rotate(30deg);
    margin: -168px 0 0 -160px;
  }
  .thumbnailsWrapper .filmWrapper-d::before,
  .thumbnailsWrapper .filmWrapper-d::after {
    display: none;
  }
  .thumbnailsWrapper .filmWrapper-d .thumbnail {
    margin-left: 700px;
  }
  .thumbnailsWrapper .filmWrapper-e {
    transform: rotate(337deg);
    margin: -350px 0 0 -140px;
    z-index: 0;
  }
  .thumbnailsWrapper .filmWrapper-e .thumbnail {
    margin: auto;
  }
  .thumbnailsWrapper .filmWrapper-f {
    transform: rotate(15deg);
    margin: 340px 0 0 -100px;
    z-index: 0;
  }
  .thumbnailsWrapper .filmWrapper-f .thumbnail {
    margin-left: auto;
    margin-right: 744px;
  }
  .thumbnailsWrapper .puppleA {
    top: -50%;
    left: 30px;
  }
  .thumbnailsWrapper .puppleB {
    top: 20%;
    left: auto;
    right: 300px;
  }
  .thumbnailsWrapper .puppleC {
    top: 40%;
    left: auto;
    right: 120px;
  }
  .appWrapper {
    padding: 90px 24px 60px;
    overflow: hidden;
  }
  .appWrapper .appWrapper_description {
    width: 65%;
  }
  .appWrapper .appIcon {
    float: right;
  }
  .appWrapper .appIcon .appIcon_img {
    max-width: 200px;
    width: 80%;
    margin: 10px 0;
  }
  .appWrapper .appScreen {
    position: absolute;
    bottom: 20px;
    right: -20px;
    margin-top: 0;
  }
  .appWrapper .appScreen .appScreen_img {
    max-width: 340px;
    width: 80%;
  }
  .appWrapper .dlbadge {
    text-align: left;
    margin-top: 30px;
    width: 100%;
  }
  .appWrapper .dlbadge .dlbadge_li {
    text-align: center;
    display: inline-block;
    margin: 0 5px 5px 0;
    max-width: 200px;
    width: 80%;
  }
  .appWrapper .dlbadge + .paragraph {
    text-align: left;
  }
  .marchWrapper {
    margin-top: 60px;
  }
  .marchWrapper .marchWrapper_Inner {
    position: relative;
  }
  .marchWrapper .marchDescription {
    background: no-repeat;
    position: absolute;
    top: 60px;
    right: 500px;
    z-index: 100;
  }
  .marchWrapper .marchDescription .sectionTitle {
    margin: 0;
  }
  .marchWrapper .marchDescription .paragraph {
    transform: rotate(-15deg) translate(-20px, 40px);
    margin-bottom: 0;
  }
  .marchWrapper .filmWrapper .film {
    text-align: right;
    margin: 36px 0 36px auto;
  }
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footerLogo_img {
    width: 113px;
  }
  .footer .paragraph {
    margin-top: 0;
    text-align: right;
  }
  .footer .copyright {
    margin-top: 0;
  }
  .container-movie .movieBalloon_img {
    left: -80px;
    bottom: 15px;
  }
}

@media (min-width: 900px) {
  .thumbnailsWrapper {
    height: 960px;
  }
  .thumbnailsWrapper .thumbnailsWrapper_filmWrappers {
    margin-top: 260px;
  }
  .thumbnailsWrapper .filmWrapper-a {
    margin: 240px 0 0 -90px;
  }
  .thumbnailsWrapper .filmWrapper-a .thumbnail {
    margin-left: 120px;
  }
  .thumbnailsWrapper .filmWrapper-b {
    transform: rotate(337deg);
    margin: -330px 0 0 -140px;
  }
  .thumbnailsWrapper .filmWrapper-b .thumbnail {
    margin-left: 200px;
  }
  .thumbnailsWrapper .filmWrapper-c {
    transform: rotate(30deg);
    margin: -20px 0 0 -200px;
    z-index: 5;
  }
  .thumbnailsWrapper .filmWrapper-c .thumbnail {
    margin-left: 360px;
  }
  .thumbnailsWrapper .filmWrapper-d {
    margin: -158px 0 0 -160px;
  }
  .thumbnailsWrapper .filmWrapper-d .thumbnail {
    margin-left: 800px;
  }
  .thumbnailsWrapper .filmWrapper-e {
    background: none;
    margin: -360px 0 0 -140px;
    z-index: 4;
  }
  .thumbnailsWrapper .filmWrapper-e::before,
  .thumbnailsWrapper .filmWrapper-e::after {
    display: none;
  }
  .thumbnailsWrapper .filmWrapper-e .thumbnail {
    margin: auto;
  }
  .thumbnailsWrapper .filmWrapper-f {
    margin: 240px 0 0 -100px;
  }
  .thumbnailsWrapper .filmWrapper-f .thumbnail {
    margin-right: 984px;
  }
  .thumbnailsWrapper .puppleB {
    top: -50%;
    left: auto;
    right: 300px;
  }
  .appWrapper .appWrapper_description {
    width: 60%;
  }
  .appWrapper .appWrapper_description .appIcon .appIcon_img {
    width: 80%;
  }
  .appWrapper .appScreen {
    right: 0;
  }
}

@media (min-width: 992px) {
  .header .header_inner .gnav .gnav_ul {
    letter-spacing: .8em;
  }
  .header .header_inner .gnav .gnav_ul .gnav_li a.gnav_anchor {
    font-size: 2rem;
  }
  .hero {
    margin-top: 60px;
  }
  .hero .heroBalloon {
    margin-top: 20px;
  }
  .hero .heroBalloon_img {
    margin: 10px 160px 0 24px;
    transform: rotate(0);
  }
  .hero .hero_ttlBg {
    transform: rotate(0);
    margin-top: 20px;
  }
  .hero .hero_ttlBg .hero_shoulderImg {
    margin: 0 29% 0 auto;
    width: 150px;
    top: -17%;
  }
  .hero .hero_ttlBg .siteTtl_img {
    margin-left: auto;
    margin-right: 190px;
    width: 330px;
    padding: 30px 0;
    margin-bottom: 0;
  }
  .hero .hero_ttlBg .hero_price {
    right: 0;
    left: 26%;
  }
  .hero .hero_ttlBg .pupple {
    width: 240px;
    right: -70px;
    top: -90px;
    transform: rotate(0);
  }
  .hero .paragraph {
    transform: translateY(-590px);
    text-align: left;
  }
  .hero .paragraph .toEntryWrapper {
    display: inline;
    margin-left: 12px;
  }
  .hero .filmWrapper {
    height: 360px;
    padding: 24px;
    margin: -605px 0 0 -270px;
    background: none;
  }
  .hero .filmWrapper::before,
  .hero .filmWrapper::after {
    display: none;
  }
  .stripeWrapper {
    margin-top: 60px;
    padding-bottom: 30px;
  }
  .appWrapper .appWrapper_description .appIcon .appIcon_img {
    width: 100%;
  }
  .entryWrapper {
    margin: 150px 30px 0;
    padding: 30px;
  }
  .entryWrapper::before,
  .entryWrapper::after {
    top: 23px;
  }
  .entryWrapper::before {
    left: 23px;
  }
  .entryWrapper::after {
    right: 23px;
  }
  .entryWrapper .entryWrapper_firstRow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .entryWrapper .sectionTitle {
    margin: 30px 0 0 30px;
  }
  .entryWrapper .sectionTitle .sectionTitle_img {
    max-width: 240px;
    width: 100%;
  }
  .entryWrapper .sectionTitle::before,
  .entryWrapper .sectionTitle::after {
    top: -216px;
  }
  .entryWrapper .sectionTitle::before {
    left: 7px;
  }
  .entryWrapper .sectionTitle::after {
    right: 7px;
  }
  .entryWrapper .entryWrapper_overview {
    width: 300px;
    margin: 0 0 0 30px;
  }
  .entryWrapper .entryWrapper_overview p {
    line-height: 1.6;
    font-size: 1.1rem;
  }
  .entryWrapper .entryWrapper_overview .overviewList {
    margin-top: 12px;
  }
  .entryWrapper .entryWrapper_notice {
    width: 510px;
    padding: 15px 20px;
    margin-top: 30px;
  }
  .entryWrapper .entryWrapper_anchor {
    margin-top: 0;
  }
  .entryWrapper .entryWrapper_notice2 {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
  }
  .entryWrapper .entryWrapper_notice2 .paragraph + .paragraph {
    margin-top: 0;
  }
  .entryWrapper .entryWrapper_place {
    margin-top: 0;
    border: 1px solid #ffe100;
  }
  .entryWrapper .entryWrapper_place .sectionTitle {
    margin: 12px 30px;
  }
  .entryWrapper .entryWrapper_place + .entryWrapper_place {
    margin-top: 30px;
  }
  .entryWrapper .entryWrapper_place:last-child .placeContent:last-child {
    border-radius: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .entryWrapper .placeContentWrapper .placeContent {
    margin: 0 30px 30px;
    display: flex;
    justify-content: space-between;
  }
  .entryWrapper .placeContentWrapper .placeContent:nth-child(even) {
    background: none;
    margin: 30px 30px 0;
  }
  .entryWrapper .placeContentWrapper .placeContent + .placeContent {
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    margin: 0 30px;
  }
  .entryWrapper .placeContentWrapper .placeContent .placeContent_li:first-child {
    width: 270px;
  }
  .entryWrapper .placeContentWrapper .placeContent .placeContent_li:nth-child(2) {
    width: 180px;
  }
  .checkmarkList_li::before {
    top: .4em;
  }
  .placeContent_li + .placeContent_li {
    margin-top: 0;
  }
  .marchWrapper .marchDescription {
    left: 10%;
  }
  .marchWrapper .marchDescription .paragraph::after {
    left: 190px;
  }
  .marchWrapper .filmWrapper .film {
    margin: 36px 10% 36px auto;
  }
  .container-movie .entryWrapper {
    margin: 0;
    padding: 30px;
  }
  .container-movie .sectionTitle .sectionTitle_img {
    max-width: 570px;
  }
  .container-movie .movieBalloon_img {
    max-width: 130px;
    left: -110px;
    bottom: 20px;
  }
  .container-movie .movieContent {
    display: flex;
    justify-content: center;
    margin-top: 90px;
  }
  .container-movie .movieContent:nth-child(odd) .filmWrapper {
    order: -1;
  }
  .container-movie .movieContent_txt {
    text-align: left;
    width: 380px;
    padding: 0 30px;
  }
  .container-movie .movieTtl {
    font-size: 2.5rem;
    line-height: 6rem;
  }
  .container-movie .movieDescription {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .container-movie .filmWrapper {
    width: 470px;
  }
}

@media (min-width: 1200px) {
  .hero .hero_ttlBg .hero_shoulderImg {
    width: 150px;
    top: -15%;
  }
  .hero .hero_ttlBg .siteTtl_img {
    margin-right: 180px;
    width: 100%;
    padding: 40px 0;
  }
  .hero .hero_ttlBg .hero_price {
    right: 0;
    left: 26%;
    width: 340px;
    bottom: 0;
  }
  .hero .hero_ttlBg .pupple {
    width: 100%;
    right: -180px;
    top: -140px;
  }
  .hero .paragraph {
    transform: translateY(-590px);
  }
  .hero .paragraph {
    transform: translateY(-620px);
  }
  .hero .filmWrapper {
    margin: -633px 0 0 -310px;
  }
  .hero .filmWrapper .film {
    width: 470px;
    height: 269px;
    padding-top: 0;
    margin: 36px auto;
  }
  .hero .filmWrapper .film .film_embed {
    width: 460px !important;
    height: 257px !important;
  }
  .stripeWrapper {
    margin-top: 120px;
  }
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.7);
  z-index: 10001;
}

.remodal-wrapper {
  padding: 24px 48px;
  z-index: 10002;
}

.remodal {
  max-width: 840px;
  padding: 24px;
  text-align: left;
}

.remodal .paragraph + .paragraph {
  margin-top: 2.4rem;
}

.remodal-spNav {
  background: transparent;
  padding: 0;
}

.remodal-close {
  top: -28px;
  left: auto;
  right: -28px;
  width: 16px;
  height: 16px;
}

.remodal-close::before {
  position: absolute;
  top: 7px;
  left: -4px;
  width: 24px;
  height: 1px;
  content: '';
  background: white;
  transform: rotate(45deg);
}

.remodal-close::after {
  position: absolute;
  top: 7px;
  left: -4px;
  width: 24px;
  height: 1px;
  content: '';
  background: white;
  transform: rotate(-45deg);
}

@media (min-width: 992px) {
  .remodal-wrapper {
    padding: 30px 60px;
  }
  .remodal {
    padding: 30px;
  }
  .remodal-close {
    top: -40px;
    right: -40px;
    width: 20px;
    height: 20px;
  }
  .remodal-close::before {
    top: 9px;
    left: -5px;
    width: 30px;
  }
  .remodal-close::after {
    top: 9px;
    left: -5px;
    width: 30px;
  }
}

/* ==============================
Utility Classes
============================== */
.-inheritColor {
  color: inherit !important;
}

.-break {
  display: block;
}

.-autoBreak {
  display: inline-block;
}

.-blockLink {
  position: relative;
}

.-blockLink:hover img {
  opacity: .75;
}

.-blockLink_anchorSpan {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.-bold {
  font-weight: bold;
}

.-underline {
  text-decoration: underline;
}

.-uppercase {
  text-transform: uppercase;
}

.-note {
  font-size: 90%;
}

.-comment {
  font-size: 100%;
  color: #ff5757;
}

a.-comment {
  color: red;
  text-decoration: underline;
  transition: .3s;
}

a.-comment:hover {
  color: rgba(255, 0, 0, 0.7);
  text-decoration: none;
  transition: .3s;
}

.-inlineIndent {
  margin-left: 1rem;
}

.-inlineIndent2 {
  margin-left: 2rem;
}

.-txtalnctr {
  text-align: center;
}

.-txtalnleft {
  text-align: left;
}

.-txtalnright {
  text-align: right;
}

.-border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.-mt10 {
  margin-top: 10px;
}

.-mt20 {
  margin-top: 20px;
}

.-p-10 {
  padding: 10px;
}

.-color-confirm {
  color: #52cc52;
}

.-color-inprogress {
  color: #5292cc;
}

.-color-remand {
  color: #cc5252;
}

.-listStyle-separator {
  letter-spacing: -0.4em;
}

.-listStyle-separator li {
  display: inline-block;
  letter-spacing: normal;
}

.-listStyle-separator > li:not(:last-child)::after {
  content: "|";
  margin: 0 0.8em;
  font-size: .8em;
  opacity: .4;
}

.-listStyle-comma {
  letter-spacing: -0.4em;
}

.-listStyle-comma li {
  display: inline-block;
  letter-spacing: normal;
}

.-listStyle-comma > li:not(:last-child)::after {
  content: ",";
  margin-right: .4em;
}

.-listStyle-margin {
  letter-spacing: -0.4em;
}

.-listStyle-margin li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

.-listStyle-margin > li:not(:last-child) {
  content: "";
  margin-right: 1.4em;
}

.-linkStyle-afterTri a::after {
  content: '';
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.25em 0 0.25em 0.4em;
  border-left-color: #00A0E9;
  position: relative;
  left: 0.5em;
  top: -0.14em;
  display: inline-block;
}

.-linkStyle-historyBack a {
  color: inherit;
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  vertical-align: middle;
  margin: 20px 0;
}

.-linkStyle-historyBack a::before,
.-linkStyle-historyBack a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.-linkStyle-historyBack a::before {
  left: 3px;
  width: 12px;
  height: 1px;
  background: #00A0E9;
}

.-linkStyle-historyBack a::after {
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00A0E9;
  border-right: 1px solid #00A0E9;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.-vanishToXs {
  display: none;
}

.-vanishToSm {
  display: none;
}

.-vanishToMd {
  display: none;
}

.-vanishToLg {
  display: none;
}

@media (min-width: 576px) {
  .-vanishToXs {
    display: inherit;
  }
  .-vanishFromSm {
    display: none;
  }
}

@media (min-width: 768px) {
  .-vanishToSm {
    display: inherit;
  }
  .-vanishFromMd {
    display: none;
  }
}

@media (min-width: 992px) {
  .-vanishToMd {
    display: inherit;
  }
  .-vanishFromLg {
    display: none;
  }
}

@media (min-width: 1200px) {
  .-vanishToLg {
    display: inherit;
  }
  .-vanishFromXl {
    display: none;
  }
}


/* map style 180810 */

/* SP */
@media only screen and (max-width: 767px){
.mapTitle {
  margin-top: 40px !important;
}
.mapSelectWrapper .hideSp {
  display: none;
}
.mapSelectWrapper .custom-select {
  display: block;
  position: relative;
  margin: 0 15px;
  height: 50px;
  overflow: hidden;
}
.mapSelectWrapper .custom-select select {
  width: 100%;
  -webkit-appearance: none;
  background: url(../img/select_parts.png) right 2px no-repeat;
  background-size: 41px 36px;
  background-color: #fff;
  border-radius: 5px;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  padding: 12px 50px 12px 10px;
  border: 2px solid #616161;
}
.mapSelectWrapper .mapNotice {
  font-size: 12px;
  text-align: left;
  padding: 10px 0 20px;
}
}
/* PC */
@media only screen and (min-width: 768px){
.mapSelectWrapper {
  position: relative;
  display: table;
/*  margin: 80px auto 0; */
  margin: 0 auto auto 20px;
}
.mapSelectWrapper .hidePc {
  display: none;
}
.mapSelectWrapper .custom-select {
  display: block;
  position: relative;
  height: 50px;
  overflow: hidden;
  width: 300px;
}
.mapSelectWrapper .custom-select select {
  width: 100%;
  -webkit-appearance: none;
  background: url(../img/select_parts.png) right 2px no-repeat;
  background-size: 41px 36px;
  background-color: #fff;
  border-radius: 5px;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  padding: 12px 50px 12px 10px;
  border: 2px solid #616161;
}
.mapSelectWrapper .list-map-chara {
  position: absolute;
  right: 65px;
  bottom: 30px;
}
.mapSelectWrapper .hokkaido {
  background: url(../img/fukidashi_hokkaido.png) left top no-repeat;
  width: 108px;
  height: 48px;
  padding-left: 37px;
  padding-top: 10px;
  position: absolute;
  top: 12px;
  left: 424px;
}

.mapSelectWrapper .tohoku {
  background: url(../img/fukidashi_tohoku.png) left top no-repeat;
  width: 176px;
  height: 122px;
  padding-left: 37px;
  padding-top: 10px;
  position: absolute;
  top: 73px;
  left: 358px;
}

.mapSelectWrapper .kanto {
  background: url(../img/fukidashi_kanto.png) left top no-repeat;
  width: 174px;
  height: 144px;
  padding-left: 37px;
  padding-top: 10px;
  position: absolute;
  top: 199px;
  left: 358px;
}

.mapSelectWrapper .hokuriku {
  background: url(../img/fukidashi_hokuriku.png) left top no-repeat;
  width: 148px;
  height: 139px;
  padding-left: 10px;
  padding-top: 10px;
  position: absolute;
  top: -60px;
  left: 153px;
}

.mapSelectWrapper .chubu {
  background: url(../img/fukidashi_chubu.png) left top no-repeat;
  width: 148px;
  height: 106px;
  padding-left: 10px;
  padding-top: 37px;
  position: absolute;
  top: 300px;
  left: 226px;
}

.mapSelectWrapper .shikoku {
  background: url(../img/fukidashi_shikoku.png) left top no-repeat;
  width: 148px;
  height: 106px;
  padding-left: 10px;
  padding-top: 37px;
  position: absolute;
  top: 300px;
  left: 66px;
}

.mapSelectWrapper .kinki {
  background: url(../img/fukidashi_kinki.png) left top no-repeat;
  width: 164px;
  height: 129px;
  padding-left: 10px;
  padding-top: 10px;
  position: absolute;
  top: 65px;
  left: 39px;
}

.mapSelectWrapper .chugoku {
  background: url(../img/fukidashi_chugoku.png) left top no-repeat;
  width: 163px;
  height: 124px;
  padding-left: 10px;
  padding-top: 10px;
  position: absolute;
  top: 135px;
  left: -126px;
}
.mapSelectWrapper .kyusyu {
  background: url(../img/fukidashi_kyusyu.png) left top no-repeat;
  width: 177px;
  height: 144px;
  padding-left: 10px;
  padding-top: 10px;
  position: absolute;
  top: 263px;
  left: -126px;
}
.mapSelectWrapper .list-map img {
  margin-bottom: 5px;
}
.mapSelectWrapper .mapNotice {
  font-size: 14px;
  text-align: center;
  padding: 20px 0 20px;
}
}

/* SP */
@media only screen and (max-width: 991px){
.entryWrapper .entryWrapper_place {
  border: 1px solid #ffe100;
  padding-bottom: 20px;
}
.entryWrapper .entryWrapper_place .placeContent_dd {
  padding: 0 2.5%;
}
.entryWrapper {
  padding-bottom: 24px;
}


}

input[name=button_list] {
  border: 2px solid #db0000;
  color: #db0000;
  padding: 10px 15px;
  text-align: center;
  background-color: #fff;
  display: table;
/*  margin: 0 auto; */
  margin: 0 auto auto 5px;
}

/* snap style 180903 */
#snapWrapperForHnav {
    display: block;
    margin-top: -90px;
    padding-top: 90px;
}
.snapWrapper {
  background-color: #fcfce7;
  z-index: 1;
  position: relative;
}
/* SP */
@media only screen and (max-width: 767px){
.snapWrapper {
  padding: 40px 20px;
}
.snapWrapper .title {
  width: 200px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.snapWrapper .snapGallery {
  margin-top: 20px;
  overflow: hidden;
  margin-left: -2%;
}
.snapWrapper .snapGallery li {
  float: left;
  width: 48%;
  margin-left: 2%;
  margin-bottom: 2%;
}
.snapWrapper .snapGallery li img {
  border-radius: 10px;
  border: 5px solid #00A0E9;
}

.hero .end__title-img {
  padding: 20px 0;
}
.hero .end__title {
  font-size: 2.5rem;
  margin: 10px auto 0;
}
.hero .end-box {
  width: 90%;
  padding: 30px 20px 40px;
}
.hero .end-box .link {
  width: 700px;
  margin: 20px auto;
  display: block;
  text-align: center;
  background-color: white;
}
.hero .end-box .link--02 {
  border: 2px solid #ec4e96;
  padding: 8px 20px 10px;
  border-radius: 20px;
  width: 70%;
}
.hero .end-box .link--02 img{
  vertical-align: middle;
}
.hero .end-box__title {
  font-size: 2.2rem;
  line-height: 1.75;
  display: inline-block;
  padding: 0;
  margin: 30px auto 16px;
}
.hero .end-box__title .sp-on {
  display: block;
}
.hero .end-box__text {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

}
/* PC */
@media only screen and (min-width: 768px){
.snapWrapper {
  padding: 60px 40px;
}
.snapWrapper .title {
  width: 300px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.snapWrapper .snapGallery {
  margin-top: 30px;
  overflow: hidden;
  margin-left: -3.3333%;
}
.snapWrapper .snapGallery li {
  float: left;
  width: 30%;
  margin-left: 3.3333%;
  margin-bottom: 3.3333%;
}
.snapWrapper .snapGallery li img {
  border-radius: 10px;
  border: 5px solid #00A0E9;
}
}
