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

/* line 21, vendor/assets/stylesheets/slick/slick.css */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, vendor/assets/stylesheets/slick/slick.css */
.slick-list:focus {
  outline: none;
}

/* line 35, vendor/assets/stylesheets/slick/slick.css */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, vendor/assets/stylesheets/slick/slick.css */
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

/* line 51, vendor/assets/stylesheets/slick/slick.css */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, vendor/assets/stylesheets/slick/slick.css */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, vendor/assets/stylesheets/slick/slick.css */
.slick-track:after {
  clear: both;
}

/* line 72, vendor/assets/stylesheets/slick/slick.css */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, vendor/assets/stylesheets/slick/slick.css */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, vendor/assets/stylesheets/slick/slick.css */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, vendor/assets/stylesheets/slick/slick.css */
.slick-slide img {
  display: block;
}

/* line 93, vendor/assets/stylesheets/slick/slick.css */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, vendor/assets/stylesheets/slick/slick.css */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, vendor/assets/stylesheets/slick/slick.css */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, vendor/assets/stylesheets/slick/slick.css */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, vendor/assets/stylesheets/slick/slick.css */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, vendor/assets/stylesheets/slick/slick.css */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

/* line 17, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-overlay {
  opacity: .5;
  background: transparent url(/assets/vegas/overlays/02-b1e871140354e29dd43eea2f7559d82c9db5840c6a3611d7afb63716ebfc1ffc.png) center center repeat;
}

/* line 22, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

/* line 28, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  transition: width ease-out;
}

/* line 35, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

/* line 39, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  transform: translateZ(0);
  will-change: transform, opacity;
}

/* line 49, vendor/assets/stylesheets/vegas/vegas.css */
body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

/* line 54, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

/* line 61, vendor/assets/stylesheets/vegas/vegas.css */
body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

/* line 67, vendor/assets/stylesheets/vegas/vegas.css */
body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
/*******************************************/
/* blur transition */
/*******************************************/
/* line 78, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  filter: blur(32px) brightness(1.01);
}

/* line 85, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  filter: blur(0px) brightness(1.01);
}

/* line 92, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-blur2-out {
  opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
/* line 99, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

/* line 106, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  filter: contrast(100%) saturate(100%);
}

/* line 113, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-burn2-out {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
/* line 122, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}

/* line 127, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}

/* line 132, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-fade2-out {
  opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
/* line 139, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  filter: brightness(25);
}

/* line 146, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  filter: brightness(1);
}

/* line 153, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-flash2-out {
  opacity: 0;
  filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
/* line 162, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  filter: invert(100%);
}

/* line 169, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  filter: invert(0);
}

/* line 176, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-negative2-out {
  opacity: 0;
  filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
/* line 185, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  transform: translateY(-100%);
}

/* line 191, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  transform: translateY(0%);
}

/* line 197, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideDown2-out {
  transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
/* line 205, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  transform: translateX(100%);
}

/* line 211, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  transform: translateX(0%);
}

/* line 217, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideLeft2-out {
  transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
/* line 225, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  transform: translateX(-100%);
}

/* line 231, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  transform: translateX(0%);
}

/* line 237, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideRight2-out {
  transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
/* line 245, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  transform: translateY(100%);
}

/* line 251, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  transform: translateY(0%);
}

/* line 257, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideUp2-out {
  transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
/* line 265, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/* line 272, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* line 279, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlLeft2-out {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
/* line 288, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/* line 295, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* line 302, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlRight2-out {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
/* line 311, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  transform: scale(0);
  opacity: 0;
}

/* line 318, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  transform: scale(1);
  opacity: 1;
}

/* line 325, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomIn2-out {
  transform: scale(2);
  opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
/* line 334, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  transform: scale(2);
  opacity: 0;
}

/* line 341, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  transform: scale(1);
  opacity: 1;
}

/* line 348, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomOut2-out {
  transform: scale(0);
  opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
/* line 357, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburns {
  animation: kenburns ease-out;
}

@keyframes kenburns {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
/* line 387, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsDownLeft {
  animation: kenburnsDownLeft ease-out;
}

@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
/* line 417, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsDownRight {
  animation: kenburnsDownRight ease-out;
}

@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsDown animation */
/*******************************************/
/* line 447, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsDown {
  animation: kenburnsDown ease-out;
}

@keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
/* line 477, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsLeft {
  animation: kenburnsLeft ease-out;
}

@keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsRight animation */
/*******************************************/
/* line 507, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsRight {
  animation: kenburnsRight ease-out;
}

@keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
/* line 537, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsUpLeft {
  animation: kenburnsUpLeft ease-out;
}

@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
/* line 567, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsUpRight {
  animation: kenburnsUpRight ease-out;
}

@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsUp animation */
/*******************************************/
/* line 597, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsUp {
  animation: kenburnsUp ease-out;
}

@keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-title {
  font-weight: 700;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-message a, .toast-message label {
  color: #FFF;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container * {
  box-sizing: border-box;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast {
  background-color: #030303;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-success {
  background-color: #51A351;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-error {
  background-color: #BD362F;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-info {
  background-color: #2F96B4;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-warning {
  background-color: #F89406;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/* Default */
/*! normalize.css v8.0.0 | 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.
 */
/* line 11, app/assets/stylesheets/frontend/__normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, app/assets/stylesheets/frontend/__normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 32, app/assets/stylesheets/frontend/__normalize.scss */
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.
 */
/* line 45, app/assets/stylesheets/frontend/__normalize.scss */
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.
 */
/* line 56, app/assets/stylesheets/frontend/__normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, app/assets/stylesheets/frontend/__normalize.scss */
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.
 */
/* line 77, app/assets/stylesheets/frontend/__normalize.scss */
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.
 */
/* line 87, app/assets/stylesheets/frontend/__normalize.scss */
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.
 */
/* line 97, app/assets/stylesheets/frontend/__normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, app/assets/stylesheets/frontend/__normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 117, app/assets/stylesheets/frontend/__normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 125, app/assets/stylesheets/frontend/__normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, app/assets/stylesheets/frontend/__normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 140, app/assets/stylesheets/frontend/__normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, app/assets/stylesheets/frontend/__normalize.scss */
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.
 */
/* line 168, app/assets/stylesheets/frontend/__normalize.scss */
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.
 */
/* line 179, app/assets/stylesheets/frontend/__normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 189, app/assets/stylesheets/frontend/__normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 200, app/assets/stylesheets/frontend/__normalize.scss */
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.
 */
/* line 212, app/assets/stylesheets/frontend/__normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 223, app/assets/stylesheets/frontend/__normalize.scss */
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.
 */
