/* 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: #715595;
  text-align: center;
}

/* line 62, app/assets/stylesheets/frontend/style.scss */
.rounded_small {
  border-radius: 10px;
}

/* line 66, app/assets/stylesheets/frontend/style.scss */
.mt-0 {
  margin-top: 0 !important;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 74, 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 85, app/assets/stylesheets/frontend/style.scss */
.header .title {
  width: 40%;
}

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

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

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

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

/* line 108, 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 #00a2f2;
  border-radius: 7px;
  color: #00a2f2;
  text-decoration: none;
  padding: 5px 15px;
  background: #fff;
}

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

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

/* line 128, 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 138, app/assets/stylesheets/frontend/style.scss */
.header .btns .purchase a:hover {
  background: #fff;
  color: #000;
}

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

/* line 150, 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 158, 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 171, app/assets/stylesheets/frontend/style.scss */
.header .btns .language a:hover::after {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 228, 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 243, app/assets/stylesheets/frontend/style.scss */
.nav .nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

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

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

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

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

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

/* line 270, 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 275, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul li a:hover {
  color: #715595;
}

/* line 281, 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: #715595;
}

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

/* line 294, 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 298, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul.label__sub li.label a:hover {
  color: #715595;
}

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

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

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

/* line 324, 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 337, app/assets/stylesheets/frontend/style.scss */
.nav .close button:hover {
  transform: rotate(180deg);
}

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

/* line 365, 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 376, 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 386, 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 397, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: -10px;
  z-index: 20;
}

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

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

/* line 410, 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 423, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a p.en {
  font-size: 28px;
  font-size: 2.8rem;
}

/* line 426, 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 430, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a p.jp span {
  padding-top: 10px;
}

/* line 435, 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 441, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a:hover {
  transform: translate(0, -10px);
}

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

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

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

/* line 465, 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 475, 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 482, 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 487, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker .info__ticker__inner p strong {
  margin-right: 20px;
}

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

/* line 495, 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 512, app/assets/stylesheets/frontend/style.scss */
.home .visual .img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

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

/* line 536, 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 546, app/assets/stylesheets/frontend/style.scss */
.home .visual .instagram a {
  display: block;
}

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

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

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

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

/* line 568, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li a {
  text-decoration: none;
  color: #715595;
  display: block;
  min-width: 220px;
  border: 2.5px solid #715595;
  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 582, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li a::after {
  content: "";
  width: 11px;
  height: 24px;
  background: url(/assets/link_mark_v-a0a4a3d5a927cabddaeb56ba606c4d620f276e74a5a2d65cfc118fe3e509ce0d.svg) no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(0deg);
  transition: 0.5s;
}

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

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

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

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

/* line 615, 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 623, app/assets/stylesheets/frontend/style.scss */
.home .banner .txt p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

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

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

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

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

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

/* line 648, 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 662, 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 665, 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 671, 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 683, 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 686, 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 695, 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 701, 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 706, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots li.slick-active button {
  background: #715595;
}

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

/* line 714, 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 729, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots button:hover {
  opacity: 0.5;
}

/* line 735, 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 751, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow:hover {
  opacity: 0.6;
}

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

/* line 756, 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 763, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-prev {
  left: 0;
}

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

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

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

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

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

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

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

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

/* line 819, 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 832, app/assets/stylesheets/frontend/style.scss */
.home .information .title .btn a:hover {
  opacity: 0.6;
}

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

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

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

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

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

/* line 862, 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-cf2083a429c581cb2972815e1857da71c13d513d65b60900226108fad8050b77.svg) no-repeat right center;
  background-size: 35px;
  transform: translate(0, -30%);
  transition: transform 0.5s ease;
}

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

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

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

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

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

/* line 898, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a .head .ctg span {
  color: rgba(216, 104, 0, 0.5);
}

/* line 903, 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 914, app/assets/stylesheets/frontend/style.scss */
.home .aboutus {
  width: 100%;
  padding: 70px 50px;
  background: #f0f0f0;
}

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

/* line 922, 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 930, app/assets/stylesheets/frontend/style.scss */
.home .aboutus .txt p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

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

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

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

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

/* line 956, 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: #d86800;
  position: relative;
}

/* line 970, 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 983, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul li a:hover {
  background: #d86800;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1046, 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 1057, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li button:hover {
  opacity: 0.5;
}

/* line 1066, 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 1080, app/assets/stylesheets/frontend/style.scss */
.home .modal .icon {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 0 auto;
}

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

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

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

/* line 1104, 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 1114, app/assets/stylesheets/frontend/style.scss */
.home .modal .modal__close button:hover {
  opacity: 0.5;
}

/* line 1120, 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 1132, app/assets/stylesheets/frontend/style.scss */
.home .modal.fade-in,
.home .modal__bg.fade-in {
  opacity: 1;
}

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

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

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

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

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

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

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

/* line 1171, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li h3 {
  background: #9c6fe5;
  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 1182, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .box {
  background: #efe5fd;
  padding: 15px 20px 30px 20px;
}

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

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

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

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

/* line 1210, 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 1216, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .buynow {
  margin-bottom: 10px;
}

/* line 1218, 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 1231, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .buynow a:hover {
  opacity: 0.5;
}

/* line 1238, 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 #715595;
  color: #715595;
  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 1259, 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-65d13d8df4580cab14272feca9f3b73c0bce5bbdd21b1322068b907a9384c084.svg) no-repeat center center #fff;
  background-size: 100%;
  transform: translate(0, -50%) rotate(0deg);
  transition: 0.5s;
}

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

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

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

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

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

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

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

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

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

/* line 1319, 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 1331, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul li a:hover {
  opacity: 0.5;
}

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

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

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

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

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

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

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

/* line 1381, 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 1399, 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 1424, 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 1435, app/assets/stylesheets/frontend/style.scss */
.home .courses .course.active {
  display: block;
}

/* line 1439, 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: #715595;
}

/* line 1447, 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: #715595;
}

/* line 1455, 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: #715595;
}

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

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

/* line 1468, 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 1476, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable {
  margin-bottom: 50px;
}

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

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

/* line 1490, 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 1498, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table th {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

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

/* line 1505, 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 1512, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable .timetable_pdf {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* line 1517, 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: #715595;
  position: relative;
}

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

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

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

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

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

/* line 1553, 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 1568, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-dots button:hover {
  opacity: 0.5;
}

/* line 1574, 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 1590, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-arrow:hover {
  opacity: 0.6;
}

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

/* line 1595, 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 1601, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-prev {
  left: 0;
}

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

/* line 1608, 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 1615, 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 1621, 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 1627, 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 1639, 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 1654, 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 1660, 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 1666, 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 1671, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn {
  text-align: center;
}

/* line 1674, 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 1692, 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 1705, 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 1709, 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 1717, 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 1729, 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 1736, 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 1743, 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 1749, 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 1752, 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 1758, 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 1762, 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 1771, 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 1778, 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 1785, 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 1791, 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 1794, 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 1800, 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 1804, 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 1813, 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 1820, 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 1827, 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 1833, 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 1836, 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 1842, 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 1845, 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 1856, app/assets/stylesheets/frontend/style.scss */
.home .courses .slick-track {
  display: flex !important;
}

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

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

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

/* line 1875, 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 1888, 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 1893, 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 1899, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn {
  margin-left: 10px;
}

/* line 1902, 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 1915, 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 1930, 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 1942, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .busstop__detail__inner {
  position: relative;
  padding: 50px 40px 40px 40px;
}

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

/* line 1953, 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 1965, 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 1980, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .num img {
  width: 90px;
}

/* line 1985, 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 1992, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt {
  width: 30%;
  margin-bottom: 20px;
}

/* line 1996, 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 2001, 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 2006, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}

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

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

/* line 2017, 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 2028, 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 2041, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns ul li a:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 2045, 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 2055, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .img {
  width: 67%;
}

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

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

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

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

/* line 2078, 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 2091, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .close button:hover {
  transform: rotate(180deg);
}

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

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

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

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

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

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

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

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

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

/* line 2144, 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 2160, app/assets/stylesheets/frontend/style.scss */
.page {
  background: #f0f0f0;
  padding-bottom: 70px;
}

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

/* line 2169, 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 2181, app/assets/stylesheets/frontend/style.scss */
.page .page__box {
  width: 100%;
  padding: 0 50px;
  margin-top: -300px;
  position: relative;
  z-index: 10;
}

/* line 2188, 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 2198, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__headline {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

/* line 2203, 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: #715595;
}

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

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

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

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

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

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

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

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

/* line 2274, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__base a.no_decor {
  color: #715595;
  text-decoration: none;
}

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

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

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

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

/* line 2324, 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 #715595;
  padding-left: 15px;
}

/* line 2335, 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 2344, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ul.ul__base {
  padding-left: 22px;
  margin: 1em 0;
}

/* line 2348, 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 2354, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ul.ul__base li.nomark {
  list-style: none;
  margin-left: -20px;
}

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

/* line 2365, 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 2371, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ol.ol__base li.nomark {
  list-style: none;
  margin-left: -20px;
}

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

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

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

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

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

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

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

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

/* line 2409, 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 2419, 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 2425, 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 2432, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base th {
  background: #f9f9f9;
}

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

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

/* line 2444, 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 2451, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base .table__inner th {
  font-weight: 500;
}

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

/* line 2462, 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 2476, app/assets/stylesheets/frontend/style.scss */
.page .pager a:hover {
  background: #715595;
  border: 1px solid #715595;
}

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

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

/* line 2495, 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: #715595;
  border: 1px solid #715595;
  margin: 3px;
}

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

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

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

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

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

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

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

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

/* line 2562, 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 2570, 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 2577, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto {
  padding: 20px 0;
}

/* line 2580, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto h2 {
  background: rgba(113, 85, 149, 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 2591, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto ul {
  margin-bottom: 20px;
}

/* line 2594, 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 2601, 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(113, 85, 149, 0.7);
  border-radius: 100vh;
}

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

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

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

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

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

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

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

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

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

/* line 2662, 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: #715595;
  font-weight: 600;
}

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

/* line 2674, 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 2678, 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 2682, 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 2688, 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 2695, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading a:hover {
  color: #715595;
}

/* line 2700, 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: #715595;
  padding: 5px 20px;
}

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

/* line 2715, 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 2720, 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 2728, 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 2735, 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 2740, 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 2745, 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 2749, 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 2752, 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 2764, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

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

/* line 2772, 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 2778, 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 2792, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item input {
  padding: 13px;
  background: #fff;
}

/* line 2796, 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-10b007d86d4bc3ee6c9331bac86fe9ff7bd4947b640b3130944fe4bbab2c89c4.svg) no-repeat calc(100% - 20px) center #fff;
  background-size: 10px;
}

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

/* line 2807, 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 2812, 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 2818, 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 2824, 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 2830, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__submit {
  padding-top: 20px;
  text-align: center;
}

/* line 2834, 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: #715595;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 40px;
  border-radius: 6px;
}

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

/* line 2852, 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 2861, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__confirm {
  padding-top: 20px;
}

/* line 2864, 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 2871, 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 2876, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__confirm dl dd {
  flex: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

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

/* line 2887, 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: #715595;
}

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

/* line 2901, 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 2915, 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 2924, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form .num {
  width: 55%;
}

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

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

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

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

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

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

/* line 2952, 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 2965, 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 2970, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul li .back {
  background: #ccc;
  padding: 17px 30px;
}

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

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

/* line 2988, 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: #715595;
}

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

/* line 2999, 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 3012, 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 3025, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form select {
  padding: 14px 13px;
  background: url(/assets/icons/select_mark-10b007d86d4bc3ee6c9331bac86fe9ff7bd4947b640b3130944fe4bbab2c89c4.svg) no-repeat calc(100% - 20px) center #fff;
  background-size: 10px;
}

/* line 3032, 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 3038, 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 3041, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form dl dd.calendar select {
  padding-right: 50px;
}

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

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

/* line 3058, 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 3070, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .btns ul li .submit:hover {
  opacity: 0.6;
}

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

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

/* line 3086, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__nav a {
  display: inline-block;
  border: 1px solid #715595;
  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: #715595;
  padding: 5px 30px 5px 45px;
  background: url(/assets/purchases_nav-05e738d970daa92f6c4ccf1d53823fa7807c7c81415220c1a2e5b895c7e3c9a1.svg) no-repeat 20px center #fff;
  background-size: 13px;
}

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

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

/* line 3111, 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 #715595;
  padding: 25px 0;
}

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

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

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

/* line 3135, 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 3145, 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 3160, 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 3177, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date {
  margin-bottom: 100px;
}

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

/* line 3190, 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 3198, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__date__item {
  width: 30%;
}

/* line 3202, 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 3212, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__btn input[type="checkbox"] {
  display: none;
}

/* line 3216, 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 3235, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__btn input[type="checkbox"]:checked + label {
  background-color: #715595;
  color: #fff;
}

/* line 3242, 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 3266, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__cal button.select {
  background: #715595;
  color: #fff;
}

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

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

/* line 3288, 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: #715595;
  margin-bottom: 20px;
}

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

/* line 3303, 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 3309, 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 3315, 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 3320, 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: #715595;
  margin-bottom: 20px;
}

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

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

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

/* line 3342, 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 3348, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap {
  display: flex;
}

/* line 3351, 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 3355, 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 3363, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available {
  margin-right: 30px;
}

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

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

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

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

/* line 3387, 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 3396, 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 3403, 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 3408, 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 3413, 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 3421, 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 3432, 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 3437, 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 3448, 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 3461, app/assets/stylesheets/frontend/style.scss */
.purchases__conf .purchases__conf__label {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}

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

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

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

/* line 3479, 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 3495, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs {
  padding: 10px 0 0 0;
  border-bottom: 3px solid #715595;
  margin-bottom: 30px;
}

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

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

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

/* line 3512, 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 3532, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs ul li button:hover, .page.setticket .setticket__tabs ul li button.active {
  background: #715595;
  color: #fff;
}

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

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

/* line 3550, 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 3558, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .img {
  width: 30%;
  position: relative;
}

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

/* line 3567, 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 3579, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt {
  width: 67%;
}

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

/* line 3584, 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: #715595;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

/* line 3591, 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 3597, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn {
  text-align: right;
}

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

/* line 3611, 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 3624, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn a:hover {
  opacity: 0.7;
  color: #fff;
}

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

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

/* line 3648, 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 3655, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__item label {
  width: 200px;
  font-size: 15px;
  font-size: 1.5rem;
}

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

/* line 3663, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__item input,
.page.cancellations .cancellations__box .form__item textarea {
  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 3678, 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 3684, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__check label {
  margin-right: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

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

/* line 3694, 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: #715595;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 40px;
  border-radius: 6px;
}

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

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

/* line 3721, 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 3727, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

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

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

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

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

/* line 3763, 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 3771, 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 3778, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .form__submit {
  padding-top: 20px;
  text-align: center;
}

/* line 3782, 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: #715595;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 40px;
  border-radius: 6px;
}

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

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

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

/* line 3815, 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 3820, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dt span {
  background: #ddd;
  color: #000;
  padding: 3px 20px;
  border-radius: 100vh;
}

/* line 3828, 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 3834, 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 3843, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dd ol li span {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 3847, 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: #715595;
  color: #fff;
}

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

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

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

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

/* line 3898, 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-cf2083a429c581cb2972815e1857da71c13d513d65b60900226108fad8050b77.svg) no-repeat right center;
  background-size: 35px;
  transform: translate(0, -30%);
  transition: transform 0.5s ease;
}

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

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

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

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

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

/* line 3934, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a .head .ctg span {
  color: rgba(216, 104, 0, 0.5);
}

/* line 3939, 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 3949, app/assets/stylesheets/frontend/style.scss */
.page.information .detail {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

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

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

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

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

/* line 3978, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .head .ctg span {
  color: rgba(216, 104, 0, 0.5);
}

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

/* line 3986, 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 3997, app/assets/stylesheets/frontend/style.scss */
.page.information .btn {
  text-align: center;
}

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

/* line 4010, 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 4023, app/assets/stylesheets/frontend/style.scss */
.page.information .btn a:hover {
  opacity: 0.7;
  color: #fff;
}

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

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

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

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

/* line 4052, 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 4064, 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 4070, 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 4076, 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 4082, 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 4091, 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: #715595;
}

/* line 4096, 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-f58dbdaea2fea9597beed42df844fa72688caa7c6fb1e211fca2081c484cacb3.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4102, 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-461345ca64fbf4d8595792f955738aac596c3671133e6b6ee374ebf683089378.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4108, 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-8d50d2bdaddf8fb4a0bc66fbb748f85bfba392d915db8d7a53f15486d27d065b.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4114, 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-2f414e1cc5f1e0856d74af78f5193a5fa72e8570e6d6dc65b6be978e63da180e.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4122, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button dl dt {
  transition: 0.3s;
  position: relative;
}

/* line 4126, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button dl dt::before {
  content: "";
  display: block;
  padding-top: 62%;
}

/* line 4132, 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 4148, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item {
  display: none;
  padding: 40px 0 20px 0;
}

/* line 4152, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  color: #715595;
  position: relative;
  padding-left: 25px;
}

/* line 4159, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item h3::after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  background: #715595;
  top: 13px;
  left: 0;
  border-radius: 100vh;
}

/* line 4171, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item p {
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 4177, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item.active {
  display: block;
}

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

/* line 4186, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item .incarservice__inner .txt {
  width: 60%;
}

/* line 4190, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item .incarservice__inner .img {
  width: 35%;
}

/* line 4196, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto {
  margin-bottom: 25px;
}

/* line 4200, 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 4205, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dt span {
  background: #bada55;
  color: #000;
  padding: 3px 20px;
  border-radius: 100vh;
}

/* line 4213, 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 4219, 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 4228, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dd ol li span {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 4232, 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 4256, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice {
  padding: 20px 25px 15px 25px;
  background: #f9f9f9;
  border-radius: 10px;
}

/* line 4262, 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 4267, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice dl dt span {
  background: #ddd;
  padding: 3px 20px;
  border-radius: 100vh;
}

/* line 4274, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice dl dd ul {
  padding-left: 20px;
}

/* line 4276, 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 4292, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs {
  padding: 20px 0 0 0;
}

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

/* line 4299, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li {
  width: 24%;
}

/* line 4302, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a {
  color: #715595;
  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 4315, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a dl dt {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4318, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a dl dt img {
  width: 90%;
}

/* line 4322, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 4327, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a:hover {
  border: 3px solid #715595;
}

/* line 4335, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__img {
  margin: 4em 0;
}

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

/* line 4342, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__img ul li {
  width: 49%;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4354, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs {
  padding: 20px 0 0 0;
}

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

/* line 4361, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs ul li {
  width: 31.5%;
}

/* line 4364, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs ul li a {
  color: #715595;
  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 4377, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs ul li a:hover {
  border: 3px solid #715595;
}

/* line 4385, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img {
  margin: 4em 0;
}

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

/* line 4392, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul li {
  width: 49%;
}

/* line 4395, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul li dl {
  text-align: center;
}

/* line 4398, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul li dl dt {
  margin-bottom: 8px;
}

/* line 4401, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul li dl dd {
  font-size: 13px;
  font-size: 1.3rem;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4416, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs {
  margin-bottom: 40px;
}

/* line 4419, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4424, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li {
  width: 19%;
  margin-bottom: 8px;
}

/* line 4428, 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 4437, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a:hover {
  opacity: 0.5;
}

/* line 4442, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a dl dt {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4446, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a dl dt img {
  width: 70%;
}

/* line 4450, 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 4458, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(1) a {
  border: 2px solid #27ae60;
}

/* line 4461, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(1) a dd {
  color: #27ae60;
}

/* line 4467, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(2) a {
  border: 2px solid #e67e22;
}

/* line 4470, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(2) a dd {
  color: #e67e22;
}

/* line 4476, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(3) a {
  border: 2px solid #2980b9;
}

/* line 4479, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(3) a dd {
  color: #2980b9;
}

/* line 4485, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(4) a {
  border: 2px solid #c73a30;
}

/* line 4488, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(4) a dd {
  color: #c73a30;
}

/* line 4494, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(5) a {
  border: 2px solid #95a5a6;
}

/* line 4497, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(5) a dd {
  color: #95a5a6;
}

/* line 4506, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list {
  margin-bottom: 50px;
}

/* line 4509, 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 4515, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list h2 span {
  display: inline-block;
  padding-bottom: 10px;
}

/* line 4521, 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 4526, 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 4533, 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 4543, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #purchase h2 {
  border-bottom: 1px solid #27ae60;
}

/* line 4546, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #purchase h2 span {
  border-bottom: 3px solid #27ae60;
}

/* line 4552, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #weather h2 {
  border-bottom: 1px solid #e67e22;
}

/* line 4555, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #weather h2 span {
  border-bottom: 3px solid #e67e22;
}

/* line 4561, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #service h2 {
  border-bottom: 1px solid #2980b9;
}

/* line 4564, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #service h2 span {
  border-bottom: 3px solid #2980b9;
}

/* line 4570, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #operation h2 {
  border-bottom: 1px solid #c73a30;
}

/* line 4573, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #operation h2 span {
  border-bottom: 3px solid #c73a30;
}

/* line 4579, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #misc h2 {
  border-bottom: 1px solid #95a5a6;
}

/* line 4582, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #misc h2 span {
  border-bottom: 3px solid #95a5a6;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4594, app/assets/stylesheets/frontend/style.scss */
.footer {
  width: 100%;
  padding: 60px 50px 30px 50px;
  background: #715595;
}

/* line 4599, app/assets/stylesheets/frontend/style.scss */
.footer .inner {
  align-items: flex-end;
}

/* line 4603, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav {
  display: flex;
  flex-wrap: wrap;
}

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

/* line 4611, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul {
  margin-bottom: 25px;
}

/* line 4614, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul li {
  margin-bottom: 7px;
}

/* line 4617, 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 4622, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul li a:hover {
  opacity: 0.5;
}

/* line 4628, 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 4635, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul.label__sub {
  margin-bottom: 14px;
}

/* line 4640, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul.label__sub li.label a {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 4650, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo {
  text-align: right;
  margin-bottom: 25px;
}

/* line 4654, 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 4663, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo .logo a:hover {
  opacity: 0.5;
}

/* line 4668, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo .logo .logo_image_120 {
  width: 120px;
  border-radius: 12px;
}

/* line 4674, 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 4688, 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 4701, 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 4712, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger span:nth-of-type(1) {
  top: 19px;
}

/* line 4715, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger span:nth-of-type(2) {
  top: 27px;
}

/* line 4721, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}

/* line 4725, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger.active span:nth-of-type(2) {
  transform: translateY(-4px) rotate(45deg);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4736, app/assets/stylesheets/frontend/style.scss */
.custom_page {
  font-size: 100%;
}

/* line 4739, app/assets/stylesheets/frontend/style.scss */
.custom_page .full_width {
  width: 100%;
}

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

/* line 4750, 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 4757, app/assets/stylesheets/frontend/style.scss */
.custom_page h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

/* line 4762, app/assets/stylesheets/frontend/style.scss */
.custom_page h3 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
}

/* line 4767, app/assets/stylesheets/frontend/style.scss */
.custom_page h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

/* line 4772, app/assets/stylesheets/frontend/style.scss */
.custom_page h5 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 4777, app/assets/stylesheets/frontend/style.scss */
.custom_page h6 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

/* line 4782, 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 4793, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__base {
  font-size: 20px;
  font-size: 2rem;
  color: #715595;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.2em 0 1.5em 0;
  position: relative;
}

/* line 4802, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__base::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(113, 85, 149, 0.5);
  bottom: -5px;
  left: 0;
}

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

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

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

/* line 4847, 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 #715595;
  padding-left: 15px;
}

/* line 4858, 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 4867, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.ul__base {
  padding-left: 22px;
  margin: 1em 0;
}

/* line 4871, 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 4877, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.ul__base li.nomark {
  list-style: none;
  margin-left: -20px;
}

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

/* line 4888, 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 4894, app/assets/stylesheets/frontend/style.scss */
.custom_page ol.ol__base li.nomark {
  list-style: none;
  margin-left: -20px;
}

/* line 4901, app/assets/stylesheets/frontend/style.scss */
.custom_page .box__gray {
  background: #f9f9f9;
  padding: 20px 30px;
}

/* line 4906, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__bold {
  font-weight: 500;
}

/* line 4910, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__large {
  font-size: 17px;
  font-size: 1.7rem;
}

/* line 4914, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__small {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 4918, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__center {
  text-align: center;
}

/* line 4921, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__right {
  text-align: right;
}

/* line 4925, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__blue {
  color: #715595;
}

/* line 4929, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__notice {
  text-align: center;
}

/* line 4932, 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 4942, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 1em 0;
}

/* line 4948, 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 4955, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base th {
  background: #f9f9f9;
}

/* line 4958, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base td {
  background: #fff;
}

/* line 4962, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base .table__inner {
  width: auto;
  border-collapse: collapse;
  border: none;
}

/* line 4967, 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 4974, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base .table__inner th {
  font-weight: 500;
}

/* line 4980, 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 4989, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.multi_image li img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: auto;
}

/* line 4998, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.multi_image.two li {
  width: 48%;
}

/* line 5004, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.multi_image.three li {
  width: 31%;
}

/* line 5010, app/assets/stylesheets/frontend/style.scss */
.custom_page .pdf_iframe {
  width: 100%;
  margin-bottom: 50px;
}

/* line 5014, app/assets/stylesheets/frontend/style.scss */
.custom_page .pdf_iframe iframe {
  border: 5px;
  width: 100%;
  height: 500px;
}

/* line 5021, app/assets/stylesheets/frontend/style.scss */
.custom_page .fullscreen_iframe {
  width: 100%;
  margin-bottom: 50px;
}

/* line 5025, app/assets/stylesheets/frontend/style.scss */
.custom_page .fullscreen_iframe iframe {
  border: 0;
  width: 100%;
  height: 500px;
}

/* line 5032, app/assets/stylesheets/frontend/style.scss */
.custom_page .blog_button {
  max-width: 100%;
}

/* line 5035, app/assets/stylesheets/frontend/style.scss */
.custom_page .blog_button a {
  display: inline-block;
  word-break: break-all;
  background: #715595;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 35px 10px 25px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 5045, app/assets/stylesheets/frontend/style.scss */
.custom_page .blog_button a:hover {
  opacity: 0.7;
  color: #fff;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5057, 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 5068, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 35px;
}

/* line 5075, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

/* line 5081, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn {
  margin-left: 20px;
}

/* line 5083, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul {
  display: flex;
}

/* line 5086, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li {
  margin-left: 8px;
}

/* line 5088, 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 5097, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li a:hover {
  opacity: 0.5;
}

/* line 5101, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li a#gdpr__ok {
  color: #fff;
  background: #c00;
}

/* line 5105, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li a#gdpr__ng {
  color: #333;
  background: #eee;
}

/* line 5115, app/assets/stylesheets/frontend/style.scss */
.fixed_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5127, app/assets/stylesheets/frontend/style.scss */
#toast-container {
  font-size: 14px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5135, app/assets/stylesheets/frontend/style.scss */
.fade {
  transform: translate(0, 50px);
  opacity: 0;
  transition: 1s;
}

/* line 5140, app/assets/stylesheets/frontend/style.scss */
.fade__on {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 5145, app/assets/stylesheets/frontend/style.scss */
.fade__l {
  transform: translate(50px, 0);
  opacity: 0;
  transition: 1s;
}

/* line 5150, app/assets/stylesheets/frontend/style.scss */
.fade__l__on {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 5155, app/assets/stylesheets/frontend/style.scss */
.fade__r {
  transform: translate(-50px, 0);
  opacity: 0;
  transition: 1s;
}

/* line 5160, app/assets/stylesheets/frontend/style.scss */
.fade__r__on {
  transform: translate(0, 0);
  opacity: 1;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5170, app/assets/stylesheets/frontend/style.scss */
.course.course__map {
  display: block !important;
}

/* line 5173, app/assets/stylesheets/frontend/style.scss */
.course__busstop_list, .course__landmark_list {
  display: none;
}

/* line 5178, app/assets/stylesheets/frontend/style.scss */
.course__map__container {
  height: 500px;
  width: 100%;
}

/* line 5183, app/assets/stylesheets/frontend/style.scss */
.custom-info-window {
  padding: 0 !important;
}

/* line 5185, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-chr {
  position: absolute;
  top: 12px;
  right: 5px;
}

/* line 5189, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-chr .gm-ui-hover-effect {
  width: 20px !important;
  height: 20px !important;
}

/* line 5192, 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 5199, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-d {
  padding: 12px 15px 0px 32px;
}

/* line 5201, 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 5208, 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 5220, 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 5234, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_title {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

/* line 5238, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_title h1 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

/* line 5244, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_title .stopinfo_title_code {
  font-size: 13px;
  line-height: 20px;
  height: 22px;
  padding: 0 6px;
  border: 1px solid #212121;
  border-radius: 3px;
  flex-shrink: 0;
}

/* line 5257, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_course {
  display: flex;
  margin: 12px 0;
}

/* line 5260, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_course span {
  color: white;
  font-size: 12px;
  margin-right: 8px;
  padding: 0 6px;
  border-radius: 3px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 5274, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_course p {
  font-size: 13px;
  line-height: 18px;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 5283, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_button a {
  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;
  padding: 0 13px;
  white-space: nowrap;
  color: #212121;
  border: 1px solid currentColor;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* line 5304, app/assets/stylesheets/frontend/style.scss */
.custom_map {
  position: relative;
}

/* line 5306, 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 5323, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__sidebar.is-visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* line 5331, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 225px;
}

/* line 5337, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__content {
  padding: 20px;
}

/* line 5339, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__content .landmark__name {
  font-size: 20px;
  color: #444;
  font-weight: normal;
}

/* line 5344, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__content .landmark__desc {
  font-size: 15px;
  color: #212121;
  margin: 10px 0;
}

/* line 5351, 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 5378, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__close svg {
  width: 14px;
  height: 14px;
}

/* line 5384, 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 5393, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__table {
  text-align: left;
  font-size: 14px;
}

/* line 5396, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__table th, .custom_map .landmark__table td {
  padding-bottom: 12px;
}

/* line 5399, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__table th {
  width: 100px;
  font-weight: normal;
  color: #666;
}

/* line 5404, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__table td {
  padding-left: 10px;
  color: #212121;
}

/* line 5411, 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 5424, app/assets/stylesheets/frontend/style.scss */
.bus-meter {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 8px 12px 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  position: relative;
}

/* line 5436, app/assets/stylesheets/frontend/style.scss */
.bus-meter::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.95);
}

/* line 5449, app/assets/stylesheets/frontend/style.scss */
.bus-meter-icons {
  display: flex;
  margin-bottom: 4px;
}

/* line 5454, app/assets/stylesheets/frontend/style.scss */
.meter-icon {
  width: 18px;
  height: 18px;
  opacity: 0.3;
}

/* line 5460, 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 5465, 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 5470, 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 5475, app/assets/stylesheets/frontend/style.scss */
.availability {
  margin-top: 2px;
  font-size: 12px;
  color: #333;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
@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%;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 0;
    padding: 0;
    background: #00a2f2;
    border: none;
    color: #fff;
  }
  /* line 62, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .purchase {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 50%;
    margin-right: 0;
    z-index: 100;
  }
  /* line 70, 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: #fabe00;
    border-radius: 0;
    padding: 15px 10px;
    border: none;
  }
  /* line 82, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .language {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 0;
    text-align: right;
  }
  /* line 87, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .language a {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 5px;
  }
  /* line 94, app/assets/stylesheets/frontend/_sp.scss */
  .header.on {
    background: #fff;
  }
  /* line 99, app/assets/stylesheets/frontend/_sp.scss */
  .header.on .btns .purchase a {
    border: none;
    color: #fff;
  }
  /* line 108, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn {
    display: block;
  }
  /* line 116, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul {
    width: 100vw;
    display: flex;
    justify-content: space-between;
  }
  /* line 121, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li {
    width: 49.9vw;
  }
  /* line 124, 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 137, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a p.en {
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 140, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a p.jp {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
  }
  /* line 144, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a p.jp span {
    padding-top: 6px;
  }
  /* line 149, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a span {
    display: block;
    padding-top: 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 157, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li:nth-child(1) a {
    background: #0096E0;
  }
  /* line 160, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li:nth-child(1) a p.jp {
    padding-top: 12px;
  }
  /* line 166, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li:nth-child(2) a {
    background: #cc0000;
    padding-top: 14px;
  }
  /* line 170, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li:nth-child(2) a p.jp {
    padding-top: 4px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 183, app/assets/stylesheets/frontend/_sp.scss */
  .nav {
    top: 50px;
    padding: 30px 30px;
    width: 95%;
    height: calc(100svh - 70px);
    overflow: auto;
  }
  /* line 190, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__inner {
    flex-wrap: wrap;
  }
  /* line 194, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* line 199, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box {
    width: 100%;
    padding-right: 0;
  }
  /* line 203, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul {
    margin-bottom: 15px;
  }
  /* line 206, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul li {
    margin-bottom: 5px;
  }
  /* line 209, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 214, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul li.label a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 220, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul.label__sub {
    margin-bottom: 10px;
  }
  /* line 225, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul.label__sub li.label a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 235, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__img {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  /* line 240, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__img img {
    width: 70%;
  }
  /* line 245, app/assets/stylesheets/frontend/_sp.scss */
  .nav .close {
    display: none;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 254, app/assets/stylesheets/frontend/_sp.scss */
  .main {
    padding-top: 60px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 264, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual {
    width: 100%;
    height: 50svh;
    position: relative;
  }
  /* line 269, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .btns {
    display: none;
  }
  /* line 273, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .info__ticker {
    padding: 10px 0;
  }
  /* line 276, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .info__ticker .info__ticker__inner {
    animation-duration: 13s;
  }
  /* line 279, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .info__ticker .info__ticker__inner p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 282, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .info__ticker .info__ticker__inner p strong {
    margin-right: 15px;
  }
  /* line 289, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .instagram {
    width: 25px;
    transform: translate(0, -100%);
  }
  /* line 294, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .obj {
    top: 50%;
    width: 70%;
  }
  /* line 300, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs {
    position: sticky;
    top: 60px;
    z-index: 1000;
    padding: 4% 5% 2% 5%;
    background: #fff;
  }
  /* line 307, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs ul {
    justify-content: space-between;
  }
  /* line 310, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs ul li {
    width: 32.5%;
    margin: 0;
  }
  /* line 314, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs ul li a {
    width: 100%;
    min-width: auto;
    border: 1.5px solid #715595;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 6px 0;
  }
  /* line 322, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs ul li a::after {
    width: 6px;
    height: 14px;
    background: url(/assets/link_mark_v-a0a4a3d5a927cabddaeb56ba606c4d620f276e74a5a2d65cfc118fe3e509ce0d.svg) no-repeat right center;
    background-size: cover;
    right: 10px;
  }
  /* line 334, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner {
    overflow: hidden;
    padding: 0 0 5% 0;
  }
  /* line 338, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer {
    display: flex;
    justify-content: center;
  }
  /* line 342, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap {
    width: 100%;
    max-width: 1300px;
  }
  /* line 347, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide {
    width: 100%;
  }
  /* line 350, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper {
    padding: 0 25px;
  }
  /* line 353, 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 357, 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 360, 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 364, 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 369, 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 372, 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 386, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots {
    padding-top: 10px;
  }
  /* line 390, 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 395, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow:hover {
    opacity: 0.6;
  }
  /* line 398, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow.normal_text {
    text-indent: 0;
  }
  /* line 400, 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 407, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-prev {
    left: 10px;
  }
  /* line 410, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-next {
    right: 10px;
  }
  /* line 414, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide button.circle_color_main {
    border-color: #715595 !important;
    color: #715595 !important;
  }
  /* line 419, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .circle_border {
    background: #fff;
    border: 2px #715595 solid;
    border-radius: 50px;
  }
  /* line 430, app/assets/stylesheets/frontend/_sp.scss */
  .home .features {
    padding: 5% 5% 5% 5%;
  }
  /* line 433, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .headline {
    margin-bottom: 10px;
  }
  /* line 437, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .lead {
    margin-bottom: 7%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 442, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons {
    margin-bottom: 5%;
  }
  /* line 446, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons ul li {
    width: 19.5%;
  }
  /* line 449, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons ul li dl {
    width: 100%;
  }
  /* line 452, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons ul li dl dt {
    margin-bottom: 5px;
  }
  /* line 455, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons ul li dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 464, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal {
    display: none;
    opacity: 0;
    width: 90%;
    max-width: 90%;
    padding: 40px 25px 40px 25px;
  }
  /* line 471, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal .icon {
    width: 100%;
    max-width: 50%;
  }
  /* line 475, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal h3 {
    margin-top: 15px;
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 8px;
  }
  /* line 480, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }
  /* line 484, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal .modal__close {
    top: 15px;
    right: 15px;
    width: 25px;
  }
  /* line 490, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal__bg {
    display: none;
    opacity: 0;
  }
  /* line 495, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket {
    padding: 7% 5% 5% 5%;
  }
  /* line 498, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket.sp_no_pad {
    padding: 0;
  }
  /* line 502, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .headline {
    margin-bottom: 10px;
  }
  /* line 506, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .lead {
    margin-bottom: 7%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 513, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li {
    width: 48.5%;
  }
  /* line 516, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 0;
  }
  /* line 521, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .box {
    padding: 10px 15px 20px 15px;
  }
  /* line 524, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .box .price {
    margin: 0 auto 13px auto;
  }
  /* line 527, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .box .price dl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 533, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .buynow {
    margin-bottom: 7px;
  }
  /* line 536, 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 544, 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 549, 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-65d13d8df4580cab14272feca9f3b73c0bce5bbdd21b1322068b907a9384c084.svg) no-repeat center center #fff;
    background-size: 100%;
  }
  /* line 563, app/assets/stylesheets/frontend/_sp.scss */
  .home .ad {
    width: 100%;
    padding: 0%;
  }
  /* line 568, app/assets/stylesheets/frontend/_sp.scss */
  .home .information {
    padding: 7% 5%;
  }
  /* line 571, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
  /* line 576, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .title h2 {
    font-size: 34px;
    font-size: 3.4rem;
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 582, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .title .btn {
    text-align: center;
  }
  /* line 584, 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 593, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list {
    flex: none;
    width: 100%;
  }
  /* line 598, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* line 602, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li a {
    padding-right: 50px;
  }
  /* line 606, 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 611, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li a .head .ctg {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 615, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li a .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 624, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses {
    padding: 8% 5% 5% 5%;
  }
  /* line 627, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .headline {
    margin-bottom: 10px;
  }
  /* line 631, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .laed {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10%;
  }
  /* line 637, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__btns {
    margin-bottom: 5%;
  }
  /* line 640, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__btns ul {
    justify-content: space-between;
  }
  /* line 643, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__btns ul li {
    margin: 0;
    width: 48.5%;
    max-width: 100%;
  }
  /* line 648, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__btns ul li a {
    font-size: 20px;
    font-size: 2rem;
    padding: 12px 0;
  }
  /* line 655, 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 662, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__lead h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 4%;
  }
  /* line 667, 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 674, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .courses__tabs {
    padding: 0;
  }
  /* line 677, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .courses__tabs ul {
    justify-content: space-between;
  }
  /* line 680, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .courses__tabs ul li {
    width: 32.5%;
    max-width: 33%;
    margin: 0;
  }
  /* line 685, 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 693, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course {
    margin: -10px auto 0 auto;
    padding: 20px 0;
    border-radius: 0;
  }
  /* line 698, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  /* line 702, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__sub {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5%;
  }
  /* line 706, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5%;
  }
  /* line 710, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__img {
    margin-bottom: 10%;
  }
  /* line 713, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__map {
    margin-bottom: 10%;
  }
  /* line 717, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course h4 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5%;
  }
  /* line 722, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__timetable {
    margin-bottom: 10%;
  }
  /* line 726, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__timetable .timetable .timetable_pdf {
    margin-top: 5%;
  }
  /* line 734, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .slick-dots {
    padding-top: 5%;
  }
  /* line 738, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .slick-arrow {
    width: 30px;
    height: 30px;
    top: 30px;
  }
  /* line 743, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .slick-prev {
    left: -3%;
  }
  /* line 746, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .slick-next {
    right: -3%;
  }
  /* line 750, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item {
    padding: 0 0px;
  }
  /* line 753, 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 760, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num img {
    max-width: 45px;
  }
  /* line 764, 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 768, 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 774, 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 778, 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 783, 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 789, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__img {
    width: 100%;
  }
  /* line 803, 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 807, 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 819, 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 823, 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 835, 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 839, 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 847, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image iframe {
    height: 400px;
  }
  /* line 851, 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 856, 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 861, 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 865, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn a {
    max-width: 100%;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 879, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box {
    width: 90%;
    height: 90svh;
    overflow: auto;
  }
  /* line 884, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .busstop__detail__inner {
    padding: 30px 5% 20px 5%;
  }
  /* line 888, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .num {
    margin-bottom: 10px;
  }
  /* line 891, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .num img {
    width: 60px;
  }
  /* line 895, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .num .bus_stop_number_badge {
    width: 50px;
    height: 50px;
  }
  /* line 899, 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 906, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5%;
  }
  /* line 911, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .wrap {
    flex-direction: column-reverse;
  }
  /* line 915, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt {
    width: 100%;
    margin-bottom: 0;
  }
  /* line 919, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt dl {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  /* line 923, 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 927, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 932, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt .btns {
    padding-top: 0;
  }
  /* line 935, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt .btns ul li {
    margin: 10px 0;
  }
  /* line 938, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt .btns ul li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 946, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .img {
    width: 100%;
    margin-bottom: 5%;
  }
  /* line 950, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .img ul {
    justify-content: space-between;
  }
  /* line 953, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .img ul li {
    padding: 0;
  }
  /* line 960, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .close button {
    width: 20px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 971, app/assets/stylesheets/frontend/_sp.scss */
  .page {
    padding-bottom: 10%;
  }
  /* line 974, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__header {
    height: 250px;
  }
  /* line 978, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box {
    padding: 0 2%;
    margin-top: -200px;
  }
  /* line 982, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__box__inner {
    border-radius: 20px;
    padding: 10% 5% 10% 5%;
  }
  /* line 987, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__headline {
    margin-bottom: 10%;
  }
  /* line 990, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__headline::after {
    width: 100px;
  }
  /* line 994, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__headline h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  /* line 998, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__headline .sub {
    font-size: 17px;
    font-size: 1.7rem;
  }
  /* line 1003, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__lead {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5%;
  }
  /* line 1008, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__note {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5%;
  }
  /* line 1014, 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 1020, 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 1024, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base h2.sttl__mark::after {
    bottom: -15px;
  }
  /* line 1029, 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 1034, 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 1039, 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 1045, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base ul.ul__base {
    margin: 1em 0;
  }
  /* line 1048, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base ul.ul__base li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1053, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base ol.ol__base {
    margin: 1em 0;
  }
  /* line 1056, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base ol.ol__base li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1061, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .box__gray {
    padding: 15px 15px;
  }
  /* line 1065, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__large {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1069, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1073, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__center {
    text-align: left;
  }
  /* line 1077, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__notice {
    text-align: center;
  }
  /* line 1080, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__notice span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1085, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base {
    margin: 1em 0;
  }
  /* line 1088, 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 1095, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base th {
    background: #f9f9f9;
  }
  /* line 1098, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base td {
    background: #fff;
  }
  /* line 1102, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base .table__inner {
    width: auto;
    border-collapse: collapse;
    border: none;
  }
  /* line 1107, 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 1114, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base .table__inner th {
    font-weight: 500;
  }
  /* line 1122, 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 1132, app/assets/stylesheets/frontend/_sp.scss */
  .page .table__scroll {
    width: 100%;
    overflow: auto;
  }
  /* line 1138, 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 1146, 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 1161, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type {
    padding: 20px 0;
  }
  /* line 1165, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li {
    width: 100%;
  }
  /* line 1168, 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 1174, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li dl {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  /* line 1178, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li dl dt {
    margin-bottom: 7px;
  }
  /* line 1180, 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 1185, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1192, 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 1199, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto {
    padding: 5% 0;
  }
  /* line 1202, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto h2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 10px;
    margin-bottom: 5%;
  }
  /* line 1208, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto ul {
    margin-bottom: 20px;
  }
  /* line 1211, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto ul li {
    margin: 7px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1215, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto ul li.nomark {
    padding-left: 5px;
  }
  /* line 1222, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box {
    padding: 5% 0;
  }
  /* line 1225, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box h2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 10px;
    margin-bottom: 5%;
  }
  /* line 1232, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__howto h2 {
    font-size: 1.7rem;
  }
  /* line 1237, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule {
    margin-bottom: 10%;
  }
  /* line 1240, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule h3 {
    font-size: 30px;
    font-size: 3rem;
  }
  /* line 1245, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading {
    margin-bottom: 20px;
  }
  /* line 1248, 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 1253, 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 1259, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table {
    width: 800px;
    border-collapse: collapse;
  }
  /* line 1264, 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 1271, 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 1276, 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 1279, 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 1290, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item {
    margin-bottom: 10px;
  }
  /* line 1293, 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 1299, 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 1305, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item input {
    padding: 13px;
    background: #fff;
  }
  /* line 1309, 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-10b007d86d4bc3ee6c9331bac86fe9ff7bd4947b640b3130944fe4bbab2c89c4.svg) no-repeat calc(100% - 20px) center #fff;
    background-size: 10px;
  }
  /* line 1316, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__check {
    padding: 5% 0 10px 0;
  }
  /* line 1319, 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 1325, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__submit {
    padding-top: 5%;
  }
  /* line 1328, 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 1337, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__confirm {
    padding-top: 5%;
  }
  /* line 1340, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__confirm dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* line 1344, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__confirm dl dt {
    width: 9em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1348, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__confirm dl dd {
    flex: 1;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1355, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card {
    padding-top: 5%;
  }
  /* line 1358, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card h3 {
    margin-bottom: 5%;
    font-size: 17px;
    font-size: 1.7rem;
  }
  /* line 1363, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form {
    margin-bottom: 15px;
  }
  /* line 1366, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form input {
    padding: 13px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1372, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form dl dt {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  /* line 1380, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .num {
    width: 55%;
  }
  /* line 1383, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .num .bus_stop_number_badge {
    width: 50px;
    height: 50px;
  }
  /* line 1387, 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 1393, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .date {
    width: 20%;
  }
  /* line 1396, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .ccv {
    width: 20%;
  }
  /* line 1401, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .card {
    margin-bottom: 5%;
  }
  /* line 1407, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .btns ul li {
    margin: 5px 5px;
  }
  /* line 1410, 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 1415, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .btns ul li .back {
    padding: 17px 30px;
  }
  /* line 1419, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .btns ul li .submit {
    padding: 17px 60px;
  }
  /* line 1427, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__nav {
    margin-bottom: 20px;
  }
  /* line 1429, 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 1438, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count {
    margin-bottom: 30px;
  }
  /* line 1441, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box {
    padding: 15px 0;
  }
  /* line 1444, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box h2 {
    font-size: 24px;
    font-size: 2.4rem;
    width: 100px;
  }
  /* line 1449, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box .purchases__counter {
    flex: 1;
  }
  /* line 1451, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box .purchases__counter .counter {
    padding: 5px 10px;
    font-family: sans-serif;
  }
  /* line 1455, 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 1461, 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 1470, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date {
    margin-bottom: 40px;
  }
  /* line 1473, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 20px 0;
  }
  /* line 1480, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box .purchases__date__item {
    width: 32%;
  }
  /* line 1484, 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 1490, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box .purchases__btn input[type="checkbox"] {
    display: none;
  }
  /* line 1494, 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 1502, 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 1513, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule {
    margin-bottom: 30px;
  }
  /* line 1516, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 20px 0;
  }
  /* line 1521, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__year {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* line 1525, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__prev,
.page.purchases .purchases__schedule .schedule__next {
    max-width: 130px;
  }
  /* line 1529, 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 1533, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__title {
    margin-bottom: 10px;
  }
  /* line 1536, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__title .schedule__y {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* line 1539, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__title .schedule__m {
    font-size: 50px;
    font-size: 5rem;
  }
  /* line 1543, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend {
    margin-bottom: 20px;
    display: block;
  }
  /* line 1547, 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 1553, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend .schedule__wrap {
    display: flex;
  }
  /* line 1556, 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 1560, 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 1567, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available {
    margin-right: 5px;
  }
  /* line 1573, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar {
    max-width: 100%;
  }
  /* line 1579, 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 1586, 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 1591, 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 1596, 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 1601, 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 1612, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf {
    padding: 20px 15px;
  }
  /* line 1615, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf .purchases__conf__label {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1618, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf .purchases__conf__box {
    max-width: 160px;
    margin-left: 20px;
  }
  /* line 1622, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf .purchases__conf__box .purchases__conf__item {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1625, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf .purchases__conf__box .purchases__conf__price {
    font-size: 30px;
    font-size: 3rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1636, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__tabs {
    padding: 5% 0 0 0;
    margin-bottom: 8%;
  }
  /* line 1641, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__tabs ul li {
    width: 24%;
    margin-right: 1%;
  }
  /* line 1645, 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 1656, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li {
    padding-bottom: 8%;
    margin-bottom: 8%;
  }
  /* line 1660, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .img {
    width: 100%;
    margin-bottom: 5%;
  }
  /* line 1664, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt {
    width: 100%;
  }
  /* line 1667, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt dl {
    margin-bottom: 5%;
  }
  /* line 1669, 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 1673, 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 1680, 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 1696, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box {
    padding: 20px 0 10px 0;
  }
  /* line 1699, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  /* line 1704, 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 1709, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__item input {
    padding: 13px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1715, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__check {
    padding: 5% 0 10px 0;
  }
  /* line 1718, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__check label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1724, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__submit {
    padding-top: 5%;
  }
  /* line 1727, 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 1736, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets {
    padding: 20px 0;
  }
  /* line 1740, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li {
    width: 100%;
  }
  /* line 1743, 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 1749, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li dl {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  /* line 1753, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dt {
    margin-bottom: 7px;
  }
  /* line 1755, 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 1760, 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 1767, 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 1781, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list {
    margin: 0 auto 8% auto;
  }
  /* line 1785, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li {
    padding: 5% 0;
  }
  /* line 1788, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a {
    padding-right: 45px;
  }
  /* line 1791, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a .head {
    margin-bottom: 5px;
  }
  /* line 1794, 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 1799, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a .head .ctg {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1803, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1811, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail {
    margin: 0 auto 8% auto;
  }
  /* line 1814, 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 1820, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .head {
    margin-bottom: 5%;
  }
  /* line 1823, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .head .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
  }
  /* line 1828, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .head .ctg {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1832, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .body {
    padding-bottom: 10%;
  }
  /* line 1834, 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 1843, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .btn a {
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1856, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs {
    padding: 10px 0 0 0;
  }
  /* line 1860, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li {
    width: 24.5%;
  }
  /* line 1865, 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 1871, 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 1877, 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 1883, 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 1891, 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-f58dbdaea2fea9597beed42df844fa72688caa7c6fb1e211fca2081c484cacb3.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 1897, 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-461345ca64fbf4d8595792f955738aac596c3671133e6b6ee374ebf683089378.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 1903, 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-8d50d2bdaddf8fb4a0bc66fbb748f85bfba392d915db8d7a53f15486d27d065b.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 1909, 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-2f414e1cc5f1e0856d74af78f5193a5fa72e8570e6d6dc65b6be978e63da180e.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 1919, 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 1930, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item {
    padding: 5% 0 10% 0;
  }
  /* line 1933, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 20px;
  }
  /* line 1937, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item h3::after {
    width: 13px;
    height: 13px;
    top: 10px;
  }
  /* line 1945, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item .incarservice__inner .txt {
    width: 100%;
  }
  /* line 1949, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item .incarservice__inner .img {
    width: 100%;
  }
  /* line 1955, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto {
    margin-bottom: 25px;
  }
  /* line 1959, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  /* line 1963, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dt span {
    padding: 3px 20px;
  }
  /* line 1969, 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 1974, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dd ol li span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1978, 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 1988, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice {
    padding: 20px 20px 15px 20px;
  }
  /* line 1992, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  /* line 1996, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice dl dt span {
    padding: 3px 20px;
  }
  /* line 2001, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice dl dd ul {
    padding-left: 20px;
  }
  /* line 2003, 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 2018, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs {
    padding: 5% 0 0 0;
  }
  /* line 2021, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li {
    width: 49%;
    margin-bottom: 10px;
  }
  /* line 2025, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li a {
    padding: 15px 10px;
  }
  /* line 2029, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li a dl dt {
    margin-bottom: 5px;
  }
  /* line 2031, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li a dl dt img {
    width: 80%;
  }
  /* line 2035, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li a dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2044, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__img {
    margin: 4em 0;
  }
  /* line 2047, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__img ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2060, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__tabs {
    padding: 20px 0 0 0;
  }
  /* line 2063, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__tabs ul li {
    width: 31.5%;
  }
  /* line 2066, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__tabs ul li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 25px 10px;
  }
  /* line 2074, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__img {
    margin: 4em 0;
  }
  /* line 2077, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__img ul li {
    width: 100%;
    margin-bottom: 5%;
  }
  /* line 2082, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__img ul li dl dt {
    margin-bottom: 8px;
  }
  /* line 2085, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__img ul li dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2100, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs {
    padding-top: 5%;
    margin-bottom: 5%;
  }
  /* line 2105, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul::after {
    content: "";
    display: block;
    width: 32%;
  }
  /* line 2110, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li {
    width: 32%;
    margin-bottom: 8px;
  }
  /* line 2114, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li a {
    padding: 10px;
  }
  /* line 2118, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li a dl dt {
    margin-bottom: 5px;
  }
  /* line 2121, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li a dl dt img {
    width: 70%;
  }
  /* line 2125, 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 2135, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list {
    margin-bottom: 10%;
  }
  /* line 2138, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  /* line 2142, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list h2 span {
    padding-bottom: 7px;
  }
  /* line 2147, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  /* line 2151, 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 2157, 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 2173, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .full_width {
    width: 100%;
  }
  /* line 2179, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h1 {
    padding-top: 5%;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 10px 0;
  }
  /* line 2185, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  /* line 2189, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  /* line 2193, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 2197, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h5 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 2201, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h6 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2205, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9;
    margin: 1em 0;
  }
  /* line 2213, 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 2219, 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 2223, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2.sttl__mark::after {
    bottom: -15px;
  }
  /* line 2228, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2.sttl__bar {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  /* line 2233, 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 2238, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.ul__base {
    margin: 1em 0;
  }
  /* line 2241, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.ul__base li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2246, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ol.ol__base {
    margin: 1em 0;
  }
  /* line 2249, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ol.ol__base li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2254, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .box__gray {
    padding: 15px 15px;
  }
  /* line 2258, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__large {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 2262, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 2266, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__center {
    text-align: left;
  }
  /* line 2270, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__notice {
    text-align: center;
  }
  /* line 2273, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__notice span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 2278, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base {
    margin: 1em 0;
  }
  /* line 2281, 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 2288, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base th {
    background: #f9f9f9;
  }
  /* line 2291, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base td {
    background: #fff;
  }
  /* line 2295, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base .table__inner {
    width: auto;
    border-collapse: collapse;
    border: none;
  }
  /* line 2300, 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 2307, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base .table__inner th {
    font-weight: 500;
  }
  /* line 2315, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__sp > tbody > tr > th,
.custom_page .table__sp > tbody > tr > td {
    display: block;
  }
  /* line 2323, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.multi_image {
    margin: 20px auto;
    flex-direction: column;
  }
  /* line 2328, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.multi_image.two li {
    width: 100%;
    margin: 10px auto;
  }
  /* line 2335, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.multi_image.three li {
    width: 100%;
    margin: 10px auto;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2347, app/assets/stylesheets/frontend/_sp.scss */
  .footer {
    padding: 10% 5% 100px 5%;
  }
  /* line 2354, app/assets/stylesheets/frontend/_sp.scss */
  .footer .footer__logo {
    text-align: center;
    margin-bottom: 0;
  }
  /* line 2358, app/assets/stylesheets/frontend/_sp.scss */
  .footer .footer__logo .logo {
    max-width: 200px;
    margin: 0 auto 5% auto;
  }
  /* line 2363, app/assets/stylesheets/frontend/_sp.scss */
  .footer .footer__logo .logo .logo_image_120 {
    height: auto;
    width: 98px;
  }
  /* line 2371, app/assets/stylesheets/frontend/_sp.scss */
  .footer .footer__logo .copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2382, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger {
    width: 40px;
    height: 40px;
  }
  /* line 2386, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger span:nth-of-type(1) {
    top: 16px;
  }
  /* line 2389, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger span:nth-of-type(2) {
    top: 23px;
  }
  /* line 2395, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger.active span:nth-of-type(1) {
    transform: translateY(3.5px) rotate(-45deg);
  }
  /* line 2399, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger.active span:nth-of-type(2) {
    transform: translateY(-3.5px) rotate(45deg);
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2411, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__inner {
    flex-wrap: wrap;
    padding: 6% 5%;
  }
  /* line 2416, 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 2424, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__btn {
    width: 100%;
    margin-left: 0;
  }
  /* line 2428, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__btn ul {
    justify-content: space-between;
  }
  /* line 2431, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__btn ul li {
    width: 48.5%;
    margin-left: 0;
  }
  /* line 2435, 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 5496, app/assets/stylesheets/frontend/style.scss */
  .home .ticket .list ul li .moreinfo button {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