/* line 234, app/assets/stylesheets/frontend/__normalize.scss */
legend {
  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.
 */
/* line 247, app/assets/stylesheets/frontend/__normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 255, app/assets/stylesheets/frontend/__normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 264, app/assets/stylesheets/frontend/__normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 274, app/assets/stylesheets/frontend/__normalize.scss */
[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.
 */
/* line 284, app/assets/stylesheets/frontend/__normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 293, app/assets/stylesheets/frontend/__normalize.scss */
[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.
 */
/* line 302, app/assets/stylesheets/frontend/__normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 314, app/assets/stylesheets/frontend/__normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 322, app/assets/stylesheets/frontend/__normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 333, app/assets/stylesheets/frontend/__normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 341, app/assets/stylesheets/frontend/__normalize.scss */
[hidden] {
  display: none;
}

/* Adjust if you needed */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans JP"), url(/assets/NotoSansJP/NotoSansJP-Regular-57fb97f13f9a9e49fb6a716912225f65a85e08d7e3fcccd6535811385b0f9e40.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans JP"), url(/assets/NotoSansJP/NotoSansJP-Medium-ae8b273be7d36a2bf98b012aa9ecaf6838af0c1307832af9b634a58451a689cf.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans JP"), url(/assets/NotoSansJP/NotoSansJP-Bold-fee4dbca59c21bfa7bf70c1fe0f6e6874f12f8221454c8396cba3b714def8167.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Outfit"), url(/assets/Outfit/Outfit-Thin-87b401b8434ad526e025b31e72e199b0a90da6d7e3f7afcd6f86a47cedaa4f5b.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Outfit"), url(/assets/Outfit/Outfit-Light-61ed6bc4edac473948c9bf8513d794ca3e3c7b24c45801ef0203cfee35417b8e.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Outfit"), url(/assets/Outfit/Outfit-Regular-d52af7b91000b9cc31f4e8a305571de6b2b07d466deddded0c859649b8ce0e6d.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Outfit"), url(/assets/Outfit/Outfit-Medium-6a614a192ae6b844a95f2e6619986c991763a519b8cca67a834215af5e6ceda9.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Outfit"), url(/assets/Outfit/Outfit-SemiBold-77ac3c09f7cdadcf231c554c1c093d801c43944aaa5f20c235adffcdd78a34f4.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Outfit"), url(/assets/Outfit/Outfit-Bold-4c5a4518e2a5b2f93d638da9a9059db8019a195c4cc089bc0e66b91a7f713bc4.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Outfit"), url(/assets/Outfit/Outfit-ExtraBold-2087bf029eaed0dc1bb334a7dd0e99aa2d09ccc06696551f32bc6805b79bbcc1.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Outfit"), url(/assets/Outfit/Outfit-Black-ca3242347c39975a23de431bf6b548bf0b70ac06b71a79959e3ed2fe9a752495.woff2) format("woff2");
}

/* line 4, app/assets/stylesheets/frontend/_default.scss */
html,
body {
  font-size: 62.5%;
}

/* line 8, app/assets/stylesheets/frontend/_default.scss */
body {
  background: white;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

/* line 15, app/assets/stylesheets/frontend/_default.scss */
::-moz-selection {
  color: white;
  background: deepskyblue;
}
::selection {
  color: white;
  background: deepskyblue;
}

/* line 20, app/assets/stylesheets/frontend/_default.scss */
a {
  color: deepskyblue;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s;
}

/* line 24, app/assets/stylesheets/frontend/_default.scss */
a:hover {
  color: #66d9ff;
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/frontend/_default.scss */
a:focus {
  outline: none;
}

/* line 34, app/assets/stylesheets/frontend/_default.scss */
a:focus,
*:focus {
  outline: none;
}

@media print {
  /* line 41, app/assets/stylesheets/frontend/_default.scss */
  * html body {
    zoom: 0.7;
  }
}

/* line 46, app/assets/stylesheets/frontend/_default.scss */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 53, app/assets/stylesheets/frontend/_default.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

/* line 13, app/assets/stylesheets/frontend/style.scss */
.pc {
  display: block;
}

/* line 16, app/assets/stylesheets/frontend/style.scss */
.sp {
  display: none;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 24, app/assets/stylesheets/frontend/style.scss */
img {
  width: 100%;
  height: auto;
}

/* line 29, app/assets/stylesheets/frontend/style.scss */
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 35, app/assets/stylesheets/frontend/style.scss */
.wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 41, app/assets/stylesheets/frontend/style.scss */
.wrap__ac {
  align-items: center;
}

/* line 45, app/assets/stylesheets/frontend/style.scss */
.wrap__rr {
  flex-direction: row-reverse;
}

/* line 49, app/assets/stylesheets/frontend/style.scss */
.headline {
  margin-bottom: 45px;
}

/* line 52, app/assets/stylesheets/frontend/style.scss */
.headline h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  color: #288cb4;
  text-align: center;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 66, app/assets/stylesheets/frontend/style.scss */
.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

/* line 77, app/assets/stylesheets/frontend/style.scss */
.header .title {
  width: 40%;
}

/* line 79, app/assets/stylesheets/frontend/style.scss */
.header .title h1 {
  margin: 0;
  width: 95px;
}

/* line 84, app/assets/stylesheets/frontend/style.scss */
.header .title h1 a:hover {
  opacity: 0.5;
}

/* line 91, app/assets/stylesheets/frontend/style.scss */
.header .btns {
  display: none;
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 98, app/assets/stylesheets/frontend/style.scss */
.header .btns .kyoto {
  margin-right: 10px;
}

/* line 100, app/assets/stylesheets/frontend/style.scss */
.header .btns .kyoto a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #fabe00;
  border-radius: 7px;
  color: #fabe00;
  text-decoration: none;
  padding: 5px 15px;
  background: #fff;
}

/* line 111, app/assets/stylesheets/frontend/style.scss */
.header .btns .kyoto a:hover {
  background: #fabe00;
  color: #fff;
}

/* line 118, app/assets/stylesheets/frontend/style.scss */
.header .btns .purchase {
  margin-right: 20px;
}

/* line 120, app/assets/stylesheets/frontend/style.scss */
.header .btns .purchase a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
}

/* line 130, app/assets/stylesheets/frontend/style.scss */
.header .btns .purchase a:hover {
  background: #fff;
  color: #000;
}

/* line 137, app/assets/stylesheets/frontend/style.scss */
.header .btns .language {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 20px;
}

/* line 142, app/assets/stylesheets/frontend/style.scss */
.header .btns .language a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  margin: 0 5px;
  position: relative;
}

/* line 150, app/assets/stylesheets/frontend/style.scss */
.header .btns .language a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s;
  opacity: 0;
}

/* line 163, app/assets/stylesheets/frontend/style.scss */
.header .btns .language a:hover::after {
  opacity: 1;
}

/* line 171, app/assets/stylesheets/frontend/style.scss */
.header.on {
  background: rgba(255, 255, 255, 0.8);
}

/* line 176, app/assets/stylesheets/frontend/style.scss */
.header.on .btns .purchase a {
  border: 2px solid #0096e0;
  color: #0096e0;
}

/* line 180, app/assets/stylesheets/frontend/style.scss */
.header.on .btns .purchase a:hover {
  background: #0096e0;
  color: #fff;
}

/* line 187, app/assets/stylesheets/frontend/style.scss */
.header.on .btns .language {
  color: #0096e0;
}

/* line 190, app/assets/stylesheets/frontend/style.scss */
.header.on .btns .language a {
  color: #0096e0;
}

/* line 193, app/assets/stylesheets/frontend/style.scss */
.header.on .btns .language a::after {
  background: #0096e0;
}

/* line 201, app/assets/stylesheets/frontend/style.scss */
.header.on .menubar .menubar__trigger {
  border: 1px solid #0096e0;
}

/* line 204, app/assets/stylesheets/frontend/style.scss */
.header.on .menubar .menubar__trigger span {
  background-color: #0096e0;
}

/* line 212, app/assets/stylesheets/frontend/style.scss */
.fbtn {
  display: none;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 220, app/assets/stylesheets/frontend/style.scss */
.nav {
  visibility: hidden;
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translate(-50%, 50px);
  z-index: 10000;
  background: #fff;
  border-radius: 30px;
  padding: 30px 50px;
  width: 80%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  opacity: 0;
}

/* line 235, app/assets/stylesheets/frontend/style.scss */
.nav .nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* line 242, app/assets/stylesheets/frontend/style.scss */
.nav.on {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

/* line 248, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list {
  flex: 1;
  display: flex;
}

/* line 252, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box {
  padding-right: 50px;
  max-width: 300px;
}

/* line 256, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul {
  margin-bottom: 25px;
}

/* line 259, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul li {
  margin-bottom: 7px;
}

/* line 262, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul li a {
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
}

/* line 267, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul li a:hover {
  color: #0096e0;
}

/* line 273, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul li.label a {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #0096e0;
}

/* line 281, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul.label__sub {
  margin-bottom: 16px;
}

/* line 286, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul.label__sub li.label a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333333;
}

/* line 290, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul.label__sub li.label a:hover {
  color: #0096e0;
}

/* line 301, app/assets/stylesheets/frontend/style.scss */
.nav .nav__img {
  width: 35%;
  max-width: 400px;
  padding-right: 30px;
}

/* line 306, app/assets/stylesheets/frontend/style.scss */
.nav .nav__img img {
  transform: translate(0, 10px);
}

/* line 311, app/assets/stylesheets/frontend/style.scss */
.nav .close {
  position: absolute;
  top: 0;
  right: -20px;
}

/* line 316, app/assets/stylesheets/frontend/style.scss */
.nav .close button {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  text-align: center;
  width: 30px;
  cursor: pointer;
  transition: 0.6s;
}

/* line 329, app/assets/stylesheets/frontend/style.scss */
.nav .close button:hover {
  transform: rotate(180deg);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 348, app/assets/stylesheets/frontend/style.scss */
.home .visual {
  width: 100%;
  height: calc(100svh - 200px);
  overflow: hidden;
  position: relative;
}

/* line 357, app/assets/stylesheets/frontend/style.scss */
.home .visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* line 368, app/assets/stylesheets/frontend/style.scss */
.home .visual .obj {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 600px;
  transform: translate(-50%, -50%);
}

/* line 378, app/assets/stylesheets/frontend/style.scss */
.home .visual .obj .maintenance__badge h1 {
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 800;
  margin: 0 0 10px 0;
  text-align: center;
}

/* line 389, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: -10px;
  z-index: 20;
}

/* line 396, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul {
  display: flex;
}

/* line 399, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li {
  margin: 0 5px;
}

/* line 402, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a {
  width: 200px;
  height: 105px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  border-radius: 20px 20px 0 0;
  padding: 20px 0 0 0;
}

/* line 415, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a p.en {
  font-size: 28px;
  font-size: 2.8rem;
}

/* line 418, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a p.jp {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
}

/* line 422, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a p.jp span {
  padding-top: 10px;
}

/* line 427, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a span {
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 433, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a:hover {
  transform: translate(0, -10px);
}

/* line 439, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li:nth-child(1) a {
  background: #715595;
}

/* line 442, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li:nth-child(1) a p.jp {
  padding-top: 20px;
}

/* line 448, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li:nth-child(2) a {
  padding-top: 20px;
  background: #cc0000;
}

/* line 457, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker {
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

/* line 467, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker .info__ticker__inner {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: ticker-slide-smart linear infinite;
  animation-duration: 20s;
}

/* line 474, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker .info__ticker__inner p {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

/* line 479, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker .info__ticker__inner p strong {
  margin-right: 20px;
}

/* line 483, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker .info__ticker__inner p a {
  text-decoration: none;
  color: #fff;
}

/* line 487, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker .info__ticker__inner p a:hover {
  opacity: 0.5;
}

@keyframes ticker-slide-smart {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* line 504, app/assets/stylesheets/frontend/style.scss */
.home .visual .img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 513, app/assets/stylesheets/frontend/style.scss */
.home .visual .movie {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 521, app/assets/stylesheets/frontend/style.scss */
.home .visual .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 528, app/assets/stylesheets/frontend/style.scss */
.home .visual .instagram {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  transform: translate(0, -50%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 2;
}

/* line 538, app/assets/stylesheets/frontend/style.scss */
.home .visual .instagram a {
  display: block;
}

/* line 541, app/assets/stylesheets/frontend/style.scss */
.home .visual .instagram a:hover {
  opacity: 0.5;
}

/* line 548, app/assets/stylesheets/frontend/style.scss */
.home .toptabs {
  width: 100%;
  padding: 40px 50px 50px 50px;
}

/* line 552, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 557, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li {
  margin: 7px;
}

/* line 560, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li a {
  text-decoration: none;
  color: #288cb4;
  display: block;
  min-width: 220px;
  border: 2.5px solid #288cb4;
  border-radius: 100vh;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  text-align: center;
  padding: 8px 10px;
  position: relative;
}

/* line 574, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li a::after {
  content: "";
  width: 11px;
  height: 24px;
  background: url(/assets/link_mark_v-2552618aecc0b7679ac3f39aa14fe49ee1c0267e07b941af2faaa5427754c693.svg) no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(0deg);
  transition: 0.5s;
}

/* line 587, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li a:hover {
  opacity: 0.6;
}

/* line 590, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 599, app/assets/stylesheets/frontend/style.scss */
.home .banner {
  width: 100%;
  padding: 10px 50px 50px 50px;
  background: #f0f0f0;
}

/* line 604, app/assets/stylesheets/frontend/style.scss */
.home .banner .txt {
  width: 42%;
}

/* line 607, app/assets/stylesheets/frontend/style.scss */
.home .banner .txt h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1;
  margin-bottom: 15px;
}

/* line 615, app/assets/stylesheets/frontend/style.scss */
.home .banner .txt p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

/* line 621, app/assets/stylesheets/frontend/style.scss */
.home .banner .img {
  width: 55%;
}

/* line 625, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer {
  display: flex;
  justify-content: center;
}

/* line 629, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap {
  width: 70%;
  max-width: 1300px;
}

/* line 634, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide {
  width: 100%;
}

/* line 637, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper {
  padding: 0 65px;
}

/* line 640, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  color: white;
  display: flex;
  justify-content: start;
  align-items: center;
}

/* line 654, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap {
  position: relative;
}

/* line 657, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner_image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
}

/* line 663, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: start;
  align-items: center;
}

/* line 675, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text .banner__overlay_text_box {
  width: 70%;
}

/* line 678, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text .banner__overlay_text_box h4 {
  font-size: 45px;
  font-size: 4.5rem;
  margin-left: 5rem;
  word-break: break-word;
}

/* line 687, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner_image {
  border-radius: 10px;
}

/* line 693, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

/* line 698, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots li.slick-active button {
  background: #0096e0;
}

/* line 702, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots li {
  margin: 0 5px;
}

/* line 706, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  width: 10px;
  height: 10px;
  background: #ccc;
  text-indent: -5000px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 721, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots button:hover {
  opacity: 0.5;
}

/* line 727, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translate(0, -50%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  text-indent: -5000px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 743, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow:hover {
  opacity: 0.6;
}

/* line 746, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow.normal_text {
  text-indent: 0;
}

/* line 748, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow.normal_text span {
  font-size: 3em;
  font-weight: 1000;
}

/* line 755, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-prev {
  left: 0;
}

/* line 758, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-next {
  right: 0;
}

/* line 762, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide button.circle_color_main {
  border-color: #0096e0 !important;
  color: #0096e0 !important;
}

/* line 767, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .circle_border {
  background: none;
  border: 2px #0096e0 solid;
  border-radius: 50px;
}

/* line 778, app/assets/stylesheets/frontend/style.scss */
.home .information {
  width: 100%;
  padding: 70px 50px;
  background: #f0f0f0;
}

/* line 783, app/assets/stylesheets/frontend/style.scss */
.home .information .title {
  width: 390px;
  margin-right: 60px;
}

/* line 787, app/assets/stylesheets/frontend/style.scss */
.home .information .title h2 {
  color: #288cb4;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 57px;
  font-size: 5.7rem;
  line-height: 1;
  margin-bottom: 13px;
}

/* line 796, app/assets/stylesheets/frontend/style.scss */
.home .information .title .btn {
  text-align: center;
}

/* line 798, app/assets/stylesheets/frontend/style.scss */
.home .information .title .btn a {
  width: 100%;
  max-width: 320px;
  display: inline-block;
  background: #288cb4;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px 10px;
  border-radius: 7px;
  text-decoration: none;
  position: relative;
}

/* line 811, app/assets/stylesheets/frontend/style.scss */
.home .information .title .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 824, app/assets/stylesheets/frontend/style.scss */
.home .information .title .btn a:hover {
  opacity: 0.6;
}

/* line 826, app/assets/stylesheets/frontend/style.scss */
.home .information .title .btn a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 834, app/assets/stylesheets/frontend/style.scss */
.home .information .list {
  flex: 1;
}

/* line 838, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

/* line 843, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li:last-child {
  margin-bottom: 0;
}

/* line 847, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a {
  display: block;
  text-decoration: none;
  padding-right: 60px;
  position: relative;
}

/* line 854, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px;
  height: 35px;
  background: url(/assets/icons/news_mark-82965b232c6a2c9e42fa39a3099dc841b368f2cbe16a6addab13fe49bf8e3197.svg) no-repeat right center;
  background-size: 35px;
  transform: translate(0, -30%);
  transition: transform 0.5s ease;
}

/* line 867, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a:hover {
  opacity: 0.6;
}

/* line 869, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a:hover::after {
  transform: translate(0, -30%) rotate(360deg);
}

/* line 874, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a .head {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

/* line 879, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a .head .date {
  color: #0096e0;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  margin-right: 15px;
}

/* line 886, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a .head .ctg {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333333;
}

/* line 890, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a .head .ctg span {
  color: rgba(40, 120, 180, 0.5);
}

/* line 895, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a .txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #333333;
}

/* line 906, app/assets/stylesheets/frontend/style.scss */
.home .aboutus {
  width: 100%;
  padding: 70px 50px;
  background: #f0f0f0;
}

/* line 911, app/assets/stylesheets/frontend/style.scss */
.home .aboutus .txt {
  width: 42%;
}

/* line 914, app/assets/stylesheets/frontend/style.scss */
.home .aboutus .txt h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1;
  margin-bottom: 15px;
}

/* line 922, app/assets/stylesheets/frontend/style.scss */
.home .aboutus .txt p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

/* line 928, app/assets/stylesheets/frontend/style.scss */
.home .aboutus .img {
  width: 55%;
}

/* line 933, app/assets/stylesheets/frontend/style.scss */
.home .tabs {
  width: 100%;
  padding: 70px 50px 40px 50px;
  text-align: center;
}

/* line 938, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 943, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul li {
  width: 30%;
  max-width: 250px;
  margin: 0 10px;
}

/* line 948, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul li a {
  display: block;
  width: 100%;
  background: #e6e6e6;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding: 13px 10px;
  border-radius: 7px;
  color: #2878b4;
  position: relative;
}

/* line 962, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 975, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul li a:hover {
  background: #2878b4;
  color: #fff;
}

/* line 979, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul li a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 988, app/assets/stylesheets/frontend/style.scss */
.home .features {
  width: 100%;
  padding: 30px 50px 70px 50px;
}

/* line 992, app/assets/stylesheets/frontend/style.scss */
.home .features .inner {
  max-width: 1000px;
}

/* line 996, app/assets/stylesheets/frontend/style.scss */
.home .features .headline {
  margin-bottom: 15px;
}

/* line 1000, app/assets/stylesheets/frontend/style.scss */
.home .features .lead {
  margin-bottom: 45px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #288cb4;
}

/* line 1007, app/assets/stylesheets/frontend/style.scss */
.home .features .icons {
  margin-bottom: 30px;
}

/* line 1010, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 1015, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li {
  width: 16%;
}

/* line 1018, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li img {
  width: 100%;
  height: auto;
}

/* line 1023, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li dl {
  width: 100%;
}

/* line 1026, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li dl dt {
  margin-bottom: 10px;
}

/* line 1029, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li dl dd {
  color: #288cb4;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}

/* line 1038, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li button {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  background: none;
}

/* line 1049, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li button:hover {
  opacity: 0.5;
}

/* line 1058, app/assets/stylesheets/frontend/style.scss */
.home .modal {
  display: none;
  width: 100%;
  opacity: 0;
  max-width: 880px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  padding: 60px 70px 80px 70px;
  transition: opacity 0.5s ease;
}

/* line 1072, app/assets/stylesheets/frontend/style.scss */
.home .modal .icon {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 0 auto;
}

/* line 1077, app/assets/stylesheets/frontend/style.scss */
.home .modal h3 {
  margin-top: 20px;
  color: #288cb4;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

/* line 1085, app/assets/stylesheets/frontend/style.scss */
.home .modal p {
  color: #288cb4;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
}

/* line 1090, app/assets/stylesheets/frontend/style.scss */
.home .modal .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
}

/* line 1096, app/assets/stylesheets/frontend/style.scss */
.home .modal .modal__close button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  background: none;
}

/* line 1106, app/assets/stylesheets/frontend/style.scss */
.home .modal .modal__close button:hover {
  opacity: 0.5;
}

/* line 1112, app/assets/stylesheets/frontend/style.scss */
.home .modal__bg {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1500;
  transition: opacity 0.5s ease;
}

/* line 1124, app/assets/stylesheets/frontend/style.scss */
.home .modal.fade-in,
.home .modal__bg.fade-in {
  opacity: 1;
}

/* line 1129, app/assets/stylesheets/frontend/style.scss */
.home .ticket {
  width: 100%;
  padding: 70px 50px 70px 50px;
  background: #f0f0f0;
}

/* line 1134, app/assets/stylesheets/frontend/style.scss */
.home .ticket.purchase_new {
  background: #fff;
  padding-top: 0;
}

/* line 1138, app/assets/stylesheets/frontend/style.scss */
.home .ticket.purchase_new.no_pad {
  padding: 0;
}

/* line 1141, app/assets/stylesheets/frontend/style.scss */
.home .ticket.purchase_new.no_pad .lead {
  padding-left: 5%;
  padding-right: 5%;
}

/* line 1148, app/assets/stylesheets/frontend/style.scss */
.home .ticket .headline {
  margin-bottom: 15px;
}

/* line 1152, app/assets/stylesheets/frontend/style.scss */
.home .ticket .lead {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #288cb4;
}

/* line 1159, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

/* line 1164, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 1169, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li {
  width: 47%;
}

/* line 1172, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li h3 {
  background: #79a4ba;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  padding: 10px;
}

/* line 1183, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .box {
  background: #e5f4fd;
  padding: 15px 20px 30px 20px;
}

/* line 1187, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .box .price {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 13px auto;
}

/* line 1192, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .box .price dl {
  display: flex;
  justify-content: space-between;
  color: #288cb4;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}

/* line 1201, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .box .price dl:first-child {
  border-bottom: 1px solid #288cb4;
}

/* line 1208, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .img {
  margin-bottom: 10px;
}

/* line 1211, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .img img {
  aspect-ratio: 53/30;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1217, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .buynow {
  margin-bottom: 10px;
}

/* line 1219, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .buynow a {
  text-decoration: none;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #cc0000;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 10px;
}

/* line 1232, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .buynow a:hover {
  opacity: 0.5;
}

/* line 1239, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .moreinfo button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #0096e0;
  color: #288cb4;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  background: #fff;
  text-align: center;
  padding: 5px 0 8px 0;
  position: relative;
}

/* line 1260, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .moreinfo button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 25px;
  height: 25px;
  background: url(/assets/link_mark_h-4e7210ac0462f71df685eb4c634833ddc418cdb49b54456925bdbf4ddf263ace.svg) no-repeat center center #fff;
  background-size: 100%;
  transform: translate(0, -50%) rotate(0deg);
  transition: 0.5s;
}

/* line 1273, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .moreinfo button:hover {
  opacity: 0.7;
}

/* line 1276, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .moreinfo button:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 1287, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tab_toggle ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* line 1292, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tab_toggle ul li {
  width: 30%;
  max-width: 250px;
  margin: 0 5px;
}

/* line 1297, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tab_toggle ul li button {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #999;
  background-color: #fff;
  display: block;
  min-width: 220px;
  border: none;
  border-radius: 20px;
  text-align: center;
  padding: 8px 10px;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  padding: 13px 10px 20px 10px;
}

/* line 1320, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tab_toggle ul li button.smoked_background {
  background: #f0f0f0;
}

/* line 1324, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tab_toggle ul li button:hover, .home .ticket .tickets__tab_toggle ul li button.active {
  background-color: #288cb4;
  color: #f0f0f0;
}

/* line 1334, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tabs {
  width: 100%;
  max-width: 1300px;
  margin: 5px auto 0 auto;
  background: #f0f0f0;
  position: relative;
  z-index: 1;
  padding: 40px 50px 10px 50px;
  display: none;
  border-radius: 20px;
}

/* line 1345, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tabs.white__background {
  background: #fff;
}

/* line 1349, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tabs.active {
  display: block;
}

/* line 1356, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 1361, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper {
  width: 100%;
}

/* line 1365, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item {
  margin-left: 10px;
  margin-right: 10px;
  min-height: 548px;
  display: flex;
  flex-direction: column;
}

/* line 1373, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item h3 {
  background: #79a4ba;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  padding: 10px;
}

/* line 1374, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item h3.set_ticket_title {
  font-size: 23px;
  font-size: 2.3rem;
  min-height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1392, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .box {
  background: #e5f4fd;
  padding: 15px 20px 30px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* line 1399, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .box .price {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 13px auto;
}

/* line 1404, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .box .price dl {
  display: flex;
  justify-content: space-between;
  color: #288cb4;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}

/* line 1413, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .box .price dl:first-child {
  border-bottom: 1px solid #288cb4;
}

/* line 1420, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .img {
  margin-bottom: 10px;
  flex-grow: 1;
  display: flex;
}

/* line 1425, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .img img {
  aspect-ratio: 53/30;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1442, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .buynow {
  margin-bottom: 10px;
}

/* line 1444, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .buynow a {
  text-decoration: none;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #cc0000;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 10px;
}

/* line 1457, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .buynow a:hover {
  opacity: 0.5;
}

/* line 1464, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #0096e0;
  color: #288cb4;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  background: #fff;
  text-align: center;
  padding: 5px 0 8px 0;
  position: relative;
}

/* line 1485, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 25px;
  height: 25px;
  background: url(/assets/link_mark_h-4e7210ac0462f71df685eb4c634833ddc418cdb49b54456925bdbf4ddf263ace.svg) no-repeat center center #fff;
  background-size: 100%;
  transform: translate(0, -50%) rotate(0deg);
  transition: 0.5s;
}

/* line 1498, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button:hover {
  opacity: 0.7;
}

/* line 1501, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 1509, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

/* line 1514, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-dots li.slick-active button {
  background: #0096e0;
}

/* line 1518, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-dots li {
  margin: 0 5px;
}

/* line 1522, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-dots button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  width: 10px;
  height: 10px;
  background: #ccc;
  text-indent: -5000px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 1537, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-dots button:hover {
  opacity: 0.5;
}

/* line 1543, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translate(0, -50%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  text-indent: -5000px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 1559, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-arrow:hover {
  opacity: 0.7;
}

/* line 1562, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-arrow.normal_text {
  text-indent: 0;
}

/* line 1564, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-arrow.normal_text span {
  font-size: 3em;
  font-weight: 1000;
}

/* line 1571, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-prev {
  left: -25px;
}

/* line 1574, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-next {
  right: -25px;
}

/* line 1578, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper button.circle_color_main {
  border-color: #0096e0 !important;
  color: #0096e0 !important;
}

/* line 1583, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .circle_border {
  background: white;
  border: 2px #0096e0 solid;
  border-radius: 50px;
}

/* line 1592, app/assets/stylesheets/frontend/style.scss */
.home .ad {
  width: 100%;
  padding: 30px 50px 40px 50px;
}

/* line 1597, app/assets/stylesheets/frontend/style.scss */
.home .courses {
  width: 100%;
  padding: 70px 50px 50px 50px;
}

/* line 1601, app/assets/stylesheets/frontend/style.scss */
.home .courses .headline {
  margin-bottom: 30px;
}

/* line 1605, app/assets/stylesheets/frontend/style.scss */
.home .courses .laed {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #288cb4;
  margin-bottom: 50px;
}

/* line 1613, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns {
  margin-bottom: 30px;
}

/* line 1616, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul {
  display: flex;
  justify-content: center;
}

/* line 1620, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul li {
  margin: 0 20px;
  width: 100%;
  max-width: 280px;
}

/* line 1625, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  border-radius: 10px;
  padding: 10px 10px;
  text-align: center;
}

/* line 1637, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul li a:hover {
  opacity: 0.5;
}

/* line 1643, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul li:nth-child(1) a {
  background: #288cb4;
}

/* line 1648, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul li:nth-child(2) a {
  background: #f18d00;
}

/* line 1655, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__lead {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 1661, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__lead h3 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
  color: #288cb4;
  font-family: "Outfit", sans-serif;
  margin-bottom: 20px;
}

/* line 1669, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__lead p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #288cb4;
}

/* line 1677, app/assets/stylesheets/frontend/style.scss */
.home .courses .courses__tabs ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* line 1682, app/assets/stylesheets/frontend/style.scss */
.home .courses .courses__tabs ul li {
  width: 30%;
  max-width: 190px;
  margin: 0 5px;
}

/* line 1687, app/assets/stylesheets/frontend/style.scss */
.home .courses .courses__tabs ul li button {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #fff;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  padding: 13px 10px 20px 10px;
  border-radius: 7px 7px 0 0;
}

/* line 1705, app/assets/stylesheets/frontend/style.scss */
.home .courses .courses__tabs ul li button:hover, .home .courses .courses__tabs ul li button.active {
  transform: translate(0, -10px);
}

/* line 1730, app/assets/stylesheets/frontend/style.scss */
.home .courses .course {
  width: 100%;
  max-width: 1300px;
  margin: -10px auto 0 auto;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 50px 10px 50px;
  display: none;
  border-radius: 20px;
}

/* line 1741, app/assets/stylesheets/frontend/style.scss */
.home .courses .course.active {
  display: block;
}

/* line 1745, app/assets/stylesheets/frontend/style.scss */
.home .courses .course h3 {
  text-align: center;
  font-size: 45px;
  font-size: 4.5rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: #288cb4;
}

/* line 1753, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__sub {
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
  color: #288cb4;
}

/* line 1761, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__lead {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
  color: #288cb4;
}

/* line 1767, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__img {
  margin-bottom: 30px;
}

/* line 1770, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__map {
  margin-bottom: 50px;
}

/* line 1774, app/assets/stylesheets/frontend/style.scss */
.home .courses .course h4 {
  font-size: 29px;
  font-size: 2.9rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}

/* line 1782, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable {
  margin-bottom: 50px;
}

/* line 1786, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table {
  width: 100%;
  border-collapse: collapse;
}

/* line 1791, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table tr:nth-child(even) td {
  background: #ffc7c3;
}

/* line 1796, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table th,
.home .courses .course .course__timetable .timetable table td {
  text-align: center;
  background: #ffe4e2;
  font-family: "Outfit", sans-serif;
  padding: 5px;
}

/* line 1804, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table th {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

/* line 1808, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table td {
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 1811, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table td.label {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

/* line 1818, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable .timetable_pdf {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* line 1823, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable .timetable_pdf a {
  display: block;
  color: #fff;
  border-radius: 7px;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  background-color: #0096e0;
  position: relative;
}

/* line 1834, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable .timetable_pdf a:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 1838, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable .timetable_pdf a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 1848, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide {
  width: 100%;
}

/* line 1850, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

/* line 1855, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-dots li {
  margin: 0 5px;
}

/* line 1859, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-dots button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  width: 10px;
  height: 10px;
  background: #ccc;
  text-indent: -5000px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 1874, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-dots button:hover {
  opacity: 0.5;
}

/* line 1880, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translate(0, -50%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  text-indent: -5000px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 1896, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-arrow:hover {
  opacity: 0.6;
}

/* line 1899, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-arrow.normal_text {
  text-indent: 0;
}

/* line 1901, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-arrow.normal_text span {
  font-size: 3em;
  font-weight: 1000;
}

/* line 1907, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-prev {
  left: 0;
}

/* line 1910, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-next {
  right: 0;
}

/* line 1914, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item {
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 1921, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 1927, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num {
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

/* line 1933, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num .bus_stop_number_badge {
  border: 2px blue solid;
  width: 85px;
  height: 85px;
  margin: 0;
  padding: 0;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
}

/* line 1945, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num .bus_stop_number_badge span {
  font-family: "Outfit", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 3.7rem;
  color: blue;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
}

/* line 1960, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num img {
  width: 100%;
  max-width: 85px;
  margin: 0 auto;
}

/* line 1966, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

/* line 1972, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 20px;
}

/* line 1977, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn {
  text-align: center;
}

/* line 1980, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn button {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 15px 10px;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

/* line 1998, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 2011, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn button:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 2015, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn button:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 2023, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__img {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 2035, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3,
.home .courses #red h4,
.home .courses #red .course__sub,
.home .courses #red .course__lead,
.home .courses #red .course__busstop {
  color: #f42b17;
}

/* line 2042, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .btn button,
.home .courses #red h4 .btn button,
.home .courses #red .course__sub .btn button,
.home .courses #red .course__lead .btn button,
.home .courses #red .course__busstop .btn button {
  background: #f42b17;
}

/* line 2049, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .slick-dots li.slick-active button,
.home .courses #red h4 .slick-dots li.slick-active button,
.home .courses #red .course__sub .slick-dots li.slick-active button,
.home .courses #red .course__lead .slick-dots li.slick-active button,
.home .courses #red .course__busstop .slick-dots li.slick-active button {
  background: #f42b17;
}

/* line 2055, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .slick-prev,
.home .courses #red h4 .slick-prev,
.home .courses #red .course__sub .slick-prev,
.home .courses #red .course__lead .slick-prev,
.home .courses #red .course__busstop .slick-prev {
  background: url(/assets/icons/prev_red-c4d4e6aa3f724d615596485de2ce62823f77a468ee7bcd40b710e345509a305e.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2058, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .slick-prev.circle_border,
.home .courses #red h4 .slick-prev.circle_border,
.home .courses #red .course__sub .slick-prev.circle_border,
.home .courses #red .course__lead .slick-prev.circle_border,
.home .courses #red .course__busstop .slick-prev.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2064, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .slick-next,
.home .courses #red h4 .slick-next,
.home .courses #red .course__sub .slick-next,
.home .courses #red .course__lead .slick-next,
.home .courses #red .course__busstop .slick-next {
  background: url(/assets/icons/next_red-7d275e611b11e52d3f5160212beea91666cfd3fe9482da8a2290f9a5177b4ae1.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2068, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .slick-next.circle_border,
.home .courses #red h4 .slick-next.circle_border,
.home .courses #red .course__sub .slick-next.circle_border,
.home .courses #red .course__lead .slick-next.circle_border,
.home .courses #red .course__busstop .slick-next.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2077, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3,
.home .courses #blue h4,
.home .courses #blue .course__sub,
.home .courses #blue .course__lead,
.home .courses #blue .course__busstop {
  color: #00a2f2;
}

/* line 2084, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .btn button,
.home .courses #blue h4 .btn button,
.home .courses #blue .course__sub .btn button,
.home .courses #blue .course__lead .btn button,
.home .courses #blue .course__busstop .btn button {
  background: #00a2f2;
}

/* line 2091, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .slick-dots li.slick-active button,
.home .courses #blue h4 .slick-dots li.slick-active button,
.home .courses #blue .course__sub .slick-dots li.slick-active button,
.home .courses #blue .course__lead .slick-dots li.slick-active button,
.home .courses #blue .course__busstop .slick-dots li.slick-active button {
  background: #00a2f2;
}

/* line 2097, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .slick-prev,
.home .courses #blue h4 .slick-prev,
.home .courses #blue .course__sub .slick-prev,
.home .courses #blue .course__lead .slick-prev,
.home .courses #blue .course__busstop .slick-prev {
  background: url(/assets/icons/prev_blue-44fd79d59e06a781f511738da56db03c2568c1e05e77556005e5965db3671fd4.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2100, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .slick-prev.circle_border,
.home .courses #blue h4 .slick-prev.circle_border,
.home .courses #blue .course__sub .slick-prev.circle_border,
.home .courses #blue .course__lead .slick-prev.circle_border,
.home .courses #blue .course__busstop .slick-prev.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2106, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .slick-next,
.home .courses #blue h4 .slick-next,
.home .courses #blue .course__sub .slick-next,
.home .courses #blue .course__lead .slick-next,
.home .courses #blue .course__busstop .slick-next {
  background: url(/assets/icons/next_blue-51b10585d3d5695742cf2c934a90a8a6348adbaee2e57bad28c09ec7be94f2a5.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2110, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .slick-next.circle_border,
.home .courses #blue h4 .slick-next.circle_border,
.home .courses #blue .course__sub .slick-next.circle_border,
.home .courses #blue .course__lead .slick-next.circle_border,
.home .courses #blue .course__busstop .slick-next.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2119, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3,
.home .courses #green h4,
.home .courses #green .course__sub,
.home .courses #green .course__lead,
.home .courses #green .course__busstop {
  color: #08b23b;
}

/* line 2126, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .btn button,
.home .courses #green h4 .btn button,
.home .courses #green .course__sub .btn button,
.home .courses #green .course__lead .btn button,
.home .courses #green .course__busstop .btn button {
  background: #08b23b;
}

/* line 2133, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .slick-dots li.slick-active button,
.home .courses #green h4 .slick-dots li.slick-active button,
.home .courses #green .course__sub .slick-dots li.slick-active button,
.home .courses #green .course__lead .slick-dots li.slick-active button,
.home .courses #green .course__busstop .slick-dots li.slick-active button {
  background: #08b23b;
}

/* line 2139, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .slick-prev,
.home .courses #green h4 .slick-prev,
.home .courses #green .course__sub .slick-prev,
.home .courses #green .course__lead .slick-prev,
.home .courses #green .course__busstop .slick-prev {
  background: url(/assets/icons/prev_green-58d5ec91416bd55949fcb7d489815d6144f0b395619874db0af2d85085026b17.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2142, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .slick-prev.circle_border,
.home .courses #green h4 .slick-prev.circle_border,
.home .courses #green .course__sub .slick-prev.circle_border,
.home .courses #green .course__lead .slick-prev.circle_border,
.home .courses #green .course__busstop .slick-prev.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2148, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .slick-next,
.home .courses #green h4 .slick-next,
.home .courses #green .course__sub .slick-next,
.home .courses #green .course__lead .slick-next,
.home .courses #green .course__busstop .slick-next {
  background: url(/assets/icons/next_green-19656237acc665f3fb3579244f0b6777d8e1267df671a4ecdb44686f9ec23284.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2151, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .slick-next.circle_border,
.home .courses #green h4 .slick-next.circle_border,
.home .courses #green .course__sub .slick-next.circle_border,
.home .courses #green .course__lead .slick-next.circle_border,
.home .courses #green .course__busstop .slick-next.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2162, app/assets/stylesheets/frontend/style.scss */
.home .courses .slick-track {
  display: flex !important;
}

/* line 2166, app/assets/stylesheets/frontend/style.scss */
.home .courses .slick-slide {
  height: inherit !important;
}

/* line 2171, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image {
  width: 100%;
  margin-bottom: 50px;
}

/* line 2175, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image iframe {
  border: 0;
  width: 100%;
  height: 500px;
}

/* line 2181, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note {
  width: 100%;
  max-width: 600px;
  margin: 10px auto 0 auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 15px;
}

/* line 2194, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note .course__route__map__note__txt {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  flex: 1;
}

/* line 2199, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note .course__route__map__note__txt img {
  width: 30px;
  height: auto;
}

/* line 2205, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn {
  margin-left: 10px;
}

/* line 2208, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn a {
  width: 100%;
  max-width: 130px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  background: url(/assets/icon_map-68680f9d40694cb776f4662a53d0178c6a0c8b8f9019e46086ba0d5ed02ca7f3.svg) 10px center no-repeat #f6b12c;
  background-size: 12px;
  padding: 10px 10px 10px 30px;
}

/* line 2221, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn a:hover {
  opacity: 0.5;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 2236, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1501;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 1000px;
  border-radius: 20px;
}

/* line 2248, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .busstop__detail__inner {
  position: relative;
  padding: 50px 40px 40px 40px;
}

/* line 2253, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .num {
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

/* line 2259, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .num .bus_stop_number_badge {
  border: 2px blue solid;
  width: 85px;
  height: 85px;
  margin: 0;
  padding: 0;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
}

/* line 2271, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .num .bus_stop_number_badge span {
  font-family: "Outfit", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 3.7rem;
  color: blue;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
}

/* line 2286, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .num img {
  width: 90px;
}

/* line 2291, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

/* line 2298, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt {
  width: 30%;
  margin-bottom: 20px;
}

/* line 2302, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt dl {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}

/* line 2307, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 4px;
}

/* line 2312, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 2317, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns {
  padding-top: 5px;
}

/* line 2320, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns ul li {
  margin: 10px 0;
}

/* line 2323, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns ul li a {
  display: block;
  color: #fff;
  border-radius: 7px;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  position: relative;
}

/* line 2334, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 2347, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns ul li a:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 2351, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns ul li a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 2361, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .img {
  width: 67%;
}

/* line 2364, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .img ul {
  display: flex;
  justify-content: center;
}

/* line 2368, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .img ul li {
  width: 50%;
  padding: 0 7px;
}

/* line 2372, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .img ul li img {
  border: 1px solid #eee;
}

/* line 2379, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 2384, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .close button {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  text-align: center;
  width: 30px;
  cursor: pointer;
  transition: 0.6s;
}

/* line 2397, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .close button:hover {
  transform: rotate(180deg);
}

/* line 2405, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__red .title {
  color: #f42b17;
}

/* line 2409, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__red .txt dt {
  color: #f42b17;
}

/* line 2414, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__red .btns a {
  background: #f42b17;
}

/* line 2420, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__blue .title {
  color: #00a2f2;
}

/* line 2424, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__blue .txt dt {
  color: #00a2f2;
}

/* line 2429, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__blue .btns a {
  background: #00a2f2;
}

/* line 2435, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__green .title {
  color: #08b23b;
}

/* line 2439, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__green .txt dt {
  color: #08b23b;
}

/* line 2444, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__green .btns a {
  background: #08b23b;
}

/* line 2450, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1500;
  background: rgba(0, 0, 0, 0.8);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 2466, app/assets/stylesheets/frontend/style.scss */
.page {
  background: #f0f0f0;
  padding-bottom: 70px;
}

/* line 2470, app/assets/stylesheets/frontend/style.scss */
.page .page__header {
  width: 100%;
  height: 450px;
  position: relative;
}

/* line 2475, app/assets/stylesheets/frontend/style.scss */
.page .page__header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* line 2487, app/assets/stylesheets/frontend/style.scss */
.page .page__box {
  width: 100%;
  padding: 0 50px;
  margin-top: -300px;
  position: relative;
  z-index: 10;
}

/* line 2494, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__box__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  padding: 50px 50px 60px 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
}

/* line 2505, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__box__inner.no__horizontal__padding {
  padding-left: 0;
  padding-right: 0;
}

/* line 2511, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__box__inner .horizontal__padded__child {
  padding-left: 50px;
  padding-right: 50px;
}

/* line 2517, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__headline {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

/* line 2522, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__headline::after {
  content: none;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0);
  width: 170px;
  height: 2px;
  background: #0096e0;
}

/* line 2533, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__headline h1 {
  font-weight: 200;
  font-family: "Outfit", sans-serif;
  color: #0096e0;
  font-size: 62px;
  font-size: 6.2rem;
  line-height: 1;
  margin: 0;
}

/* line 2542, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__headline .sub {
  font-size: 22px;
  font-size: 2.2rem;
  color: #0096e0;
  font-weight: 400;
}

/* line 2549, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__lead {
  text-align: center;
  color: #0096e0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* line 2557, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__note {
  text-align: center;
  color: #0096e0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

/* line 2565, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__w600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* line 2571, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* line 2577, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__w1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 2584, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__base {
  font-size: 20px;
  font-size: 2rem;
  color: #0096e0;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.2em 0 1.5em 0;
  position: relative;
}

/* line 2593, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__base::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(0, 150, 224, 0.5);
  bottom: -5px;
  left: 0;
}

/* line 2604, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__mark {
  font-size: 28px;
  font-size: 2.8rem;
  color: #0096e0;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.8;
  margin: 2.2em 0 1.3em 0;
  position: relative;
}

/* line 2614, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__mark::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: #0096e0;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 100vh;
}

/* line 2627, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__bar {
  background: #0096e0;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border-radius: 100vh;
  margin-bottom: 20px;
}

/* line 2638, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h3.ssttl__base {
  font-size: 17px;
  font-size: 1.7rem;
  color: #333333;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8;
  margin: 2em 0 1.3em 0;
  border-left: 3px solid #0096e0;
  padding-left: 15px;
}

/* line 2649, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base p {
  color: #333333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin: 1em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 2658, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ul.ul__base {
  padding-left: 22px;
  margin: 1em 0;
}

/* line 2662, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ul.ul__base li {
  list-style: disc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 5px;
}

/* line 2668, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ul.ul__base li.nomark {
  list-style: none;
  margin-left: -20px;
}

/* line 2675, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ol.ol__base {
  padding-left: 25px;
  margin: 1em 0;
}

/* line 2679, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ol.ol__base li {
  list-style: decimal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 5px;
}

/* line 2685, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ol.ol__base li.nomark {
  list-style: none;
  margin-left: -20px;
}

/* line 2692, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .box__gray {
  background: #f9f9f9;
  padding: 20px 30px;
}

/* line 2697, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__bold {
  font-weight: 500;
}

/* line 2701, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__large {
  font-size: 17px;
  font-size: 1.7rem;
}

/* line 2705, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__small {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 2709, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__center {
  text-align: center;
}

/* line 2712, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__right {
  text-align: right;
}

/* line 2716, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__blue {
  color: #0096e0;
}

/* line 2720, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__notice {
  text-align: center;
}

/* line 2723, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__notice span {
  display: inline-block;
  color: #fff;
  background: #c00;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 2733, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 1em 0;
}

/* line 2739, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base th,
.page .page__box .page__base .table__base td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 10px 15px;
  border: 1px solid #ddd;
}

/* line 2746, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base th {
  background: #f9f9f9;
}

/* line 2749, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base td {
  background: #fff;
}

/* line 2753, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base .table__inner {
  width: auto;
  border-collapse: collapse;
  border: none;
}

/* line 2758, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base .table__inner th,
.page .page__box .page__base .table__base .table__inner td {
  border: none;
  background: none;
  padding: 0 10px 0 0;
  text-align: left;
}

/* line 2765, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base .table__inner th {
  font-weight: 500;
}

/* line 2773, app/assets/stylesheets/frontend/style.scss */
.page .pager {
  text-align: center;
}

/* line 2776, app/assets/stylesheets/frontend/style.scss */
.page .pager a {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  margin: 3px;
  background: #ccc;
  font-family: "Outfit", sans-serif;
  border: 1px solid #ccc;
}

/* line 2790, app/assets/stylesheets/frontend/style.scss */
.page .pager a:hover {
  background: #0096e0;
  border: 1px solid #0096e0;
}

/* line 2795, app/assets/stylesheets/frontend/style.scss */
.page .pager a.prev, .page .pager a.next {
  background: #fff;
  border: 1px solid #ccc;
  color: #bbb;
}

/* line 2801, app/assets/stylesheets/frontend/style.scss */
.page .pager a.prev:hover, .page .pager a.next:hover {
  background: #0096e0;
  border: 1px solid #0096e0;
  color: #fff;
}

/* line 2809, app/assets/stylesheets/frontend/style.scss */
.page .pager .current {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #0096e0;
  border: 1px solid #0096e0;
  margin: 3px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 2830, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

/* line 2836, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 2841, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul.center {
  justify-content: center;
}

/* line 2845, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li {
  width: 48%;
}

/* line 2848, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li .label {
  background: #e6e6e6;
  color: #0096e0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 15px;
}

/* line 2859, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li dl {
  border-bottom: 1px dotted #0096e0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* line 2864, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li dl dt {
  margin-bottom: 7px;
}

/* line 2866, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li dl dt span {
  display: inline-block;
  border: 1px solid #0096e0;
  color: #0096e0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
}

/* line 2876, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 2884, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type .txt {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

/* line 2891, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto {
  padding: 20px 0;
}

/* line 2894, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto h2 {
  background: rgba(0, 150, 224, 0.5);
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border-radius: 100vh;
  margin-bottom: 20px;
}

/* line 2905, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto ul {
  margin-bottom: 20px;
}

/* line 2908, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto ul li {
  padding-left: 30px;
  margin: 7px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  position: relative;
}

/* line 2915, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: rgba(0, 150, 224, 0.7);
  border-radius: 100vh;
}

/* line 2926, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto ul li.nomark {
  padding-left: 5px;
}

/* line 2928, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto ul li.nomark::after {
  display: none;
}

/* line 2935, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto .card {
  text-align: center;
}

/* line 2938, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto .card img {
  width: 100%;
  max-width: 600px;
}

/* line 2945, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box {
  padding: 20px 0;
}

/* line 2948, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: #0096e0;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin: 0;
  text-align: center;
  margin-bottom: 60px;
}

/* line 2960, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__howto h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}

/* line 2967, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box abbr {
  padding-left: 5px;
  color: #c00;
  text-decoration: none;
}

/* line 2973, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule {
  margin-bottom: 50px;
}

/* line 2976, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule h3 {
  text-align: center;
  font-size: 50px;
  font-size: 5rem;
  font-family: "Outfit", sans-serif;
  color: #0096e0;
  font-weight: 600;
}

/* line 2985, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .today {
  background: #ffffc0;
}

/* line 2988, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .wday-0,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .wday-6 {
  background: rgba(243, 86, 84, 0.1);
}

/* line 2992, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .prev-month,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .next-month {
  background: #e6e6e6;
}

/* line 2996, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3002, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading a {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  color: #555;
  padding: 5px 20px;
}

/* line 3009, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading a:hover {
  color: #0096e0;
}

/* line 3014, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading .calendar-title {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #0096e0;
  padding: 5px 20px;
}

/* line 3024, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table {
  width: 100%;
  border-collapse: collapse;
}

/* line 3029, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table thead th {
  padding-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
}

/* line 3034, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table thead th:nth-child(1), .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table thead th:nth-child(7) {
  color: #f35654;
}

/* line 3042, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td {
  border: 1px solid #ccc;
  padding: 13px;
  vertical-align: top;
  height: 125px;
}

/* line 3049, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th p,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td p {
  float: left;
  margin: 0;
  line-height: 1.5;
}

/* line 3054, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th .operating_text,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td .operating_text {
  float: right;
  font-weight: 500;
}

/* line 3059, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th ul,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td ul {
  clear: both;
  padding-top: 20px;
}

/* line 3063, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th ul li,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td ul li {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 3066, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th ul li.schedule_ticket_type_select,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td ul li.schedule_ticket_type_select {
  cursor: pointer;
  text-decoration: underline;
}

/* line 3078, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

/* line 3083, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item {
  margin-bottom: 10px;
}

/* line 3086, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 3092, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item input,
.page.purchases .purchases__box .purchases__box__form .form__item select,
.page.purchases .purchases__box .purchases__box__form .form__item textarea {
  margin: 5px 0;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 3106, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item input {
  padding: 13px;
  background: #fff;
}

/* line 3110, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item select {
  padding: 14px 13px;
  background: url(/assets/icons/select_mark-59920002d7cbc2a9c448a775145a82f0b85fb65423849f2004845d7e43de0f29.svg) no-repeat calc(100% - 20px) center #fff;
  background-size: 10px;
}

/* line 3115, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item textarea {
  padding: 13px;
  background: #fff;
}

/* line 3121, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item .field_with_errors > :first-child:not(label) {
  border: 1px dashed #f44336;
}

/* line 3126, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item .error_message {
  font-size: 12px;
  font-size: 1.2rem;
  color: #f44336;
}

/* line 3132, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__check {
  padding: 30px 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3138, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__check label {
  margin-right: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 3144, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__submit {
  padding-top: 20px;
  text-align: center;
}

/* line 3148, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__submit input {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #0096e0;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 40px;
  border-radius: 6px;
}

/* line 3162, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__submit input:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 3166, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__submit input:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 3175, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__confirm {
  padding-top: 20px;
}

/* line 3178, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__confirm dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 3185, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__confirm dl dt {
  width: 10em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 3190, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__confirm dl dd {
  flex: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 3197, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card {
  text-align: center;
  padding-top: 30px;
}

/* line 3201, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card h3 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #0096e0;
}

/* line 3209, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

/* line 3215, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form input {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 13px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
}

/* line 3229, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form dl dt {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 5px;
}

/* line 3238, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form .num {
  width: 55%;
}

/* line 3241, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form .date {
  width: 20%;
}

/* line 3244, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form .ccv {
  width: 20%;
}

/* line 3249, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .card {
  margin-bottom: 30px;
}

/* line 3251, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .card img {
  width: 100%;
  max-width: 500px;
}

/* line 3258, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 3263, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul li {
  margin: 5px 5px;
}

/* line 3266, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul li .back,
.page.purchases .purchases__card .btns ul li .submit {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  cursor: pointer;
  color: #fff;
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
  transition: 0.3s;
}

/* line 3279, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul li .back:hover,
.page.purchases .purchases__card .btns ul li .submit:hover {
  opacity: 0.6;
}

/* line 3284, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul li .back {
  background: #ccc;
  padding: 17px 30px;
}

/* line 3289, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul li .submit {
  background: #0096e0;
  padding: 17px 60px;
}

/* line 3298, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment {
  text-align: center;
  padding-top: 30px;
}

/* line 3302, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment h3 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #0096e0;
}

/* line 3310, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form {
  margin-bottom: 15px;
}

/* line 3313, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form input,
.page.purchases .purchases__new__payment .form select,
.page.purchases .purchases__new__payment .form textarea {
  margin: 5px 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 3326, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form input {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 13px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
}

/* line 3339, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form select {
  padding: 14px 13px;
  background: url(/assets/icons/select_mark-59920002d7cbc2a9c448a775145a82f0b85fb65423849f2004845d7e43de0f29.svg) no-repeat calc(100% - 20px) center #fff;
  background-size: 10px;
}

/* line 3346, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form dl dt {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 5px;
}

/* line 3352, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form dl dd.calendar {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 3355, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form dl dd.calendar select {
  padding-right: 50px;
}

/* line 3364, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .btns ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 3369, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .btns ul li {
  margin: 5px 5px;
}

/* line 3372, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .btns ul li .submit {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  cursor: pointer;
  color: #fff;
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
  transition: 0.3s;
}

/* line 3384, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .btns ul li .submit:hover {
  opacity: 0.6;
}

/* line 3389, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .btns ul li .submit {
  background: #0096e0;
  padding: 17px 60px;
}

/* line 3398, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__nav {
  margin-bottom: 30px;
}

/* line 3400, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__nav a {
  display: inline-block;
  border: 1px solid #0096e0;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 200;
  border-radius: 10px;
  color: #0096e0;
  padding: 5px 30px 5px 45px;
  background: url(/assets/purchases_nav-05e738d970daa92f6c4ccf1d53823fa7807c7c81415220c1a2e5b895c7e3c9a1.svg) no-repeat 20px center #fff;
  background-size: 13px;
}

/* line 3414, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__nav a:hover {
  opacity: 0.6;
}

/* line 3420, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count {
  width: 100%;
  max-width: 580px;
  margin: 0 auto 80px auto;
}

/* line 3425, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1.5px solid #0096e0;
  padding: 25px 0;
}

/* line 3433, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box:last-child {
  border: none;
}

/* line 3437, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: #0096e0;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin: 0;
  width: 220px;
}

/* line 3447, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box .purchases__counter {
  flex: 1;
}

/* line 3449, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box .purchases__counter .counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e6e6e6;
  border-radius: 40px;
  width: 100%;
  padding: 5px 20px;
  font-family: sans-serif;
}

/* line 3459, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box .purchases__counter .counter button {
  background-color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 200;
}

/* line 3474, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box .purchases__counter .counter input[type="text"] {
  width: 100px;
  text-align: center;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 200;
  border: none;
  background: transparent;
  outline: none;
  color: #333333;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}

/* line 3491, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date {
  margin-bottom: 100px;
}

/* line 3494, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date h2 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: #0096e0;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin: 0 0 40px 0;
}

/* line 3504, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}

/* line 3512, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__date__item {
  width: 30%;
}

/* line 3516, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box h3 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 10px 0;
}

/* line 3526, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__btn input[type="checkbox"] {
  display: none;
}

/* line 3530, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__btn label {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  background: #e6e6e6;
  border-radius: 10px;
  padding: 0px 20px;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.3s ease;
}

/* line 3549, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__btn input[type="checkbox"]:checked + label {
  background-color: #0096e0;
  color: #fff;
}

/* line 3556, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__cal button {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  height: 90px;
  background: url(/assets/icon_calendar-810102775011ba96e941dda89e869e266d61520340277e762866822373bd4e08.svg) no-repeat center center #e6e6e6;
  background-size: 30px;
  border-radius: 10px;
  padding: 0px 20px;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 3580, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__cal button.select {
  background: #0096e0;
  color: #fff;
}

/* line 3589, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule {
  margin-bottom: 100px;
}

/* line 3592, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule h2 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: #0096e0;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin: 0 0 40px 0;
}

/* line 3602, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__year {
  width: 100%;
  font-size: 44px;
  font-size: 4.4rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 200;
  color: #0096e0;
  margin-bottom: 20px;
}

/* line 3612, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__h {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3617, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__prev,
.page.purchases .purchases__schedule .schedule__next {
  width: 100%;
  max-width: 200px;
  text-align: center;
}

/* line 3623, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__prev a,
.page.purchases .purchases__schedule .schedule__next a {
  display: inline-block;
  font-size: 26px;
  font-size: 2.6rem;
  text-decoration: none;
  color: #333333;
}

/* line 3629, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__prev a:hover,
.page.purchases .purchases__schedule .schedule__next a:hover {
  opacity: 0.6;
}

/* line 3634, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__title {
  text-align: center;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 200;
  color: #0096e0;
  margin-bottom: 20px;
}

/* line 3642, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__title .schedule__y {
  font-size: 44px;
  font-size: 4.4rem;
}

/* line 3645, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__title .schedule__m {
  font-size: 100px;
  font-size: 10rem;
  font-weight: 500;
}

/* line 3650, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

/* line 3656, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend h3 {
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 30px;
}

/* line 3662, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap {
  display: flex;
}

/* line 3665, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available,
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__soldout {
  font-size: 24px;
  font-size: 2.4rem;
}

/* line 3669, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available span,
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__soldout span {
  display: inline-block;
  width: 50px;
  height: 15px;
  margin-right: 10px;
  border-radius: 6px;
}

/* line 3677, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available {
  margin-right: 30px;
}

/* line 3679, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available span {
  background: #288cb4;
}

/* line 3684, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__soldout span {
  background: #ca4646;
}

/* line 3691, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 3696, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 3701, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table thead th {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 200;
  text-transform: uppercase;
  padding-bottom: 15px;
}

/* line 3710, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table thead th:nth-child(1), .page.purchases .purchases__schedule .schedule__calendar table thead th:nth-child(7) {
  color: #ca4646;
}

/* line 3717, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th,
.page.purchases .purchases__schedule .schedule__calendar table tbody td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 40px 20px;
}

/* line 3723, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th.prev-month, .page.purchases .purchases__schedule .schedule__calendar table tbody th.next-month,
.page.purchases .purchases__schedule .schedule__calendar table tbody td.prev-month,
.page.purchases .purchases__schedule .schedule__calendar table tbody td.next-month {
  background: #eee;
}

/* line 3728, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th .day,
.page.purchases .purchases__schedule .schedule__calendar table tbody td .day {
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 200;
  margin-bottom: 10px;
}

/* line 3736, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th .operating span,
.page.purchases .purchases__schedule .schedule__calendar table tbody td .operating span {
  display: block;
  width: 100%;
  max-width: 50px;
  height: 8px;
  background: #288cb4;
  margin: 0 auto;
  border-radius: 3px;
}

/* line 3747, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th .operating.soldout span,
.page.purchases .purchases__schedule .schedule__calendar table tbody td .operating.soldout span {
  background: #ca4646;
}

/* line 3752, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th .operating.not_set,
.page.purchases .purchases__schedule .schedule__calendar table tbody td .operating.not_set {
  font-size: 10px;
  font-size: 1rem;
}

/* line 3763, app/assets/stylesheets/frontend/style.scss */
.purchases__conf {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3776, app/assets/stylesheets/frontend/style.scss */
.purchases__conf .purchases__conf__label {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}

/* line 3780, app/assets/stylesheets/frontend/style.scss */
.purchases__conf .purchases__conf__box {
  width: 100%;
  max-width: 250px;
  margin-left: 40px;
}

/* line 3785, app/assets/stylesheets/frontend/style.scss */
.purchases__conf .purchases__conf__box .purchases__conf__num {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 3790, app/assets/stylesheets/frontend/style.scss */
.purchases__conf .purchases__conf__box .purchases__conf__item {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

/* line 3794, app/assets/stylesheets/frontend/style.scss */
.purchases__conf .purchases__conf__box .purchases__conf__price {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 42px;
  font-size: 4.2rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: right;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 3810, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs {
  padding: 10px 0 0 0;
  border-bottom: 3px solid #0096e0;
  margin-bottom: 30px;
}

/* line 3815, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs ul {
  display: flex;
  flex-wrap: wrap;
}

/* line 3819, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs ul li {
  width: 19.2%;
  margin-right: 1%;
}

/* line 3823, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs ul li:last-child {
  margin-right: 0;
}

/* line 3827, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs ul li button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  background: none;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  background: #c8c8c8;
  color: #fff;
  text-align: center;
  padding: 13px 5px;
  border-radius: 10px 10px 0 0;
  transition: 0.3s;
}

/* line 3847, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs ul li button:hover, .page.setticket .setticket__tabs ul li button.active {
  background: #0096e0;
  color: #fff;
}

/* line 3857, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box {
  display: none;
}

/* line 3860, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box.active {
  display: block;
}

/* line 3865, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

/* line 3873, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .img {
  width: 30%;
  position: relative;
}

/* line 3877, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

/* line 3882, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 3894, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt {
  width: 67%;
}

/* line 3897, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt dl {
  margin-bottom: 20px;
}

/* line 3899, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt dl dt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #0096e0;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

/* line 3906, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* line 3912, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn {
  text-align: right;
}

/* line 3915, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn a {
  display: inline-block;
  background: #0096e0;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 35px 10px 25px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

/* line 3926, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 30px;
  height: 30px;
  background: url(/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 3939, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn a:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 3943, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 3960, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box {
  padding: 20px 0 10px 0;
}

/* line 3963, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* line 3970, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__item label {
  width: 200px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 3974, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__item label span {
  color: #c00;
}

/* line 3978, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__item input {
  flex: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 13px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
}

/* line 3992, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__check {
  padding: 30px 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3998, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__check label {
  margin-right: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 4004, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__submit {
  padding-top: 20px;
  text-align: center;
}

/* line 4008, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__submit input {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #0096e0;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 40px;
  border-radius: 6px;
}

/* line 4022, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__submit input:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 4026, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__submit input:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 4035, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

/* line 4041, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4046, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li {
  width: 48%;
}

/* line 4049, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li .label {
  background: #e6e6e6;
  color: #0096e0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 15px;
}

/* line 4060, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li dl {
  border-bottom: 1px dotted #0096e0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* line 4065, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dt {
  margin-bottom: 7px;
}

/* line 4067, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dt span {
  display: inline-block;
  border: 1px solid #0096e0;
  color: #0096e0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
}

/* line 4077, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 4085, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets .txt {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

/* line 4092, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .form__submit {
  padding-top: 20px;
  text-align: center;
}

/* line 4096, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .form__submit input {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #0096e0;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 40px;
  border-radius: 6px;
}

/* line 4110, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .form__submit input:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 4114, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .form__submit input:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 4122, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 25px;
}

/* line 4129, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 4134, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dt span {
  background: #ddd;
  color: #000;
  padding: 3px 20px;
  border-radius: 100vh;
}

/* line 4142, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dd ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
  counter-reset: list_circle_num_counter;
}

/* line 4148, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dd ol li {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 6px 0;
  font-weight: 500;
  position: relative;
  padding: 0px 0px 0px 27px;
  counter-increment: list_circle_num_counter;
}

/* line 4157, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dd ol li span {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 4161, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dd ol li::before {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2px;
  left: 0px;
  width: calc(1.5em);
  height: calc(1.5em);
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  content: counter(list_circle_num_counter);
  background: #0096e0;
  color: #fff;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4191, app/assets/stylesheets/frontend/style.scss */
.page.information .list {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

/* line 4197, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li {
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
}

/* line 4201, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li:last-child {
  margin-bottom: 0;
}

/* line 4205, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a {
  display: block;
  text-decoration: none;
  padding-right: 60px;
  position: relative;
}

/* line 4212, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px;
  height: 35px;
  background: url(/assets/icons/news_mark-82965b232c6a2c9e42fa39a3099dc841b368f2cbe16a6addab13fe49bf8e3197.svg) no-repeat right center;
  background-size: 35px;
  transform: translate(0, -30%);
  transition: transform 0.5s ease;
}

/* line 4225, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a:hover {
  opacity: 0.6;
}

/* line 4227, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a:hover::after {
  transform: translate(0, -30%) rotate(360deg);
}

/* line 4232, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a .head {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

/* line 4237, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a .head .date {
  color: #0096e0;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  margin-right: 15px;
}

/* line 4244, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a .head .ctg {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333333;
}

/* line 4248, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a .head .ctg span {
  color: rgba(40, 120, 180, 0.5);
}

/* line 4253, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a .txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #333333;
}

/* line 4263, app/assets/stylesheets/frontend/style.scss */
.page.information .detail {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* line 4268, app/assets/stylesheets/frontend/style.scss */
.page.information .detail h1 {
  color: #0096e0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 10px 0;
}

/* line 4276, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

/* line 4281, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .head .date {
  color: #0096e0;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  margin-right: 15px;
}

/* line 4288, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .head .ctg {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333333;
}

/* line 4292, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .head .ctg span {
  color: rgba(40, 120, 180, 0.5);
}

/* line 4297, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .body {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

/* line 4300, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .body p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #333333;
  margin: 1em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 4311, app/assets/stylesheets/frontend/style.scss */
.page.information .btn {
  text-align: center;
}

/* line 4314, app/assets/stylesheets/frontend/style.scss */
.page.information .btn a {
  display: inline-block;
  background: #0096e0;
  color: #fff;
  padding: 15px 50px;
  border-radius: 7px;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  position: relative;
}

/* line 4324, app/assets/stylesheets/frontend/style.scss */
.page.information .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 4337, app/assets/stylesheets/frontend/style.scss */
.page.information .btn a:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 4341, app/assets/stylesheets/frontend/style.scss */
.page.information .btn a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4354, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs {
  padding: 10px 0 0 0;
  border-bottom: 3px solid #0096e0;
}

/* line 4358, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4363, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li {
  width: 24.5%;
}

/* line 4366, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  background: none;
}

/* line 4378, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="guide"] dt {
  background: url(/assets/icons/service_guide-0a9f77f66b2a1ef9b1b2366bb66496c06f6f95681329f721ce79eefec62e1bfc.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4384, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="wifi"] dt {
  background: url(/assets/icons/service_wifi-454c7718b4439d0eb646594bd278273bf8778a336e107da401a317f8ca7a13cd.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4390, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="payment"] dt {
  background: url(/assets/icons/service_payment-e5e6a34d3bfb511deb58682dd98c960f4f118619477789cc53dbbd7fed4d3de4.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4396, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="rain"] dt {
  background: url(/assets/icons/service_rain-198bee9b757d2d83b3052fd7de7760cf30c036d2587b24a2605d93b024e74b50.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4405, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button:hover dl dd, .page.incarservice .incarservice__tabs ul li button.active dl dd {
  background: #0096e0;
}

/* line 4410, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="guide"]:hover dt, .page.incarservice .incarservice__tabs ul li button.active[data-id="guide"] dt {
  background: url(/assets/icons/service_guide_on-edb8e8406c29e6574fff401595cc9f2a2e2de92cd3d6e7d17bb9cb97859a95b6.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4416, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="wifi"]:hover dt, .page.incarservice .incarservice__tabs ul li button.active[data-id="wifi"] dt {
  background: url(/assets/icons/service_wifi_on-a0130a6cda88f55c9f66a40d12680ae577d5d6724ba997a2aab68ec3976ca34e.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4422, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="payment"]:hover dt, .page.incarservice .incarservice__tabs ul li button.active[data-id="payment"] dt {
  background: url(/assets/icons/service_payment_on-44e634761f9f50f029e4df9283f385c7090918db204525c6d661ca1980075b81.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4428, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="rain"]:hover dt, .page.incarservice .incarservice__tabs ul li button.active[data-id="rain"] dt {
  background: url(/assets/icons/service_rain_on-a324b1a9a58445f8a32e46c732fc10929356a2bd65f5272b753d4c2aac75a838.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4436, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button dl dt {
  transition: 0.3s;
  position: relative;
}

/* line 4440, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button dl dt::before {
  content: "";
  display: block;
  padding-top: 62%;
}

/* line 4446, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button dl dd {
  display: block;
  background: #c8c8c8;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 5px;
  border-radius: 6px 6px 0 0;
  transition: 0.3s;
}

/* line 4462, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item {
  display: none;
  padding: 40px 0 20px 0;
}

/* line 4466, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  color: #0096e0;
  position: relative;
  padding-left: 25px;
}

/* line 4473, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item h3::after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  background: #0096e0;
  top: 13px;
  left: 0;
  border-radius: 100vh;
}

/* line 4485, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item p {
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 4491, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item.active {
  display: block;
}

/* line 4495, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item .incarservice__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4500, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item .incarservice__inner .txt {
  width: 60%;
}

/* line 4504, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item .incarservice__inner .img {
  width: 35%;
}

/* line 4510, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto {
  margin-bottom: 25px;
}

/* line 4514, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 4519, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dt span {
  background: #bada55;
  color: #000;
  padding: 3px 20px;
  border-radius: 100vh;
}

/* line 4527, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dd ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
  counter-reset: list_circle_num_counter;
}

/* line 4533, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dd ol li {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 6px 0;
  font-weight: 500;
  position: relative;
  padding: 0px 0px 0px 27px;
  counter-increment: list_circle_num_counter;
}

/* line 4542, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dd ol li span {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 4546, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dd ol li::before {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2px;
  left: 0px;
  width: calc(1.5em);
  height: calc(1.5em);
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  content: counter(list_circle_num_counter);
  background: #bada55;
  color: #fff;
}

/* line 4570, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice {
  padding: 20px 25px 15px 25px;
  background: #f9f9f9;
  border-radius: 10px;
}

/* line 4576, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice dl dt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 12px;
}

/* line 4581, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice dl dt span {
  background: #ddd;
  padding: 3px 20px;
  border-radius: 100vh;
}

/* line 4588, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice dl dd ul {
  padding-left: 20px;
}

/* line 4590, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice dl dd ul li {
  font-size: 14px;
  font-size: 1.4rem;
  list-style: disc;
  margin: 6px 0;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4606, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs {
  padding: 20px 0 0 0;
}

/* line 4608, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4613, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li {
  width: 24%;
}

/* line 4616, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a {
  color: #0096e0;
  display: block;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-weight: 500;
  padding: 20px 10px;
  border-radius: 10px;
  text-decoration: none;
  border: 3px solid #fff;
}

/* line 4629, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a dl dt {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4632, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a dl dt img {
  width: 90%;
}

/* line 4636, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 4641, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a:hover {
  border: 3px solid #0096e0;
}

/* line 4649, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__img {
  margin: 4em 0;
}

/* line 4651, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__img ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4656, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__img ul li {
  width: 49%;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4668, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs {
  padding: 20px 0 0 0;
}

/* line 4670, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4675, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs ul li {
  width: 31.5%;
}

/* line 4678, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs ul li a {
  color: #0096e0;
  display: block;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 25px 10px;
  border-radius: 10px;
  text-decoration: none;
  border: 3px solid #fff;
}

/* line 4691, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs ul li a:hover {
  border: 3px solid #0096e0;
}

/* line 4699, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img {
  margin: 4em 0;
}

/* line 4701, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4706, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul li {
  width: 49%;
}

/* line 4709, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul li dl {
  text-align: center;
}

/* line 4712, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul li dl dt {
  margin-bottom: 8px;
}

/* line 4715, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul li dl dd {
  font-size: 13px;
  font-size: 1.3rem;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4730, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs {
  margin-bottom: 40px;
}

/* line 4733, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4738, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li {
  width: 19%;
  margin-bottom: 8px;
}

/* line 4742, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a {
  display: block;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: center;
}

/* line 4751, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a:hover {
  opacity: 0.5;
}

/* line 4756, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a dl dt {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4760, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a dl dt img {
  width: 70%;
}

/* line 4764, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 4772, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(1) a {
  border: 2px solid #27ae60;
}

/* line 4775, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(1) a dd {
  color: #27ae60;
}

/* line 4781, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(2) a {
  border: 2px solid #e67e22;
}

/* line 4784, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(2) a dd {
  color: #e67e22;
}

/* line 4790, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(3) a {
  border: 2px solid #2980b9;
}

/* line 4793, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(3) a dd {
  color: #2980b9;
}

/* line 4799, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(4) a {
  border: 2px solid #c73a30;
}

/* line 4802, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(4) a dd {
  color: #c73a30;
}

/* line 4808, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(5) a {
  border: 2px solid #95a5a6;
}

/* line 4811, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(5) a dd {
  color: #95a5a6;
}

/* line 4820, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list {
  margin-bottom: 50px;
}

/* line 4823, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list h2 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 20px;
}

/* line 4829, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list h2 span {
  display: inline-block;
  padding-bottom: 10px;
}

/* line 4835, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list dl {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #ccc;
}

/* line 4840, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list dl dt {
  background: url(/assets/icons/q-7b2e9d2210a32123213d4469b21b858ea5fc983321e6d69915cdc91d1b6c294e.svg) no-repeat left 4px;
  background-size: 40px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 10px 0 10px 53px;
}

/* line 4847, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list dl dd {
  background: url(/assets/icons/a-0ad27c4b0e64f9d20013387867f455e35d350834455ed15ba1d984f4b4ce91e8.svg) no-repeat left 4px;
  background-size: 40px;
  padding: 10px 0 10px 53px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* line 4857, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #purchase h2 {
  border-bottom: 1px solid #27ae60;
}

/* line 4860, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #purchase h2 span {
  border-bottom: 3px solid #27ae60;
}

/* line 4866, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #weather h2 {
  border-bottom: 1px solid #e67e22;
}

/* line 4869, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #weather h2 span {
  border-bottom: 3px solid #e67e22;
}

/* line 4875, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #service h2 {
  border-bottom: 1px solid #2980b9;
}

/* line 4878, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #service h2 span {
  border-bottom: 3px solid #2980b9;
}

/* line 4884, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #operation h2 {
  border-bottom: 1px solid #c73a30;
}

/* line 4887, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #operation h2 span {
  border-bottom: 3px solid #c73a30;
}

/* line 4893, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #misc h2 {
  border-bottom: 1px solid #95a5a6;
}

/* line 4896, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #misc h2 span {
  border-bottom: 3px solid #95a5a6;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4908, app/assets/stylesheets/frontend/style.scss */
.footer {
  width: 100%;
  padding: 60px 50px 30px 50px;
  background: #0096e0;
}

/* line 4913, app/assets/stylesheets/frontend/style.scss */
.footer .inner {
  align-items: flex-end;
}

/* line 4917, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav {
  display: flex;
  flex-wrap: wrap;
}

/* line 4921, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box {
  padding-right: 50px;
  max-width: 300px;
}

/* line 4925, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul {
  margin-bottom: 25px;
}

/* line 4928, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul li {
  margin-bottom: 7px;
}

/* line 4931, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 4936, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul li a:hover {
  opacity: 0.5;
}

/* line 4942, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul li.label a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 4949, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul.label__sub {
  margin-bottom: 14px;
}

/* line 4954, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul.label__sub li.label a {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 4964, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo {
  text-align: right;
  margin-bottom: 25px;
}

/* line 4968, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo .logo {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-bottom: 10px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

/* line 4977, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo .logo a:hover {
  opacity: 0.5;
}

/* line 4982, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo .logo .logo_image_120 {
  width: 120px;
  border-radius: 12px;
}

/* line 4988, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo .copy {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-family: "Outfit", sans-serif;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5002, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger {
  margin: 0;
  padding: 0;
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  width: 48px;
  height: 48px;
  vertical-align: bottom;
  border: 1px solid #fff;
  border-radius: 100vh;
}

/* line 5015, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 20%;
  width: 60%;
  height: 1px;
  background-color: #fff;
}

/* line 5026, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger span:nth-of-type(1) {
  top: 19px;
}

/* line 5029, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger span:nth-of-type(2) {
  top: 27px;
}

/* line 5035, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}

/* line 5039, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger.active span:nth-of-type(2) {
  transform: translateY(-4px) rotate(45deg);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5050, app/assets/stylesheets/frontend/style.scss */
.custom_page {
  font-size: 100%;
}

/* line 5053, app/assets/stylesheets/frontend/style.scss */
.custom_page .full_width {
  width: 100%;
}

/* line 5057, app/assets/stylesheets/frontend/style.scss */
.custom_page img {
  max-width: 100%;
  height: auto;
}

/* line 5064, app/assets/stylesheets/frontend/style.scss */
.custom_page h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 10px 0;
}

/* line 5071, app/assets/stylesheets/frontend/style.scss */
.custom_page h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

/* line 5076, app/assets/stylesheets/frontend/style.scss */
.custom_page h3 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
}

/* line 5081, app/assets/stylesheets/frontend/style.scss */
.custom_page h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

/* line 5086, app/assets/stylesheets/frontend/style.scss */
.custom_page h5 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 5091, app/assets/stylesheets/frontend/style.scss */
.custom_page h6 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

/* line 5096, app/assets/stylesheets/frontend/style.scss */
.custom_page p {
  color: #333333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin: 1em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 5107, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__base {
  font-size: 20px;
  font-size: 2rem;
  color: #0096e0;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.2em 0 1.5em 0;
  position: relative;
}

/* line 5116, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__base::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(0, 150, 224, 0.5);
  bottom: -5px;
  left: 0;
}

/* line 5127, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__mark {
  font-size: 28px;
  font-size: 2.8rem;
  color: #0096e0;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.8;
  margin: 2.2em 0 1.3em 0;
  position: relative;
}

/* line 5137, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__mark::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: #0096e0;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 100vh;
}

/* line 5150, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__bar {
  background: #0096e0;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border-radius: 100vh;
  margin-bottom: 20px;
}

/* line 5161, app/assets/stylesheets/frontend/style.scss */
.custom_page h3.ssttl__base {
  font-size: 17px;
  font-size: 1.7rem;
  color: #333333;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8;
  margin: 2em 0 1.3em 0;
  border-left: 3px solid #0096e0;
  padding-left: 15px;
}

/* line 5172, app/assets/stylesheets/frontend/style.scss */
.custom_page p {
  color: #333333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin: 1em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 5181, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.ul__base {
  padding-left: 22px;
  margin: 1em 0;
}

/* line 5185, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.ul__base li {
  list-style: disc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 5px;
}

/* line 5191, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.ul__base li.nomark {
  list-style: none;
  margin-left: -20px;
}

/* line 5198, app/assets/stylesheets/frontend/style.scss */
.custom_page ol.ol__base {
  padding-left: 25px;
  margin: 1em 0;
}

/* line 5202, app/assets/stylesheets/frontend/style.scss */
.custom_page ol.ol__base li {
  list-style: decimal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 5px;
}

/* line 5208, app/assets/stylesheets/frontend/style.scss */
.custom_page ol.ol__base li.nomark {
  list-style: none;
  margin-left: -20px;
}

/* line 5215, app/assets/stylesheets/frontend/style.scss */
.custom_page .box__gray {
  background: #f9f9f9;
  padding: 20px 30px;
}

/* line 5220, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__bold {
  font-weight: 500;
}

/* line 5224, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__large {
  font-size: 17px;
  font-size: 1.7rem;
}

/* line 5228, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__small {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 5232, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__center {
  text-align: center;
}

/* line 5235, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__right {
  text-align: right;
}

/* line 5239, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__blue {
  color: #0096e0;
}

/* line 5243, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__notice {
  text-align: center;
}

/* line 5246, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__notice span {
  display: inline-block;
  color: #fff;
  background: #c00;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 5256, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 1em 0;
}

/* line 5262, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base th,
.custom_page .table__base td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 10px 15px;
  border: 1px solid #ddd;
}

/* line 5269, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base th {
  background: #f9f9f9;
}

/* line 5272, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base td {
  background: #fff;
}

/* line 5276, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base .table__inner {
  width: auto;
  border-collapse: collapse;
  border: none;
}

/* line 5281, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base .table__inner th,
.custom_page .table__base .table__inner td {
  border: none;
  background: none;
  padding: 0 10px 0 0;
  text-align: left;
}

/* line 5288, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base .table__inner th {
  font-weight: 500;
}

/* line 5294, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.multi_image {
  padding: 0;
  margin: 40px auto;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 5303, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.multi_image li img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: auto;
}

/* line 5312, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.multi_image.two li {
  width: 48%;
}

/* line 5318, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.multi_image.three li {
  width: 31%;
}

/* line 5324, app/assets/stylesheets/frontend/style.scss */
.custom_page .pdf_iframe {
  width: 100%;
  margin-bottom: 50px;
}

/* line 5328, app/assets/stylesheets/frontend/style.scss */
.custom_page .pdf_iframe iframe {
  border: 5px;
  width: 100%;
  height: 500px;
}

/* line 5335, app/assets/stylesheets/frontend/style.scss */
.custom_page .fullscreen_iframe {
  width: 100%;
  margin-bottom: 50px;
}

/* line 5339, app/assets/stylesheets/frontend/style.scss */
.custom_page .fullscreen_iframe iframe {
  border: 0;
  width: 100%;
  height: 500px;
}

/* line 5346, app/assets/stylesheets/frontend/style.scss */
.custom_page .blog_button {
  max-width: 100%;
}

/* line 5349, app/assets/stylesheets/frontend/style.scss */
.custom_page .blog_button a {
  display: inline-block;
  word-break: break-all;
  background: #0096e0;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 35px 10px 25px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 5359, app/assets/stylesheets/frontend/style.scss */
.custom_page .blog_button a:hover {
  opacity: 0.7;
  color: #fff;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5371, app/assets/stylesheets/frontend/style.scss */
.gdpr {
  display: none;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}

/* line 5382, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 35px;
}

/* line 5389, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

/* line 5395, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn {
  margin-left: 20px;
}

/* line 5397, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul {
  display: flex;
}

/* line 5400, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li {
  margin-left: 8px;
}

/* line 5402, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li a {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 5px;
  padding: 15px 40px;
  white-space: nowrap;
}

/* line 5411, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li a:hover {
  opacity: 0.5;
}

/* line 5415, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li a#gdpr__ok {
  color: #fff;
  background: #c00;
}

/* line 5419, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li a#gdpr__ng {
  color: #333;
  background: #eee;
}

/* line 5429, app/assets/stylesheets/frontend/style.scss */
.fixed_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5441, app/assets/stylesheets/frontend/style.scss */
#toast-container {
  font-size: 14px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5449, app/assets/stylesheets/frontend/style.scss */
.fade {
  transform: translate(0, 50px);
  opacity: 0;
  transition: 1s;
}

/* line 5454, app/assets/stylesheets/frontend/style.scss */
.fade__on {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 5459, app/assets/stylesheets/frontend/style.scss */
.fade__l {
  transform: translate(50px, 0);
  opacity: 0;
  transition: 1s;
}

/* line 5464, app/assets/stylesheets/frontend/style.scss */
.fade__l__on {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 5469, app/assets/stylesheets/frontend/style.scss */
.fade__r {
  transform: translate(-50px, 0);
  opacity: 0;
  transition: 1s;
}

/* line 5474, app/assets/stylesheets/frontend/style.scss */
.fade__r__on {
  transform: translate(0, 0);
  opacity: 1;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5484, app/assets/stylesheets/frontend/style.scss */
.course.course__map {
  display: block !important;
}

/* line 5487, app/assets/stylesheets/frontend/style.scss */
.course__busstop_list, .course__landmark_list {
  display: none;
}

/* line 5492, app/assets/stylesheets/frontend/style.scss */
.course__map__container {
  height: 500px;
  width: 100%;
}

/* line 5497, app/assets/stylesheets/frontend/style.scss */
.custom-info-window {
  padding: 0 !important;
}

/* line 5499, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-chr {
  position: absolute;
  top: 12px;
  right: 5px;
}

/* line 5503, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-chr .gm-ui-hover-effect {
  width: 20px !important;
  height: 20px !important;
}

/* line 5506, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-chr .gm-ui-hover-effect span {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}

/* line 5513, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-d {
  padding: 10px 15px 0px 10px;
}

/* line 5515, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-d .stopinfo_extension {
  position: absolute;
  top: 0;
  left: calc(26px / 2);
  width: 4px;
  height: 100%;
  background-color: currentColor;
}

/* line 5522, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-d .stopinfo_extension::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 3%);
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 25px;
  background-color: #fff;
}

/* line 5534, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-d .stopinfo_extension::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: currentColor;
}

/* line 5548, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_title {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

/* line 5552, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_title h1 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

/* line 5558, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_title .stopinfo_title_code {
  font-size: 13px;
  line-height: 20px;
  height: 22px;
  padding: 0 3px;
  border-radius: 3px;
  flex-shrink: 0;
  color: #fff;
  font-weight: bold;
}

/* line 5573, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_course {
  display: flex;
  margin: 12px 0 0;
  align-items: center;
}

/* line 5577, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_course span {
  color: white;
  font-size: 12px;
  border-radius: 3px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

/* line 5591, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_course p {
  font-size: 16px;
  line-height: 18px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
}

/* line 5600, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_button {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-right: -15px;
}

/* line 5605, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_button a {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  line-height: 1;
  box-sizing: content-box;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  height: 26px;
  white-space: nowrap;
  color: #212121;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* line 5621, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_button a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background: #333;
}

/* line 5631, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_button a::before {
  content: "";
  position: absolute;
  right: 0%;
  bottom: 0px;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #333;
  border-radius: 100%;
}

/* line 5647, app/assets/stylesheets/frontend/style.scss */
.custom_map {
  position: relative;
}

/* line 5649, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__sidebar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 400px;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  overflow-y: auto;
  opacity: 0;
  transform: translateX(-30px);
  pointer-events: none;
  transition: all 0.3s ease;
}

/* line 5666, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__sidebar.is-visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* line 5674, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 225px;
}

/* line 5680, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__content {
  padding: 20px;
}

/* line 5682, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__content .landmark__name {
  font-size: 20px;
  color: #444;
  font-weight: normal;
}

/* line 5687, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__content .landmark__desc {
  font-size: 15px;
  color: #212121;
  margin: 10px 0;
}

/* line 5694, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  width: 35px;
  height: 35px;
  color: #fff;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}

/* line 5721, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__close svg {
  width: 14px;
  height: 14px;
}

/* line 5727, app/assets/stylesheets/frontend/style.scss */
.custom_map hr {
  margin: 24px 0 12px;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e6e6e6;
  padding: 0;
}

/* line 5736, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__table {
  text-align: left;
  font-size: 14px;
}

/* line 5739, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__table th, .custom_map .landmark__table td {
  padding-bottom: 12px;
}

/* line 5742, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__table th {
  width: 100px;
  font-weight: normal;
  color: #666;
}

/* line 5747, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__table td {
  padding-left: 10px;
  color: #212121;
}

/* line 5754, app/assets/stylesheets/frontend/style.scss */
.marker-label {
  background: white;
  border-radius: 25px;
  padding: 2px 6px;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

/* line 5767, app/assets/stylesheets/frontend/style.scss */
.bus-meter {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border-radius: 10px;
  pointer-events: none;
  position: relative;
}

/* line 5792, app/assets/stylesheets/frontend/style.scss */
.bus-meter-icons {
  display: flex;
  margin-bottom: 4px;
}

/* line 5797, app/assets/stylesheets/frontend/style.scss */
.meter-icon {
  width: 18px;
  height: 18px;
  opacity: 0.3;
}

/* line 5803, app/assets/stylesheets/frontend/style.scss */
.meter-icon.active.level-low {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(34%) sepia(89%) saturate(1136%) hue-rotate(175deg) brightness(99%) contrast(94%);
}

/* line 5808, app/assets/stylesheets/frontend/style.scss */
.meter-icon.active.level-normal {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(63%) sepia(77%) saturate(719%) hue-rotate(4deg) brightness(99%) contrast(98%);
}

/* line 5813, app/assets/stylesheets/frontend/style.scss */
.meter-icon.active.level-high {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(38%) sepia(94%) saturate(1889%) hue-rotate(-6deg) brightness(95%) contrast(103%);
}

/* line 5818, app/assets/stylesheets/frontend/style.scss */
.availability {
  margin-top: 2px;
  font-size: 12px;
  color: #333;
}

/* line 5824, app/assets/stylesheets/frontend/style.scss */
.bus-meter-image {
  width: 80px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
@media only screen and (max-width: 769px) {
  /* line 3, app/assets/stylesheets/frontend/_sp.scss */
  .pc {
    display: none;
  }
  /* line 6, app/assets/stylesheets/frontend/_sp.scss */
  .sp {
    display: block;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 14, app/assets/stylesheets/frontend/_sp.scss */
  .headline {
    margin-bottom: 10%;
  }
  /* line 17, app/assets/stylesheets/frontend/_sp.scss */
  .headline h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 26, app/assets/stylesheets/frontend/_sp.scss */
  .header {
    height: 60px;
    padding: 0 3%;
    background: #fff;
  }
  /* line 31, app/assets/stylesheets/frontend/_sp.scss */
  .header .title {
    width: 55px;
  }
  /* line 33, app/assets/stylesheets/frontend/_sp.scss */
  .header .title h1 {
    width: 55px;
  }
  /* line 38, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns {
    width: calc(100% - 110px);
  }
  /* line 41, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .kyoto {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    margin-right: 0;
    z-index: 100;
  }
  /* line 50, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .kyoto a {
    width: 100%;
    height: 70px;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 0;
    padding: 0;
    background: #fabe00;
    border: none;
    color: #fff;
  }
  /* line 63, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .purchase {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 50%;
    margin-right: 0;
    z-index: 100;
  }
  /* line 71, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .purchase a {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    background: #00a2f2;
    border-radius: 0;
    padding: 15px 10px;
    border: none;
  }
  /* line 83, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .language {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 0;
    text-align: right;
  }
  /* line 88, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .language a {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 5px;
  }
  /* line 95, app/assets/stylesheets/frontend/_sp.scss */
  .header.on {
    background: #fff;
  }
  /* line 100, app/assets/stylesheets/frontend/_sp.scss */
  .header.on .btns .purchase a {
    border: none;
    color: #fff;
  }
  /* line 109, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn {
    display: block;
  }
  /* line 117, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul {
    width: 100vw;
    display: flex;
    justify-content: space-between;
  }
  /* line 122, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li {
    width: 49.9vw;
  }
  /* line 125, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a {
    width: 100%;
    height: 70px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 15px 0 0 0;
  }
  /* line 138, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a p.en {
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 141, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a p.jp {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
  }
  /* line 145, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a p.jp span {
    padding-top: 6px;
  }
  /* line 150, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a span {
    display: block;
    padding-top: 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 158, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li:nth-child(1) a {
    background: #715595;
  }
  /* line 161, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li:nth-child(1) a p.jp {
    padding-top: 12px;
  }
  /* line 167, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li:nth-child(2) a {
    background: #cc0000;
    padding-top: 14px;
  }
  /* line 171, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li:nth-child(2) a p.jp {
    padding-top: 4px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 184, app/assets/stylesheets/frontend/_sp.scss */
  .nav {
    top: 50px;
    padding: 30px 30px;
    width: 95%;
    height: calc(100svh - 70px);
    overflow: auto;
  }
  /* line 191, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__inner {
    flex-wrap: wrap;
  }
  /* line 195, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* line 200, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box {
    width: 100%;
    padding-right: 0;
  }
  /* line 204, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul {
    margin-bottom: 15px;
  }
  /* line 207, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul li {
    margin-bottom: 5px;
  }
  /* line 210, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 215, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul li.label a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 221, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul.label__sub {
    margin-bottom: 10px;
  }
  /* line 226, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul.label__sub li.label a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 236, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__img {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  /* line 241, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__img img {
    width: 70%;
  }
  /* line 246, app/assets/stylesheets/frontend/_sp.scss */
  .nav .close {
    display: none;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 255, app/assets/stylesheets/frontend/_sp.scss */
  .main {
    padding-top: 60px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 265, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual {
    width: 100%;
    height: 50svh;
    position: relative;
  }
  /* line 270, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .btns {
    display: none;
  }
  /* line 274, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .info__ticker {
    padding: 10px 0;
  }
  /* line 277, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .info__ticker .info__ticker__inner {
    animation-duration: 13s;
  }
  /* line 280, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .info__ticker .info__ticker__inner p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 283, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .info__ticker .info__ticker__inner p strong {
    margin-right: 15px;
  }
  /* line 290, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .instagram {
    width: 25px;
    transform: translate(0, -100%);
  }
  /* line 295, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .obj {
    top: 50%;
    width: 70%;
  }
  /* line 301, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs {
    position: sticky;
    top: 60px;
    z-index: 1000;
    padding: 4% 5% 2% 5%;
    background: #fff;
  }
  /* line 308, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs ul {
    justify-content: space-between;
  }
  /* line 311, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs ul li {
    width: 32.5%;
    margin: 0;
  }
  /* line 315, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs ul li a {
    width: 100%;
    min-width: auto;
    border: 1.5px solid #288cb4;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 6px 0;
  }
  /* line 323, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs ul li a::after {
    width: 6px;
    height: 14px;
    background: url(/assets/link_mark_v-2552618aecc0b7679ac3f39aa14fe49ee1c0267e07b941af2faaa5427754c693.svg) no-repeat right center;
    background-size: cover;
    right: 10px;
  }
  /* line 335, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner {
    overflow: hidden;
    padding: 0 0 5% 0;
  }
  /* line 339, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer {
    display: flex;
    justify-content: center;
  }
  /* line 343, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap {
    width: 100%;
    max-width: 1300px;
  }
  /* line 348, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide {
    width: 100%;
  }
  /* line 351, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper {
    padding: 0 25px;
  }
  /* line 354, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap {
    min-height: 13.2vh;
    border-radius: 10px;
  }
  /* line 358, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap {
    border-radius: 10px;
  }
  /* line 361, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner_image {
    border-radius: 5px;
  }
  /* line 365, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  /* line 370, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text .banner__overlay_text_box {
    width: 80%;
  }
  /* line 373, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text .banner__overlay_text_box h4 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  /* line 387, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots {
    padding-top: 10px;
  }
  /* line 391, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow {
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  /* line 396, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow:hover {
    opacity: 0.6;
  }
  /* line 399, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow.normal_text {
    text-indent: 0;
  }
  /* line 401, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow.normal_text span {
    font-size: 1.8em;
    font-weight: 1000;
  }
  /* line 408, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-prev {
    left: 10px;
  }
  /* line 411, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-next {
    right: 10px;
  }
  /* line 415, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide button.circle_color_main {
    border-color: #0096e0 !important;
    color: #0096e0 !important;
  }
  /* line 420, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .circle_border {
    background: #fff;
    border: 2px #0096e0 solid;
    border-radius: 50px;
  }
  /* line 431, app/assets/stylesheets/frontend/_sp.scss */
  .home .features {
    padding: 5% 5% 5% 5%;
  }
  /* line 434, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .headline {
    margin-bottom: 10px;
  }
  /* line 438, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .lead {
    margin-bottom: 7%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 443, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons {
    margin-bottom: 5%;
  }
  /* line 447, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons ul li {
    width: 19.5%;
  }
  /* line 450, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons ul li dl {
    width: 100%;
  }
  /* line 453, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons ul li dl dt {
    margin-bottom: 5px;
  }
  /* line 456, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons ul li dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 465, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal {
    display: none;
    opacity: 0;
    width: 90%;
    max-width: 90%;
    padding: 40px 25px 40px 25px;
  }
  /* line 472, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal .icon {
    width: 100%;
    max-width: 50%;
  }
  /* line 476, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal h3 {
    margin-top: 15px;
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 8px;
  }
  /* line 481, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }
  /* line 485, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal .modal__close {
    top: 15px;
    right: 15px;
    width: 25px;
  }
  /* line 491, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal__bg {
    display: none;
    opacity: 0;
  }
  /* line 496, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket {
    padding: 7% 5% 5% 5%;
  }
  /* line 500, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket.purchase_new.sp_pad {
    padding-left: 3%;
    padding-right: 3%;
  }
  /* line 504, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket.purchase_new.sp_pad .lead {
    padding-left: 2%;
    padding-right: 2%;
  }
  /* line 511, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .headline {
    margin-bottom: 10px;
  }
  /* line 515, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .lead {
    margin-bottom: 7%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 522, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li {
    width: 48.5%;
  }
  /* line 525, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 0;
  }
  /* line 530, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .box {
    padding: 10px 15px 20px 15px;
  }
  /* line 533, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .box .price {
    margin: 0 auto 13px auto;
  }
  /* line 536, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .box .price dl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 542, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .buynow {
    margin-bottom: 7px;
  }
  /* line 545, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .buynow a {
    border-radius: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 7px;
  }
  /* line 553, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .moreinfo button {
    border-radius: 8px;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 0 7px 0;
  }
  /* line 558, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .moreinfo button::after {
    right: 20px;
    width: 12px;
    height: 12px;
    background: url(/assets/link_mark_h-4e7210ac0462f71df685eb4c634833ddc418cdb49b54456925bdbf4ddf263ace.svg) no-repeat center center #fff;
    background-size: 100%;
  }
  /* line 571, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .tickets__tab_toggle {
    padding: 0;
  }
  /* line 574, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .tickets__tab_toggle ul {
    gap: 10px;
  }
  /* line 577, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .tickets__tab_toggle ul li {
    width: 43%;
    max-width: 45%;
    margin: 0;
  }
  /* line 582, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .tickets__tab_toggle ul li button {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 5px 5px 5px;
    min-width: 140px;
    border-radius: 10px;
  }
  /* line 592, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .tickets__tabs {
    margin: 5px auto 0 auto;
    padding: 20px 0;
    border-radius: 0;
  }
  /* line 602, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item {
    margin-left: 3px;
    margin-right: 3px;
    height: 100%;
    min-height: 315px;
  }
  /* line 609, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 2px;
  }
  /* line 610, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item h3.set_ticket_title {
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 48px;
  }
  /* line 619, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .box {
    padding: 10px 15px 20px 15px;
  }
  /* line 622, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .box .price {
    margin: 0 auto 13px auto;
  }
  /* line 625, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .box .price dl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 631, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .buynow {
    margin-bottom: 7px;
  }
  /* line 634, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .buynow a {
    border-radius: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 7px;
  }
  /* line 656, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button {
    border-radius: 8px;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 0 7px 0;
  }
  /* line 661, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button::after {
    right: 20px;
    width: 12px;
    height: 12px;
    background: url(/assets/link_mark_h-4e7210ac0462f71df685eb4c634833ddc418cdb49b54456925bdbf4ddf263ace.svg) no-repeat center center #fff;
    background-size: 100%;
  }
  /* line 672, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-dots {
    padding-top: 5%;
  }
  /* line 676, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-arrow {
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  /* line 681, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-arrow:hover {
    opacity: 0.6;
  }
  /* line 684, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-arrow.normal_text {
    text-indent: 0;
  }
  /* line 686, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-arrow.normal_text span {
    font-size: 1.8em;
    font-weight: 1000;
  }
  /* line 693, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-prev {
    left: 0;
  }
  /* line 696, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-next {
    right: 0;
  }
  /* line 700, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper button.circle_color_main {
    border-color: #0096e0 !important;
    color: #0096e0 !important;
  }
  /* line 705, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .circle_border {
    background: #fff;
    border: 2px #0096e0 solid;
    border-radius: 50px;
  }
  /* line 714, app/assets/stylesheets/frontend/_sp.scss */
  .home .ad {
    width: 100%;
    padding: 0%;
  }
  /* line 719, app/assets/stylesheets/frontend/_sp.scss */
  .home .information {
    padding: 7% 5%;
  }
  /* line 722, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
  /* line 727, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .title h2 {
    font-size: 34px;
    font-size: 3.4rem;
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 733, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .title .btn {
    text-align: center;
  }
  /* line 735, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .title .btn a {
    width: 50%;
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 7px;
  }
  /* line 744, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list {
    flex: none;
    width: 100%;
  }
  /* line 749, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* line 753, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li a {
    padding-right: 50px;
  }
  /* line 757, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li a .head .date {
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 12px;
  }
  /* line 762, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li a .head .ctg {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 766, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li a .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 775, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses {
    padding: 8% 5% 5% 5%;
  }
  /* line 778, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .headline {
    margin-bottom: 10px;
  }
  /* line 782, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .laed {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10%;
  }
  /* line 788, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__btns {
    margin-bottom: 5%;
  }
  /* line 791, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__btns ul {
    justify-content: space-between;
  }
  /* line 794, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__btns ul li {
    margin: 0;
    width: 48.5%;
    max-width: 100%;
  }
  /* line 799, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__btns ul li a {
    font-size: 20px;
    font-size: 2rem;
    padding: 12px 0;
  }
  /* line 806, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__lead {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 1px;
  }
  /* line 813, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__lead h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 4%;
  }
  /* line 818, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__lead p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    text-align: left;
  }
  /* line 825, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .courses__tabs {
    padding: 0;
  }
  /* line 828, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .courses__tabs ul {
    justify-content: space-between;
  }
  /* line 831, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .courses__tabs ul li {
    width: 32.5%;
    max-width: 33%;
    margin: 0;
  }
  /* line 836, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .courses__tabs ul li button {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 13px 10px 20px 10px;
  }
  /* line 844, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course {
    margin: -10px auto 0 auto;
    padding: 20px 0;
    border-radius: 0;
  }
  /* line 849, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  /* line 853, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__sub {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5%;
  }
  /* line 857, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5%;
  }
  /* line 861, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__img {
    margin-bottom: 10%;
  }
  /* line 864, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__map {
    margin-bottom: 10%;
  }
  /* line 868, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course h4 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5%;
  }
  /* line 873, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__timetable {
    margin-bottom: 10%;
  }
  /* line 877, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__timetable .timetable .timetable_pdf {
    margin-top: 5%;
  }
  /* line 885, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .slick-dots {
    padding-top: 5%;
  }
  /* line 889, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .slick-arrow {
    width: 30px;
    height: 30px;
    top: 30px;
  }
  /* line 894, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .slick-prev {
    left: -3%;
  }
  /* line 897, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .slick-next {
    right: -3%;
  }
  /* line 901, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item {
    padding: 0 0px;
  }
  /* line 904, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt {
    width: 100%;
    margin-bottom: 5%;
    min-height: 360px;
    height: 65%;
  }
  /* line 911, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num img {
    max-width: 45px;
  }
  /* line 915, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num .bus_stop_number_badge {
    width: 50px;
    height: 50px;
  }
  /* line 919, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num .bus_stop_number_badge span {
    font-size: 2.5rem;
    transform: translate(-50%, -50%);
  }
  /* line 925, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  /* line 929, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .txt {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  /* line 934, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn button {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 940, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__img {
    width: 100%;
  }
  /* line 954, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #red h3 .slick-prev,
.home .courses #red h4 .slick-prev,
.home .courses #red .course__sub .slick-prev,
.home .courses #red .course__lead .slick-prev,
.home .courses #red .course__busstop .slick-prev {
    background: url(/assets/icons/prev_red-c4d4e6aa3f724d615596485de2ce62823f77a468ee7bcd40b710e345509a305e.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 958, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #red h3 .slick-next,
.home .courses #red h4 .slick-next,
.home .courses #red .course__sub .slick-next,
.home .courses #red .course__lead .slick-next,
.home .courses #red .course__busstop .slick-next {
    background: url(/assets/icons/next_red-7d275e611b11e52d3f5160212beea91666cfd3fe9482da8a2290f9a5177b4ae1.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 970, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #blue h3 .slick-prev,
.home .courses #blue h4 .slick-prev,
.home .courses #blue .course__sub .slick-prev,
.home .courses #blue .course__lead .slick-prev,
.home .courses #blue .course__busstop .slick-prev {
    background: url(/assets/icons/prev_blue-44fd79d59e06a781f511738da56db03c2568c1e05e77556005e5965db3671fd4.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 974, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #blue h3 .slick-next,
.home .courses #blue h4 .slick-next,
.home .courses #blue .course__sub .slick-next,
.home .courses #blue .course__lead .slick-next,
.home .courses #blue .course__busstop .slick-next {
    background: url(/assets/icons/next_blue-51b10585d3d5695742cf2c934a90a8a6348adbaee2e57bad28c09ec7be94f2a5.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 986, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #green h3 .slick-prev,
.home .courses #green h4 .slick-prev,
.home .courses #green .course__sub .slick-prev,
.home .courses #green .course__lead .slick-prev,
.home .courses #green .course__busstop .slick-prev {
    background: url(/assets/icons/prev_green-58d5ec91416bd55949fcb7d489815d6144f0b395619874db0af2d85085026b17.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 990, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #green h3 .slick-next,
.home .courses #green h4 .slick-next,
.home .courses #green .course__sub .slick-next,
.home .courses #green .course__lead .slick-next,
.home .courses #green .course__busstop .slick-next {
    background: url(/assets/icons/next_green-19656237acc665f3fb3579244f0b6777d8e1267df671a4ecdb44686f9ec23284.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 998, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image iframe {
    height: 400px;
  }
  /* line 1002, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image .course__route__map__note {
    width: 90%;
    margin: 5px 5% 35px 5%;
    padding: 4% 5%;
  }
  /* line 1007, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image .course__route__map__note .course__route__map__note__txt {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 1012, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn {
    width: 100%;
    margin-left: 0;
  }
  /* line 1016, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn a {
    max-width: 100%;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1030, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box {
    width: 90%;
    height: 90svh;
    overflow: auto;
  }
  /* line 1035, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .busstop__detail__inner {
    padding: 30px 5% 20px 5%;
  }
  /* line 1039, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .num {
    margin-bottom: 10px;
  }
  /* line 1042, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .num img {
    width: 60px;
  }
  /* line 1046, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .num .bus_stop_number_badge {
    width: 50px;
    height: 50px;
  }
  /* line 1050, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .num .bus_stop_number_badge span {
    font-size: 2.5rem;
    transform: translate(-50%, -50%);
  }
  /* line 1057, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5%;
  }
  /* line 1062, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .wrap {
    flex-direction: column-reverse;
  }
  /* line 1066, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt {
    width: 100%;
    margin-bottom: 0;
  }
  /* line 1070, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt dl {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  /* line 1074, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt dl dt {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
  /* line 1078, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1083, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt .btns {
    padding-top: 0;
  }
  /* line 1086, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt .btns ul li {
    margin: 10px 0;
  }
  /* line 1089, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt .btns ul li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1097, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .img {
    width: 100%;
    margin-bottom: 5%;
  }
  /* line 1101, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .img ul {
    justify-content: space-between;
  }
  /* line 1104, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .img ul li {
    padding: 0;
  }
  /* line 1111, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .close button {
    width: 20px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1122, app/assets/stylesheets/frontend/_sp.scss */
  .page {
    padding-bottom: 10%;
  }
  /* line 1125, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__header {
    height: 250px;
  }
  /* line 1129, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box {
    padding: 0 2%;
    margin-top: -200px;
  }
  /* line 1133, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__box__inner {
    border-radius: 20px;
    padding: 10% 5% 10% 5%;
  }
  /* line 1138, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__headline {
    margin-bottom: 10%;
  }
  /* line 1141, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__headline::after {
    width: 100px;
  }
  /* line 1145, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__headline h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  /* line 1149, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__headline .sub {
    font-size: 17px;
    font-size: 1.7rem;
  }
  /* line 1154, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__lead {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5%;
  }
  /* line 1159, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__note {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5%;
  }
  /* line 1165, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base h2.sttl__base {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6;
    margin: 2.2em 0 1.5em 0;
  }
  /* line 1171, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base h2.sttl__mark {
    font-size: 19px;
    font-size: 1.9rem;
    margin: 2.2em 0 1.3em 0;
  }
  /* line 1175, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base h2.sttl__mark::after {
    bottom: -15px;
  }
  /* line 1180, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base h2.sttl__bar {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  /* line 1185, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base h3.ssttl__base {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 2em 0 1.3em 0;
  }
  /* line 1190, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9;
    margin: 1em 0;
  }
  /* line 1196, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base ul.ul__base {
    margin: 1em 0;
  }
  /* line 1199, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base ul.ul__base li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1204, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base ol.ol__base {
    margin: 1em 0;
  }
  /* line 1207, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base ol.ol__base li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1212, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .box__gray {
    padding: 15px 15px;
  }
  /* line 1216, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__large {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1220, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1224, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__center {
    text-align: left;
  }
  /* line 1228, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__notice {
    text-align: center;
  }
  /* line 1231, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__notice span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1236, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base {
    margin: 1em 0;
  }
  /* line 1239, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base th,
.page .page__box .page__base .table__base td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 10px 15px;
    border: 1px solid #ddd;
  }
  /* line 1246, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base th {
    background: #f9f9f9;
  }
  /* line 1249, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base td {
    background: #fff;
  }
  /* line 1253, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base .table__inner {
    width: auto;
    border-collapse: collapse;
    border: none;
  }
  /* line 1258, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base .table__inner th,
.page .page__box .page__base .table__base .table__inner td {
    border: none;
    background: none;
    padding: 0 10px 0 0;
    text-align: left;
  }
  /* line 1265, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base .table__inner th {
    font-weight: 500;
  }
  /* line 1273, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__sp > tbody > tr > th,
.page .page__box .page__base .table__sp > tbody > tr > td {
    display: block;
  }
  /* line 1283, app/assets/stylesheets/frontend/_sp.scss */
  .page .table__scroll {
    width: 100%;
    overflow: auto;
  }
  /* line 1289, app/assets/stylesheets/frontend/_sp.scss */
  .page .pager a {
    font-size: 13px;
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
  }
  /* line 1297, app/assets/stylesheets/frontend/_sp.scss */
  .page .pager .current {
    font-size: 13px;
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1312, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type {
    padding: 20px 0;
  }
  /* line 1316, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li {
    width: 100%;
  }
  /* line 1319, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li .label {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px;
    margin-bottom: 15px;
  }
  /* line 1325, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li dl {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  /* line 1329, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li dl dt {
    margin-bottom: 7px;
  }
  /* line 1331, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li dl dt span {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 2px 20px;
  }
  /* line 1336, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1343, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type .txt {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  /* line 1350, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto {
    padding: 5% 0;
  }
  /* line 1353, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto h2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 10px;
    margin-bottom: 5%;
  }
  /* line 1359, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto ul {
    margin-bottom: 20px;
  }
  /* line 1362, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto ul li {
    margin: 7px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1366, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto ul li.nomark {
    padding-left: 5px;
  }
  /* line 1373, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box {
    padding: 5% 0;
  }
  /* line 1376, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box h2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 10px;
    margin-bottom: 5%;
  }
  /* line 1383, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__howto h2 {
    font-size: 1.7rem;
  }
  /* line 1388, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule {
    margin-bottom: 10%;
  }
  /* line 1391, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule h3 {
    font-size: 30px;
    font-size: 3rem;
  }
  /* line 1396, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading {
    margin-bottom: 20px;
  }
  /* line 1399, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px 20px;
  }
  /* line 1404, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading .calendar-title {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 5px 10px;
  }
  /* line 1410, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table {
    width: 800px;
    border-collapse: collapse;
  }
  /* line 1415, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table thead th {
    padding-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1422, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td {
    padding: 10px;
    height: 100px;
  }
  /* line 1427, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th ul,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td ul {
    padding-top: 15px;
  }
  /* line 1430, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th ul li,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td ul li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1441, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item {
    margin-bottom: 10px;
  }
  /* line 1444, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item label {
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1450, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item input,
.page.purchases .purchases__box .purchases__box__form .form__item select {
    margin: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1456, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item input {
    padding: 13px;
    background: #fff;
  }
  /* line 1460, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item select {
    padding: 14px 13px;
    background: url(/assets/icons/select_mark-59920002d7cbc2a9c448a775145a82f0b85fb65423849f2004845d7e43de0f29.svg) no-repeat calc(100% - 20px) center #fff;
    background-size: 10px;
  }
  /* line 1467, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__check {
    padding: 5% 0 10px 0;
  }
  /* line 1470, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__check label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1476, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__submit {
    padding-top: 5%;
  }
  /* line 1479, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__submit input {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 10px;
  }
  /* line 1488, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__confirm {
    padding-top: 5%;
  }
  /* line 1491, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__confirm dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* line 1495, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__confirm dl dt {
    width: 9em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1499, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__confirm dl dd {
    flex: 1;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1506, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card {
    padding-top: 5%;
  }
  /* line 1509, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card h3 {
    margin-bottom: 5%;
    font-size: 17px;
    font-size: 1.7rem;
  }
  /* line 1514, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form {
    margin-bottom: 15px;
  }
  /* line 1517, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form input {
    padding: 13px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1523, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form dl dt {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  /* line 1531, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .num {
    width: 55%;
  }
  /* line 1534, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .num .bus_stop_number_badge {
    width: 50px;
    height: 50px;
  }
  /* line 1538, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .num .bus_stop_number_badge span {
    font-size: 2.5rem;
    transform: translate(-50%, -50%);
  }
  /* line 1544, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .date {
    width: 20%;
  }
  /* line 1547, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .ccv {
    width: 20%;
  }
  /* line 1552, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .card {
    margin-bottom: 5%;
  }
  /* line 1558, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .btns ul li {
    margin: 5px 5px;
  }
  /* line 1561, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .btns ul li .back,
.page.purchases .purchases__card .btns ul li .submit {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1566, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .btns ul li .back {
    padding: 17px 30px;
  }
  /* line 1570, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .btns ul li .submit {
    padding: 17px 60px;
  }
  /* line 1578, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__nav {
    margin-bottom: 20px;
  }
  /* line 1580, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__nav a {
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 6px;
    padding: 5px 20px 5px 35px;
    background: url(/assets/purchases_nav-05e738d970daa92f6c4ccf1d53823fa7807c7c81415220c1a2e5b895c7e3c9a1.svg) no-repeat 12px center #fff;
    background-size: 10px;
  }
  /* line 1589, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count {
    margin-bottom: 30px;
  }
  /* line 1592, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box {
    padding: 15px 0;
  }
  /* line 1595, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box h2 {
    font-size: 24px;
    font-size: 2.4rem;
    width: 100px;
  }
  /* line 1600, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box .purchases__counter {
    flex: 1;
  }
  /* line 1602, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box .purchases__counter .counter {
    padding: 5px 10px;
    font-family: sans-serif;
  }
  /* line 1606, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box .purchases__counter .counter button {
    width: 30px;
    height: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1612, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box .purchases__counter .counter input[type="text"] {
    width: 80px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  /* line 1621, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date {
    margin-bottom: 40px;
  }
  /* line 1624, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 20px 0;
  }
  /* line 1631, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box .purchases__date__item {
    width: 32%;
  }
  /* line 1635, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 10px 0;
  }
  /* line 1641, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box .purchases__btn input[type="checkbox"] {
    display: none;
  }
  /* line 1645, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box .purchases__btn label {
    height: 80px;
    padding: 0px 0px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 1653, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box .purchases__cal button {
    height: 80px;
    background: url(/assets/icon_calendar-810102775011ba96e941dda89e869e266d61520340277e762866822373bd4e08.svg) no-repeat center center #e6e6e6;
    background-size: 25px;
    padding: 0px 0px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 1664, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule {
    margin-bottom: 30px;
  }
  /* line 1667, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 20px 0;
  }
  /* line 1672, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__year {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* line 1676, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__prev,
.page.purchases .purchases__schedule .schedule__next {
    max-width: 130px;
  }
  /* line 1680, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__prev a,
.page.purchases .purchases__schedule .schedule__next a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1684, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__title {
    margin-bottom: 10px;
  }
  /* line 1687, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__title .schedule__y {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* line 1690, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__title .schedule__m {
    font-size: 50px;
    font-size: 5rem;
  }
  /* line 1694, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend {
    margin-bottom: 20px;
    display: block;
  }
  /* line 1698, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend h3 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 10px;
    margin-bottom: 3px;
  }
  /* line 1704, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend .schedule__wrap {
    display: flex;
  }
  /* line 1707, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available,
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__soldout {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1711, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available span,
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__soldout span {
    width: 30px;
    height: 10px;
    margin-right: 3px;
    border-radius: 4px;
  }
  /* line 1718, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available {
    margin-right: 5px;
  }
  /* line 1724, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar {
    max-width: 100%;
  }
  /* line 1730, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar table thead th {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
  }
  /* line 1737, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar table tbody th, .page.purchases .purchases__schedule .schedule__calendar table tbody td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 20px 5px;
  }
  /* line 1742, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar table tbody th .day, .page.purchases .purchases__schedule .schedule__calendar table tbody td .day {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
  /* line 1747, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar table tbody th .operating span, .page.purchases .purchases__schedule .schedule__calendar table tbody td .operating span {
    max-width: 25px;
    height: 5px;
  }
  /* line 1752, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar table tbody th .operating.not_set, .page.purchases .purchases__schedule .schedule__calendar table tbody td .operating.not_set {
    font-size: 7px;
    font-size: 0.7rem;
  }
  /* line 1763, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf {
    padding: 20px 15px;
  }
  /* line 1766, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf .purchases__conf__label {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1769, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf .purchases__conf__box {
    max-width: 160px;
    margin-left: 20px;
  }
  /* line 1773, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf .purchases__conf__box .purchases__conf__item {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1776, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf .purchases__conf__box .purchases__conf__price {
    font-size: 30px;
    font-size: 3rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1787, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__tabs {
    padding: 5% 0 0 0;
    margin-bottom: 8%;
  }
  /* line 1792, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__tabs ul li {
    width: 24%;
    margin-right: 1%;
  }
  /* line 1796, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__tabs ul li button {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 13px 2px;
    height: 100%;
  }
  /* line 1807, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li {
    padding-bottom: 8%;
    margin-bottom: 8%;
  }
  /* line 1811, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .img {
    width: 100%;
    margin-bottom: 5%;
  }
  /* line 1815, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt {
    width: 100%;
  }
  /* line 1818, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt dl {
    margin-bottom: 5%;
  }
  /* line 1820, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt dl dt {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  /* line 1824, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  /* line 1831, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt .btn a {
    padding: 10px 45px 10px 35px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1847, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box {
    padding: 20px 0 10px 0;
  }
  /* line 1850, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  /* line 1855, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__item label {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  /* line 1860, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__item input {
    padding: 13px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1866, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__check {
    padding: 5% 0 10px 0;
  }
  /* line 1869, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__check label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1875, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__submit {
    padding-top: 5%;
  }
  /* line 1878, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__submit input {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 10px;
  }
  /* line 1887, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets {
    padding: 20px 0;
  }
  /* line 1891, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li {
    width: 100%;
  }
  /* line 1894, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li .label {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px;
    margin-bottom: 15px;
  }
  /* line 1900, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li dl {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  /* line 1904, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dt {
    margin-bottom: 7px;
  }
  /* line 1906, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dt span {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 2px 20px;
  }
  /* line 1911, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1918, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets .txt {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1932, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list {
    margin: 0 auto 8% auto;
  }
  /* line 1936, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li {
    padding: 5% 0;
  }
  /* line 1939, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a {
    padding-right: 45px;
  }
  /* line 1942, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a .head {
    margin-bottom: 5px;
  }
  /* line 1945, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a .head .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
  }
  /* line 1950, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a .head .ctg {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1954, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1962, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail {
    margin: 0 auto 8% auto;
  }
  /* line 1965, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail h1 {
    padding-top: 5%;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 10px 0;
  }
  /* line 1971, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .head {
    margin-bottom: 5%;
  }
  /* line 1974, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .head .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
  }
  /* line 1979, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .head .ctg {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1983, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .body {
    padding-bottom: 10%;
  }
  /* line 1985, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .body p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 1em 0;
  }
  /* line 1994, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .btn a {
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2007, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs {
    padding: 10px 0 0 0;
  }
  /* line 2011, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li {
    width: 24.5%;
  }
  /* line 2016, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button[data-id="guide"] dt {
    background: url(/assets/icons/service_guide-0a9f77f66b2a1ef9b1b2366bb66496c06f6f95681329f721ce79eefec62e1bfc.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2022, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button[data-id="wifi"] dt {
    background: url(/assets/icons/service_wifi-454c7718b4439d0eb646594bd278273bf8778a336e107da401a317f8ca7a13cd.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2028, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button[data-id="payment"] dt {
    background: url(/assets/icons/service_payment-e5e6a34d3bfb511deb58682dd98c960f4f118619477789cc53dbbd7fed4d3de4.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2034, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button[data-id="rain"] dt {
    background: url(/assets/icons/service_rain-198bee9b757d2d83b3052fd7de7760cf30c036d2587b24a2605d93b024e74b50.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2042, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button.active[data-id="guide"] dt {
    background: url(/assets/icons/service_guide_on-edb8e8406c29e6574fff401595cc9f2a2e2de92cd3d6e7d17bb9cb97859a95b6.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2048, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button.active[data-id="wifi"] dt {
    background: url(/assets/icons/service_wifi_on-a0130a6cda88f55c9f66a40d12680ae577d5d6724ba997a2aab68ec3976ca34e.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2054, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button.active[data-id="payment"] dt {
    background: url(/assets/icons/service_payment_on-44e634761f9f50f029e4df9283f385c7090918db204525c6d661ca1980075b81.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2060, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button.active[data-id="rain"] dt {
    background: url(/assets/icons/service_rain_on-a324b1a9a58445f8a32e46c732fc10929356a2bd65f5272b753d4c2aac75a838.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2070, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 15px 5px;
    min-height: 60px;
  }
  /* line 2081, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item {
    padding: 5% 0 10% 0;
  }
  /* line 2084, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 20px;
  }
  /* line 2088, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item h3::after {
    width: 13px;
    height: 13px;
    top: 10px;
  }
  /* line 2096, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item .incarservice__inner .txt {
    width: 100%;
  }
  /* line 2100, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item .incarservice__inner .img {
    width: 100%;
  }
  /* line 2106, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto {
    margin-bottom: 25px;
  }
  /* line 2110, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  /* line 2114, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dt span {
    padding: 3px 20px;
  }
  /* line 2120, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dd ol li {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 6px 0;
    padding: 0px 0px 0px 25px;
  }
  /* line 2125, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dd ol li span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 2129, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dd ol li::before {
    font-size: 13px;
    font-size: 1.3rem;
    top: 2px;
  }
  /* line 2139, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice {
    padding: 20px 20px 15px 20px;
  }
  /* line 2143, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  /* line 2147, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice dl dt span {
    padding: 3px 20px;
  }
  /* line 2152, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice dl dd ul {
    padding-left: 20px;
  }
  /* line 2154, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice dl dd ul li {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 6px 0;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2169, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs {
    padding: 5% 0 0 0;
  }
  /* line 2172, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li {
    width: 49%;
    margin-bottom: 10px;
  }
  /* line 2176, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li a {
    padding: 15px 10px;
  }
  /* line 2180, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li a dl dt {
    margin-bottom: 5px;
  }
  /* line 2182, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li a dl dt img {
    width: 80%;
  }
  /* line 2186, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li a dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2195, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__img {
    margin: 4em 0;
  }
  /* line 2198, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__img ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2211, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__tabs {
    padding: 20px 0 0 0;
  }
  /* line 2214, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__tabs ul li {
    width: 31.5%;
  }
  /* line 2217, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__tabs ul li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 25px 10px;
  }
  /* line 2225, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__img {
    margin: 4em 0;
  }
  /* line 2228, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__img ul li {
    width: 100%;
    margin-bottom: 5%;
  }
  /* line 2233, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__img ul li dl dt {
    margin-bottom: 8px;
  }
  /* line 2236, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__img ul li dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2251, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs {
    padding-top: 5%;
    margin-bottom: 5%;
  }
  /* line 2256, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul::after {
    content: "";
    display: block;
    width: 32%;
  }
  /* line 2261, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li {
    width: 32%;
    margin-bottom: 8px;
  }
  /* line 2265, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li a {
    padding: 10px;
  }
  /* line 2269, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li a dl dt {
    margin-bottom: 5px;
  }
  /* line 2272, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li a dl dt img {
    width: 70%;
  }
  /* line 2276, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li a dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    word-break: break-word;
  }
  /* line 2286, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list {
    margin-bottom: 10%;
  }
  /* line 2289, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  /* line 2293, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list h2 span {
    padding-bottom: 7px;
  }
  /* line 2298, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  /* line 2302, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list dl dt {
    background: url(/assets/icons/q-7b2e9d2210a32123213d4469b21b858ea5fc983321e6d69915cdc91d1b6c294e.svg) no-repeat left 8px;
    background-size: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 0 5px 43px;
  }
  /* line 2308, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list dl dd {
    background: url(/assets/icons/a-0ad27c4b0e64f9d20013387867f455e35d350834455ed15ba1d984f4b4ce91e8.svg) no-repeat left 8px;
    background-size: 30px;
    padding: 10px 0 10px 43px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2324, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .full_width {
    width: 100%;
  }
  /* line 2330, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h1 {
    padding-top: 5%;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 10px 0;
  }
  /* line 2336, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  /* line 2340, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  /* line 2344, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 2348, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h5 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 2352, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h6 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2356, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9;
    margin: 1em 0;
  }
  /* line 2364, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2.sttl__base {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6;
    margin: 2.2em 0 1.5em 0;
  }
  /* line 2370, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2.sttl__mark {
    font-size: 19px;
    font-size: 1.9rem;
    margin: 2.2em 0 1.3em 0;
  }
  /* line 2374, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2.sttl__mark::after {
    bottom: -15px;
  }
  /* line 2379, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2.sttl__bar {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  /* line 2384, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h3.ssttl__base {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 2em 0 1.3em 0;
  }
  /* line 2389, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.ul__base {
    margin: 1em 0;
  }
  /* line 2392, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.ul__base li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2397, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ol.ol__base {
    margin: 1em 0;
  }
  /* line 2400, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ol.ol__base li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2405, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .box__gray {
    padding: 15px 15px;
  }
  /* line 2409, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__large {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 2413, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 2417, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__center {
    text-align: left;
  }
  /* line 2421, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__notice {
    text-align: center;
  }
  /* line 2424, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__notice span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 2429, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base {
    margin: 1em 0;
  }
  /* line 2432, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base th,
.custom_page .table__base td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 10px 15px;
    border: 1px solid #ddd;
  }
  /* line 2439, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base th {
    background: #f9f9f9;
  }
  /* line 2442, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base td {
    background: #fff;
  }
  /* line 2446, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base .table__inner {
    width: auto;
    border-collapse: collapse;
    border: none;
  }
  /* line 2451, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base .table__inner th,
.custom_page .table__base .table__inner td {
    border: none;
    background: none;
    padding: 0 10px 0 0;
    text-align: left;
  }
  /* line 2458, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base .table__inner th {
    font-weight: 500;
  }
  /* line 2466, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__sp > tbody > tr > th,
.custom_page .table__sp > tbody > tr > td {
    display: block;
  }
  /* line 2474, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.multi_image {
    margin: 20px auto;
    flex-direction: column;
  }
  /* line 2479, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.multi_image.two li {
    width: 100%;
    margin: 10px auto;
  }
  /* line 2486, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.multi_image.three li {
    width: 100%;
    margin: 10px auto;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2498, app/assets/stylesheets/frontend/_sp.scss */
  .footer {
    padding: 10% 5% 100px 5%;
  }
  /* line 2505, app/assets/stylesheets/frontend/_sp.scss */
  .footer .footer__logo {
    text-align: center;
    margin-bottom: 0;
  }
  /* line 2509, app/assets/stylesheets/frontend/_sp.scss */
  .footer .footer__logo .logo {
    max-width: 200px;
    margin: 0 auto 5% auto;
  }
  /* line 2514, app/assets/stylesheets/frontend/_sp.scss */
  .footer .footer__logo .logo .logo_image_120 {
    height: auto;
    width: 98px;
  }
  /* line 2522, app/assets/stylesheets/frontend/_sp.scss */
  .footer .footer__logo .copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2533, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger {
    width: 40px;
    height: 40px;
  }
  /* line 2537, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger span:nth-of-type(1) {
    top: 16px;
  }
  /* line 2540, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger span:nth-of-type(2) {
    top: 23px;
  }
  /* line 2546, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger.active span:nth-of-type(1) {
    transform: translateY(3.5px) rotate(-45deg);
  }
  /* line 2550, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger.active span:nth-of-type(2) {
    transform: translateY(-3.5px) rotate(45deg);
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2562, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__inner {
    flex-wrap: wrap;
    padding: 6% 5%;
  }
  /* line 2567, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__txt {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 4%;
  }
  /* line 2575, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__btn {
    width: 100%;
    margin-left: 0;
  }
  /* line 2579, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__btn ul {
    justify-content: space-between;
  }
  /* line 2582, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__btn ul li {
    width: 48.5%;
    margin-left: 0;
  }
  /* line 2586, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__btn ul li a {
    width: 100%;
    display: block;
    padding: 13px 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 365px) {
  /* line 5846, app/assets/stylesheets/frontend/style.scss */
  .home .ticket .list ul li .moreinfo button {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
