* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}
html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}
@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}
:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(svg):where(:not([width])) {
  inline-size: 5rem;
}
:where(input, button, textarea, select),
:where(input[type="file"])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
:where(textarea) {
  resize: vertical;
}
@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
h1 {
  font-size: 2em;
}
:where(ul, ol)[role="list"] {
  list-style: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
:where(
    a[href],
    area,
    button,
    input,
    label[for],
    select,
    summary,
    textarea,
    [tabindex]:not([tabindex*="-"])
  ) {
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
:where(input[type="file"]) {
  cursor: auto;
}
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  cursor: pointer;
}
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}
:where(
    button,
    button[type],
    input[type="button"],
    input[type="submit"],
    input[type="reset"]
  ),
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
}
:where(
    button,
    button[type],
    input[type="button"],
    input[type="submit"],
    input[type="reset"]
  )[disabled] {
  cursor: not-allowed;
}
html {
  height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
  font-size: 2.664103vw;
}
@media screen and (min-width: 641px) {
  html {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 1.14vw;
  }
}
@media screen and (min-width: 1081px) {
  html {
    font-size: 12px;
  }
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 2;
  position: relative;
  background: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  letter-spacing: 0;
}
body.no_scroll {
  overflow: hidden;
}
@-webkit-keyframes bodyAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bodyAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2;
}
br {
  line-height: initial !important;
}
.hidden {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.6;
}
p {
  margin: 0;
}
strong {
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.xs_text_left {
  text-align: left;
}
.xs_text_center {
  text-align: center;
}
.xs_text_right {
  text-align: right;
}
.jp {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.jp-mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.en-gothic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}
a {
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
}
a:hover,
a:focus {
  border: none;
  text-decoration: none;
  outline: none;
}
a,
a::before,
a::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
i {
  margin-right: 0.8rem;
  vertical-align: -2px;
  font-size: 1rem;
}
img {
  display: block;
  width: 100%;
}
img.object_fit_img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
}
figure {
  display: block;
  padding: 0;
  margin: 0;
}
.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bgWhite {
  background: #fff;
}
.bgGray {
  background: #f1f1f1;
}
.bgMaincolor {
  background: #0f376d !important;
}
.mt00 {
  margin-top: 0 !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.ml00 {
  margin-left: 0 !important;
}
.mr00 {
  margin-right: 0 !important;
}
@-webkit-keyframes hoverLineLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@-webkit-keyframes hoverLineRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@-webkit-keyframes hoverLineLoop {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
  50% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  50.01% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineLoop {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
  50% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  50.01% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@-webkit-keyframes hoverLineVerticalActive {
  0% {
    left: 0;
    top: 0;
    height: 0%;
  }
  to {
    left: 0;
    top: 0;
    height: 100%;
  }
}
@keyframes hoverLineVerticalActive {
  0% {
    left: 0;
    top: 0;
    height: 0%;
  }
  to {
    left: 0;
    top: 0;
    height: 100%;
  }
}
@-webkit-keyframes hoverLineVerticalRemove {
  0% {
    left: 0;
    top: auto;
    bottom: 0;
    height: 100%;
  }
  to {
    left: 0;
    top: auto;
    bottom: 0;
    height: 0%;
  }
}
@keyframes hoverLineVerticalRemove {
  0% {
    left: 0;
    top: auto;
    bottom: 0;
    height: 100%;
  }
  to {
    left: 0;
    top: auto;
    bottom: 0;
    height: 0%;
  }
}
@-webkit-keyframes hoverLineVerticalTop {
  0% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineVerticalTop {
  0% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
  }
}
@-webkit-keyframes hoverLineVerticalBottom {
  0% {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineVerticalBottom {
  0% {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
  }
}
@-webkit-keyframes hoverLineLoopVertical {
  0% {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
  }
  50% {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
  }
  50.01% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineLoopVertical {
  0% {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
  }
  50% {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
  }
  50.01% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes moveIn {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes moveIn {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveOut {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}
@keyframes moveOut {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}
@-webkit-keyframes moveInOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}
@keyframes moveInOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}
@-webkit-keyframes moveInVertical {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes moveInVertical {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes moveOutVertical {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}
@keyframes moveOutVertical {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}
@-webkit-keyframes moveInOutVertical {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}
@keyframes moveInOutVertical {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}
@-webkit-keyframes circleArrowActive {
  0% {
    stroke-dasharray: 90;
    stroke-dashoffset: 90;
    stroke-width: 0.4;
  }
  100% {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    stroke-width: 0.6;
  }
}
@keyframes circleArrowActive {
  0% {
    stroke-dasharray: 90;
    stroke-dashoffset: 90;
    stroke-width: 0.4;
  }
  100% {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    stroke-width: 0.6;
  }
}
@-webkit-keyframes circleArrowRemove {
  0% {
    stroke-width: 0.6;
  }
  100% {
    stroke-width: 0.4;
  }
}
@keyframes circleArrowRemove {
  0% {
    stroke-width: 0.6;
  }
  100% {
    stroke-width: 0.4;
  }
}
@-webkit-keyframes marqueeStart {
  from {
    left: 0%;
  }
  to {
    left: -200%;
    @media screen and (min-width: 769px) {
      left: -100%;
    }
  }
}
@keyframes marqueeStart {
  from {
    left: 0%;
  }
  to {
    left: -200%;
    @media screen and (min-width: 769px) {
      left: -100%;
    }
  }
}
@-webkit-keyframes marqueeContinue {
  from {
    left: 200%;
    @media screen and (min-width: 769px) {
      left: 100%;
    }
  }
  to {
    left: 0%;
  }
}
@keyframes marqueeContinue {
  from {
    left: 200%;
    @media screen and (min-width: 769px) {
      left: 100%;
    }
  }
  to {
    left: 0%;
  }
}
@-webkit-keyframes plus_line1 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transform-box: fill-box;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  48% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-box: fill-box;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  52% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes plus_line1 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transform-box: fill-box;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  48% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-box: fill-box;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  52% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@-webkit-keyframes plus_line2 {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  48% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  52% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes plus_line2 {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  48% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  52% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.pc,
.pc_inline_block,
.pc_tb,
.pc_tb_inline_block,
.tb,
.tb_inline_block {
  display: none;
}
.xs {
  display: block;
}
.xs_inline_block {
  display: inline-block;
}
.xs_inline {
  display: inline;
}
.tb_xs {
  display: block;
}
.tb_xs_inline_block {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .tb,
  .pc_tb {
    display: block;
  }
  .tb_inline_block {
    display: inline-block;
  }
  .xs,
  .xs_inline_block,
  .xs_inline {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .pc {
    display: block;
  }
  .pc_inline_block,
  .pc_tb_inline_block {
    display: inline-block;
  }
  .tb,
  .tb_inline_block,
  .tb_xs,
  .tb_xs_inline_block {
    display: none;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.c-animation__clip {
  overflow: clip;
}
.c-animation__imgBgColor {
  -webkit-transition: all 1.35s cubic-bezier(0.36, 0.14, 0, 1) 0.6s;
  transition: all 1.35s cubic-bezier(0.36, 0.14, 0, 1) 0.6s;
  -webkit-transform: translateY(15rem);
  transform: translateY(15rem);
  opacity: 0;
}
.c-animation__imgBgColor.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.c-animation__imgBgColor.active .c-animation__imgBgColor_img::before {
  content: "";
  display: block;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  background: #0f376d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation: imgCoverBf 0.65s cubic-bezier(0.73, 0, 0.83, 1) 0.8s
    forwards;
  animation: imgCoverBf 0.65s cubic-bezier(0.73, 0, 0.83, 1) 0.8s forwards;
}
.c-animation__imgBgColor.active .c-animation__imgBgColor_img::after {
  content: "";
  display: block;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background: #0f376d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: imgCoverAf 0.65s cubic-bezier(0.73, 0, 0.83, 1) 0.8s
    forwards;
  animation: imgCoverAf 0.65s cubic-bezier(0.73, 0, 0.83, 1) 0.8s forwards;
}
.c-animation__imgBgColor.active .c-animation__imgBgColor_img_inner {
  opacity: 0;
  -webkit-animation: topSlideMv 0.65s cubic-bezier(0.33, 0, 0.24, 1) 0.8s
    forwards;
  animation: topSlideMv 0.65s cubic-bezier(0.33, 0, 0.24, 1) 0.8s forwards;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@-webkit-keyframes imgCoverBf {
  0%,
  46.84% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  46.85% {
    opacity: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  65.85% {
    opacity: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes imgCoverBf {
  0%,
  46.84% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  46.85% {
    opacity: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  65.85% {
    opacity: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes imgCoverAf {
  0% {
    opacity: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  46.84% {
    opacity: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  46.85%,
  100% {
    opacity: 0;
  }
}
@keyframes imgCoverAf {
  0% {
    opacity: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  46.84% {
    opacity: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  46.85%,
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes topSlideMv {
  0% {
    opacity: 0%;
  }
  46.84% {
    opacity: 0%;
  }
  46.85%,
  100% {
    opacity: 100%;
  }
}
@keyframes topSlideMv {
  0% {
    opacity: 0%;
  }
  46.84% {
    opacity: 0%;
  }
  46.85%,
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes opacity {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
.c-animation__textGradient .c-animation__textGradient_target {
  display: inline-block;
  color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    127deg,
    #000 55%,
    #f57927 55%,
    #ff354f 55.5%,
    #23eff5 56%,
    #3658ff 60%,
    #ac3be8 61%,
    #000 61%,
    #000 99%,
    transparent 100%
  );
  background-size: 500%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 769px) {
  .c-animation__textGradient.--hover:hover .c-animation__textGradient_target {
    -webkit-animation: 3s 0.1s textGradientDrawer ease forwards;
    animation: 3s 0.1s textGradientDrawer ease forwards;
  }
}
@-webkit-keyframes textGradient {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes textGradient {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes textGradientDrawer {
  from {
    background-position: 80% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes textGradientDrawer {
  from {
    background-position: 80% 0;
  }
  to {
    background-position: 0 0;
  }
}
.c-animation__textSlideIn {
  overflow: hidden;
  display: inline-block;
}
.c-animation__textSlideIn .c-animation__textSlideIn-inner {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: opacity 0.5s ease,
    -webkit-transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: opacity 0.5s ease,
    -webkit-transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1),
    opacity 0.5s ease;
  transition: transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1),
    opacity 0.5s ease, -webkit-transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1);
}
.c-animation__textSlideIn.__hoverline {
  padding-bottom: 0.2rem;
}
.c-animation__textSlideIn.active .c-animation__textSlideIn-inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.c-animation__textSlideIn.__loading .c-animation__textSlideIn-inner {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.c-animation__textSlideIn.__slow .c-animation__textSlideIn-inner {
  -webkit-transition: opacity 1.8s ease,
    -webkit-transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: opacity 1.8s ease,
    -webkit-transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1),
    opacity 1.8s ease;
  transition: transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1),
    opacity 1.8s ease, -webkit-transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
.c-animation__textSlideIn.__opacity .c-animation__textSlideIn-inner {
  opacity: 0;
}
.c-animation__textSlideIn.__opacity.active .c-animation__textSlideIn-inner {
  opacity: 1;
}
.c-animation__slideIn {
  opacity: 0;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-animation: 0.5s ease both;
  animation: 0.5s ease both;
}
.c-animation__slideIn.active {
  -webkit-animation-name: slideInAnimation;
  animation-name: slideInAnimation;
}
.c-animation__slideIn:nth-of-type(1) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.c-animation__slideIn:nth-of-type(2) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.c-animation__slideIn:nth-of-type(3) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.c-animation__slideIn:nth-of-type(4) {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.c-animation__slideIn:nth-of-type(5) {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.c-animation__slideIn:nth-of-type(6) {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.c-animation__slideIn:nth-of-type(7) {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.c-animation__slideIn:nth-of-type(8) {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.c-animation__slideIn:nth-of-type(9) {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.c-animation__slideIn:nth-of-type(10) {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.c-animation__slideIn:nth-of-type(1).__nodeley {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(2).__nodeley {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(3).__nodeley {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(4).__nodeley {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(5).__nodeley {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(6).__nodeley {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(7).__nodeley {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(8).__nodeley {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(9).__nodeley {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(10).__nodeley {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
@-webkit-keyframes slideInAnimation {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInAnimation {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.c-animation__textLeftWrap {
  position: relative;
  overflow: hidden;
  min-height: calc(0.7rem + 1em + 0.7rem);
}
.c-animation__textLeftWrap
  + .c-animation__textLeftWrap
  .c-animation__textLeft.__opacity {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.c-animation__textLeftWrap + .c-animation__textLeftWrap .c-animation__textLeft {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.c-animation__textLeft {
  position: absolute;
  left: 0;
  top: 0;
  clip: rect(0vh, 0vw, 100vh, 0vw);
  -webkit-transition: clip 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  transition: clip 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  z-index: 6;
  min-height: calc(0.7rem + 1em + 0.7rem);
}
.c-animation__textLeft + .c-animation__textLeft {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.c-animation__textLeft.__opacity {
  opacity: 0.2;
  z-index: 5;
}
.c-animation__textLeft.__center {
  right: 0;
  margin: 0 auto;
}
.c-animation__textLeftDummy {
  color: rgba(0, 0, 0, 0) !important;
}
.c-animation__rotation {
  -webkit-animation: 3s linear infinite rotation;
  animation: 3s linear infinite rotation;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.c-dropshadow {
  -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
  filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
}
@media screen and (min-width: 641px) {
  .c-dropshadow {
    -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
    filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
  }
}
.c-boxshadow--inset {
  -webkit-box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.12) inset;
  box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.12) inset;
}
@media screen and (min-width: 641px) {
  .c-boxshadow--inset {
    -webkit-box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.12) inset;
    box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.12) inset;
  }
}
.c-dropshadow {
  -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
  filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
}
@media screen and (min-width: 641px) {
  .c-dropshadow {
    -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
    filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
  }
}
.c-textshadow {
  text-shadow: 0 0 1rem rgba(237, 237, 237, 0.7);
}
.c-textshadow.__light {
  text-shadow: 0 0 1rem rgba(255, 255, 255, 0.9);
}
.c-btn__arrow a,
.c-btn__arrow button,
.c-btn__arrow .c-btn__inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  color: #000;
  background: none;
}
.c-btn__arrow a::after,
.c-btn__arrow button::after,
.c-btn__arrow .c-btn__inner::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.25rem solid #000;
  border-bottom: 0.25rem solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-btn__arrow a:disabled,
.c-btn__arrow button:disabled,
.c-btn__arrow .c-btn__inner:disabled {
  color: #b1b1b1 !important;
}
.c-btn__arrow a:disabled::before,
.c-btn__arrow a:disabled::after,
.c-btn__arrow button:disabled::before,
.c-btn__arrow button:disabled::after,
.c-btn__arrow .c-btn__inner:disabled::before,
.c-btn__arrow .c-btn__inner:disabled::after {
  border-color: #b1b1b1 !important;
}
.c-btn__arrow.__prev a,
.c-btn__arrow.__prev button,
.c-btn__arrow.__prev .c-btn__inner,
.c-btn__arrow.__next a,
.c-btn__arrow.__next button,
.c-btn__arrow.__next .c-btn__inner {
  gap: 0.5rem !important;
}
.c-btn__arrow.__prev a::before,
.c-btn__arrow.__prev button::before,
.c-btn__arrow.__prev .c-btn__inner::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-left: 0.25rem solid #af2e45;
  border-bottom: 0.25rem solid #af2e45;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-btn__arrow.__prev a::after,
.c-btn__arrow.__prev button::after,
.c-btn__arrow.__prev .c-btn__inner::after {
  display: none;
}
.c-btn__arrow.__target_blank a,
.c-btn__arrow.__target_blank button,
.c-btn__arrow.__target_blank .c-btn__inner {
  gap: 1.1rem;
}
.c-btn__arrow.__target_blank a::after,
.c-btn__arrow.__target_blank button::after,
.c-btn__arrow.__target_blank .c-btn__inner::after {
  content: "";
  border: none;
  -webkit-transform: none !important;
  transform: none !important;
  width: 1.15rem !important;
  height: 0.95rem !important;
  display: inline-block;
  background: url("../img/icon/target_blank_red_02.svg") no-repeat center
    center/contain;
  position: static;
}
.c-btn__arrow.__bg_white a,
.c-btn__arrow.__bg_white button,
.c-btn__arrow.__bg_white .c-btn__inner {
  background: #fff;
  line-height: 1;
}
.c-btn__arrow.__bg_white a span,
.c-btn__arrow.__bg_white button span,
.c-btn__arrow.__bg_white .c-btn__inner span {
  line-height: 1;
}
.c-btn__arrow.__red a,
.c-btn__arrow.__red button,
.c-btn__arrow.__red .c-btn__inner {
  color: #af2e45;
}
.c-btn__arrow.__red a::after,
.c-btn__arrow.__red button::after,
.c-btn__arrow.__red .c-btn__inner::after {
  border-color: #af2e45;
}
.c-btn__arrow.__white a,
.c-btn__arrow.__white button,
.c-btn__arrow.__white .c-btn__inner {
  color: #fff;
}
.c-btn__arrow.__white a::after,
.c-btn__arrow.__white button::after,
.c-btn__arrow.__white .c-btn__inner::after {
  border-color: #fff;
}
.c-btn__arrow.__center {
  text-align: center;
}
.c-btn__arrow.__right {
  text-align: right;
}
.c-btn__arrow.__bold a,
.c-btn__arrow.__bold button,
.c-btn__arrow.__bold .c-btn__inner {
  font-weight: 600;
}
.c-btn__arrow.__bold a,
.c-btn__arrow.__bold button,
.c-btn__arrow.__bold .c-btn__inner {
  font-weight: 600;
}
.c-btn__arrow.__thin a,
.c-btn__arrow.__thin button,
.c-btn__arrow.__thin .c-btn__inner {
  font-weight: 400;
}
.c-btn__arrow.__thin a::after,
.c-btn__arrow.__thin button::after,
.c-btn__arrow.__thin .c-btn__inner::after {
  border-width: 0.15rem;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: rotate(-45deg) translateY(-0.1em);
  transform: rotate(-45deg) translateY(-0.1em);
}
.c-btn__buy {
  text-align: center;
}
.c-btn__buy a {
  width: 15.4rem;
  height: 3.8rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 5rem;
  color: #fff;
  background: #c70003;
  border: 0.2rem solid #fff;
  -webkit-box-shadow: 0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.33);
  box-shadow: 0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.33);
}
.c-btn__buy a img {
  width: 1.9rem;
}
.c-btn__buy.__use a {
  min-width: 18rem;
  background: #dd8934;
}
.c-btn__buy.__use a .important {
  font-size: 1rem;
  padding: 0 0.4rem;
  margin-left: 0.3rem;
}
.c-btn__ticket {
  z-index: 1;
  position: relative;
  -webkit-filter: drop-shadow(0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.33));
}
.c-btn__ticket a,
.c-btn__ticket .c-btn__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: no-repeat center center/contain;
  height: 11.246rem;
}
.c-btn__ticket.__main {
  background-image: url("../img/common/ticket/main.svg");
}
.c-btn__ticket.__main .c-btn__ticket_icon_train,
.c-btn__ticket.__main .c-btn__ticket_icon_bus,
.c-btn__ticket.__main .c-btn__ticket_icon_taxi {
  background-color: #2c447b;
}
.c-btn__ticket.__train {
  background-image: url("../img/common/ticket/train.svg");
}
.c-btn__ticket.__train .c-btn__ticket_icon_train,
.c-btn__ticket.__train .c-btn__ticket_icon_bus,
.c-btn__ticket.__train .c-btn__ticket_icon_taxi {
  background-color: #0a817a;
}
.c-btn__ticket.__train_bus {
  background-image: url("../img/common/ticket/train_bus.svg");
}
.c-btn__ticket.__train_bus .c-btn__ticket_icon_train,
.c-btn__ticket.__train_bus .c-btn__ticket_icon_bus,
.c-btn__ticket.__train_bus .c-btn__ticket_icon_taxi {
  background-color: #0a817a;
}
.c-btn__ticket.__bus {
  background-image: url("../img/common/ticket/bus.svg");
}
.c-btn__ticket.__bus .c-btn__ticket_icon_train,
.c-btn__ticket.__bus .c-btn__ticket_icon_bus,
.c-btn__ticket.__bus .c-btn__ticket_icon_taxi {
  background-color: #11679d;
}
.c-btn__ticket.__plan {
  background-image: url("../img/common/ticket/plan.svg");
}
.c-btn__ticket.__plan .c-btn__ticket_icon_train,
.c-btn__ticket.__plan .c-btn__ticket_icon_bus,
.c-btn__ticket.__plan .c-btn__ticket_icon_taxi {
  background-color: #cf643c;
}
.c-btn__ticket.__special {
  background-image: url("../img/common/ticket/special.svg");
}
.c-btn__ticket.__special .c-btn__ticket_icon_train,
.c-btn__ticket.__special .c-btn__ticket_icon_bus,
.c-btn__ticket.__special .c-btn__ticket_icon_taxi {
  background-color: #cfac6d;
}
.c-btn__ticket.__onecoin_train {
  background-image: url("../img/common/ticket/onecoin_train.svg");
}
.c-btn__ticket.__onecoin_train .c-btn__ticket_icon_train,
.c-btn__ticket.__onecoin_train .c-btn__ticket_icon_bus,
.c-btn__ticket.__onecoin_train .c-btn__ticket_icon_taxi {
  background-color: #909a43;
}
.c-btn__ticket.__onecoin_bus {
  background-image: url("../img/common/ticket/onecoin_bus.svg");
}
.c-btn__ticket.__onecoin_bus .c-btn__ticket_icon_train,
.c-btn__ticket.__onecoin_bus .c-btn__ticket_icon_bus,
.c-btn__ticket.__onecoin_bus .c-btn__ticket_icon_taxi {
  background-color: #3d86a2;
}
.c-btn__ticket.__ticket_pink {
  background-image: url("../img/common/ticket/ticket_pink.svg");
}
.c-btn__ticket.__ticket_pink .c-btn__ticket_icon_train,
.c-btn__ticket.__ticket_pink .c-btn__ticket_icon_bus,
.c-btn__ticket.__ticket_pink .c-btn__ticket_icon_taxi {
  background-color: #c94c67;
}
.c-btn__ticket.__ticket_purple {
  background-image: url("../img/common/ticket/ticket_purple.svg");
}
.c-btn__ticket.__ticket_purple .c-btn__ticket_icon_train,
.c-btn__ticket.__ticket_purple .c-btn__ticket_icon_bus,
.c-btn__ticket.__ticket_purple .c-btn__ticket_icon_taxi {
  background-color: #57579d;
}
.c-btn__ticket.__all {
  background-image: url("../img/common/ticket/all.svg");
}
.c-btn__ticket.__all .c-btn__ticket_icon_train,
.c-btn__ticket.__all .c-btn__ticket_icon_bus,
.c-btn__ticket.__all .c-btn__ticket_icon_taxi {
  background-color: #0a817a;
}
.c-btn__ticket.__expire {
  background-image: url("../img/common/ticket/expire.svg");
}
.c-btn__ticket.__expire .c-btn__ticket_icon_train,
.c-btn__ticket.__expire .c-btn__ticket_icon_bus,
.c-btn__ticket.__expire .c-btn__ticket_icon_taxi {
  background-color: #0e366b;
}
.c-btn__ticket + .c-btn__ticket {
  margin-top: 2rem;
}
.c-btn__ticket.__expire a,
.c-btn__ticket.__expire .c-btn__inner {
  pointer-events: none;
}
.c-btn__ticket_inner {
  width: 28.5rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-btn__ticket_area {
  display: inline-block;
  background: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0 0.3rem;
  font-weight: 600;
}
.c-btn__ticket_title {
  width: 100%;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  font-size: 1.8rem;
}
.c-btn__ticket_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 1.1rem;
  gap: 0.4rem;
  width: 5rem;
}
.c-btn__ticket_ribon {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.9rem;
  height: 6.6rem;
  background: url("../img/common/ticket/special_offer_bg.svg") no-repeat left
    top/contain;
}
.c-btn__ticket_ribon span {
  color: #fff;
  font-size: 1rem;
  -webkit-transform: rotate(-45deg) translate(-1.9rem, -1rem);
  transform: rotate(-45deg) translate(-1.9rem, -1rem);
  display: block;
  text-align: center;
}
.c-btn__ticket_icon_train,
.c-btn__ticket_icon_bus,
.c-btn__ticket_icon_taxi {
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/icon/train.svg") no-repeat center center/contain;
  opacity: 0.3;/*hcom 変更0.5⇒0.3*/
  border-radius: 0.4rem;
}
.c-btn__ticket_icon_train.active,
.c-btn__ticket_icon_bus.active,
.c-btn__ticket_icon_taxi.active {
  opacity: 1;
}
.c-btn__ticket_icon_bus {
  background-image: url("../img/icon/bus.svg");
}
.c-btn__ticket_icon_taxi {
  background-image: url("../img/icon/taxi.svg");
}
.c-btn__round {
  position: relative;
  z-index: 10;
  -webkit-filter: drop-shadow(0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.33));
}
.c-btn__round a,
.c-btn__round button,
.c-btn__round .c-btn__inner {
  position: relative;
  width: 32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #af2e45;
  border-radius: 4rem;
  height: 7rem;
  margin: 0 auto;
  max-width: 100%;
}
.c-btn__round a::after,
.c-btn__round button::after,
.c-btn__round .c-btn__inner::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.25rem solid #af2e45;
  border-bottom: 0.25rem solid #af2e45;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 4.8rem;
}
.c-btn__round a span,
.c-btn__round button span,
.c-btn__round .c-btn__inner span {
  font-weight: 600;
  color: #fff;
}
.c-btn__round.__buy button {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.c-btn__round.__buy button::after {
  border-color: #fff;
  right: 2.6rem;
}
.c-btn__round.__buy.__disable {
  -webkit-filter: none;
  filter: none;
}
.c-btn__round.__buy.__disable a,
.c-btn__round.__buy.__disable button,
.c-btn__round.__buy.__disable .c-btn__inner {
  background: #b1b1b1;
  pointer-events: none;
}
.c-btn__round.__no_arrow a::after,
.c-btn__round.__no_arrow button::after,
.c-btn__round.__no_arrow .c-btn__inner::after {
  display: none;
}
.c-btn__round.__used {
  -webkit-filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.08));
}
.c-btn__round.__used button {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  border: 0.15rem solid #fff;
  height: 6.8rem;
}
.c-btn__round.__used button::after {
  display: none;
}
.c-btn__round.__continue button {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.c-btn__round.__continue button::after {
  display: none;
}
.c-btn__round.__red a,
.c-btn__round.__red button,
.c-btn__round.__red .c-btn__inner {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  background: #c70003;
  border: 0.5rem solid rgba(255, 255, 255, 0.18);
  height: 7.6rem;
}
.c-btn__round.__red a::after,
.c-btn__round.__red button::after,
.c-btn__round.__red .c-btn__inner::after {
  display: none;
}
.c-btn__round.__red a:disabled,
.c-btn__round.__red button:disabled,
.c-btn__round.__red .c-btn__inner:disabled {
  background: #b1b1b1;
  color: #fff;
  pointer-events: none;
  border: none;
  text-shadow: none;
}
.c-btn__round.__important a,
.c-btn__round.__important button,
.c-btn__round.__important .c-btn__inner {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  border: 0.5rem solid rgba(255, 255, 255, 0.18);
}
.c-btn__round.__important a::after,
.c-btn__round.__important button::after,
.c-btn__round.__important .c-btn__inner::after {
  display: none;
}
.c-btn__round.__search a,
.c-btn__round.__search button,
.c-btn__round.__search .c-btn__inner {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  height: 5.2rem;
}
.c-btn__round.__search a::before,
.c-btn__round.__search button::before,
.c-btn__round.__search .c-btn__inner::before {
  content: "";
  border: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 1.7rem;
  height: 1.8rem;
  display: inline-block;
  background: url("../img/icon/search_02.svg") no-repeat center center/contain;
  position: static;
  margin-right: 1rem;
}
.c-btn__round.__search a::after,
.c-btn__round.__search button::after,
.c-btn__round.__search .c-btn__inner::after {
  display: none;
}
.c-btn__round.__login a,
.c-btn__round.__login button,
.c-btn__round.__login .c-btn__inner {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  border: 0.5rem solid rgba(255, 255, 255, 0.18);
  height: 7.6rem;
}
.c-btn__round.__login a::after,
.c-btn__round.__login button::after,
.c-btn__round.__login .c-btn__inner::after {
  content: "";
  border: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 1.68rem;
  height: 1.83rem;
  display: inline-block;
  background: url("../img/icon/login.svg") no-repeat center center/contain;
  position: static;
  margin-left: 1rem;
}
.c-btn__round.__download a,
.c-btn__round.__download button,
.c-btn__round.__download .c-btn__inner {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  border: 0.5rem solid rgba(255, 255, 255, 0.18);
  height: 7.6rem;
}
.c-btn__round.__download a::after,
.c-btn__round.__download button::after,
.c-btn__round.__download .c-btn__inner::after {
  content: "";
  border: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 1.42rem;
  height: 1.37rem;
  display: inline-block;
  background: url("../img/icon/download_white.svg") no-repeat center
    center/contain;
  position: static;
  margin-left: 1rem;
}
.c-btn__round.__border a,
.c-btn__round.__border button,
.c-btn__round.__border .c-btn__inner {
  border: 0.5rem solid rgba(255, 255, 255, 0.18);
}
.c-btn__round.__border_white {
  -webkit-filter: none;
  filter: none;
}
.c-btn__round.__border_white a,
.c-btn__round.__border_white button,
.c-btn__round.__border_white .c-btn__inner {
  border: 0.15rem solid #fff;
}
.c-btn__round.__purple a,
.c-btn__round.__purple button,
.c-btn__round.__purple .c-btn__inner {
  background: #996e9d;
}
.c-btn__round.__target_blank a,
.c-btn__round.__target_blank button,
.c-btn__round.__target_blank .c-btn__inner {
  gap: 1.1rem;
}
.c-btn__round.__target_blank a::after,
.c-btn__round.__target_blank button::after,
.c-btn__round.__target_blank .c-btn__inner::after {
  content: "";
  border: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 1.2rem;
  height: 1rem;
  display: inline-block;
  background: url("../img/icon/target_blank_white.svg") no-repeat center
    center/contain;
  position: static;
}
.c-btn__round.__small a,
.c-btn__round.__small button,
.c-btn__round.__small .c-btn__inner {
  width: 24.5rem;
  height: 5.2rem;
}
.c-btn__round.__xsmall a,
.c-btn__round.__xsmall button,
.c-btn__round.__xsmall .c-btn__inner {
  width: 16.6rem;
  height: 5.2rem;
}
.c-btn__round.__action {
  -webkit-filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.33));
}
.c-btn__round.__action a,
.c-btn__round.__action button,
.c-btn__round.__action .c-btn__inner {
  width: 16.3rem;
  height: 4.4rem;
  border: 0.15rem solid #fff;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
.c-btn__round.__action a::after,
.c-btn__round.__action button::after,
.c-btn__round.__action .c-btn__inner::after {
  display: none;
}
.c-btn__round.__action.__use a,
.c-btn__round.__action.__use button,
.c-btn__round.__action.__use .c-btn__inner {
  background: #dd8934;
}
.c-btn__round.__action.__used {
  -webkit-filter: none;
  filter: none;
}
.c-btn__round.__action.__used a,
.c-btn__round.__action.__used button,
.c-btn__round.__action.__used .c-btn__inner {
  background: #b1b1b1;
  pointer-events: none;
}
.c-btn__round.__action.__disable {
  -webkit-filter: none;
  filter: none;
}
.c-btn__round.__action.__disable a,
.c-btn__round.__action.__disable button,
.c-btn__round.__action.__disable .c-btn__inner {
  background: rgba(177, 177, 177, 0.2);
  color: #b1b1b1;
  pointer-events: none;
}
.c-btn__round.__mini {
  -webkit-filter: none;
  filter: none;
}
.c-btn__round.__mini a,
.c-btn__round.__mini button,
.c-btn__round.__mini .c-btn__inner {
  width: 8.6rem;
  height: 4.4rem;
  border: 0.15rem solid #af2e45;
  color: #af2e45;
  background: #fff;
  font-weight: 600;
}
.c-btn__round.__mini a::after,
.c-btn__round.__mini button::after,
.c-btn__round.__mini .c-btn__inner::after {
  display: none;
}
.c-btn__round.__mini.__disable a,
.c-btn__round.__mini.__disable button,
.c-btn__round.__mini.__disable .c-btn__inner {
  pointer-events: none;
  background: #b1b1b1;
  border-color: #b1b1b1;
  color: #fff;
}
.c-btn__round_border {
  position: relative;
  z-index: 10;
}
.c-btn__round_border a,
.c-btn__round_border .c-btn__inner,
.c-btn__round_border button {
  position: relative;
  width: 32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0f376d;
  border-radius: 4rem;
  background: none;
  font-weight: 600;
  height: 6rem;
  font-size: 1.6rem;
  margin: 0 auto;
  border: 0.15rem solid #0f376d;
  max-width: 100%;
}
.c-btn__round_border a::after,
.c-btn__round_border .c-btn__inner::after,
.c-btn__round_border button::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.25rem solid #0f376d;
  border-bottom: 0.25rem solid #0f376d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2.6rem;
}
.c-btn__round_border a span,
.c-btn__round_border .c-btn__inner span,
.c-btn__round_border button span {
  font-weight: 600;
}
.c-btn__round_border.__back a::after,
.c-btn__round_border.__back .c-btn__inner::after,
.c-btn__round_border.__back button::after {
  border: none;
  border-left: 0.25rem solid #0f376d;
  border-top: 0.25rem solid #0f376d;
  right: auto;
  left: 2.6rem;
}
.c-btn__round_border.__gold a,
.c-btn__round_border.__gold .c-btn__inner,
.c-btn__round_border.__gold button {
  border-color: #fff;
  background: #be9753;
  color: #fff;
}
.c-btn__round_border.__gold a::after,
.c-btn__round_border.__gold .c-btn__inner::after,
.c-btn__round_border.__gold button::after {
  border: none;
  border-left: 0.25rem solid #fff;
  border-top: 0.25rem solid #fff;
}
.c-btn__round_border.__cancel a::after,
.c-btn__round_border.__cancel .c-btn__inner::after,
.c-btn__round_border.__cancel button::after {
  display: none;
}
.c-btn__round_border.__small a,
.c-btn__round_border.__small button,
.c-btn__round_border.__small .c-btn__inner {
  width: 24.5rem;
  height: 5.2rem;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
}
button:focus {
  outline: none;
}
button::-ms-expand {
  display: none;
}
.c-form {
  position: relative;
  display: block;
}
.c-form input[type="text"],
.c-form input[type="number"],
.c-form input[type="tel"],
.c-form input[type="email"],
.c-form input[type="password"],
.c-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  padding: 1.2rem 1.3rem;
  line-height: 1.6;
  width: 100%;
  letter-spacing: 0.05em;
  border: 1px solid #a8a8a8;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  max-width: 100%;
}
.c-form input[type="text"]:focus,
.c-form input[type="number"]:focus,
.c-form input[type="tel"]:focus,
.c-form input[type="email"]:focus,
.c-form input[type="password"]:focus,
.c-form textarea:focus {
  outline: none;
}
.c-form input[type="text"]::-ms-expand,
.c-form input[type="number"]::-ms-expand,
.c-form input[type="tel"]::-ms-expand,
.c-form input[type="email"]::-ms-expand,
.c-form input[type="password"]::-ms-expand,
.c-form textarea::-ms-expand {
  display: none;
}
.c-form input[type="text"] _:lang(x)::-moz-placeholder,
.c-form input[type="text"],
.c-form input[type="number"] _:lang(x)::-moz-placeholder,
.c-form input[type="number"],
.c-form input[type="tel"] _:lang(x)::-moz-placeholder,
.c-form input[type="tel"],
.c-form input[type="email"] _:lang(x)::-moz-placeholder,
.c-form input[type="email"],
.c-form input[type="password"] _:lang(x)::-moz-placeholder,
.c-form input[type="password"],
.c-form textarea _:lang(x)::-moz-placeholder,
.c-form textarea {
  max-width: 100%;
}
.c-form input[type="text"] _::-webkit-full-page-media,
.c-form input[type="text"] _:future,
:root .c-form input[type="text"],
.c-form input[type="number"] _::-webkit-full-page-media,
.c-form input[type="number"] _:future,
:root .c-form input[type="number"],
.c-form input[type="tel"] _::-webkit-full-page-media,
.c-form input[type="tel"] _:future,
:root .c-form input[type="tel"],
.c-form input[type="email"] _::-webkit-full-page-media,
.c-form input[type="email"] _:future,
:root .c-form input[type="email"],
.c-form input[type="password"] _::-webkit-full-page-media,
.c-form input[type="password"] _:future,
:root .c-form input[type="password"],
.c-form textarea _::-webkit-full-page-media,
.c-form textarea _:future,
:root .c-form textarea {
  max-width: 100%;
}
.c-form input[type="text"]::-webkit-input-placeholder,
.c-form input[type="number"]::-webkit-input-placeholder,
.c-form input[type="tel"]::-webkit-input-placeholder,
.c-form input[type="email"]::-webkit-input-placeholder,
.c-form input[type="password"]::-webkit-input-placeholder,
.c-form textarea::-webkit-input-placeholder {
  color: #b1b1b1;
}
.c-form input[type="text"]::-moz-placeholder,
.c-form input[type="number"]::-moz-placeholder,
.c-form input[type="tel"]::-moz-placeholder,
.c-form input[type="email"]::-moz-placeholder,
.c-form input[type="password"]::-moz-placeholder,
.c-form textarea::-moz-placeholder {
  color: #b1b1b1;
}
.c-form input[type="text"]:-ms-input-placeholder,
.c-form input[type="number"]:-ms-input-placeholder,
.c-form input[type="tel"]:-ms-input-placeholder,
.c-form input[type="email"]:-ms-input-placeholder,
.c-form input[type="password"]:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder {
  color: #b1b1b1;
}
.c-form input[type="text"]::-ms-input-placeholder,
.c-form input[type="number"]::-ms-input-placeholder,
.c-form input[type="tel"]::-ms-input-placeholder,
.c-form input[type="email"]::-ms-input-placeholder,
.c-form input[type="password"]::-ms-input-placeholder,
.c-form textarea::-ms-input-placeholder {
  color: #b1b1b1;
}
.c-form input[type="text"]::placeholder,
.c-form input[type="number"]::placeholder,
.c-form input[type="tel"]::placeholder,
.c-form input[type="email"]::placeholder,
.c-form input[type="password"]::placeholder,
.c-form textarea::placeholder {
  color: #b1b1b1;
}
.c-form input[type="text"]:focus,
.c-form input[type="number"]:focus,
.c-form input[type="tel"]:focus,
.c-form input[type="email"]:focus,
.c-form input[type="password"]:focus,
.c-form textarea:focus {
  outline: none;
}
.c-form input[type="text"].__small,
.c-form input[type="number"].__small,
.c-form input[type="tel"].__small,
.c-form input[type="email"].__small,
.c-form input[type="password"].__small,
.c-form textarea.__small {
  width: 14rem;
}
.c-form input[type="text"].__middle,
.c-form input[type="number"].__middle,
.c-form input[type="tel"].__middle,
.c-form input[type="email"].__middle,
.c-form input[type="password"].__middle,
.c-form textarea.__middle {
  width: 15rem;
}
.c-form input[type="text"] + input[type="text"],
.c-form input[type="text"] + input[type="number"],
.c-form input[type="text"] + input[type="tel"],
.c-form input[type="text"] + input[type="email"],
.c-form input[type="text"] + input[type="password"],
.c-form input[type="text"] + textarea,
.c-form input[type="number"] + input[type="text"],
.c-form input[type="number"] + input[type="number"],
.c-form input[type="number"] + input[type="tel"],
.c-form input[type="number"] + input[type="email"],
.c-form input[type="number"] + input[type="password"],
.c-form input[type="number"] + textarea,
.c-form input[type="tel"] + input[type="text"],
.c-form input[type="tel"] + input[type="number"],
.c-form input[type="tel"] + input[type="tel"],
.c-form input[type="tel"] + input[type="email"],
.c-form input[type="tel"] + input[type="password"],
.c-form input[type="tel"] + textarea,
.c-form input[type="email"] + input[type="text"],
.c-form input[type="email"] + input[type="number"],
.c-form input[type="email"] + input[type="tel"],
.c-form input[type="email"] + input[type="email"],
.c-form input[type="email"] + input[type="password"],
.c-form input[type="email"] + textarea,
.c-form input[type="password"] + input[type="text"],
.c-form input[type="password"] + input[type="number"],
.c-form input[type="password"] + input[type="tel"],
.c-form input[type="password"] + input[type="email"],
.c-form input[type="password"] + input[type="password"],
.c-form input[type="password"] + textarea,
.c-form textarea + input[type="text"],
.c-form textarea + input[type="number"],
.c-form textarea + input[type="tel"],
.c-form textarea + input[type="email"],
.c-form textarea + input[type="password"],
.c-form textarea + textarea {
  margin-top: 1.2rem;
}
.c-form textarea {
  display: block;
}
.c-form__list.__center {
  text-align: center;
}
.c-form__list small {
  font-size: 1.3rem;
  line-height: 1.5;
}
.c-form__list_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-form__list_radio input[type="radio"] {
  display: none;
}
.c-form__list_radio input[type="radio"]:checked + label {
  color: #fff;
  background: #af2e45;
}
.c-form__list_radio input[type="radio"]:checked + label::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/check.svg") no-repeat center center/contain;
  width: 1.2rem;
  height: 1rem;
  margin-left: -1rem;
}
.c-form__list_radio input[type="radio"] + label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.7rem;
  cursor: pointer;
  min-width: 7rem;
  text-align: center;
  color: #af2e45;
  border: 0.15rem solid #af2e45;
  margin-right: 0.5rem;
  border-radius: 5rem;
  background: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0 2rem;
  height: 3.5rem;
  font-weight: 600;
}
.c-form__list_radio.__icon input[type="radio"]:checked + label {
  color: #000;
  background: none;
}
.c-form__list_radio.__icon input[type="radio"]:checked + label::before {
  background-color: #469beb;
  border-color: #469beb;
}
.c-form__list_radio.__icon input[type="radio"] + label {
  display: block;
  position: relative;
  cursor: pointer;
  min-width: 7rem;
  text-align: left;
  margin-right: 0.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  border: none;
  padding: 0;
  color: #000;
  padding-left: 2.7rem;
}
.c-form__list_radio.__icon input[type="radio"] + label::before {
  content: "";
  border: 0.15rem solid #a8a8a8;
  display: inline-block;
  background: url("../img/icon/check.svg") no-repeat center center/1.03rem auto;
  width: 2rem;
  height: 2rem;
  margin-left: 0;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.c-form__list_radio.__col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem 0;
}
.c-form__list_radio.__col2 input[type="radio"] + label {
  width: 50%;
  margin-right: 0 !important;
}
.c-form__list_radio.__col2 input[type="radio"] + label.__full {
  width: 100%;
}
.c-form__list_radio.__col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-form__list_radio.__col3 label {
  width: 33.3%;
}
.c-form__radio_textbox {
  padding-left: 3rem;
  width: 100%;
}
.c-form__radio_textbox input[type="text"] {
  width: 100%;
}
.c-form__list_check input[type="checkbox"] {
  display: none;
}
.c-form__list_check input[type="checkbox"] + label {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 2.7rem;
  display: inline-block;
}
.c-form__list_check input[type="checkbox"] + label.__important {
  font-size: 1.6rem;
  font-weight: 600;
}
.c-form__list_check input[type="checkbox"] + label.__important span {
  line-height: 1.5;
}
.c-form__list_check input[type="checkbox"] + label a {
  color: #af2e45;
  line-height: 1.5;
}
.c-form__list_check input[type="checkbox"] + label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  border: 0.15rem solid #d0d0d0;
  background: #fff url("../img/icon/check_dummy.svg") no-repeat center
    center/1.2rem auto;
  position: absolute;
  top: 0.2rem;
  left: 0;
}
.c-form__list_check input[type="checkbox"] + label::after {
  content: "";
  display: inline-block;
  background: url("../img/icon/check_red.svg") no-repeat center center/contain;
  width: 1.2rem;
  height: 1rem;
  position: absolute;
  left: 0.4rem;
  top: 0.7rem;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-form__list_check input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.c-form__list_check.__red input[type="checkbox"] + label {
  font-size: 1.6rem;
}
.c-form__list_check.__red input[type="checkbox"] + label::after {
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../img/icon/check.svg");
}
.c-form__list_check.__red input[type="checkbox"]:checked + label::before {
  border-color: #d15f66;
  background: #d15f66;
}
.c-form__list_check.__red input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.c-form__list_check.__center {
  text-align: center;
}
.c-form__list_check.__mt {
  margin-top: 4rem;
}
.c-form__list_check.__icon input[type="checkbox"] + label {
  font-weight: 600;
  font-size: 1.6rem;
}
.c-form__list_check.__icon input[type="checkbox"] + label::after {
  top: 0.7rem;
  background-image: url("../img/icon/check.svg");
}
.c-form__list_check.__icon input[type="checkbox"]:checked + label::before {
  border-color: #469beb;
  background: #469beb;
}
.c-form__list_check.__icon input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.c-form__list_check.__card input[type="checkbox"] + label {
  font-weight: 600;
  font-size: 1.6rem;
}
.c-form__list_check.__card input[type="checkbox"] + label::after {
  /*top: 1.1rem;*/
  background-image: url("../img/icon/check.svg");
}
.c-form__list_check.__card input[type="checkbox"]:checked + label::before {
  border-color: #469beb;
  background: #469beb;
}
.c-form__list_check.__card input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.c-form__list_check.__normal input[type="checkbox"] + label {
  font-weight: 400;
}
.c-form__list_check.__normal input[type="checkbox"] + label::before {
  background: #fff;
}
.c-form__list_check.__col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem 0;
}
.c-form__list_check.__col2 input[type="checkbox"] + label {
  width: 50%;
  margin-right: 0 !important;
}
.c-form__list_check.__col2 input[type="checkbox"] + label.__full {
  width: 100%;
}
.c-form__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-form__checkbox input[type="checkbox"] {
  display: none;
}
.c-form__checkbox input[type="checkbox"]:checked + label {
  color: #fff;
  background: #d15f66;
}
.c-form__checkbox input[type="checkbox"]:checked + label::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/check.svg") no-repeat center center/contain;
  width: 1.2rem;
  height: 1rem;
  margin-left: -1rem;
}
.c-form__checkbox input[type="checkbox"] + label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.7rem;
  cursor: pointer;
  min-width: 7rem;
  color: #d15f66;
  text-align: center;
  border: 0.15rem solid #d15f66;
  border-radius: 5rem;
  background: #fff;
  font-size: 1.3rem;
  padding: 0 2rem;
  height: 3.5rem;
  font-weight: 600;
  line-height: 1.2; /** hcom追加 **/
}
.c-form__checkbox.__color_1 input[type="checkbox"]:checked + label {
  background: #e77000;
  color: #fff;
}
.c-form__checkbox.__color_1 input[type="checkbox"] + label {
  border-color: #e77000;
  color: #000;
}
.c-form__checkbox.__color_2 input[type="checkbox"]:checked + label {
  background: #52b000;
  color: #fff;
}
.c-form__checkbox.__color_2 input[type="checkbox"] + label {
  border-color: #52b000;
  color: #000;
}
.c-form__checkbox.__color_3 input[type="checkbox"]:checked + label {
  background: #0068b3;
  color: #fff;
}
.c-form__checkbox.__color_3 input[type="checkbox"] + label {
  border-color: #0068b3;
  color: #000;
}
.c-form__checkbox.__color_4 input[type="checkbox"]:checked + label {
  background: #e00000;
  color: #fff;
}
.c-form__checkbox.__color_4 input[type="checkbox"] + label {
  border-color: #e00000;
  color: #000;
}
.c-form__checkbox.__color_5 input[type="checkbox"]:checked + label {
  background: #00803f;
  color: #fff;
}
.c-form__checkbox.__color_5 input[type="checkbox"] + label {
  border-color: #00803f;
  color: #000;
}
.c-form__checkbox.__color_6 input[type="checkbox"]:checked + label {
  background: #e3a909;
  color: #fff;
}
.c-form__checkbox.__color_6 input[type="checkbox"] + label {
  border-color: #e3a909;
  color: #000;
}
.c-form__checkbox.__color_7 input[type="checkbox"]:checked + label {
  background: #FF94C1;
  color: #fff;
}
.c-form__checkbox.__color_7 input[type="checkbox"] + label {
  border-color: #FF94C1;
  color: #000;
}
.c-form__checkbox.__color_8 input[type="checkbox"]:checked + label {
  background: #935db0;
  color: #fff;
}
.c-form__checkbox.__color_8 input[type="checkbox"] + label {
  border-color: #935db0;
  color: #000;
}
.c-form__checkbox.__color_9 input[type="checkbox"]:checked + label {
  background: #935db0;
  color: #fff;
}
.c-form__checkbox.__color_9 input[type="checkbox"] + label {
  border-color: #935db0;
  color: #000;
}
.c-form__checkbox.__color_10 input[type="checkbox"]:checked + label {
  background: #d952aa;
  color: #fff;
}
.c-form__checkbox.__color_10 input[type="checkbox"] + label {
  border-color: #d952aa;
  color: #000;
}
.c-form__checkbox.__col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem 0;
}
.c-form__checkbox.__col2 input[type="checkbox"] + label {
  width: 50%;
  margin-right: 0 !important;
}
.c-form__checkbox.__col2 input[type="checkbox"] + label.__full {
  width: 100%;
}
.c-form__on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-form__on input[type="checkbox"] {
  display: none;
}
.c-form__on input[type="checkbox"]:checked + label::before {
  right: 0.15rem;
}
.c-form__on input[type="checkbox"]:checked + label::after {
  background: #0076ff;
}
.c-form__on input[type="checkbox"] + label {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.7rem;
  cursor: pointer;
  background: #fff;
  font-size: 1.6rem;
  width: 100%;
}
.c-form__on input[type="checkbox"] + label::before,
.c-form__on input[type="checkbox"] + label::after {
  content: "";
  display: block;
  border-radius: 5rem;
  position: absolute;
  top: 0 !important;/** hcom修正**/
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.c-form__on input[type="checkbox"] + label::before {
  background: #fff;
  width: 2.3rem;
  height: 2.3rem;
  right: 1.85rem;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-form__on input[type="checkbox"] + label::after {
  width: 4.3rem;
  height: 2.6rem;
  right: 0;
  background: #e0e1e4;
  z-index: 1;
}
.c-form__selectboxwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9rem;
}
.c-form__selectbox {
  position: relative;
}
.c-form__selectbox::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 1rem;
  border-right: 0.15rem solid #414141;
  border-bottom: 0.15rem solid #414141;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 1.2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}
.c-form__selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  letter-spacing: 0.08em;
  background: #fff;
  border-radius: 0.4rem;
  color: #000;
  border: 0.15rem solid #a8a8a8;
  padding: 1.1rem 3.2rem 1.1rem 1.2rem;
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  letter-spacing: 0;
  -webkit-filter: drop-shadow(0 0.2rem 0 rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0.2rem 0 rgba(0, 0, 0, 0.06));
}
.c-form__selectbox select:focus {
  outline: none;
}
.c-form__selectbox select::-ms-expand {
  display: none;
}
.c-form__selectbox select option {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .c-form__selectbox select option {
    font-size: 1.6rem;
  }
}
.c-form__selectbox select _:lang(x)::-moz-placeholder,
.c-form__selectbox select {
  max-width: 100%;
}
.c-form__selectbox select _::-webkit-full-page-media,
.c-form__selectbox select _:future,
:root .c-form__selectbox select {
  max-width: 100%;
}
.c-form__selectbox.__left select {
  -moz-text-align-last: left;
  text-align-last: left;
}
.c-form__selectbox.__language {
  margin-top: 1.5rem;
}
.c-form__selectbox.__language select {
  -moz-text-align-last: left;
  text-align-last: left;
}
.c-form__selectbox.__month select {
  width: 10rem;
  -moz-text-align-last: left;
  text-align-last: left;
}
.c-form__selectbox.__year select {
  width: 14rem;
  -moz-text-align-last: left;
  text-align-last: left;
}
.c-form__selectbox.__count {
  width: 11rem;
}
.c-form__selectbox.__count::before {
  border-width: 0.2rem;
  width: 0.8rem;
  height: 0.8rem;
  right: 1.1rem;
  -webkit-transform: rotate(45deg) translateY(-0.4rem);
  transform: rotate(45deg) translateY(-0.4rem);
}
.c-form__selectbox.__count select {
  font-size: 2.8rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  line-height: 5.6rem;
  padding: 0 5rem 0 2.2rem;
  width: 100%;
  -moz-text-align-last: left;
  text-align-last: left;
}
.c-form__selectbox.__white::before {
  border-color: #fff;
}
.c-form__selectbox.__white select {
  border-color: #fff;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  padding: 1.15rem 1.8rem;
  background: rgba(0, 0, 0, 0);
}
.c-form__selectbox.__white select option {
  color: #000;
}
.c-form__selectbox.__small select {
  padding: 1.6rem 1.8rem;
}
@media screen and (min-width: 769px) {
  .c-form__selectbox.__small select {
    padding: 1.6rem 1.8rem;
  }
}
.c-form__selectbox.__small::before {
  right: 1.8rem;
  top: calc(50% - 0.25rem);
  width: 0.5rem;
  height: 0.5rem;
}
.c-form__selectbox.__map select {
  padding: 0.7rem 3.2rem 0.7rem 1.2rem;
}
.c-form__selectbox.__event select {
  border: none;
  height: 4.8rem;
  font-size: 1.8rem;
  line-height: 1;
}
.wpcf7-acceptance,
.wpcf7-checkbox {
  margin: 0 0 3rem !important;
}
.wpcf7-acceptance input[type="checkbox"],
.wpcf7-checkbox input[type="checkbox"] {
  display: none;
}
.wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label,
.wpcf7-checkbox input[type="checkbox"] + .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label {
  position: relative;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
}
.wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type="checkbox"] + .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: #fff;
  display: inline-block;
  vertical-align: -0.4em;
  margin-right: 0.8em;
  border: 1px solid #0f376d;
}
.wpcf7-acceptance
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label::after,
.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label::after {
  position: absolute;
  top: 0.5em;
  left: 0.3em;
  content: "";
  display: block;
  width: 0.8em;
  height: 0.5em;
  border-bottom: 0.2em solid #0f376d;
  border-left: 0.2em solid #0f376d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-checkbox,
.wpcf7-checkbox .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpcf7-acceptance .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-checkbox .wpcf7-list-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  margin: 0 0 0.4rem;
}
.wpcf7-acceptance .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-checkbox .wpcf7-checkbox .wpcf7-list-item label {
  display: block;
}
.wpcf7-radio {
  display: block;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) {
  .wpcf7-radio {
    margin-bottom: 2.5em;
  }
}
.wpcf7-radio input[type="radio"] {
  display: none;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media screen and (min-width: 769px) {
  .wpcf7-radio .wpcf7-list-item {
    margin: 0 4em 0 0;
  }
}
.wpcf7-radio .wpcf7-list-item:last-child {
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.wpcf7-radio input[type="radio"] + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  background: #fff;
  border-radius: 4em;
  vertical-align: -0.5em;
  margin-right: 0.3rem;
  border: 1px solid #0f376d;
}
@media screen and (min-width: 769px) {
  .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label:before,
  .wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:before {
    margin-right: 0.8rem;
  }
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
  position: absolute;
  top: 0.4em;
  left: 0.32em;
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: rgba(0, 0, 0, 0);
  border-radius: 4em;
}
@media screen and (min-width: 769px) {
  .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:after,
  .wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
    left: 0.35em;
  }
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
  background: #0f376d;
}
.wpcf7-radio .wpcf7-radio .wpcf7-list-item {
  margin: 0 1.5rem 0 0;
}
.c-form__btn {
  position: relative;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-form__btn {
    width: auto;
  }
}
.c-form__btn.js_contact_btn.is_disable .c-btn__inner::after {
  background-image: url("../img/icon/arrow_right.svg");
}
.c-form__btn.js_contact_btn.is_disable a,
.c-form__btn.js_contact_btn.is_disable input {
  border-color: #b7b7b7;
  color: #b7b7b7;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .c-form__btn.js_contact_btn.is_disable a:hover,
  .c-form__btn.js_contact_btn.is_disable input:hover {
    background: #fff;
    color: #b7b7b7;
  }
}
.c-form__btn .c-btn__inner {
  position: relative;
  text-align: center;
}
.c-form__btn .c-btn__inner::after {
  content: "";
  display: block;
  position: absolute;
  right: 3rem;
  top: 3.3rem;
  width: 1.8rem;
  height: 1.5rem;
  background: url("../img/icon/arrow_right.svg") no-repeat center center/contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .c-form__btn .c-btn__inner::after {
    width: 1.8rem;
    height: 1.5rem;
    right: 18%;
    top: 3rem;
  }
}
.c-form__btn .wpcf7-spinner {
  position: absolute;
  right: -2%;
  margin: 0;
  top: calc(50% - 12px);
}
@media screen and (min-width: 769px) {
  .c-form__btn .wpcf7-spinner {
    right: -10%;
  }
}
.c-form__btn a,
.c-form__btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  position: relative;
  display: block;
  height: 5rem;
  color: #fff;
  border: none;
  overflow: hidden;
  width: 100%;
  max-width: 30rem;
  background: #0f376d;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-indent: inherit;
  font-size: 1.5rem;
  margin: 0 auto;
}
.c-form__btn a:focus,
.c-form__btn button:focus {
  outline: none;
}
.c-form__btn a::-ms-expand,
.c-form__btn button::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-form__btn a,
  .c-form__btn button {
    width: 40rem;
    max-width: 40rem;
    height: 10rem;
    margin: 0;
  }
}
.c-form__btn a::before,
.c-form__btn button::before {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.3s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: height 0.3s cubic-bezier(0.08, 0.68, 0.35, 1);
  z-index: 1;
  background: #f0f0f0;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-form__btn a::before,
  .c-form__btn button::before {
    background-size: 1.6rem auto;
    background-position: center right 3rem;
  }
}
.c-form__btn a::after,
.c-form__btn button::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #0f376d;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.c-form__btn a .c-form__btn_inner,
.c-form__btn button .c-form__btn_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 5rem;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../img/icon/arrow_right.svg") no-repeat center right 2rem/1.4rem
    auto;
}
.c-form__btn a .c-form__btn_inner span,
.c-form__btn button .c-form__btn_inner span {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .c-form__btn a .c-form__btn_inner,
  .c-form__btn button .c-form__btn_inner {
    padding: 1rem 5rem;
    background-size: 1.6rem auto;
    background-position: center right 3rem;
  }
}
.c-form__btn a .c-btn__arrow svg path,
.c-form__btn button .c-btn__arrow svg path {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .c-form__btn a:hover,
  .c-form__btn button:hover {
    color: #0f376d;
  }
  .c-form__btn a:hover .c-form__btn_inner,
  .c-form__btn button:hover .c-form__btn_inner {
    background-image: url("../img/icon/arrow_right_blue.svg");
  }
  .c-form__btn a:hover:before,
  .c-form__btn button:hover:before {
    height: 100%;
    opacity: 1;
  }
}
.c-form__btn a.back,
.c-form__btn button.back {
  background: #000;
}
.c-form__btn a.back::after,
.c-form__btn button.back::after {
  border-color: #000;
}
.c-form__btn a.back::before,
.c-form__btn button.back::before {
  background-color: #f0f0f0;
}
.c-form__btn a.back .c-form__btn_inner,
.c-form__btn button.back .c-form__btn_inner {
  background-image: url("../img/icon/arrow_left.svg");
  background-position: center left 2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-form__btn a.back .c-form__btn_inner,
  .c-form__btn button.back .c-form__btn_inner {
    background-position: center left 3rem;
  }
}
@media screen and (min-width: 769px) {
  .c-form__btn a.back:hover,
  .c-form__btn button.back:hover {
    background-position: center left 3rem;
    color: #000;
  }
  .c-form__btn a.back:hover .c-form__btn_inner,
  .c-form__btn button.back:hover .c-form__btn_inner {
    background-image: url("../img/icon/arrow_left_black.svg");
  }
}
.c-form__btn a.back .c-form__text,
.c-form__btn button.back .c-form__text {
  width: 100%;
}
.c-form__btn a {
  margin: 0;
}
.c-form__privacy {
  padding-top: 2rem;
}
.c-form__privacy dl {
  border-bottom: none !important;
}
.c-form__privacy p {
  margin-top: 1rem;
}
.c-form__privacy a {
  color: #0f376d;
  border-bottom: 1px solid #0f376d;
}
.c-form__privacy_text {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .c-form__privacy_text {
    margin-top: 1rem;
  }
}
input[type="text"].__error,
input[type="number"].__error,
input[type="tel"].__error,
input[type="email"].__error,
input[type="password"].__error,
textarea.__error,
select.__error {
  border-color: #c63032 !important;
  background-color: #fdf8f8 !important;
}
.c-form__error {
  color: #c63032;
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
  overflow: hidden;
  font-size: 1.4rem;
  margin: 1rem 0;
}
.c-form__error::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/icon/info_red_03.svg") no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.c-table__normal table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.c-table__normal table td,
.c-table__normal table th {
  padding: 0.45rem 1.3rem;
  line-height: 1.3;
  font-size: 1.4rem;
}
.c-table__normal table td {
  border: 0.15rem solid #e7e7e7;
}
.c-table__normal table thead th {
  position: relative;
  color: #fff;
  letter-spacing: 0.2em;
  border: 0.15rem solid;
}
.c-table__normal table thead th + th::before {
  content: "";
  height: 100%;
  width: 0.15rem;
  background: #e7e7e7;
  display: block;
  position: absolute;
  left: -0.08rem;
  top: 0;
}
.c-table__normal table tr:first-child td {
  border-top: none;
}
.__main .c-table__normal th {
  background: #9eadce;
  border-color: #9eadce;
}
.__train .c-table__normal th {
  background: #9eadce;
  border-color: #9eadce;
}
.__train_bus .c-table__normal th {
  background: #9eadce;
  border-color: #9eadce;
}
.__bus .c-table__normal th {
  background: #9eadce;
  border-color: #9eadce;
}
.__plan .c-table__normal th {
  background: #9eadce;
  border-color: #9eadce;
}
.__special .c-table__normal th {
  background: #9eadce;
  border-color: #9eadce;
}
.__onecoin_train .c-table__normal th {
  background: #9eadce;
  border-color: #9eadce;
}
.__onecoin_bus .c-table__normal th {
  background: #9eadce;
  border-color: #9eadce;
}
.__ticket_pink .c-table__normal th {
  background: #9eadce;
  border-color: #9eadce;
}
.__ticket_purple .c-table__normal th {
  background: #9eadce;
  border-color: #9eadce;
}
.__all .c-table__normal th {
  background: #9eadce;
  border-color: #9eadce;
}
.__expire .c-table__normal th {
  background: #9eadce;
  border-color: #9eadce;
}
.c-table__list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 0.15rem solid #e7e7e7;
}
.c-table__list dl * {
  line-height: 1.3;
}
.c-table__list dl dt,
.c-table__list dl dd {
  padding: 0.5rem 0;
  word-break: break-word;
}
.c-table__list dt {
  width: 10.1rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-table__list dd {
  width: calc(100% - 10.1rem);
  font-size: 1.6rem;
}
.c-table__list.__border_bottom dl:last-child {
  border-bottom: none;
}
.c-title__onlytext {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.06rem;
  text-align: center;
  margin-bottom: 3rem;
}
.c-title__onlytext.__white {
  color: #fff;
}
.l-container {
  position: relative;
  z-index: 1;
  padding: 0 1.5rem;
  width: 100%;
}
.l-contentwrap {
  padding: 4rem 0;
}
.l-contentwrap.__gray {
  background: #f4f5f7;
}
.l-footer {
  position: relative;
  z-index: 1;
  padding: 5rem 0 17rem;
}
.l-footer__logo {
  width: 21.3rem;
  margin: 0 auto;
}
.l-footer__logo a {
  display: block;
}
.l-footer__navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3rem 0 4.5rem;
  padding: 0 3rem;
}
.l-footer__navi a {
  font-size: 1.4rem;
}
.l-footer__navi li:first-child::after {
  content: "｜";
  display: inline-block;
  color: #d0d0d0;
}
.l-footer__copyright {
  font-size: 1.1rem;
  color: #707070;
  font-style: normal;
  text-align: center;
}
.l-form__confirm .l-form__privacy {
  display: none;
}
.l-form__confirm .c-form__btn:first-child {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.l-form__confirm .c-form__btn:last-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.l-form__confirm .c-form__input {
  border-bottom: 1px solid #000;
  padding: 1.5rem 0;
}
@media screen and (min-width: 769px) {
  .l-form__confirm .c-form__input {
    padding: 2.4rem 0;
  }
}
.l-form__finish .l-form__message,
.l-form__finish .l-form__content {
  display: none;
}
.l-form__finishmsg {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (min-width: 769px) {
  .l-form__finishmsg {
    margin-top: 8rem;
  }
}
.l-form__finishmsg h3 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .l-form__finishmsg h3 {
    font-size: 1.8rem;
  }
}
.l-form__finishmsg p {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .l-form__finishmsg p {
    font-size: 1.5rem;
  }
}
.l-form__step {
  background: #fff;
  border-radius: 2rem;
  padding: 7rem 12.7% 4.5rem;
}
@media screen and (min-width: 769px) {
  .l-form__step {
    padding: 7rem 12.7% 4.5rem;
  }
}
.l-form__step-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-form__step-list::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #bbb;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.l-form__step-list::after {
  content: "";
  width: 50%;
  height: 1px;
  background: #ffc000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-form__step-list.__right::after {
  left: auto;
  right: 0;
}
.l-form__step-list.__none::after {
  display: none;
}
.l-form__step-list li {
  position: relative;
  width: 5rem;
  padding: 1rem 0 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-form__step-list li {
    width: 5rem;
    padding: 2rem 0 0;
  }
}
.l-form__step-list li:first-child {
  -webkit-transform: translateX(-2.5rem);
  transform: translateX(-2.5rem);
}
.l-form__step-list li:last-child {
  -webkit-transform: translateX(2.5rem);
  transform: translateX(2.5rem);
}
.l-form__step-list li::before,
.l-form__step-list li::after {
  content: "";
  background: #ffc000;
  width: 1rem;
  height: 1rem;
  display: block;
  border-radius: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-form__step-list li::before,
  .l-form__step-list li::after {
    width: 1rem;
    height: 1rem;
  }
}
.l-form__step-list li .en {
  color: #ffc000;
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .l-form__step-list li .en {
    font-size: 1.2rem;
  }
}
.l-form__step-list li .text {
  display: block;
  color: #bbb;
  width: 100%;
  font-weight: 700;
  line-height: 1.5;
}
.l-form__step-list li.active::after {
  z-index: 2;
  opacity: 0.4;
  width: 2.6rem;
  height: 2.6rem;
  top: -1.3rem;
}
.l-form__step-list li.active .text {
  color: #000;
}
.l-form__message {
  margin: 7rem 0 5.5rem;
  text-align: center;
}
.l-form__message small {
  display: block;
}
.l-form__table-item dl {
  padding: 1.5rem 0;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 769px) {
  .l-form__table-item dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 2rem 0;
  }
}
.l-form__table-item dt {
  position: relative;
  padding-bottom: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0.4em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .l-form__table-item dt {
    margin: 0 0 0 0;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 1.5rem;
    width: 34.5%;
  }
}
.l-form__table-item dt.__ptnone {
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .l-form__table-item dt.__ptnone sup {
    top: 0.6em;
  }
}
.l-form__table-item dt sup {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  vertical-align: 0;
  margin-right: 0;
  color: #fff;
  position: absolute;
  top: 0.2em;
  right: 0;
  color: #fff;
  background: #0f376d;
  font-size: 1.2rem;
  padding: 0 0.2em;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .l-form__table-item dt sup {
    top: 1.6em;
    font-size: 1.4rem;
    margin-right: 3.5rem;
  }
}
.l-form__table-item dt sup.any {
  background: #4a4a4a;
}
@media screen and (min-width: 769px) {
  .l-form__table-item dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65.5%;
  }
}
.l-form__table-item dd a {
  color: #0f376d;
  border-bottom: 1px solid #0f376d;
}
@media screen and (min-width: 769px) {
  .l-form__table-item dd a:hover {
    opacity: 0.7;
  }
}
.l-form__privacy .c-form__privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-form__privacy sup {
  display: inline-block;
  vertical-align: 0;
  font-size: 1.1rem;
  margin-left: 1rem;
  color: #0f376d;
}
@media screen and (min-width: 769px) {
  .l-form__privacy sup {
    font-size: 1.4rem;
  }
}
.l-form__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-form__field-unit {
  width: 48%;
}
.l-form__privacy {
  margin: 5rem 0 5rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-form__privacy {
    margin: 8rem 0 5rem;
  }
}
.l-form__privacy .l-form__privacy_link {
  display: inline-block;
  margin-top: 2rem;
  padding-bottom: 0.1em;
  border-bottom: 0.5px solid #000;
}
@media screen and (min-width: 769px) {
  .l-form__privacy .l-form__privacy_link {
    margin-top: 1.5rem;
    margin-top: 3rem;
    border-bottom: 1px solid #000;
  }
}
.l-form__btnlist {
  margin: 5rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .l-form__btnlist {
    margin: 10rem 0 0;
  }
}
.l-form__btnlist .c-form__btn {
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .l-form__btnlist .c-form__btn + .c-form__btn {
    margin-bottom: 1rem;
  }
}
.l-form__btnlist .c-form__btn:first-child {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (min-width: 769px) {
  .l-form__btnlist .c-form__btn:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.l-form__btnlist .c-form__btn:nth-child(2) {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
@media screen and (min-width: 769px) {
  .l-form__btnlist .c-form__btn:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
.l-form__btnlist .c-form__btn:last-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (min-width: 769px) {
  .l-form__btnlist .c-form__btn:last-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.l-form__btnlist.__left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mw_wp_form_input .l-form__btnlist {
  margin: 5rem 0 0;
}
@media screen and (min-width: 769px) {
  .mw_wp_form_input .l-form__btnlist {
    margin: 9rem 0 0;
  }
}
.mw_wp_form_input .l-form__btnlist .c-form__btn {
  margin: 0;
}
.mw_wp_form_confirm .l-form__table-item dt {
  padding-top: 0 !important;
}
.mw_wp_form_confirm .c-form__privacy {
  padding-top: 0 !important;
}
.mw_wp_form_confirm .l-form__table-item dt sup {
  top: 0.6em !important;
}
@media screen and (min-width: 769px) {
  .mw_wp_form_confirm .l-form__table-item dt sup {
    top: 0.6em !important;
  }
}
.mw_wp_form_confirm .c-form__selectbox::before {
  display: none !important;
}
.l-header {
  position: fixed;
  width: inherit;
  z-index: 110;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  max-width: 37.5rem;
  margin: 0 auto;
}
.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 120;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  height: 4.8rem;
  padding: 0 0 0 1.5rem;
  background: #0f376d;
  margin: 0 auto;
}
.l-header__navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__nav_item {
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__nav_item figure {
  height: 1.896rem;
  display: block;
  margin-bottom: 0.5rem;
}
.l-header__nav_item img {
  width: 1.896rem;
  display: inline-block;
}
.l-header__nav_item span {
  color: #fff;
  font-size: 0.9rem;
  display: block;
  line-height: 1;
  width: 100%;
}
.l-header__nav_item + .l-header__nav_item {
  margin-left: 0.8rem;
}
.l-header__menuIcon {
  margin-left: auto;
  right: 0;
  z-index: 120;
  width: 5rem;
  background: none;
  padding: 0;
  border-radius: 10rem;
  height: 100%;
}
.l-header__menuIconOpen,
.l-header__menuIconClose {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .l-header__menuIconOpen,
  .l-header__menuIconClose {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-header__menuIconOpen {
  opacity: 1;
}
.l-header__menuIconOpen .l-header__menuIcon-iconLine:first-child {
  -webkit-transition-delay: 0 !important;
  transition-delay: 0 !important;
}
.l-header__menuIconOpen .l-header__menuIcon-iconLine:nth-child(2) {
  -webkit-transition-delay: 50ms !important;
  transition-delay: 50ms !important;
  margin-top: 0;
}
.l-header__menuIconClose {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  background: #0e366b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.l-header__menuIconClose .l-header__menuIcon-icon {
  width: 5rem;
  margin: 0 1rem 0 auto;
}
.l-header__menuIconClose .l-header__menuIcon-iconLines {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: calc(50% - 1rem) !important;
}
.l-header__menuIconClose .l-header__menuIcon-iconLine {
  -webkit-transform: scale(1);
  transform: scale(1);
  height: 0.25rem;
}
.l-header__menuIconClose .l-header__menuIcon-iconLine:first-child {
  -webkit-transition-delay: 0 !important;
  transition-delay: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-header__menuIconClose .l-header__menuIcon-iconLine:nth-child(2) {
  -webkit-transition-delay: 100ms !important;
  transition-delay: 100ms !important;
  margin-top: 0.65rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-header__menuIcon-text {
  display: inline-block;
  font-size: 0.9rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0.8rem auto 0;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0.75rem;
  text-align: center;
  width: 100%;
}
.l-header__menuIcon-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 auto;
}
.l-header__menuIcon-icon .l-header__menuIcon-iconLines {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  height: 1.8rem;
  margin: auto;
  padding: 0 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  width: 2.4rem;
  height: 0.2rem;
  background: #fff;
  -webkit-transition: opacity 1000ms cubic-bezier(0.08, 0.68, 0.35, 1),
    -webkit-transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: opacity 1000ms cubic-bezier(0.08, 0.68, 0.35, 1),
    -webkit-transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1),
    opacity 1000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1),
    opacity 1000ms cubic-bezier(0.08, 0.68, 0.35, 1),
    -webkit-transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  display: block;
}
.l-header__logo {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
}
.l-header__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  color: #0f376d;
  font-size: 0.8rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1081px) {
  .l-header__logo a {
    font-size: 1.3rem;
  }
}
.l-header__logo img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 13.6rem;
}
.l-header__contents {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1081px) {
  .l-header__contents {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l-header__navi_list {
  display: none;
}
@media screen and (min-width: 1081px) {
  .l-header__navi_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}
.l-header__navi_list li {
  position: relative;
}
@media screen and (min-width: 1081px) {
  .l-header__navi_list li {
    height: 100%;
  }
}
.l-header__navi_list li .icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 100%;
  position: relative;
  border: 1px solid #000;
}
.l-header__navi_list li .icon::before,
.l-header__navi_list li .icon::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.l-header__navi_list li .icon::before {
  width: 0.5rem;
  height: 1px;
}
.l-header__navi_list li .icon::after {
  width: 1px;
  height: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1081px) {
  .l-header__navi_list li:hover .icon::after {
    opacity: 0;
  }
}
@media screen and (min-width: 1081px) {
  .l-header__navi_list li.__has_child:hover .l-header__navi_item_child {
    display: block;
    -webkit-animation: 0.3s 0s navi_child_show forwards;
    animation: 0.3s 0s navi_child_show forwards;
  }
}
.l-header__navi_list li.__btn {
  height: auto;
}
.l-header__navi_list li.__btn a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.2rem;
  border: none;
  overflow: hidden;
  width: 22.2rem;
  max-width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-indent: inherit;
  color: #fff;
  text-align: center;
  border-radius: 10rem;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      60deg,
      #191073 0%,
      #191073 53%,
      #d161bc 70%,
      #e56650 82%,
      #f4ce47 97%
    )
    0% 0% no-repeat padding-box;
  background-position: 99% 50%;
  background-size: 200% auto;
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (min-width: 1081px) {
  .l-header__navi_list li.__btn a {
    width: 13.2rem;
    height: 3.14rem;
    margin: 0;
  }
}
@media screen and (min-width: 1081px) {
  .l-header__navi_list li.__btn a:hover {
    background-position: 1% 50%;
  }
}
.l-header__navi_list a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
@media screen and (min-width: 1081px) {
  .l-header__navi_list a {
    height: 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .l-header__navi_list li .icon::before {
    -webkit-transform: translateY(0.04rem);
    transform: translateY(0.04rem);
  }
  .l-header__navi_list li .icon::after {
    -webkit-transform: translateX(-0.02rem);
    transform: translateX(-0.02rem);
  }
}
@-webkit-keyframes navi_child_show {
  0% {
    display: none;
    opacity: 0;
  }
  0.01% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes navi_child_show {
  0% {
    display: none;
    opacity: 0;
  }
  0.01% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes navi_child_hide {
  0% {
    display: block;
    opacity: 1;
  }
  99.99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes navi_child_hide {
  0% {
    display: block;
    opacity: 1;
  }
  99.99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.l-header__navi_item_child {
  display: none;
  opacity: 0;
  -webkit-animation: 0.3s 0s navi_child_hide forwards;
  animation: 0.3s 0s navi_child_hide forwards;
  position: absolute;
  left: -0.5rem;
  top: 100%;
  padding: 2.3rem 2rem 2.5rem;
  width: 21rem;
}
@media screen and (min-width: 1081px) {
  .l-header__navi_item_child {
    background: #f4f5f7;
  }
}
.l-header__navi_item_child a {
  letter-spacing: 0;
}
.header_menu_active .l-header.__global {
  top: 0 !important;
  border-color: rgba(0, 0, 0, 0);
}
.header_menu_active .l-header__inner {
  border-color: rgba(0, 0, 0, 0);
}
.header_menu_active .l-header__menuIcon {
  border-color: rgba(0, 0, 0, 0);
}
.header_menu_active .l-header__menuIcon::before {
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
.header_menu_active .l-header__menuIconOpen {
  opacity: 0 !important;
  pointer-events: none;
}
.header_menu_active .l-header__menuIconClose {
  opacity: 1;
  pointer-events: auto;
}
.header_menu_active .l-header__menuIconClose .l-header__menuIcon-iconLine {
  background: #fff;
}
.header_menu_active .l-header__salonBtn {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .header_menu_active .l-header__salonBtn {
    display: block;
  }
}
#popup_headerMenu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 37.5rem;
}
#popup_headerMenu .l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  background: #000 !important;
}
.l-header__mainMenuContent {
  position: relative;
  height: 100%;
  background: #0e366b;
}
.l-header__mainMenuContent_inner {
  overflow: scroll;
  height: 100%;
}
.l-header__navi {
  height: 100%;
}
.l-header__navi_list {
  height: 100%;
}
.l-header__mainMenuContent_menu {
  padding: 4.8rem 0 10rem;
}
.l-header__mainMenuContent_menu_navi li {
  display: block;
  border-bottom: 0.15rem solid rgba(255, 255, 255, 0.2);
  width: 100%;
}
.l-header__mainMenuContent_menu_navi a {
  padding: 1.8rem 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
}
.l-header__mainMenuContent_menu_navi a::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.25rem solid #fff;
  border-bottom: 0.25rem solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 1.6rem;
  top: calc(50% - 0.45rem);
}
.l-header__mainMenuContent_menu_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-header__mainMenuContent_menu_btn {
  text-align: center;
  margin: 4rem 0 4.5rem;
}
.l-header__mainMenuContent_menu_btn a {
  width: 16.7rem;
  height: 5.2rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 5rem;
  color: #fff;
  background: #dd8934;
}
.l-header__mainMenuContent_menu_btn a img {
  width: 1.9rem;
}
.l-header__mainMenuContent_menu_btn.__buy a {
  background: #fff;
  color: #af2e45;
}
.l-header__mainMenuContent_menu_login {
  margin-top: 5.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__mainMenuContent_menu_login li + li::before {
  content: "/";
  color: #fff;
  opacity: 0.2;
  margin: 0 1.4rem;
}
.l-header__mainMenuContent_menu_login a {
  color: #fff;
  font-size: 1.6rem;
}
.l-page {
  padding: 0 0;
  overflow: clip;
  font-size: 1.5rem;
}
.l-page__info + .l-page__info {
  margin-top: 3rem;
}
.l-page__info dt,
.l-page__info dd {
  font-size: 1.4rem;
}
.l-page__info dt {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.l-page__info dd {
  border: 0.1rem solid #a8a8a8;
  overflow: scroll;
  height: 16.6rem;
}
.l-page__info_inner {
  padding: 1.5rem 1.5rem;
  line-height: 1.4;
}
.l-page__info_inner br {
  margin: 0.8em 0;
  display: block;
  content: "";
}
.l-pageheader {
  position: relative;
  background: #fff;
  -webkit-filter: drop-shadow(0 0 0.7rem rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 0 0.7rem rgba(0, 0, 0, 0.12));
  border-bottom: 0.15rem solid #d0d0d0;
}
.l-pageheader__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.5rem;
  font-size: 1.8rem;
  color: #0f376d;
}
.l-pageheader__title span {
  font-weight: 600;
}
.l-pageheader__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.5rem;
  height: 5.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-pageheader__icon img {
  width: 1.9rem;
  margin: auto;
}
.l-pager {
  position: relative;
  padding: 5rem 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-pager {
    padding: 7rem 0 0;
  }
}
.l-pager .page_numbers {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.l-pager .page_numbers.__list {
  position: relative;
}
.l-pager .page_numbers .link_number {
  margin: 0 0.4rem;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .link_number {
    margin: 0 1rem;
  }
}
.l-pager .page_numbers .link_number.disable {
  display: none;
}
.l-pager .page_numbers .link_number .page-numbers {
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  font-weight: 600;
  color: #0f376d;
  border: 1px solid #0f376d;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .link_number .page-numbers {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .link_number .page-numbers:hover {
    color: #fff;
    background: #0f376d;
  }
}
.l-pager .page_numbers .link_number .page-numbers.current {
  color: #fff;
  background: #0f376d;
}
.l-pager .page_numbers .link_number .page-numbers.dots {
  color: #000;
  background: none;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .link_number .page-numbers.dots:hover {
    color: #000;
    background: none;
  }
}
.l-pager .page_numbers .page-numbers {
  position: static;
}
.l-pager .page_numbers .page-numbers.prev,
.l-pager .page_numbers .page-numbers.next {
  border-bottom: none !important;
  background: rgba(0, 0, 0, 0) !important;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 3.5rem;
  border-radius: 10rem;
  top: 0;
  border: none;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .page-numbers.prev,
  .l-pager .page_numbers .page-numbers.next {
    width: 5rem;
  }
}
.l-pager .page_numbers .page-numbers.prev svg circle,
.l-pager .page_numbers .page-numbers.prev svg ellipse,
.l-pager .page_numbers .page-numbers.next svg circle,
.l-pager .page_numbers .page-numbers.next svg ellipse {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-pager .page_numbers .page-numbers.prev svg path,
.l-pager .page_numbers .page-numbers.next svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .page-numbers.prev:hover,
  .l-pager .page_numbers .page-numbers.next:hover {
    color: #000;
    text-decoration: underline;
  }
  .l-pager .page_numbers .page-numbers.prev:hover svg circle,
  .l-pager .page_numbers .page-numbers.prev:hover svg ellipse,
  .l-pager .page_numbers .page-numbers.next:hover svg circle,
  .l-pager .page_numbers .page-numbers.next:hover svg ellipse {
    fill: #0f376d;
  }
  .l-pager .page_numbers .page-numbers.prev:hover svg path,
  .l-pager .page_numbers .page-numbers.next:hover svg path {
    stroke: #fff;
  }
}
.l-pager .page_numbers .page-numbers.prev {
  left: -3.5rem;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .page-numbers.prev {
    left: -5.5rem;
  }
}
.l-pager .page_numbers .page-numbers.prev.first {
  left: -8.5rem;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .page-numbers.prev.first {
    left: -12.5rem;
    display: block;
  }
}
.l-pager .page_numbers .page-numbers.next {
  right: -3.5rem;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .page-numbers.next {
    right: -5.5rem;
  }
}
.l-pager .page_numbers .page-numbers.next.last {
  right: -8.5rem;
}
@media screen and (min-width: 769px) {
  .l-pager .page_numbers .page-numbers.next.last {
    right: -12.5rem;
    display: block;
  }
}
.l-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 37.5rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
  opacity: 0;
}
.l-popup.active {
  opacity: 1;
}
.l-popup.__full {
  width: 100%;
  max-width: 37.5rem;
  max-height: 100dvh;
  height: calc(100dvh - 4.8rem);
  top: auto;
  bottom: 0;
  overflow: scroll;
  border-radius: 0;
}
.l-popup .l-container {
  position: relative;
  height: 100%;
}
.l-popup__inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-popup__content {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 31.5rem;
  max-height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 1.4rem;
}
.l-popup__content.__full {
  width: 100%;
  max-width: 37.5rem;
  max-height: 100vh;
  height: calc(100vh - 4.8rem);
  top: auto;
  overflow: scroll;
  border-radius: 0;
}
.l-popup__content.__full .l-popup__close {
  top: -4rem;
  right: 1.5rem;
}
.l-popup__content.__full .l-popup__close::before,
.l-popup__content.__full .l-popup__close::after {
  background: #0f376d;
}
.l-popup__content.__full .l-pageheader__icon {
  display: none;
}
.l-popup__content_inner {
  /* height: 100%; */
  padding: 1.5rem 2rem 3rem;
  /* overflow: scroll; */
}
.l-popup__content_inner.__padding_none {
  padding: 0 2rem 0;
}
.l-popup__close {
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  top: -3.8rem;
  right: 0;
  cursor: pointer;
}
.l-popup__close::before,
.l-popup__close::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.l-popup__close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-popup__close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-popup__content_detail_title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.3rem;
  text-align: center;
}
.l-popup__content_detail_title.__small {
  font-size: 1.6rem;
}
.l-popup__content_detail_title.__left {
  text-align: left;
}
.l-popup__content_detail_text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.l-popup__content_detail_ticket {
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#a8a8a8),
      color-stop(0.7rem, #a8a8a8),
      color-stop(0.7rem, transparent),
      color-stop(1rem, transparent)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#a8a8a8), color-stop(0.7rem, #a8a8a8), color-stop(0.7rem, transparent), color-stop(1rem, transparent)),
    -webkit-gradient(linear, right top, left top, from(#a8a8a8), color-stop(0.7rem, #a8a8a8), color-stop(0.7rem, transparent), color-stop(1rem, transparent)),
    -webkit-gradient(linear, left bottom, left top, from(#a8a8a8), color-stop(0.7rem, #a8a8a8), color-stop(0.7rem, transparent), color-stop(1rem, transparent));
  background-image: linear-gradient(
      to right,
      #a8a8a8,
      #a8a8a8 0.7rem,
      transparent 0.7rem,
      transparent 1rem
    ),
    linear-gradient(
      to bottom,
      #a8a8a8,
      #a8a8a8 0.7rem,
      transparent 0.7rem,
      transparent 1rem
    ),
    linear-gradient(
      to left,
      #a8a8a8,
      #a8a8a8 0.7rem,
      transparent 0.7rem,
      transparent 1rem
    ),
    linear-gradient(
      to top,
      #a8a8a8,
      #a8a8a8 0.7rem,
      transparent 0.7rem,
      transparent 1rem
    );
  background-size: 1rem 0.15rem, 0.15rem 1rem, 1rem 0.15rem, 0.15rem 1rem;
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  padding: 0.8rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.l-popup__content_detail_ticket dt {
  position: relative;
}
.l-popup__content_detail_ticket dt::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.15rem;
  height: 1em;
  background: #d0d0d0;
}
.l-popup__content_detail_ticket dd {
  padding-left: 0.5rem;
}
.l-popup__content_detail_info {
  background: #fcf2f2;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  margin-bottom: 2rem;
}
.l-popup__content_detail_info li {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
  font-size: 1.4rem;
}
.l-popup__content_detail_info li::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0.2em;
  left: 0;
  background: url("../img/icon/info_red.svg") no-repeat center center/contain;
}
.l-popup__content_detail_info li + li {
  margin-top: 0.2rem;
}
.l-popup__content_detail_btns .c-btn__round,
.l-popup__content_detail_btns .c-btn__round_border {
  -webkit-filter: none;
  filter: none;
}
.l-popup__content_detail_btns .c-btn__round + .c-btn__round_border,
.l-popup__content_detail_btns .c-btn__round_border + .c-btn__round_border {
  margin-top: 2.2rem;
}
.l-popup__follow_bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 37.5rem;
  z-index: 99999;
  padding: 1.7rem 1.5rem 3.2rem;
  background: #fff;
  border-radius: 1.2rem 1.2rem 0 0;
  -webkit-filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.14));
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.14));
}
.l-popup__follow_bottom_reset {
  position: absolute;
  right: 1.5rem;
  top: 1.8rem;
  z-index: 10;
}
.l-popup__follow_bottom_reset input[type="reset"] {
  display: none;
}
.l-popup__follow_bottom_reset input[type="reset"] + label {
  color: #0f376d;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0;
}
.l-popup__follow_bottom_reset input[type="reset"] + label::before {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.5rem;
  background: url("../img/icon/reset.svg") no-repeat center center/contain;
}
.l-popup__content_header {
  background: #eaecef;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 0 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
  border-radius: 1.4rem 1.4rem 0 0;
}
.l-popup__content_footer {
  border-top: 0.15rem solid rgba(60, 60, 67, 0.2);
}
.l-popup__content_footer button {
  font-size: 1.6rem;
  background: #fff;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 4.6rem;
  color: #af2e45;
  font-weight: 600;
  border-radius: 0 0 1.4rem 1.4rem;
}
.l-popup__content_img {
  border-radius: 1.4rem;
  overflow: hidden;
}
.l-slider {
  position: relative;
}
.l-sidebar {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-sidebar.__spcol2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-sidebar.__spcol2 .l-sidebar__widget {
    width: 47.5%;
  }
}
.l-sidebar__widget + .l-sidebar__widget {
  margin-top: 6rem;
}
.l-sidebar__widget_title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .l-sidebar__widget_title {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
  }
}
.l-sidebar__category_list {
  margin: 3rem 0 0;
  padding: 0 2rem;
}
.l-sidebar__category_list li {
  display: block;
}
.l-sidebar__category_list li a {
  word-break: keep-all;
  padding: 0.3rem 1.5rem;
  border: 1px solid #d0d0d0;
  border-radius: 5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .l-sidebar__category_list li a {
    padding: 0.3rem 2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-sidebar__category_list li a:hover {
    border-color: #0f376d;
    color: #0f376d;
  }
}
.l-sidebar__category_list li + li {
  margin-top: 1rem;
}
.l-sidebar__navi_list {
  margin: 0;
  padding: 0 2rem;
}
.l-sidebar__navi_list li a {
  position: relative;
  display: block;
  padding: 0.2rem 0;
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_list li a {
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_list li a:hover {
    color: #0f376d;
  }
}
.l-sidebar__navi_more {
  position: relative;
  display: block;
  padding: 1.4rem 0 1.4rem 2rem;
  font-size: 1.1rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_more {
    padding: 2rem 0 2rem 3rem;
    font-size: 1.4rem;
  }
}
.l-sidebar__navi_more span::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: 0.3rem;
  border-left: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 1rem;
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_more span::after {
    width: 0.8rem;
    height: 0.8rem;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
.l-sidebar__navi_morewrap.is_active .l-sidebar__navi_more span::after {
  border: none;
  border-right: 0.5px solid #000;
  border-top: 0.5px solid #000;
  vertical-align: -0.2em;
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_morewrap.is_active .l-sidebar__navi_more span::after {
    border: none;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
  }
}
.l-tab__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -1% 4rem;
}
@media screen and (min-width: 641px) {
  .l-tab__menu {
    margin: 0 -1% 2rem;
  }
}
.l-tab__menu-item {
  padding: 0.8rem 2.5rem;
  border-radius: 5rem;
  font-weight: bold;
  margin: 0 1%;
  cursor: pointer;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0f376d;
}
@media screen and (min-width: 641px) {
  .l-tab__menu-item {
    padding: 0.5rem 1.2rem 0.6rem;
  }
}
.l-tab__menu-item.is_active {
  background: #0f376d;
  color: #fff;
}
.l-wysiwyg *:first-child {
  margin-top: 0;
}
.l-wysiwyg *:last-child {
  margin-bottom: 0;
}
.l-wysiwyg h1,
.l-wysiwyg h2 {
  font-size: 2.8rem;
  margin: 5rem 0 1.8rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg h1,
  .l-wysiwyg h2 {
    font-size: 3rem;
    margin: 7rem 0 2rem;
  }
}
.l-wysiwyg h3,
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
  font-size: 1.8rem;
  margin: 5rem 0 1.8rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg h3,
  .l-wysiwyg h4,
  .l-wysiwyg h5,
  .l-wysiwyg h6 {
    font-size: 2.4rem;
    margin: 7rem 0 2rem;
  }
}
.l-wysiwyg ul,
.l-wysiwyg ol {
  padding: 0;
  margin: 2rem 0;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg ul,
  .l-wysiwyg ol {
    padding: 0;
    margin: 3rem 0;
  }
}
.l-wysiwyg ul li {
  display: block;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
}
.l-wysiwyg ul li::before {
  content: "";
  display: inline-block;
  background: #d161bc;
  border-radius: 100%;
  width: 0.5em;
  height: 0.5em;
  vertical-align: 0.1em;
  position: absolute;
  left: 0;
  top: 0.6em;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg ul li::before {
    top: 0.7em;
  }
}
.l-wysiwyg strong {
  line-height: 1.8;
}
.l-wysiwyg ol {
  counter-reset: number 0;
  list-style-type: none;
}
.l-wysiwyg ol *:first-of-type {
  margin-top: 0;
}
.l-wysiwyg ol li {
  display: block;
  position: relative;
  padding-left: 2em;
  counter-increment: number 1;
  line-height: 1.8;
}
.l-wysiwyg ol li::before {
  content: counter(number) ".";
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  border-radius: 100%;
  position: absolute;
  font-weight: 600;
  left: 0;
  top: 0.1em;
  color: #0f376d;
}
.l-wysiwyg ol ol li {
  padding-left: 2em;
}
.l-wysiwyg ol ol li::before {
  content: "(" counter(number) ")";
  font-size: 0.9em;
}
.l-wysiwyg ol ol ol li {
  padding-left: 1.5em;
}
.l-wysiwyg ol ol ol li::before {
  content: "";
  display: none;
}
.l-wysiwyg ol ol ol li .icon {
  position: absolute;
  left: 0;
  top: -0.05em;
  color: #0f376d;
  font-size: 1.3em;
}
.l-wysiwyg ol .__mt {
  margin: 3rem 0 0;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg ol .__mt {
    margin: 4rem 0 0;
  }
}
.l-wysiwyg a {
  color: #d161bc;
  text-decoration: underline;
}
.l-wysiwyg a[target="_blank"] {
  display: inline-block;
  margin-right: 1.4em;
  position: relative;
}
.l-wysiwyg a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 0.65em;
  height: 0.65em;
  position: absolute;
  right: -1.1em;
  top: 0.75em;
  background: url("../img/icon/target_blank.svg") no-repeat center
    center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg a[target="_blank"]:hover::after {
    background-image: url("../img/icon/target_blank_ov.svg");
  }
}
@media screen and (min-width: 769px) {
  .l-wysiwyg a:hover {
    color: #0f376d;
  }
}
.l-wysiwyg figure {
  display: block;
  margin: 4rem 0;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg figure {
    margin: 6rem 0;
  }
}
.l-wysiwyg img {
  margin: 5rem 0;
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg img {
    border-radius: 0;
  }
}
.l-wysiwyg .wp-block-spacer {
  height: 8rem !important;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg .wp-block-spacer {
    height: 10rem !important;
  }
}
.l-wysiwyg strong {
  font-weight: bold;
}
.l-wysiwyg p {
  line-height: 1.8;
}
.l-wysiwyg p + p {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .l-wysiwyg p + p {
    margin-top: 3.5rem;
  }
}
.l-wysiwyg .email::before {
  content: "@";
}
.wp-block-image img {
  width: auto;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-image.size-full {
  width: 100% !important;
} /*! jQuery UI - v1.13.1 - 2022-04-13
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=smoothness&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
}
.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50%
    50% repeat-x;
  color: #222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50%
    repeat-x;
  font-weight: normal;
  color: #555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50%
    repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #212121;
  text-decoration: none;
}
.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaa;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50%
    repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #aaa;
  background-color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50%
    repeat-x;
  color: #363636;
}
.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50%
    repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none;
}
.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  -ms-filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  -webkit-box-shadow: -8px -8px 8px #aaa;
  box-shadow: -8px -8px 8px #aaa;
} /*! jQuery UI - v1.13.1 - 2022-04-13
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
} /*! jQuery UI - v1.13.1 - 2022-04-13
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
}
.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50%
    50% repeat-x;
  color: #222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50%
    repeat-x;
  font-weight: normal;
  color: #555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50%
    repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #212121;
  text-decoration: none;
}
.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaa;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50%
    repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #aaa;
  background-color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50%
    repeat-x;
  color: #363636;
}
.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50%
    repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none;
}
.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  -ms-filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  -webkit-box-shadow: -8px -8px 8px #aaa;
  box-shadow: -8px -8px 8px #aaa;
}
body::after {
  content: "";
  display: block;
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  background: url("../img/common/pc_bg.webp") no-repeat center center/cover;
  z-index: -1;
}
.contents {
  max-width: 37.5rem;
  margin: 0 auto;
  font-size: 1.5rem;
  overflow: clip;
  padding-top: 4.8rem;
  background: #fff;
}
.new {
  display: inline-block;
  width: 2.4rem;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-weight: bold;
  background: #c70003;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 1.5;
}
.important {
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    sans-serif;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5rem;
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
  background: #c70003;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 1.5;
}
.p-pc {
  display: none;
}
.p-pc__ticket {
  display: none;
}
@media screen and (min-width: 1281px) {
  .p-pc {
    position: fixed;
    left: 4.2%;
    top: 0;
    width: 35em;
    border-top: 1em solid #2d3e74;
    background: #fff;
    z-index: 100;
    font-size: 10px;
    border-radius: 0 0 2em 2em;
    padding: 4.4em 3em 3.5em;
    display: block;
  }
  .p-pc__logo {
    width: 24.3em;
    margin: 0 auto 4em;
  }
  .p-pc__title {
    font-size: 1.8em;
    line-height: 1.7;
    text-align: center;
    margin: 0;
    padding: 0 0 1.4em;
    border-bottom: 1px dashed rgba(15, 55, 109, 0.7);
  }
  .p-pc__title .en {
    display: block;
    text-align: left;
    font-size: 0.78em;
    font-weight: 300;
    line-height: 1.35;
    margin-top: 1em;
  }
  .p-pc__qrcode {
    width: 12.5em;
    margin: 1.6em auto 0;
  }
  .p-pc__text {
    text-align: center;
    font-size: 1.4em;
  }
  .p-pc__text .en {
    display: block;
    font-weight: 300;
    line-height: 1.5;
    font-size: 0.95em;
  }
  .p-pc__ticket {
    position: fixed;
    right: 2.6%;
    bottom: 5em;
    z-index: 100;
    font-size: 10px;
    -webkit-filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.14));
    filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.14));
    display: block;
  }
  .p-pc__ticket a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 34em;
    height: 10em;
    background: #fff url("../img/common/character_01.svg") no-repeat left 1.9em
      top 2em/6.3em auto;
    border-radius: 1.5em;
    color: #af2e45;
    gap: 1em;
    padding-left: 8.9em;
  }
  .p-pc__ticket a::after {
    content: "";
    display: block;
    width: 0.9em;
    height: 0.9em;
    border-right: 0.25em solid #af2e45;
    border-bottom: 0.25em solid #af2e45;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 2em;
    top: calc(50% - 0.45em);
    z-index: 1;
  }
  .p-pc__ticket a span {
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1;
    display: block;
    width: 100%;
  }
  .p-pc__ticket a .en {
    font-size: 1.4em;
    line-height: 1;
    display: block;
    width: 100%;
  }
}
.p-loading {
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 999999;
  background: #f0f5fa;
  -webkit-animation: 0s 0s loading_hide forwards;
  animation: 0s 0s loading_hide forwards;
}
.p-loading_init {
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 999999;
  background: #f0f5fa;
  /* -webkit-animation: 0.5s 2.5s loading_hide forwards;
  animation: 0.5s 2.5s loading_hide forwards; */
}
.p-loading__inner {
  height: 100%;
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@-webkit-keyframes loading_hide {
  0% {
    display: block;
    opacity: 1;
  }
  99.99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -999999; /* Safari,Firefoxでメインコンテンツを操作できるようにする対応 */
  }
}
@keyframes loading_hide {
  0% {
    display: block;
    opacity: 1;
  }
  99.99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -999999; /* Safari,Firefoxでメインコンテンツを操作できるようにする対応 */
  }
}
.p-loading__character {
  position: relative;
  width: 28rem;
  height: 32rem;
  background: #fff;
  border: 0.15rem solid #e7e7e7;
  border-radius: 1.6rem;
  margin-bottom: 4rem;
}
.p-loading__character::before,
.p-loading__character::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 0.15rem solid #e7e7e7;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 1.6rem;
}
.p-loading__character::after {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.p-loading__character.__aimarukun .p-loading__character_img {
  width: 8.5rem;
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
}
.p-loading__character.__icachan .p-loading__character_img {
  width: 11.5rem;
  -webkit-transform: translate(-0.5rem, -1.2rem);
  transform: translate(-0.5rem, -1.2rem);
}
.p-loading__character.__nishibakun .p-loading__character_img {
  width: 6.5rem;
  -webkit-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
}
.p-loading__character_title {
  background: #0f376d;
  color: #fff;
  line-height: 2.85rem;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0 1rem;
  border-radius: 1.6rem 1.6rem 0 0;
  width: calc(100% + 0.3rem);
  margin: -0.15rem -0.15rem 0;
}
.p-loading__character_inner {
  position: relative;
  height: calc(100% - 2.7rem);
  padding: 2.7rem 0 2.1rem;
}
.p-loading__character_name {
  text-align: center;
  width: 100%;
  margin-bottom: 3.1rem;
}
.p-loading__character_name * {
  line-height: 1.2;
  font-weight: 600;
}
.p-loading__character_name small {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1.1rem;
}
.p-loading__character_name span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1.8rem;
}
.p-loading__character_name strong {
  font-size: 3.2rem;
  display: inline-block;
}
.p-loading__character_img {
  width: 9.8rem;
  margin: auto;
}
.p-loading__character_area {
  position: absolute;
  left: 1.3rem;
  bottom: 1.5rem;
  line-height: 1.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.3rem;
}
.p-loading__character_area b {
  font-weight: 600;
  line-height: 1.3;
}
.p-loading__character_area span {
  line-height: 1.3;
}
.p-loading__bar_content_init {
  position: relative;
  background: #d0d0d0;
  -webkit-box-shadow: inset 0 0.1rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 0.1rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  height: 0.6rem;
  width: 27.4rem;
}
.p-loading__bar_content_init::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  border-radius: 1rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, rgb(44, 95, 163)),
    color-stop(70%, rgb(32, 147, 228))
  );
  background: linear-gradient(
    90deg,
    rgb(44, 95, 163) 50%,
    rgb(32, 147, 228) 70%
  );
  /* -webkit-animation: 2s 0s loading_bar forwards;
  animation: 2s 0s loading_bar forwards; */
  z-index: 1;
}
.p-loading__bar_content {
  position: relative;
  background: #d0d0d0;
  -webkit-box-shadow: inset 0 0.1rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 0.1rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  height: 0.6rem;
  width: 27.4rem;
}
.p-loading__bar_content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  border-radius: 1rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, rgb(44, 95, 163)),
    color-stop(70%, rgb(32, 147, 228))
  );
  background: linear-gradient(
    90deg,
    rgb(44, 95, 163) 50%,
    rgb(32, 147, 228) 70%
  );
  -webkit-animation: 0s 0s loading_bar forwards;
  animation: 0s 0s loading_bar forwards;
  z-index: 1;
}
@-webkit-keyframes loading_bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading_bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.p-loading__bar_title {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  margin-top: 2rem;
  font-size: 2rem;
}
.p-home__info li + li {
  border-top: 0.15rem solid #fff;
}
.p-home__info_btn a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #c70003 url("../img/icon/info.svg") no-repeat left 1.2rem
    center/1.8rem auto;
  padding: 1.1rem 0 1.1rem 3.6rem;
  color: #fff;
}
.p-home__info_btn a::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.25rem solid #fff;
  border-bottom: 0.25rem solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 1.6rem;
  top: calc(50% - 0.45rem);
}
.p-home__info_btn a span {
  font-weight: 600;
  color: #fff;
  max-width: 90%;
  line-height: 1.3;
}
.p-home__info_text a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-home__info_text a .info {
  width: 2.9rem;
  color: #fff;
  background: #c70003;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
}
.p-home__info_text a .text {
  background: #fcf2f2;
  line-height: 1.4;
  color: #c70003;
  font-size: 1.2rem;
  width: calc(100% - 2.9rem);
  padding: 0.8rem;
  font-weight: 600;
}
.p-home__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7.7rem;
  height: 4.8rem;
  border-bottom: 1px solid #d0d0d0;
}
.p-home__tab li {
  display: block;
  height: calc(100% + 0.1rem);
  margin-bottom: -0.1rem;
  width: 8.1rem;
}
.p-home__tab li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 0.3rem solid rgba(0, 0, 0, 0);
  color: #4a4a4a;
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  font-weight: 600;
  height: 100%;
}
.p-home__tab li a.active {
  pointer-events: none;
  color: #af2e45;
  border-color: #af2e45;
}
.p-home__tab li a.life span {
  letter-spacing: 0;
}
.p-home__tab li a span {
  -webkit-transform: translateY(0.2em);
  transform: translateY(0.2em);
}
.p-home__mainv {
  background: url("../img/home/life/mainv_bg.png") no-repeat bottom center/100%
    auto;
  padding-bottom: 4rem;
}
.p-home__mainv.__sightseeing {
  background-image: url("../img/home/sightseeing/mainv_bg.png");
}
.p-home__mainv .swiper {
  padding-bottom: 2.7rem;
  margin-bottom: 2.6rem;
}
.p-home__mainv .swiper-pagination {
  bottom: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.2rem;
}
.p-home__mainv .swiper-pagination-bullet {
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
  background: #000;
  opacity: 0.2;
  outline: none;
}
.p-home__mainv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0f376d;
  opacity: 1;
}
.p-home__mainv
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  left: -0.6rem;
  top: -0.6rem;
  bottom: 0;
  right: 0;
  width: 2.1rem;
  height: 2.1rem;
  opacity: 0.2;
  background: #0f376d;
  border-radius: 100%;
  z-index: -1;
}
.p-home__mainv .c-btn__arrow {
  margin-top: 1.5rem;
}
.p-home__mainv_link {
  border-radius: 1rem;
  overflow: hidden;
  border: 0.2rem solid #0f376d;
  background: #fff;
  margin-bottom: 2rem;
}
.p-home__mainv_link li {
  display: block;
  height: 6rem;
  position: relative;
}
.p-home__mainv_link li + li {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.6rem, rgba(15, 55, 109, 0.7)),
    color-stop(0.6rem, transparent)
  );
  background-image: linear-gradient(
    to right,
    rgba(15, 55, 109, 0.7) 0.6rem,
    transparent 0.6rem
  );
  background-size: 0.8rem 1px;
  background-repeat: repeat-x;
  background-position: left top;
}
.p-home__mainv_link li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  height: 100%;
  width: 100%;
  padding: 0.6rem;
}
.p-home__mainv_link li a::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.25rem solid #0f376d;
  border-bottom: 0.25rem solid #0f376d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 1.6rem;
  top: calc(50% - 0.45rem);
}
.p-home__mainv_link li a .new {
  display: none;
  margin-left: -0.6rem;
}
.p-home__mainv_link li img {
  width: 4.8rem;
}
.p-home__mainv_link li .text {
  font-size: 1.5rem;
  font-weight: 600;
}
.p-home__mainv_sightseeing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
}
.p-home__mainv_sightseeing li {
  position: relative;
  width: 30%;
  -webkit-filter: drop-shadow(0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.33));
}
.p-home__mainv_sightseeing li a {
  display: block;
}
.p-home__mainv_sightseeing_text {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.p-home__mainv_sightseeing_text small {
  display: block;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.p-home__mainv_sightseeing_text .__target_blank {
  line-height: 1.3;
  display: block;
  padding-bottom: 0.2rem;
}
.p-home__mainv_sightseeing_text .__target_blank::after {
  content: "";
  margin-left: 0.5rem;
  width: 1rem;
  height: 1.03rem;
  display: inline-block;
  background: url("../img/icon/target_blank_black.svg") no-repeat center
    center/contain;
  vertical-align: middle;
}
.p-home__special {
  background: #dce9f2;
  padding: 4.5rem 0 6rem;
}
.p-home__special.__sightseeing {
  background: #f5f3ec;
}
.p-home__special.__sightseeing .p-home__special_title {
  background-image: url("../img/home/sightseeing/ticket_bg.svg");
}
.p-home__special.__sightseeing .p-home__special_inner::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(245, 243, 236, 0)),
    color-stop(90%, rgb(245, 243, 236))
  );
  background: linear-gradient(
    180deg,
    rgba(245, 243, 236, 0) 0%,
    rgb(245, 243, 236) 90%
  );
}
.p-home__special_title {
  text-align: center;
  position: relative;
  font-size: 2.2rem;
  font-weight: 600;
  height: 5rem;
  background: url("../img/home/life/ticket_bg.svg") no-repeat bottom center/100%
    auto;
  line-height: 5rem;
  margin-bottom: 2rem;
}
.p-home__special_inner {
  position: relative;
  padding-bottom: 9rem;
}
.p-home__special_inner::before {
  content: "";
  position: absolute;
  bottom: 7rem;
  left: -1.5rem;
  width: 100vw;
  height: 17.3rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(220, 233, 242, 0)),
    color-stop(90%, rgb(220, 233, 242))
  );
  background: linear-gradient(
    180deg,
    rgba(220, 233, 242, 0) 0%,
    rgb(220, 233, 242) 90%
  );
  z-index: 1;
  opacity: 1;
}
.p-home__special_inner.is_active::before {
  -webkit-animation: 0.5s 0s ticket_show forwards;
  animation: 0.5s 0s ticket_show forwards;
  opacity: 0;
}
@-webkit-keyframes ticket_hide {
  0% {
    display: none;
    opacity: 0;
  }
  0.01% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes ticket_hide {
  0% {
    display: none;
    opacity: 0;
  }
  0.01% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes ticket_show {
  0% {
    display: block;
    opacity: 1;
  }
  99.99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes ticket_show {
  0% {
    display: block;
    opacity: 1;
  }
  99.99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.p-home__special_more_inner {
  padding-top: 2rem;
}
.p-home__special_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.p-home__enjoy {
  position: relative;
  padding: 5.7rem 0 6rem;
  background: #996e9d url("../img/home/sightseeing/enjoy_bg.png") no-repeat top
    center/cover;
}
.p-home__enjoy .swiper {
  overflow: visible;
}
.p-home__enjoy .swiper .swiper-slide {
  background: #fff;
  padding: 0.5rem 0.5rem 0.9rem;
}
.p-home__enjoy .swiper .swiper-slide figcaption {
  font-size: 1.1rem;
  margin-top: 0.7rem;
  display: block;
  line-height: 1;
}
.p-home__enjoy_gallery {
  padding-top: 2rem;
  background: url("../img/home/sightseeing/enjoy_gallery.svg") no-repeat top
    center/4.3rem auto;
  color: #cfac6d;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
.p-home__enjoy_map {
  -webkit-filter: drop-shadow(0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.33));
  margin: 2rem 0 4rem;
}
.p-home__enjoy_map a {
  position: relative;
  border-radius: 1.4rem;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.p-home__enjoy_map a::after {
  content: "";
  width: 1.2rem;
  height: 1rem;
  display: inline-block;
  background: url("../img/icon/target_blank.svg") no-repeat center
    center/contain;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.5rem);
}
.p-home__enjoy_map a img {
  width: 11rem;
}
.p-home__enjoy_map a .text {
  width: calc(100% - 13rem);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}
.p-home__enjoy_illust {
  position: absolute;
}
.p-home__enjoy_illust.__top {
  top: -1rem;
  right: -0.8rem;
  width: 38.2rem;
}
.p-home__enjoy_illust.__bottom {
  bottom: -2.1rem;
  left: 0;
  width: 12.9rem;
}
.p-home__news {
  padding: 5.8rem 0 5.9rem;
}
.p-home__news_list {
  margin-top: -1.5rem;
}
.p-news__list_item {
  padding: 1rem 0;
  border-bottom: 0.15rem solid #d0d0d0;
}
.p-news__list_item a {
  display: block;
}
.p-news__list_date {
  font-size: 1.1rem;
  color: #707070;
  display: block;
}
.p-news__list_title {
  line-height: 1.3;
}
.p-news__list_title .important {
  margin-right: 0.5rem;
  vertical-align: middle;
}
.p-news__list_title .text {
  font-size: 1.5rem;
  line-height: 1;
}
.p-news__btn {
  margin-top: 4rem;
}
.p-news__archive {
  margin-top: 1rem;
}
.p-news__archive_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
}
.p-news__single {
  padding-bottom: 4rem;
}
.p-news__single_header {
  padding-bottom: 2.5rem;
  margin: 4rem 0 3rem;
  border-bottom: 0.15rem solid #e5e5e5;
}
.p-news__single_header_time {
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  display: block;
  color: #4a4a4a;
}
.p-news__single_header_title {
  font-size: 2rem;
  line-height: 1.3;
  padding-left: 2rem;
  position: relative;
  font-weight: 600;
}
.p-news__single_header_title::before {
  content: "";
  display: block;
  height: calc(100% - 0.2em);
  width: 0.6rem;
  background: #5460be;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-news__single_header_title .important {
  margin-right: 0.5rem;
  vertical-align: middle;
  font-size: 1.2rem;
  /*width: 3.67rem;*/
  line-height: 1.6;
}
.p-news__single_contents *:first-child {
  margin-top: 0 !important;
}
.p-news__single_contents *:last-child {
  margin-bottom: 0 !important;
}
.p-news__single_contents p {
  line-height: 1.5;
}
.p-news__single_contents p + p {
  margin-top: 1.5rem;
}
.p-news__single_contents h3 {
  margin: 6rem 0 3rem;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 2rem;
  position: relative;
  font-weight: 600;
}
.p-news__single_contents h3::before {
  content: "";
  display: block;
  height: calc(100% - 0.4rem);
  width: 0.6rem;
  background: #5460be;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-news__single_contents a {
  color: #af2e45;
}
.p-news__single_contents p a {
  white-space: pre-wrap;
  word-break: break-word;
}
.p-news__single_contents a[target="_blank"] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.1rem;
}
.p-news__single_contents a[target="_blank"]::after {
  content: "";
  border: none;
  -webkit-transform: none !important;
  transform: none !important;
  width: 0.92rem !important;
  height: 0.93rem !important;
  display: inline-block;
  background: url("../img/icon/target_blank_red.svg") no-repeat center
    center/contain;
  position: static;
}
.p-news__single_contents ul {
  margin: 2rem 0;
}
.p-news__single_contents ul li {
  position: relative;
  line-height: 1.8;
}
.p-news__single_contents ul.__circle li {
  padding-left: 1.6rem;
}
.p-news__single_contents ul.__circle li + li {
  margin-top: 0.5rem;
}
.p-news__single_contents ul.__circle li::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: #5460be;
  position: absolute;
  left: 0;
  top: 0.55em;
  border-radius: 100%;
}
.p-news__single_contents ul.__info li {
  padding-left: 1.7rem;
  font-size: 1.3rem;
  line-height: 1.5;
}
.p-news__single_contents ul.__info li::before {
  content: "※";
  display: block;
  width: 1.7rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: normal;
}
.p-news__single_contents figure {
  margin: 3rem 0;
}
.p-news__single_contents figure figcaption {
  margin-top: 1.5rem;
  line-height: 1.5;
  font-size: 1.3rem;
}
.p-home__link {
  background: #f0f0f0;
  padding: 4rem 0;
}
.p-home__link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem 1.84rem;
}
.p-home__link_list li {
  width: 16.32rem;
}
.p-follow__ticket {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 100;
  max-width: 37.5rem;
  -webkit-filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.14));
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.14));
}
.p-follow__ticket.__menu {
  background: #f4f5f7;
  border-radius: 1rem 1rem 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(calc(100% - 8.7rem));
  transform: translateY(calc(100% - 8.7rem));
}
.p-follow__ticket.__menu.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-follow__ticket.__expire .p-follow__ticket_ribon {
  background-image: url("../img/common/ticket/special_offer_expire_bg.svg");
}
.p-follow__ticket_ribon {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.9rem;
  height: 6.6rem;
  background: url("../img/common/ticket/special_offer_bg.svg") no-repeat left
    top/contain;
}
.p-follow__ticket_ribon span {
  color: #fff;
  font-size: 1rem;
  -webkit-transform: rotate(-45deg) translate(-1.9rem, -1rem);
  transform: rotate(-45deg) translate(-1.9rem, -1rem);
  display: block;
  text-align: center;
}
.c-btn__buy {
  margin-bottom: 2rem;
}
.p-follow__ticket_btn {
  background: #fff;
  border-radius: 1rem 1rem 0 0;
  -webkit-box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.14);
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.14);
  height: 8.2rem;
  padding-bottom: 3.5rem;
  text-align: center;
}
.p-follow__ticket_btn img {
  width: 6.3rem;
  margin-top: -0.5rem;
}
.p-follow__ticket_btn .c-btn__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}
.p-follow__ticket_menu {
  text-align: center;
  height: 8.7rem;
  padding-top: 1.5rem;
}
.p-follow__ticket_menu_title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #af2e45;
  font-weight: 600;
  gap: 0.5rem;
}
.p-follow__ticket_menu_title::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 1rem;
  border-right: 0.25rem solid #af2e45;
  border-bottom: 0.25rem solid #af2e45;
  -webkit-transform: rotate(45deg) translate(-0.3em);
  transform: rotate(45deg) translate(-0.3em);
}
.p-follow__ticket_menu_text {
  font-size: 1.3rem;
}
.p-follow__ticket_special {
  background: #fff;
  padding: 1.5rem 1.5rem 0.5rem;
}
.p-follow__ticket_special.__disable .p-follow__ticket_special_header_title {
  color: #b1b1b1;
}
.p-follow__ticket_special_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-follow__ticket_special_header_title {
  font-weight: 600;
  font-size: 1.8rem;
}
.p-follow__ticket_special_header_title strong {
  color: #af2e45;
}
.p-follow__ticket_special_header_text {
  line-height: 1.3;
  font-size: 1.3rem;
  color: #4a4a4a;
}
.p-follow__ticket_special_links {
  border-top: 0.15rem solid #e7e7e7;
  margin-top: 2rem;
}
.p-follow__ticket_special_links li + li {
  border-top: 0.15rem solid #e7e7e7;
}
.p-follow__ticket_special_links li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.6rem;
  font-size: 1.8rem;
  position: relative;
}
.p-follow__ticket_special_links li a::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.25rem solid #af2e45;
  border-bottom: 0.25rem solid #af2e45;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
}
.p-ticket__code_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  width: 100%;
  padding: 1rem 0;
  color: #af2e45;
  background: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-ticket__code_btn:focus {
  outline: none;
}
.p-ticket__code_btn::-ms-expand {
  display: none;
}
.p-ticket__code_btn::after {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.15rem solid #af2e45;
  border-bottom: 0.15rem solid #af2e45;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 0.5rem;
}
.p-ticket__category {
  background: #f4f5f7;
  padding: 4rem 0 2rem;
}
.p-ticket__category .c-form__list_radio {
  margin: 2rem 0;
}
.p-ticket__category_title {
  font-size: 1.8rem;
  font-weight: 600;
}
.p-ticket__select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-ticket__result {
  font-size: 1.4rem;
}
.p-ticket__list {
  position: relative;
  background: #f4f5f7;
  padding-bottom: 4rem;
}
.p-ticket__list .c-btn__ticket {
  -webkit-filter: none;
  filter: none;
  position: relative;
  z-index: 10;
}
.p-ticket__list.__expire {
  padding: 4rem 0;
}
.p-ticket__list.__expire::before {
  content: "";
  display: block;
  width: calc(100% - 3rem);
  height: 0.15rem;
  background: #d0d0d0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-ticket__list.__expire .p-ticket__list_item + .p-ticket__list_item {
  margin-top: 5.3rem;
}
.p-ticket__list_title {
  font-size: 1.5rem;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-bottom: 1.9rem;
  line-height: 1;
}
.p-ticket__list_title small {
  font-weight: 400;
  font-size: 1.3rem;
}
.p-ticket__list_item {
  position: relative;
  -webkit-filter: drop-shadow(0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.05));
  transform: translateZ(0);
}
.p-ticket__list_item::after {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.p-ticket__list_item + .p-ticket__list_item {
  margin-top: 3rem;
}
.p-ticket__list_item.__border .p-ticket__list_header {
  margin: 0;
}
.p-ticket__list_item.__border:after {
  border: 0.15rem solid #d5d5d5;
  border-top: none;
}
.p-ticket__list_item.__buy::before,
.p-ticket__list_item.__use::before {
  content: "";
  position: absolute;
  left: -0.6rem;
  top: -0.6rem;
  z-index: 0;
  width: calc(100% + 1.2rem);
  height: calc(100% + 1.2rem);
  border: 0.25rem solid #af2e45;
  border-radius: 0.4rem;
}
.p-ticket__list_item.__use::before {
  border-color: #dd8934;
}
.p-ticket__list_item.__use .p-ticket__list_item_tag {
  background: #dd8934;
  padding-left: 2.7rem;
}
.p-ticket__list_item.__use .p-ticket__list_item_tag::before,
.p-ticket__list_item.__use .p-ticket__list_item_tag::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: #af2e45;
  position: absolute;
  left: 1rem;
  top: calc(50% - 0.35rem);
  z-index: 2;
  border-radius: 100%;
}
.p-ticket__list_item.__use .p-ticket__list_item_tag::after {
  width: 1.4rem;
  height: 1.4rem;
  background: #d76024;
  position: absolute;
  left: 0.65rem;
  top: calc(50% - 0.7rem);
  z-index: 1;
  -webkit-animation: ticket_use 1.2s linear infinite;
  animation: ticket_use 1.2s linear infinite;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
}
.p-ticket__list_item.__main .p-ticket__list_header {
  background: #576b99;
}
.p-ticket__list_item.__main
  .p-ticket__list_header
  .p-ticket__list_header_icon_train,
.p-ticket__list_item.__main
  .p-ticket__list_header
  .p-ticket__list_header_icon_bus,
.p-ticket__list_item.__main
  .p-ticket__list_header
  .p-ticket__list_header_icon_taxi {
  background-color: #2c447b;
}
.p-ticket__list_item.__main .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-ticket__list_item.__train .p-ticket__list_header {
  background: #27a099;
}
.p-ticket__list_item.__train
  .p-ticket__list_header
  .p-ticket__list_header_icon_train,
.p-ticket__list_item.__train
  .p-ticket__list_header
  .p-ticket__list_header_icon_bus,
.p-ticket__list_item.__train
  .p-ticket__list_header
  .p-ticket__list_header_icon_taxi {
  background-color: #0a817a;
}
.p-ticket__list_item.__train .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-ticket__list_item.__train_bus .p-ticket__list_header {
  background: #27a099;
}
.p-ticket__list_item.__train_bus
  .p-ticket__list_header
  .p-ticket__list_header_icon_train,
.p-ticket__list_item.__train_bus
  .p-ticket__list_header
  .p-ticket__list_header_icon_bus,
.p-ticket__list_item.__train_bus
  .p-ticket__list_header
  .p-ticket__list_header_icon_taxi {
  background-color: #0a817a;
}
.p-ticket__list_item.__train_bus .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-ticket__list_item.__bus .p-ticket__list_header {
  background: #478bb6;
}
.p-ticket__list_item.__bus
  .p-ticket__list_header
  .p-ticket__list_header_icon_train,
.p-ticket__list_item.__bus
  .p-ticket__list_header
  .p-ticket__list_header_icon_bus,
.p-ticket__list_item.__bus
  .p-ticket__list_header
  .p-ticket__list_header_icon_taxi {
  background-color: #11679d;
}
.p-ticket__list_item.__bus .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-ticket__list_item.__plan .p-ticket__list_header {
  background: #e28664;
}
.p-ticket__list_item.__plan
  .p-ticket__list_header
  .p-ticket__list_header_icon_train,
.p-ticket__list_item.__plan
  .p-ticket__list_header
  .p-ticket__list_header_icon_bus,
.p-ticket__list_item.__plan
  .p-ticket__list_header
  .p-ticket__list_header_icon_taxi {
  background-color: #cf643c;
}
.p-ticket__list_item.__plan .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-ticket__list_item.__special .p-ticket__list_header {
  background: #576b99;
}
.p-ticket__list_item.__special
  .p-ticket__list_header
  .p-ticket__list_header_icon_train,
.p-ticket__list_item.__special
  .p-ticket__list_header
  .p-ticket__list_header_icon_bus,
.p-ticket__list_item.__special
  .p-ticket__list_header
  .p-ticket__list_header_icon_taxi {
  background-color: #cfac6d;
}
.p-ticket__list_item.__special .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-ticket__list_item.__onecoin_train .p-ticket__list_header {
  background: #abb74f;
}
.p-ticket__list_item.__onecoin_train
  .p-ticket__list_header
  .p-ticket__list_header_icon_train,
.p-ticket__list_item.__onecoin_train
  .p-ticket__list_header
  .p-ticket__list_header_icon_bus,
.p-ticket__list_item.__onecoin_train
  .p-ticket__list_header
  .p-ticket__list_header_icon_taxi {
  background-color: #909a43;
}
.p-ticket__list_item.__onecoin_train .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-ticket__list_item.__onecoin_bus .p-ticket__list_header {
  background: #59a9c7;
}
.p-ticket__list_item.__onecoin_bus
  .p-ticket__list_header
  .p-ticket__list_header_icon_train,
.p-ticket__list_item.__onecoin_bus
  .p-ticket__list_header
  .p-ticket__list_header_icon_bus,
.p-ticket__list_item.__onecoin_bus
  .p-ticket__list_header
  .p-ticket__list_header_icon_taxi {
  background-color: #3d86a2;
}
.p-ticket__list_item.__onecoin_bus .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-ticket__list_item.__ticket_pink .p-ticket__list_header {
  background: #e47a91;
}
.p-ticket__list_item.__ticket_pink
  .p-ticket__list_header
  .p-ticket__list_header_icon_train,
.p-ticket__list_item.__ticket_pink
  .p-ticket__list_header
  .p-ticket__list_header_icon_bus,
.p-ticket__list_item.__ticket_pink
  .p-ticket__list_header
  .p-ticket__list_header_icon_taxi {
  background-color: #c94c67;
}
.p-ticket__list_item.__ticket_pink .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-ticket__list_item.__ticket_purple .p-ticket__list_header {
  background: #7373b5;
}
.p-ticket__list_item.__ticket_purple
  .p-ticket__list_header
  .p-ticket__list_header_icon_train,
.p-ticket__list_item.__ticket_purple
  .p-ticket__list_header
  .p-ticket__list_header_icon_bus,
.p-ticket__list_item.__ticket_purple
  .p-ticket__list_header
  .p-ticket__list_header_icon_taxi {
  background-color: #57579d;
}
.p-ticket__list_item.__ticket_purple .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-ticket__list_item.__all .p-ticket__list_header {
  background: #27a099;
}
.p-ticket__list_item.__all
  .p-ticket__list_header
  .p-ticket__list_header_icon_train,
.p-ticket__list_item.__all
  .p-ticket__list_header
  .p-ticket__list_header_icon_bus,
.p-ticket__list_item.__all
  .p-ticket__list_header
  .p-ticket__list_header_icon_taxi {
  background-color: #0a817a;
}
.p-ticket__list_item.__all .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-ticket__list_item.__expire .p-ticket__list_header {
  background: #707070;
}
.p-ticket__list_item.__expire
  .p-ticket__list_header
  .p-ticket__list_header_icon_train,
.p-ticket__list_item.__expire
  .p-ticket__list_header
  .p-ticket__list_header_icon_bus,
.p-ticket__list_item.__expire
  .p-ticket__list_header
  .p-ticket__list_header_icon_taxi {
  background-color: #0e366b;
}
.p-ticket__list_item.__expire .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
@-webkit-keyframes ticket_use {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  1% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes ticket_use {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  1% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
.p-ticket__list_item_tag {
  position: absolute;
  right: -0.6rem;
  top: -0.6rem;
  background: #af2e45;
  color: #fff;
  border-radius: 0 0.4rem 0 0.4rem;
  line-height: 2.2rem;
  padding: 0.3rem 0.65rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3em;
  z-index: 11;
  font-size: 1.2rem;
  font-weight: 600;
}
.p-ticket__list_item_detail {
  position: relative;
  z-index: 10;
}
.p-ticket__list_item_detail.__short .p-ticket__list_item_detail_inner {
  padding: 1rem 1.5rem;
}
.p-ticket__list_item_detail_inner {
  padding: 2rem 1.5rem;
  line-height: 1.4;
}
.p-ticket__list_item_detail_inner *,
.p-ticket__list_item_detail_inner *::before,
.p-ticket__list_item_detail_inner *::after {
  line-height: 1.6;
}
.p-ticket__list_item_detail_inner div label {
  font-weight: 600;
}
.p-ticket__list_item_detail_inner div label::after {
  content: "：";
}
.p-ticket__list_item_detail_inner div div {
  display: inline;
}
.p-ticket__list_item_detail_inner div div > label {
  font-weight: 400;
}
.p-ticket__list_item_detail_inner div div > label::after {
  content: "";
}
.p-ticket__list_item_detail_time,
.p-ticket__list_item_detail_price {
  display: inline;
}
.p-ticket__list_item_detail_time::after {
  content: "/";
  display: inline-block;
  margin: 0 0.5rem;
}
.p-ticket__list_item_detail_text {
  font-size: 1.4rem;
  line-height: 1.4;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 0.5rem;
}
.p-ticket__list_item_detail_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.15rem solid #d0d0d0;
}
.p-ticket__list_item_detail_btns button {
  background: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 5.9rem;
  font-weight: 600;
  color: #af2e45;
}
.p-ticket__list_item_detail_btns button + button {
  border-left: 0.15rem solid #d0d0d0;
}
.p-ticket__list_item_detail_btns button::after {
  content: "";
  display: inline-block;
  width: 1.89rem;
  height: 1.86rem;
  background: url("../img/icon/cart_red.svg") no-repeat center center/contain;
  margin-left: 0.5rem;
}
.p-ticket__list_item_detail_btns button#detailBtn::after {
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.25rem solid #af2e45;
  border-bottom: 0.25rem solid #af2e45;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 0.5rem;
  background: none;
}
.p-ticket__list_header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.7rem 1.5rem;
  z-index: 1;
  gap: 1rem;
  margin: -0.15rem -0.15rem 0;
}
.p-ticket__list_header.__ribon {
  padding-left: 3rem;
}
.p-ticket__list_header_title {
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.8rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-ticket__list_header_ribon {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 6.1rem;
  background: url("../img/common/ticket/special_offer_bg.svg") no-repeat left -0.5rem
    top -0.5rem / contain;
}
.p-ticket__list_header_ribon span {
  color: #fff;
  font-size: 1rem;
  -webkit-transform: rotate(-45deg) translate(-2rem, -1.8rem);
  transform: rotate(-45deg) translate(-2rem, -1.8rem);
  display: block;
  text-align: center;
}
.p-ticket__list_header_icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
}
.p-ticket__list_header_icon_train,
.p-ticket__list_header_icon_bus,
.p-ticket__list_header_icon_taxi {
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/icon/train.svg") no-repeat center center/contain;
  display: none;
  border-radius: 0.4rem;
}
.p-ticket__list_header_icon_train.active,
.p-ticket__list_header_icon_bus.active,
.p-ticket__list_header_icon_taxi.active {
  display: block;
}
.p-ticket__list_header_icon_bus {
  background-image: url("../img/icon/bus.svg");
}
.p-ticket__list_header_icon_taxi {
  background-image: url("../img/icon/taxi.svg");
}
.p-ticket__list_item.__use .p-ticket__list_item_action {
  background: rgba(221, 137, 52, 0.12);
}
.p-ticket__list.__buy .p-ticket__list_item,
.p-ticket__list.__buy .p-ticket__list_item.__use,
.p-ticket__list.__buy .p-ticket__list_item.__buy,
.p-ticket__list.__buy .p-ticket__list_item.__info,
.p-ticket__list.__buy .p-ticket__list_item.__used,
.p-ticket__list.__buy .p-ticket__list_item.__expire {
  padding-bottom: 4.7rem;
  background: #fff;
  border: 0.15rem solid #d5d5d5;
}
.p-ticket__list.__buy .p-ticket__list_item .p-ticket__list_item_detail_inner,
.p-ticket__list.__buy
  .p-ticket__list_item.__use
  .p-ticket__list_item_detail_inner,
.p-ticket__list.__buy
  .p-ticket__list_item.__buy
  .p-ticket__list_item_detail_inner,
.p-ticket__list.__buy
  .p-ticket__list_item.__info
  .p-ticket__list_item_detail_inner,
.p-ticket__list.__buy
  .p-ticket__list_item.__used
  .p-ticket__list_item_detail_inner,
.p-ticket__list.__buy
  .p-ticket__list_item.__expire
  .p-ticket__list_item_detail_inner {
  padding-top: 0.5rem;
  padding-bottom: 0;
}
.p-ticket__list_item .p-detail__contents_list {
  margin-top: 0;
}
.p-ticket__list_item.__info .p-ticket__list_item_action {
  padding: 2rem 1.5rem;
}
.p-ticket__list_item.__expire .p-ticket__list_header {
  background: #797878;
}
.p-ticket__list_item.__expire
  .p-ticket__list_header
  .p-ticket__list_header_icon_train,
.p-ticket__list_item.__expire
  .p-ticket__list_header
  .p-ticket__list_header_icon_bus,
.p-ticket__list_item.__expire
  .p-ticket__list_header
  .p-ticket__list_header_icon_taxi {
  background-color: #646464;
}
/* 払い戻しの場合に領収書の発行ができなくなるため削除
.p-ticket__list_item.__expire .p-ticket__list_item_detail_footer a {
  pointer-events: none;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.3;
}*/
.p-ticket__list_item_time {
  position: absolute;
  bottom: -3.4rem;
  right: 0;
  text-align: right;
  font-size: 1.3rem;
}
.p-ticket__list_item_info {
  background: #c70003;
  padding: 0.3rem 1.5rem;
  color: #fff;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% + 0.3rem);
  gap: 0.5rem;
  font-size: 1.4rem;
  margin: 0 -0.15rem;
}
.p-ticket__list_item_info::before {
  content: "";
  border: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 1.88rem;
  height: 1.6rem;
  display: inline-block;
  background: url("../img/icon/info.svg") no-repeat center center/contain;
  position: static;
}
.p-ticket__list_item_action {
  background: #f6f7f8;
  padding: 1.2rem 1.5rem;
}
.p-ticket__list_item_action_select {
  padding: 0 0 2rem;
}
.p-ticket__list_item_action_select .c-form__selectbox + .c-form__selectbox {
  margin-top: 2rem;
}
.p-ticket__list_item_detail_footer {
  position: absolute;
  bottom: -4.7rem;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1.5rem;
  height: 4.7rem;
  z-index: 1;
  font-size: 1.3rem;
}
.p-ticket__list_item_detail_footer_receipt {
  color: #0f376d;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  line-height: 4.7rem;
}
.p-ticket__list_item_detail_footer_receipt::before {
  content: "";
  border: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 1.42rem;
  height: 1.38rem;
  display: inline-block;
  background: url("../img/icon/download.svg") no-repeat center center/contain;
  position: static;
}
.p-ticket__list_item_detail_footer_receipt .issued {
  background: #e7e7e7;
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 1;
  padding: 0.3rem 0.25rem 0.35rem;
  border-radius: 0.2rem;
  display: inline-block;
  -webkit-transform: translateY(0.1em);
  transform: translateY(0.1em);
}
.p-ticket__list_item_detail_footer_more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  color: #af2e45;
  line-height: 4.7rem;
  padding-right: 0.8rem;
}
.p-ticket__list_item_detail_footer_more::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.15rem solid #af2e45;
  border-bottom: 0.15rem solid #af2e45;
  -webkit-transform: rotate(45deg) translateY(-0.3em);
  transform: rotate(45deg) translateY(-0.3em);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-ticket__list_item_detail.active .p-ticket__list_item_detail_footer_more {
  content: "閉じる";
}
.p-ticket__list_item_detail.active
  .p-ticket__list_item_detail_footer_more::after {
  -webkit-transform: rotate(45deg) translate(0.3em) rotate(-180deg);
  transform: rotate(45deg) translate(0.3em) rotate(-180deg);
}
.p-ticket__code_use a {
  display: block;
  padding: 2.9rem 1.5rem 2.6rem;
  background: #fff;
}
.p-ticket__code_use_title {
  color: #af2e45;
  font-weight: 600;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-ticket__code_use_title span {
  line-height: 1;
  display: inline-block;
}
.p-ticket__code_use_title::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.25rem solid #af2e45;
  border-bottom: 0.25rem solid #af2e45;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-ticket__code_use_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.2rem;
}
.p-ticket__code_use_inner figure {
  width: 7.634rem;
}
.p-ticket__code_use_text {
  width: 25.9rem;
  line-height: 1.5;
}
.p-ticket__count {
  position: fixed;
  right: 0;
  left: auto;
  margin: 0 auto;
  /*margin: 0 0 0 auto;
  width: 7.2rem;*/
  max-width: 37.5rem;
  bottom: 10rem;
  z-index: 99;
  overflow: clip;
  -webkit-filter: drop-shadow(0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.2));
}
.p-ticket__count a {
  display: block;
  width: 100%;
  height: 100%;
  background: #c70003 url("../img/icon/ticket.svg") no-repeat left 1.5rem
    center/2.5rem auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 7.2rem;
  height: 5.2rem;
  border-radius: 5rem;
  border: 0.3rem solid #fff;
  -webkit-transform: translateX(2.2rem);
  transform: translateX(2.2rem);
  margin: 0 0 0 auto;
}
.p-ticket__count.__use a {
  background-color: #dd8934;
}
.p-ticket__count.__use .p-ticket__count_number {
  color: #dd8934;
}
.p-ticket__count.__use .p-ticket__count_number::after {
  border-color: #dd8934;
}
.p-ticket__count.__use .p-ticket__count_number span {
  color: #dd8934;
}
.p-ticket__count_number {
  position: absolute;
  z-index: 1;
  right: 2.5rem;
  top: 0.4rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
}
.p-ticket__count_number::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: -0.325rem;
  top: -0.325rem;
  width: calc(100% + 0.65rem);
  height: calc(100% + 0.65rem);
  background: #fff;
  border: 0.3rem solid #af2e45;
  border-radius: 100%;
}
.p-ticket__count_number span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 2;
  margin-bottom: -0.15em;
  color: #af2e45;
  line-height: 1;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
}
.p-detail {
  background: #f4f5f7;
}
.p-detail.__main .p-detail__header {
  background: #576b99;
}
.p-detail.__main .p-detail__header .p-detail__header_icon_train,
.p-detail.__main .p-detail__header .p-detail__header_icon_bus,
.p-detail.__main .p-detail__header .p-detail__header_icon_taxi {
  background-color: #2c447b;
}
.p-detail.__main .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-detail.__train .p-detail__header {
  background: #27a099;
}
.p-detail.__train .p-detail__header .p-detail__header_icon_train,
.p-detail.__train .p-detail__header .p-detail__header_icon_bus,
.p-detail.__train .p-detail__header .p-detail__header_icon_taxi {
  background-color: #0a817a;
}
.p-detail.__train .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-detail.__train_bus .p-detail__header {
  background: #27a099;
}
.p-detail.__train_bus .p-detail__header .p-detail__header_icon_train,
.p-detail.__train_bus .p-detail__header .p-detail__header_icon_bus,
.p-detail.__train_bus .p-detail__header .p-detail__header_icon_taxi {
  background-color: #0a817a;
}
.p-detail.__train_bus .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-detail.__bus .p-detail__header {
  background: #478bb6;
}
.p-detail.__bus .p-detail__header .p-detail__header_icon_train,
.p-detail.__bus .p-detail__header .p-detail__header_icon_bus,
.p-detail.__bus .p-detail__header .p-detail__header_icon_taxi {
  background-color: #11679d;
}
.p-detail.__bus .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-detail.__plan .p-detail__header {
  background: #e28664;
}
.p-detail.__plan .p-detail__header .p-detail__header_icon_train,
.p-detail.__plan .p-detail__header .p-detail__header_icon_bus,
.p-detail.__plan .p-detail__header .p-detail__header_icon_taxi {
  background-color: #cf643c;
}
.p-detail.__plan .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-detail.__special .p-detail__header {
  background: #576b99;
}
.p-detail.__special .p-detail__header .p-detail__header_icon_train,
.p-detail.__special .p-detail__header .p-detail__header_icon_bus,
.p-detail.__special .p-detail__header .p-detail__header_icon_taxi {
  background-color: #cfac6d;
}
.p-detail.__special .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-detail.__onecoin_train .p-detail__header {
  background: #abb74f;
}
.p-detail.__onecoin_train .p-detail__header .p-detail__header_icon_train,
.p-detail.__onecoin_train .p-detail__header .p-detail__header_icon_bus,
.p-detail.__onecoin_train .p-detail__header .p-detail__header_icon_taxi {
  background-color: #909a43;
}
.p-detail.__onecoin_train .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-detail.__onecoin_bus .p-detail__header {
  background: #59a9c7;
}
.p-detail.__onecoin_bus .p-detail__header .p-detail__header_icon_train,
.p-detail.__onecoin_bus .p-detail__header .p-detail__header_icon_bus,
.p-detail.__onecoin_bus .p-detail__header .p-detail__header_icon_taxi {
  background-color: #3d86a2;
}
.p-detail.__onecoin_bus .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-detail.__ticket_pink .p-detail__header {
  background: #e47a91;
}
.p-detail.__ticket_pink .p-detail__header .p-detail__header_icon_train,
.p-detail.__ticket_pink .p-detail__header .p-detail__header_icon_bus,
.p-detail.__ticket_pink .p-detail__header .p-detail__header_icon_taxi {
  background-color: #c94c67;
}
.p-detail.__ticket_pink .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-detail.__ticket_purple .p-detail__header {
  background: #7373b5;
}
.p-detail.__ticket_purple .p-detail__header .p-detail__header_icon_train,
.p-detail.__ticket_purple .p-detail__header .p-detail__header_icon_bus,
.p-detail.__ticket_purple .p-detail__header .p-detail__header_icon_taxi {
  background-color: #57579d;
}
.p-detail.__ticket_purple .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-detail.__all .p-detail__header {
  background: #27a099;
}
.p-detail.__all .p-detail__header .p-detail__header_icon_train,
.p-detail.__all .p-detail__header .p-detail__header_icon_bus,
.p-detail.__all .p-detail__header .p-detail__header_icon_taxi {
  background-color: #0a817a;
}
.p-detail.__all .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-detail.__expire .p-detail__header {
  background: #707070;
}
.p-detail.__expire .p-detail__header .p-detail__header_icon_train,
.p-detail.__expire .p-detail__header .p-detail__header_icon_bus,
.p-detail.__expire .p-detail__header .p-detail__header_icon_taxi {
  background-color: #0e366b;
}
.p-detail.__expire .p-detail__special_body_tab_menu {
  background: #d8e0eb;
}
.p-detail a {
  color: #af2e45;
  word-break: break-word;
}
.p-detail a[target="_blank"]::after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: url("../img/icon/target_blank_red.svg") no-repeat center
    center/contain;
  margin-left: 0.5rem;
}
.p-detail__header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.7rem 1.5rem;
}
.p-detail__header.__ribon {
  padding-left: 3rem;
}
.p-detail__header_title {
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.8rem;
  width: calc(100% - 10rem);
}
.p-detail__header_ribon {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.9rem;
  height: 6.6rem;
  background: url("../img/common/ticket/special_offer_bg.svg") no-repeat left
    top/contain;
}
.p-detail__header_ribon span {
  color: #fff;
  font-size: 1rem;
  -webkit-transform: rotate(-45deg) translate(-1.9rem, -1rem);
  transform: rotate(-45deg) translate(-1.9rem, -1rem);
  display: block;
  text-align: center;
}
.p-detail__header_icon {
  width: 8.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
}
.p-detail__header_icon_train,
.p-detail__header_icon_bus,
.p-detail__header_icon_taxi {
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/icon/train.svg") no-repeat center center/contain;
  display: none;
  border-radius: 0.4rem;
}
.p-detail__header_icon_train.active,
.p-detail__header_icon_bus.active,
.p-detail__header_icon_taxi.active {
  display: block;
}
.p-detail__header_icon_bus {
  background-image: url("../img/icon/bus.svg");
}
.p-detail__header_icon_taxi {
  background-image: url("../img/icon/taxi.svg");
}
.p-detail__event_header {
  background: #fff;
}
.p-detail__event_header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.2rem;
}
.p-detail__event_header_date {
  background: #fff;
  border-radius: 0 0 0.6rem 0.6rem;
  min-width: 6.2rem;
  border: 0.15rem solid #e7e7e7;
  border-top: none;
  padding: 1rem 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-detail__event_header_date.__col2 {
  padding: 1rem 0.6rem 1rem 0.3rem;
}
.p-detail__event_header_date.__col2 .p-detail__event_header_date_item .date {
  font-size: 1.8rem;
}
.p-detail__event_header_date.__col2
  .p-detail__event_header_date_item
  .date::before {
  content: "";
  width: 1.3rem;
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg);
}
.p-detail__event_header_date.__col2
  .p-detail__event_header_date_item
  .date
  .month {
  padding-bottom: 2.5rem;
  margin-right: -0.5rem;
}
.p-detail__event_header_date.__col2
  .p-detail__event_header_date_item
  .date
  .day {
  padding-top: 2.5rem;
  margin-left: -0.5rem;
}
.p-detail__event_header_date_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-detail__event_header_date_item + .p-detail__event_header_date_item {
  padding-left: 1rem;
}
.p-detail__event_header_date_item + .p-detail__event_header_date_item::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.2rem;
  background: #707070;
  position: absolute;
  left: 0.25rem;
  top: -1rem;
  bottom: 0;
  margin: auto 0;
}
.p-detail__event_header_date_item .date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  font-size: 2.1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 2rem;
  margin-bottom: 0.2rem;
}
.p-detail__event_header_date_item .date * {
  line-height: 1;
}
.p-detail__event_header_date_item .date .month {
  padding-bottom: 2rem;
  min-width: 1.1em;
}
.p-detail__event_header_date_item .date .day {
  padding-top: 2rem;
  min-width: 1.1em;
}
.p-detail__event_header_date_item .date::before {
  content: "";
  display: block;
  width: 3rem;
  height: 0.1rem;
  background: #707070;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-51deg);
  transform: rotate(-51deg);
}
.p-detail__event_header_date_item .year {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 500;
}
.p-detail__event_header_contents {
  padding: 1.8rem 0 2.3rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-detail__event_header_title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.p-detail__event_header_title .important {
  font-size: 1.3rem;
  width: 4rem;
  vertical-align: 0.2em;
  margin-right: 0.5rem;
}
.p-detail__event_header_area {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
  line-height: 1.5;
  font-size: 1.3rem;
}
.p-detail__event_header_area::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 1.17rem;
  background: url("../img/icon/marker_02.svg") no-repeat center center/contain;
}
.p-detail__contents {
  background: #fff;
  padding-bottom: 4rem;
}
.p-detail__contents + .p-detail__contents {
  padding-top: 4rem;
  margin-top: 3rem;
}
.p-detail__contents_mainv {
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 1.2rem;
}
.p-detail__contents_mainv.__round {
  border-radius: 1.6rem 1.6rem 0 0;
}
.p-detail__contents_mainv .swiper-pagination {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  left: auto;
  right: 1rem;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 3.3rem;
  font-size: 1.3rem;
  color: #fff;
  background: #b1b1b1;
  padding: 0.3rem 0.5rem;
  line-height: 1;
  text-align: center;
  border-radius: 0.2rem;
}
.p-detail__contents_mainv .swiper-pagination span {
  line-height: 1;
}
.p-detail__contents_texts {
  padding: 4rem 0;
}
.p-detail__contents_text {
  font-size: 1.8rem;
  line-height: 1.6;
}
.p-detail__contents_info {
  color: #c70003;
  font-size: 1.6rem;
  margin-top: 1rem;
  line-height: 1.5;
}
.p-detail__contents_list {
  margin-top: 4.6rem;
}
.p-detail__contents_list.__mtnone {
  margin-top: 0;
}
.p-detail__contents_map {
  margin: 4rem 0;
}
.p-detail__contents_map iframe {
  width: 100%;
  height: 10.2rem;
}
.p-detail__contents_price_title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  padding: 1.1rem 0;
}
.p-detail__contents_description {
  position: relative;
}
.p-detail__contents_description_inner {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  height: 23.4rem;
}
.p-detail__contents_description_inner.__short {
  height: 19.8rem;
}
.p-detail__contents_description_inner.__full {
  height: auto !important;
}
.p-detail__contents_description_inner > div {
  overflow: hidden;
  line-height: 1.6;
  padding-bottom: 2rem;
}
.p-detail__contents_description_inner p {
  line-height: 1.6;
}
.p-detail__contents_description_inner h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 5.5rem 0 1rem;
  line-height: 1.5;
}
.p-detail__contents_description_btn {
  position: relative;
  text-align: center;
}
.p-detail__contents_description_btn span {
  position: relative;
  z-index: 1;
  padding: 1rem;
  color: #af2e45;
  font-weight: 600;
  cursor: pointer;
}
.p-detail__contents_description_btn span::after {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border-left: 0.25rem solid #af2e45;
  border-bottom: 0.25rem solid #af2e45;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 1rem;
  vertical-align: 0.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-detail__contents_description_btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 16rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(80%, rgb(255, 255, 255))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 80%
  );
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-detail__contents_description_btn.active span::after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  vertical-align: 0;
}
.p-detail__contents_description_btn.active::after {
  opacity: 0;
}
.p-detail__special {
  position: relative;
  margin-top: 3rem;
  background: #fff;
  padding: 2rem 0 2rem;
}
.p-detail__special .l-container {
  position: static;
}
.p-detail__special.active .p-detail__contents_special_title::after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  vertical-align: 0;
}
.p-detail__special_header {
  padding: 1.8rem 0 1.9rem;
  cursor: pointer;
}
.p-detail__special_ribon {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 6.1rem;
  background: url("../img/common/ticket/special_offer_bg.svg") no-repeat left -0.5rem
    top -0.5rem / contain;
}
.p-detail__special_ribon span {
  color: #fff;
  font-size: 1rem;
  -webkit-transform: rotate(-45deg) translate(-2rem, -1.8rem);
  transform: rotate(-45deg) translate(-2rem, -1.8rem);
  display: block;
  text-align: center;
}
.p-detail__contents_special_title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  line-height: 1;
  color: #af2e45;
  font-weight: 600;
  font-size: 1.8rem;
}
.p-detail__contents_special_title::after {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border-left: 0.25rem solid #af2e45;
  border-bottom: 0.25rem solid #af2e45;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 1rem;
  vertical-align: 0.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-detail__special_body_tab_menu {
  border-radius: 0.5rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-detail__special_body_tab_menu li {
  width: 50%;
  font-weight: 600;
  padding: 0.5rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.5rem;
}
.p-detail__special_body_tab_menu li.active {
  background: #fff;
  -webkit-filter: drop-shadow(0 0.2rem 0.3rem rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0.2rem 0.3rem rgba(0, 0, 0, 0.1));
}
.p-detail__special_body_tab_item_inner {
  padding: 2rem 0 0;
}
.p-detail__special_body_tab_item_inner table {
  width: 100%;
  border-collapse: collapse;
}
.p-detail__special_body_tab_item_inner table td {
  position: relative;
  border: 0.1rem solid #e7e7e7;
  padding: 0.5rem 1.3rem 0.8rem;
}
.p-detail__special_body_tab_item_inner table td a {
  font-weight: 600;
}
.p-detail__special_body_tab_item_inner table td span {
  display: block;
  line-height: 1.3;
}
.p-detail__special_body_tab_item_inner table figure {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 2rem);
  cursor: pointer;
}
.p-detail__special_body_tab_item_inner table figure img {
  width: 2rem;
  margin: 0 auto 0.4rem;
}
.p-detail__special_body_tab_item_inner table figure figcaption {
  color: #af2e45;
  font-size: 1.1rem;
  line-height: 1;
  display: block;
}
#map_canvas {
  height: 36.8rem;
  width: 100%;
  background: #f0f0f0;
  margin-bottom: 2rem;
}
#map_canvas.__bus {
  margin-bottom: 0;
}
.p-detail__special_body_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.p-detail__special_body_img figure {
  display: block;
  position: relative;
  cursor: pointer;
  width: calc(50% - 2rem);
}
.p-detail__special_body_img figure:last-child {
  width: 50%;
}
.p-detail__special_body_img figure::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: url("../img/icon/zoom.svg") no-repeat left top/contain;
  position: absolute;
  right: 0.6rem;
  bottom: 0.7rem;
}
.p-detail__buy {
  padding: 4rem 0 8rem;
}
.p-detail__buy.__ticket {
  padding: 4rem 0 3rem;
  background: #f6f7f8;
}
.p-detail__buy_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
.p-detail__buy_links a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding-right: 0.5rem;
  color: #af2e45;
  font-size: 1.3rem;
}
.p-detail__buy_links a::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.15rem solid #af2e45;
  border-bottom: 0.15rem solid #af2e45;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-detail__buy_btns {
  margin-top: 4rem;
}
.p-detail__buy_btns .c-btn__round {
  margin-bottom: 3.4rem;
}
.p-page__back {
  padding: 4rem 0 8rem;
  background: #f4f5f7;
}
.p-page__back.__ptnone {
  padding-top: 0;
}
.p-page__contents {
  padding: 3.5rem 0 0;
}
.p-page__contents_inner {
  background: #fff;
}
.p-page__contents_inner.__round {
  border-radius: 1.6rem;
  padding: 1rem 1.5rem;
}
.p-page__contents_title {
  font-size: 1.6rem;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.p-page__contents_title.__train::before {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.9rem;
  background: url("../img/icon/train_title.svg") no-repeat center center/contain;
}
.p-page__contents_title.__bus::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1.23rem;
  background: url("../img/icon/bus_title.svg") no-repeat center center/contain;
}
.p-page__contents_iconlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.5rem;
}
.p-page__contents_iconlist.__center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-page__contents_iconlist.__center .p-page__contents_icon {
  padding: 1.1rem 0;
}
.p-page__contents_iconlist .p-page__contents_icon {
  width: 7.3rem;
  padding: 1.5rem 0 0;
}
.p-page__contents_iconlist .p-page__contents_list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-page__contents_list.__padding li a {
  padding: 1.9rem 0;
}
.p-page__contents_list.__bold li a {
  font-weight: 600;
}
.p-page__contents_list.__small li a {
  font-size: 1.6rem;
}
.p-page__contents_list.__icon li figure {
  width: 7.3rem;
}
.p-page__contents_list.__icon li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-page__contents_list.__number {
  counter-reset: number 0;
}
.p-page__contents_list.__number li a {
  position: relative;
  font-size: 1.5rem;
  padding: 1.4rem 0;
  color: #af2e45;
  padding-left: 3rem;
  line-height: 1;
}
.p-page__contents_list.__number li a::before {
  counter-increment: number 1;
  content: counter(number) ".";
  min-width: 1.5em;
  text-align: right;
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  position: absolute;
  left: 0;
  color: #af2e45;
}
.p-page__contents_list.__number li a::after {
  content: "";
  display: block;
  width: 0.6rem !important;
  height: 0.6rem !important;
  border-left: 0.15rem solid #af2e45;
  border-bottom: 0.15rem solid #af2e45;
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
  right: 0.2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: none;
}
.p-page__contents_list li {
  display: block;
  border-bottom: 0.15rem solid #e7e7e7;
}
.p-page__contents_list li:last-child {
  border-bottom: none;
}
.p-page__contents_list li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.2rem 0;
  font-size: 1.8rem;
  gap: 0.5rem;
  line-height: 1.3;
}
.p-page__contents_list li a::after {
  content: "";
  border: none;
  -webkit-transform: none !important;
  transform: none !important;
  width: 1rem !important;
  height: 1rem !important;
  display: inline-block;
  background: url("../img/icon/target_blank_red.svg") no-repeat center
    center/contain;
  position: static;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-page__contents_list li small {
  font-size: 1.3rem;
  line-height: 1;
  color: #4a4a4a;
  display: block;
  width: 100%;
}
.p-page__contents_list .important {
  font-size: 1.1rem;
}
.p-page__contact {
  padding: 2.5rem 0 2rem;
}
.p-page__contact + .p-page__contact {
  border-top: 0.15rem solid #e7e7e7;
}
.p-page__contact_title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
.p-page__contact_tel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
}
.p-page__contact_tel a {
  color: #af2e45;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.p-page__contact_tel a::before {
  content: "";
  display: block;
  width: 1.56rem;
  height: 1.71rem;
  background: url("../img/icon/tel.svg") no-repeat center center/contain;
}
.p-page__contact_tel a span {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-page__contact_text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0.7rem;
  padding-bottom: 0.8rem;
}
.p-page__detail {
  padding-bottom: 8rem;
}
.p-page__detail h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1.2rem;
  font-weight: 600;
}
.p-page__detail h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  font-weight: 600;
}
.p-page__detail p {
  font-size: 1.6rem;
  line-height: 1.4;
}
.p-page__detail p + ul {
  margin-top: 1rem;
}
.p-page__detail p + .p-page__detail p {
  margin-top: 1rem;
}
.p-page__detail ul {
  counter-reset: number 0;
}
.p-page__detail ul + ul {
  margin-top: 1rem;
}
.p-page__detail ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  padding-left: 3rem;
}
.p-page__detail ul li::before {
  counter-increment: number 1;
  content: "(" counter(number) ")";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  line-height: 1.4;
}
.p-page__detail ul li + li {
  margin-top: 0.5rem;
}
.p-page__detail ul.__large {
  counter-reset: number 1;
}
.p-page__detail ul.__large li {
  padding-left: 2rem;
}
.p-page__detail ul.__large li::before {
  counter-increment: number 1;
  content: counter(number);
}
.p-page__detail time {
  margin-top: 3.9rem;
  line-height: 1;
  display: block;
  text-align: right;
  font-size: 1.3rem;
}
.p-page__detail dl {
  padding: 1.8rem 0 1.6rem;
}
.p-page__detail dl:first-child {
  padding-top: 0;
}
.p-page__detail dl + dl {
  border-top: 0.15rem solid #e7e7e7;
}
.p-page__detail dl dt {
  font-weight: 600;
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.p-page__detail dl dd {
  font-size: 1.8rem;
  line-height: 1.5;
  display: block;
}
.p-page__detail dl dd a {
  display: inline-block;
  line-height: 1.5;
}
.p-page__detail_item {
  margin-top: 3.8rem;
}
.p-page__detail_contact {
  margin-top: 1.5rem;
  padding: 1.2rem 1.5rem 1rem;
  border: 0.15rem solid #a8a8a8;
}
.p-page__detail_contact p {
  line-height: 1.6;
}
.p-page__detail_contact a {
  color: #af2e45;
  line-height: 1.6;
  display: inline-block;
}
.p-purchase__step {
  position: relative;
}
.p-purchase__step.__step_01 .p-purchase__step_bar {
  width: 25%;
}
.p-purchase__step.__step_02 .p-purchase__step_bar {
  width: 50%;
}
.p-purchase__step.__step_03 .p-purchase__step_bar {
  width: 75%;
}
.p-purchase__step.__step_04 .p-purchase__step_bar {
  width: 100%;
}
.p-purchase__step_inner {
  position: relative;
  padding-top: 2.3rem;
  padding-bottom: 1.5rem;
}
.p-purchase__step_inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e5e6e8;
  border-radius: 1rem;
  width: 100%;
  height: 0.4rem;
}
.p-purchase__step_bar {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 1rem;
  height: 0.4rem;
  z-index: 1;
}
.p-purchase__step_bar::before,
.p-purchase__step_bar::after {
  content: "";
  height: 0.4rem;
  position: absolute;
  bottom: 0;
  display: block;
  border-radius: 1rem;
}
.p-purchase__step_bar::before {
  left: 0;
  width: 100%;
  background: #2c5fa3;
}
.p-purchase__step_bar::after {
  right: 0;
  width: 8.6rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, rgb(44, 95, 163)),
    color-stop(65%, rgb(32, 147, 228))
  );
  background: linear-gradient(
    90deg,
    rgb(44, 95, 163) 40%,
    rgb(32, 147, 228) 65%
  );
}
.p-purchase__step_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  counter-reset: number 0;
}
.p-purchase__step_list li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
}
.p-purchase__step_list li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
.p-purchase__step_list li::after {
  content: "";
  display: inline-block;
  width: 0.55rem;
  height: 1.5rem;
  background: url("../img/icon/arrow_left_step.svg") no-repeat center
    center/contain;
  -webkit-transform: translateX(0.95rem);
  transform: translateX(0.95rem);
}
.p-purchase__step_list li:last-child::after {
  display: none;
}
.p-purchase__ticket .c-btn__ticket {
  -webkit-filter: drop-shadow(0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.1));
}
.p-purchase__ticket_list {
  margin-top: 2rem;
}
.p-purchase__information {
  padding-bottom: 8rem;
}
.p-purchase__information.__right {
  text-align: right;
}
.p-purchase__information_check {
  padding-bottom: 4rem;
}
.p-purchase__information_select {
  border: 0.15rem solid #af2e45;
  padding: 3rem 1.5rem;
  background: #fcf2f2;
  border-radius: 1rem;
  margin: 4rem 0 3.4rem;
}
.p-purchase__information_select .c-btn__round {
  margin-top: 3rem;
}
.p-purchase__information_select_title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.2rem;
}
.p-purchase__information_card {
  margin-bottom: 3.5rem;
}
.p-purchase__information_card small {
  margin-top: 1.7rem;
}
.p-purchase__information_btn {
  margin-top: 4rem;
}
.p-purchase__information_btn a {
  margin: 3rem auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-purchase__information_btns .c-btn__round_border {
  margin-top: 3.4rem;
}
.p-purchase__information_btns .c-btn__round_border:first-child {
  margin-top: 0;
}
.p-purchase__information_btns_text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1.4rem;
}
.p-purchase__information_text {
  line-height: 1.5;
  font-size: 1.6rem;
  margin: 2rem auto 0;
  max-width: 32.2rem;
}
.p-purchase__information_text.__center {
  text-align: center;
}
.p-purchase__information_text.__mb {
  margin: 0 auto 1.5rem;
}
.p-purchase__header {
  padding-bottom: 2rem;
}
.p-purchase__header_title {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
}
.p-purchase__header_title small {
  font-size: 1.5rem;
}
.p-purchase__header_title .__regular {
  font-weight: 400;
}
.p-purchase__header_text {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.5;
  padding-left: 1.1em;
  margin: 0.5rem 0;
}
.p-purchase__header_text span {
  line-height: 1.5;
}
.p-purchase__header_text-last-child {
  margin-bottom: 0;
}
.p-purchase__header_text::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.5;
}
.p-purchase__header_text.__noicon {
  padding: 0;
}
.p-purchase__header_text.__noicon::before {
  display: none;
}
.p-purchase__header_card {
  margin-top: 1.9rem;
  padding-top: 1.9rem;
  border-top: 0.15rem solid #cacaca;
}
.p-purchase__header_card dt {
  display: block;
  font-weight: 600;
  margin-bottom: 1.4rem;
  line-height: 1;
}
.p-purchase__header_card dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}
.p-purchase__member_wrap {
  background: #f4f5f7;
}
.p-purchase__member {
  padding: 1.2rem 0;
  background: #fff;
}
.p-purchase__member.__mt {
  margin-top: 3rem;
}
.p-purchase__member_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.8rem;
}
.p-purchase__member_item * {
  line-height: 1.8;
}
.p-purchase__member_item dt::after {
  content: "：";
  line-height: 1.8;
}
.p-purchase__member_title {
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
}
.p-purchase__member_title button {
  font-weight: 400;
  font-size: 1.5rem;
}
.p-purchase__member_title.__large {
  font-size: 1.8rem;
  font-weight: 400;
}
.p-purchase__count.__mt {
  margin-top: 3rem;
}
.p-purchase__count.__survey {
  padding-bottom: 8rem;
}
.p-purchase__count_title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.p-purchase__count_item {
  margin-bottom: 4rem;
}
.p-purchase__count_item.__child .p-purchase__count_item_title {
  background: #cfac6d;
}
.p-purchase__count_item_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
}
.p-purchase__count_item_description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.p-purchase__count_item_description p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-purchase__count_item_description p b {
  display: block;
  font-weight: 600;
  line-height: 1.6;
}
.p-purchase__count_item_select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.p-purchase__count_item_select_text {
  font-size: 1.6rem;
  font-weight: 600;
}
.p-purchase__count_item_title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: #c94f56;
  padding: 0.7rem 1rem;
}
.p-purchase__count_info {
  background: #fcf2f2;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  margin-bottom: 2rem;
}
.p-purchase__count_info li {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
  font-size: 1.4rem;
}
.p-purchase__count_info li::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0.2em;
  left: 0;
  background: url("../img/icon/info_red.svg") no-repeat center center/contain;
}
.p-purchase__count_info li + li {
  margin-top: 0.2rem;
}
.p-purchase__result {
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#a8a8a8),
      color-stop(0.7rem, #a8a8a8),
      color-stop(0.7rem, transparent),
      color-stop(1rem, transparent)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#a8a8a8), color-stop(0.7rem, #a8a8a8), color-stop(0.7rem, transparent), color-stop(1rem, transparent)),
    -webkit-gradient(linear, right top, left top, from(#a8a8a8), color-stop(0.7rem, #a8a8a8), color-stop(0.7rem, transparent), color-stop(1rem, transparent)),
    -webkit-gradient(linear, left bottom, left top, from(#a8a8a8), color-stop(0.7rem, #a8a8a8), color-stop(0.7rem, transparent), color-stop(1rem, transparent));
  background-image: linear-gradient(
      to right,
      #a8a8a8,
      #a8a8a8 0.7rem,
      transparent 0.7rem,
      transparent 1rem
    ),
    linear-gradient(
      to bottom,
      #a8a8a8,
      #a8a8a8 0.7rem,
      transparent 0.7rem,
      transparent 1rem
    ),
    linear-gradient(
      to left,
      #a8a8a8,
      #a8a8a8 0.7rem,
      transparent 0.7rem,
      transparent 1rem
    ),
    linear-gradient(
      to top,
      #a8a8a8,
      #a8a8a8 0.7rem,
      transparent 0.7rem,
      transparent 1rem
    );
  background-size: 1rem 0.15rem, 0.15rem 1rem, 1rem 0.15rem, 0.15rem 1rem;
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  padding: 0.8rem 1.5rem;
}
.p-purchase__result.__total {
  padding: 1.5rem 1.5rem;
}
.p-purchase__result table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.6rem;
}
.p-purchase__result table td:nth-child(2) {
  text-align: center;
}
.p-purchase__result table td:last-child {
  text-align: right;
}
.p-purchase__result table tbody tr {
  border-bottom: 0.15rem solid #e7e7e7;
}
.p-purchase__result table tfoot td {
  font-weight: 600;
}
.p-purchase__result.__thanks {
  margin-top: 5.4rem;
}
.p-purchase__result.__mt {
  margin-top: 5.8rem;
}
.p-purchase__result_title {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-purchase__form {
  margin-top: 4rem;
}
.p-purchase__form.__mtnone {
  margin-top: 0;
}
.p-purchase__form.__confirm {
  margin: -1.5rem 0 2rem;
}
.p-purchase__form.__confirm .p-purchase__form_item {
  border-bottom: 0.15rem solid #e7e7e7;
  padding: 1.1rem 0;
}
.p-purchase__form.__confirm .p-purchase__form_item + .p-purchase__form_item {
  margin-top: 0;
}
.p-purchase__form.__confirm .p-purchase__form_item dt {
  margin-bottom: 0;
}
.p-purchase__form.__confirm .p-purchase__form_item dt .required::before {
  display: none;
}
.p-purchase__form_item + .p-purchase__form_item,
.p-purchase__form_item + .p-purchase__count_title {
  margin-top: 4rem;
}
.c-form__error + .p-purchase__form_item {
  margin-top: 2rem;
}
.p-purchase__form_item + .__mtsmall {
  margin-top: 1.5rem;
}
.p-purchase__form_item.__col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-purchase__form_item.__col2 + .__col2,
.c-form__error + .p-purchase__form_item.__col2 {
  margin-top: 1.2rem !important;
}
.p-purchase__form_item.__col2 dt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-purchase__form_item.__col2 dt .required {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.p-purchase__form_item.__col2 dt .required span {
  display: block;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  word-break: break-word;
}
.p-purchase__form_item.__col2 dd {
  width: 27.5rem;
}
.p-purchase__form_item dt {
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.p-purchase__form_item dt .required {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9rem;
}
.p-purchase__form_item dt .required::before {
  content: "必須";
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #dd8934;
  border-radius: 0.2rem;
  padding: 0 0.4rem;
}
.p-purchase__form_item dt .any {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9rem;
}
.p-purchase__form_item dt .any::before {
  content: "任意";
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #a8a8a8;
  border-radius: 0.2rem;
  padding: 0 0.4rem;
}
.p-purchase__form_item dd small {
  font-size: 1.3rem;
  display: block;
  line-height: 1.5rem;
  margin-top: 0.6rem;
}
.p-purchase__form_item dd small:first-child {
  margin: 0 0 0.6rem;
}
.p-purchase__form_item .__red {
  color: #c63032;
}
.p-purchase__form_card {
  margin: 2.5rem 0 3rem;
}
.p-purchase__form_card.active .p-purchase__form_card_title::after {
  -webkit-transform: rotate(-135deg) translate3d(-0.5rem, 0.2rem, 0);
  transform: rotate(-135deg) translate3d(-0.5rem, 0.2rem, 0);
}
.p-purchase__form_card_title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  color: #af2e45;
  font-weight: 600;
}
.p-purchase__form_card_title::before {
  content: "";
  display: inline-block;
  width: 1.522rem;
  height: 1.522rem;
  background: url("../img/icon/question.svg") no-repeat center center/contain;
}
.p-purchase__form_card_title::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.25rem solid #af2e45;
  border-bottom: 0.25rem solid #af2e45;
  -webkit-transform: rotate(45deg) translate3d(0.2rem, -0.5rem, 0);
  transform: rotate(45deg) translate3d(0.2rem, -0.5rem, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-purchase__form_card_detail_inner {
  margin-top: 1.5rem;
  background: rgba(201, 79, 86, 0.05);
  padding: 2rem 1.9rem;
  border-radius: 1rem;
}
.p-purchase__form_card_detail_inner p {
  line-height: 1.5;
  font-size: 1.6rem;
}
.p-purchase__form_card_detail_inner figure {
  width: 22.7rem;
  margin: 3rem auto;
}
.p-purchase__form_card_detail_inner figure figcaption {
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.p-purchase__form_text {
  background: #f4f5f7;
  padding: 1.5rem 1.3rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-purchase__form_info {
  margin-top: 1.5rem;
}
.p-purchase__form_info li {
  font-size: 1.4rem;
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
  color: #c63032;
}
.p-purchase__form_info li::before {
  content: "";
  width: 1.35rem;
  height: 1.35rem;
  display: inline-block;
  background: url("../img/icon/info_red_02.svg") no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 0.25em;
}
.p-purchase__form_file {
  height: 23rem;
  background: url("../img/ticket/card_dummy.webp") no-repeat center
    center/contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-purchase__form_file.__change {
  display: none;
  height: auto;
  background: none;
  margin-top: 3rem;
}
.p-purchase__form_file#select_img_label_wrap.active {
  display: none;
}
.p-purchase__form_file#select_img_label_change_wrap.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-purchase__form_file input {
  display: none;
}
.p-purchase__form_file label {
  border: 0.15rem solid #af2e45;
  background: #af2e45;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.4rem;
  width: 19rem;
  border-radius: 5rem;
}
.p-purchase__form_file label#select_img_label_change {
  background: #fff;
  color: #af2e45;
}
.p-purchase__form_preview {
  margin: 0 auto;
  max-width: 100%;
}
.p-purchase__form_error {
  color: #c70003;
}
.p-purchase__thanks.__pb {
  padding-bottom: 5rem;
}
.p-purchase__thanks_title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}
.p-purchase__thanks_text {
  line-height: 1.5;
  margin-top: 2rem;
}
.p-purchase__thanks_text.__center {
  text-align: center;
}
.p-purchase__thanks_text.__bold {
  font-weight: 600;
}
.p-purchase__thanks_img {
  margin: 4.3rem auto 5.4rem;
  width: 16.17rem;
  position: relative;
}
.p-purchase__thanks_img.__survey {
  width: 11.8rem;
}
.p-purchase__thanks_img.__survey::before {
  left: -1.5rem;
}
.p-purchase__thanks_img::before {
  content: "";
  display: block;
  width: 15rem;
  height: 15rem;
  background: rgba(207, 172, 109, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 3.5rem);
  bottom: 0;
  margin: auto;
  z-index: 0;
  border-radius: 100%;
  -webkit-animation: zoom_circle 1.5s linear infinite;
  animation: zoom_circle 1.5s linear infinite;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
}
.p-purchase__thanks_img img {
  position: relative;
  z-index: 1;
}
@-webkit-keyframes zoom_circle {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  1% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes zoom_circle {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  1% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
.p-purchase__thanks_subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.p-purchase__login {
  border-top: 0.15rem solid #f4f5f7;
  padding-top: 0;
}
.p-purchase__login a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  height: 7.5rem;
  background: #fff;
}
.p-purchase__serviceid {
  padding: 3.5rem 0 4rem;
}
.p-purchase__serviceid_title {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.p-purchase__serviceid_apple_notice{
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.p-purchase__serviceid_item button {
  border: 0.15rem solid #a8a8a8;
  height: 5.6rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  gap: 0.9rem;
  background: #fff;
  width: 100%;
  border-radius: 0.4rem;
}
.p-purchase__serviceid_item button::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/icon/service/google.webp") no-repeat center
    center/contain;
}
.p-purchase__serviceid_item.__apple button::before {
  background-image: url("../img/icon/service/apple.webp");
}
.p-purchase__serviceid_item.__line button::before {
  background-image: url("../img/icon/service/line.webp");
}
.p-purchase__serviceid_item.__facebook button::before {
  background-image: url("../img/icon/service/facebook.webp");
}
.p-purchase__serviceid_item.__yahoo button::before {
  background-image: url("../img/icon/service/yahoo.webp");
}
.p-purchase__serviceid_item.__yahoo #yconnectLogin {
  display: none;
}
.p-purchase__serviceid_item + .p-purchase__serviceid_item {
  margin-top: 1.5rem;
}
.p-purchase__complete {
  position: fixed;
  width: 100%;
  max-width: 37.5rem;
  top: 4.8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999999;
  background: #e6edf4;
  -webkit-animation: 0.5s 2.5s loading_hide forwards;
  animation: 0.5s 2.5s loading_hide forwards;
  border-bottom: 0.15rem solid #fff;
  text-align: center;
  color: #0f376d;
  opacity: 1;
}
.p-purchase__complete.active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.p-purchase__complete::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("../img/icon/close_02.svg") no-repeat center center/contain;
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  bottom: 0;
  margin: auto 0;
}
.p-purchase__complete p {
  height: 4.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
}
.p-purchase__complete_bar {
  position: relative;
  height: 0.4rem;
  width: 100%;
}
.p-purchase__complete_bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, rgb(44, 95, 163)),
    color-stop(70%, rgb(32, 147, 228))
  );
  background: linear-gradient(
    90deg,
    rgb(44, 95, 163) 50%,
    rgb(32, 147, 228) 70%
  );
  -webkit-animation: 2.5s 0s loading_bar forwards;
  animation: 2.5s 0s loading_bar forwards;
  z-index: 1;
}
.p-useticket {
  position: relative;
}
.p-useticket__ticket {
  position: relative;
  -webkit-filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.2));
}
.p-useticket__ticket .l-container {
  padding-bottom: 10rem;
  overflow: hidden;
}
.p-useticket__ticket.__main {
  background: #2c447b;
}
.p-useticket__ticket.__main .p-useticket__ticket_bg::before {
  background: #576b99;
}
.p-useticket__ticket.__main .p-useticket__ticket_bg svg path {
  fill: #576b99;
}
.p-useticket__ticket.__main .p-useticket__ticket_header_icon_train,
.p-useticket__ticket.__main .p-useticket__ticket_header_icon_bus,
.p-useticket__ticket.__main .p-useticket__ticket_header_icon_taxi {
  background-color: #2c447b;
}
.p-useticket__ticket.__train {
  background: #0a817a;
}
.p-useticket__ticket.__train .p-useticket__ticket_bg::before {
  background: #27a099;
}
.p-useticket__ticket.__train .p-useticket__ticket_bg svg path {
  fill: #27a099;
}
.p-useticket__ticket.__train .p-useticket__ticket_header_icon_train,
.p-useticket__ticket.__train .p-useticket__ticket_header_icon_bus,
.p-useticket__ticket.__train .p-useticket__ticket_header_icon_taxi {
  background-color: #0a817a;
}
.p-useticket__ticket.__train_bus {
  background: #0a817a;
}
.p-useticket__ticket.__train_bus .p-useticket__ticket_bg::before {
  background: #27a099;
}
.p-useticket__ticket.__train_bus .p-useticket__ticket_bg svg path {
  fill: #27a099;
}
.p-useticket__ticket.__train_bus .p-useticket__ticket_header_icon_train,
.p-useticket__ticket.__train_bus .p-useticket__ticket_header_icon_bus,
.p-useticket__ticket.__train_bus .p-useticket__ticket_header_icon_taxi {
  background-color: #0a817a;
}
.p-useticket__ticket.__bus {
  background: #11679d;
}
.p-useticket__ticket.__bus .p-useticket__ticket_bg::before {
  background: #478bb6;
}
.p-useticket__ticket.__bus .p-useticket__ticket_bg svg path {
  fill: #478bb6;
}
.p-useticket__ticket.__bus .p-useticket__ticket_header_icon_train,
.p-useticket__ticket.__bus .p-useticket__ticket_header_icon_bus,
.p-useticket__ticket.__bus .p-useticket__ticket_header_icon_taxi {
  background-color: #11679d;
}
.p-useticket__ticket.__plan {
  background: #cf643c;
}
.p-useticket__ticket.__plan .p-useticket__ticket_bg::before {
  background: #e28664;
}
.p-useticket__ticket.__plan .p-useticket__ticket_bg svg path {
  fill: #e28664;
}
.p-useticket__ticket.__plan .p-useticket__ticket_header_icon_train,
.p-useticket__ticket.__plan .p-useticket__ticket_header_icon_bus,
.p-useticket__ticket.__plan .p-useticket__ticket_header_icon_taxi {
  background-color: #cf643c;
}
.p-useticket__ticket.__special {
  background: #cfac6d;
}
.p-useticket__ticket.__special .p-useticket__ticket_bg::before {
  background: #576b99;
}
.p-useticket__ticket.__special .p-useticket__ticket_bg svg path {
  fill: #576b99;
}
.p-useticket__ticket.__special .p-useticket__ticket_header_icon_train,
.p-useticket__ticket.__special .p-useticket__ticket_header_icon_bus,
.p-useticket__ticket.__special .p-useticket__ticket_header_icon_taxi {
  background-color: #cfac6d;
}
.p-useticket__ticket.__onecoin_train {
  background: #909a43;
}
.p-useticket__ticket.__onecoin_train .p-useticket__ticket_bg::before {
  background: #abb74f;
}
.p-useticket__ticket.__onecoin_train .p-useticket__ticket_bg svg path {
  fill: #abb74f;
}
.p-useticket__ticket.__onecoin_train .p-useticket__ticket_header_icon_train,
.p-useticket__ticket.__onecoin_train .p-useticket__ticket_header_icon_bus,
.p-useticket__ticket.__onecoin_train .p-useticket__ticket_header_icon_taxi {
  background-color: #909a43;
}
.p-useticket__ticket.__onecoin_bus {
  background: #3d86a2;
}
.p-useticket__ticket.__onecoin_bus .p-useticket__ticket_bg::before {
  background: #59a9c7;
}
.p-useticket__ticket.__onecoin_bus .p-useticket__ticket_bg svg path {
  fill: #59a9c7;
}
.p-useticket__ticket.__onecoin_bus .p-useticket__ticket_header_icon_train,
.p-useticket__ticket.__onecoin_bus .p-useticket__ticket_header_icon_bus,
.p-useticket__ticket.__onecoin_bus .p-useticket__ticket_header_icon_taxi {
  background-color: #3d86a2;
}
.p-useticket__ticket.__ticket_pink {
  background: #c94c67;
}
.p-useticket__ticket.__ticket_pink .p-useticket__ticket_bg::before {
  background: #e47a91;
}
.p-useticket__ticket.__ticket_pink .p-useticket__ticket_bg svg path {
  fill: #e47a91;
}
.p-useticket__ticket.__ticket_pink .p-useticket__ticket_header_icon_train,
.p-useticket__ticket.__ticket_pink .p-useticket__ticket_header_icon_bus,
.p-useticket__ticket.__ticket_pink .p-useticket__ticket_header_icon_taxi {
  background-color: #c94c67;
}
.p-useticket__ticket.__ticket_purple {
  background: #57579d;
}
.p-useticket__ticket.__ticket_purple .p-useticket__ticket_bg::before {
  background: #7373b5;
}
.p-useticket__ticket.__ticket_purple .p-useticket__ticket_bg svg path {
  fill: #7373b5;
}
.p-useticket__ticket.__ticket_purple .p-useticket__ticket_header_icon_train,
.p-useticket__ticket.__ticket_purple .p-useticket__ticket_header_icon_bus,
.p-useticket__ticket.__ticket_purple .p-useticket__ticket_header_icon_taxi {
  background-color: #57579d;
}
.p-useticket__ticket.__all {
  background: #0a817a;
}
.p-useticket__ticket.__all .p-useticket__ticket_bg::before {
  background: #27a099;
}
.p-useticket__ticket.__all .p-useticket__ticket_bg svg path {
  fill: #27a099;
}
.p-useticket__ticket.__all .p-useticket__ticket_header_icon_train,
.p-useticket__ticket.__all .p-useticket__ticket_header_icon_bus,
.p-useticket__ticket.__all .p-useticket__ticket_header_icon_taxi {
  background-color: #0a817a;
}
.p-useticket__ticket.__expire {
  background: #0e366b;
}
.p-useticket__ticket.__expire .p-useticket__ticket_bg::before {
  background: #707070;
}
.p-useticket__ticket.__expire .p-useticket__ticket_bg svg path {
  fill: #707070;
}
.p-useticket__ticket.__expire .p-useticket__ticket_header_icon_train,
.p-useticket__ticket.__expire .p-useticket__ticket_header_icon_bus,
.p-useticket__ticket.__expire .p-useticket__ticket_header_icon_taxi {
  background-color: #0e366b;
}
.p-useticket__ticket.__allarea .p-useticket__ticket_header {
  background: #dec900;
}
.p-useticket__ticket.__allarea
  .p-useticket__ticket_header
  .p-useticket__ticket_header_title {
  color: #fff;
}
.p-useticket__ticket.__ishikawa .p-useticket__ticket_header {
  background: #5e8e48;
}
.p-useticket__ticket.__ishikawa
  .p-useticket__ticket_header
  .p-useticket__ticket_header_title {
  color: #fff;
}
.p-useticket__ticket.__asanogawa .p-useticket__ticket_header {
  background: #585a95;
}
.p-useticket__ticket.__asanogawa
  .p-useticket__ticket_header
  .p-useticket__ticket_header_title {
  color: #fff;
}
.p-useticket__ticket.__nishikane .p-useticket__ticket_header {
  background: #4b8d9f;
}
.p-useticket__ticket.__nishikane
  .p-useticket__ticket_header
  .p-useticket__ticket_header_title {
  color: #fff;
}
.p-useticket__ticket.__allarea .p-useticket__ticket_header_title {
  color: #000;
}
.p-useticket__ticket.__nishikane .p-useticket__ticket_header_icon_text {
  font-size: 2.2rem;
}
.p-useticket__ticket.__plan .p-useticket__ticket_header_icon_train,
.p-useticket__ticket.__onecoin_train .p-useticket__ticket_header_icon_train,
.p-useticket__ticket.__onecoin_bus .p-useticket__ticket_header_icon_train {
  background-color: #0a817a;
}
.p-useticket__ticket.__plan .p-useticket__ticket_header_icon_bus,
.p-useticket__ticket.__onecoin_train .p-useticket__ticket_header_icon_bus,
.p-useticket__ticket.__onecoin_bus .p-useticket__ticket_header_icon_bus {
  background-color: #11679d;
}
.p-useticket__ticket.__expire .l-container {
  padding-top: 4rem;
}
.p-useticket__ticket.__expire .p-useticket__ticket_bg svg {
  bottom: -4rem;
}
.p-useticket__ticket.__expire .p-useticket__ticket_contents {
  padding-bottom: 3rem;
}
.p-useticket__ticket.__expire .p-useticket__ticket_header_icon_train,
.p-useticket__ticket.__expire .p-useticket__ticket_header_icon_bus,
.p-useticket__ticket.__expire .p-useticket__ticket_header_icon_taxi {
  background-color: #4a4a4a;
}
.p-useticket__ticket.__special .p-useticket__time {
  text-shadow: 0 0 0.6rem #956c25;
}
.p-useticket__ticket.__special .p-useticket__character {
  width: 8.1rem;
}
.p-useticket__ticket.__special .p-useticket__bg_character.__bottom {
  top: 56%;
}
.p-useticket__ticket_expire {
  position: relative;
}
.p-useticket__ticket_expire figcaption {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  top: 3.5rem;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.3;
}
.p-useticket__time {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  font-size: 2rem;
  text-shadow: 0 0 0.6rem #0f376d;
  color: #fff;
  padding: 2rem 0 1rem;
  display: block;
}
.p-useticket__character {
  position: absolute;
  right: 1rem;
  top: -0.2rem;
  z-index: 10;
  width: 9.2rem;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation: useticket__character 1.8s linear infinite;
  animation: useticket__character 1.8s linear infinite;
}
@-webkit-keyframes useticket__character {
  0% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}
@keyframes useticket__character {
  0% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}
.p-useticket__ticket_inner {
  position: relative;
  overflow: hidden;
}
.p-useticket__ticket_bg {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-useticket__ticket_bg::before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 40%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.p-useticket__ticket_bg svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.p-useticket__ticket_contents {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding: 2.1rem;
  z-index: 1;
}
.p-useticket__ticket_contents.__simple .p-useticket__ticket_header {
  background: none;
  color: #fff;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  margin-bottom: 1.4rem;
}
.p-useticket__ticket_contents.__simple
  .p-useticket__ticket_header
  .p-useticket__ticket_header_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.4rem;
  border-radius: 0;
  background: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-useticket__ticket_contents.__simple
  .p-useticket__ticket_header
  .p-useticket__ticket_header_icon_train,
.p-useticket__ticket_contents.__simple
  .p-useticket__ticket_header
  .p-useticket__ticket_header_icon_bus,
.p-useticket__ticket_contents.__simple
  .p-useticket__ticket_header
  .p-useticket__ticket_header_icon_taxi {
  display: none;
}
.p-useticket__ticket_contents.__simple
  .p-useticket__ticket_header
  .p-useticket__ticket_header_icon_train.active,
.p-useticket__ticket_contents.__simple
  .p-useticket__ticket_header
  .p-useticket__ticket_header_icon_bus.active,
.p-useticket__ticket_contents.__simple
  .p-useticket__ticket_header
  .p-useticket__ticket_header_icon_taxi.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-useticket__ticket_contents.__simple .p-useticket__ticket_body {
  border-radius: 1.2rem;
  margin-top: 1rem;
}
.p-useticket__ticket_header {
  background: #dec900;
  padding: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9rem;
  border-radius: 1.2rem 1.2rem 0 0;
}
.p-useticket__ticket_header_icon {
  width: 5rem;
  height: 5.6rem;
  border-radius: 0.7rem;
  overflow: hidden;
  background: #fff;
}
.p-useticket__ticket_header_icon_train,
.p-useticket__ticket_header_icon_bus,
.p-useticket__ticket_header_icon_taxi {
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/icon/train.svg") no-repeat center center/contain;
  opacity: 0.5;
  border-radius: 0.4rem;
}
.p-useticket__ticket_header_icon_train.active,
.p-useticket__ticket_header_icon_bus.active,
.p-useticket__ticket_header_icon_taxi.active {
  opacity: 1;
}
.p-useticket__ticket_header_icon_bus {
  background-image: url("../img/icon/bus.svg");
}
.p-useticket__ticket_header_icon_taxi {
  background-image: url("../img/icon/taxi.svg");
}
.p-useticket__ticket_header_icon_img {
  width: 100%;
  height: 2.5rem;
  background: #0a817a url("../img/icon/train.svg") no-repeat center
    center/contain;
}
.p-useticket__ticket_header_icon_img.__bus {
  background-image: url("../img/icon/bus.svg");
  background-color: #11679d;
}
.p-useticket__ticket_header_icon_img.__taxi {
  background-image: url("../img/icon/taxi.svg");
  background-color: #11679d;
}
.p-useticket__ticket_header_icon_text {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.1rem;
}
.p-useticket__ticket_header_title {
  font-size: 2.2rem;/*hcom 2.0⇒2.2*/
  font-weight: 700;
  line-height: 1.3;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-useticket__ticket_header_title small {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
.p-useticket__ticket_header_title small.__wide {
  display: block;
  width: 100%;
}
.p-useticket__ticket_header_title .__area {
  font-weight: 600;
  line-height: 1.3;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.4rem;
}
.p-useticket__ticket_header_text {
  display: none;
}
.p-useticket__ticket_body {
  background: #fff;
  border-radius: 0 0 1.2rem 1.2rem;
  padding: 2rem 2rem 1.5rem;
}
.p-useticket__ticket_qrcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.p-useticket__ticket_qrcode_title,
.p-useticket__ticket_detail_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 11.5rem;
  text-align: center;
}
.p-useticket__ticket_qrcode_title.__warning,
.p-useticket__ticket_detail_title.__warning {
  color: #c70003;
}
.p-useticket__ticket_qrcode_title .year,
.p-useticket__ticket_detail_title .year {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  width: 100%;
  display: inline-block;
  margin-bottom: 0.4rem;
}
.p-useticket__ticket_qrcode_title .date,
.p-useticket__ticket_detail_title .date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  width: 100%;
}
.p-useticket__ticket_qrcode_title .time,
.p-useticket__ticket_detail_title .time {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
}
.p-useticket__ticket_qrcode_title .seconds,
.p-useticket__ticket_detail_title .seconds {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
.p-useticket__ticket_qrcode_title small,
.p-useticket__ticket_detail_title small {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.4rem 0.5rem;
  line-height: 1;
  margin-top: 1rem;
  border: 0.15rem solid #707070;
  font-weight: 600;
  color: #000;
}
.p-useticket__ticket_qrcode_img {
  width: 14rem;
}
.p-useticket__ticket_detail {
  margin-bottom: 2.8rem;
}
.p-useticket__ticket_detail .p-useticket__ticket_detail_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  max-width: 100%;
}
.p-useticket__ticket_detail .p-useticket__ticket_detail_title .year {
  font-size: 2rem;
  padding-top: 0.5rem;
}
.p-useticket__ticket_detail .p-useticket__ticket_detail_title .date {
  font-size: 5.2rem;
  line-height: 0.8;
}
.p-useticket__ticket_detail .p-useticket__ticket_detail_title .time {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 5.2rem;
  padding: 2rem 0 0.5rem;
}
.p-useticket__ticket_detail .p-useticket__ticket_detail_title .seconds {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  padding: 2rem 0 0.5rem;
}
.p-useticket__ticket_detail .p-useticket__ticket_detail_title small {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.1rem 1.2rem 0;
  line-height: 1.5;
}
.p-useticket__ticket_detail_text {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.3;
}
.p-useticket__ticket_count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem;
}
.p-useticket__ticket_count dl {
  width: 12.6rem;
  text-align: center;
}
.p-useticket__ticket_count dl dt {
  display: block;
  color: #fff;
  background: #c94f56;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.2rem 0 0.1rem;
}
.p-useticket__ticket_count dl dt .en {
  display: none;
}
.p-useticket__ticket_count dl dd {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 1;
  padding-top: 0.8rem;
}
.p-useticket__ticket_count dl.__child dt {
  background: #cfac6d;
}
.p-useticket__ticket_count dl.__child dt {
  background: #cfac6d;
}
.p-useticket__ticket_count dl.__count {
  display: block !important;
}
.p-useticket__ticket_count dl.__count dt {
  background: #0f376d;
  width: auto !important;
  padding-bottom: 0 !important;
}
.p-useticket__ticket_count dl.__coin dt {
  display: none;
}
.p-useticket__ticket_count dl.__coin dd {
  padding-top: 0;
  margin: -0.5rem auto -0.5rem;
  text-align: center;
}
.p-useticket__ticket_count dl.__coin dd img {
  display: inline-block;
  width: auto;
  max-height: 9.1rem;
}
.p-useticket__ticket_count dl.__btn {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 !important;
}
.p-useticket__ticket_count dl.__btn dt {
  color: #000;
  font-weight: 400;
  background: #fff;
  width: 100% !important;
}
.p-useticket__ticket_count dl.__btn dd {
  padding-top: 0.2rem;
  width: 100%;
}
.p-useticket__ticket_count dl.__btn .c-btn__round a,
.p-useticket__ticket_count dl.__btn .c-btn__round button,
.p-useticket__ticket_count dl.__btn .c-btn__round .c-btn__inner {
  width: 100%;
}
.p-useticket__ticket_used {
  margin-top: 1rem;
}
.p-useticket__ticket_used dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.p-useticket__ticket_used dl dt,
.p-useticket__ticket_used dl dd {
  line-height: 1.3;
}
.p-useticket__ticket_used .c-btn__round a,
.p-useticket__ticket_used .c-btn__round button,
.p-useticket__ticket_used .c-btn__round .c-btn__inner {
  width: 19.2rem;
  height: 4.7rem;
}
.p-useticket__ticket_footer {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  padding: 0 0 2rem;
  line-height: 1;
}
.p-useticket__ticket_footer_back {
  margin-top: 4rem;
}
.p-useticket__bg_character {
  position: absolute;
  width: 25.3rem;
  -webkit-animation: character_rotate 15s linear infinite;
  animation: character_rotate 15s linear infinite;
  z-index: -1;
}
.p-useticket__bg_character.__top {
  left: -11rem;
  top: -7rem;
}
.p-useticket__bg_character.__bottom {
  right: -15rem;
  top: 55%; /*hcom*/
}
@-webkit-keyframes character_rotate {
  from {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes character_rotate {
  from {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
#searchLocationBtn {
  overflow: hidden;
  text-indent: 300%;
  white-space: nowrap;
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  -webkit-filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.25));
  background: url("../img/icon/map.png") no-repeat center center/contain;
  border: none;
  position: absolute;
  top: 1.7rem;
  left: 1.4rem;
  z-index: 100;
}
.p-machimap {
  position: relative;
}
.p-machimap__header {
  padding: 1.8rem 0;
  -webkit-filter: drop-shadow(0 0 0.7rem rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 0 0.7rem rgba(0, 0, 0, 0.12));
  border-bottom: 0.15rem solid #d0d0d0;
}
.p-machimap__header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-machimap__header_item.__select {
  width: 28.6rem;
}
.p-machimap__header_item.__btn {
  width: 4.4rem;
  height: 100%;
}
.p-machimap__header_item button {
  position: relative;
  overflow: hidden;
  text-indent: 300%;
  white-space: nowrap;
  border: none;
  width: 4.4rem;
  height: 4.8rem;
  display: block;
  background: url("../img/icon/search.svg") no-repeat top 33% center/2.54rem
    auto;
}
.p-machimap__header_item button small {
  color: #af2e45;
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 1.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#map_canvas {
  width: 100%;
  height: 60.6rem;
}
#map_canvas .areaLabel {
  background: #fff;
  border: 0.15rem solid #000;
  padding: 0.2rem;
  line-height: 1.3;
  font-size: 1.1rem;
}
.p-form__item {
  padding: 4rem 0 0;
  background: #f4f5f7;
}
.p-form__item.__dummy {
  padding: 8rem 0;
}
.p-form__item_inner {
  background: #fff;
}
.p-form__item_inner.__padding {
  padding: 2rem 0;
}
.p-form__item_title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.p-form__list li + li {
  border-top: 0.15rem solid #e7e7e7;
}
.p-form__list.__checkbox label {
  padding: 2rem 0;
  line-height: 1;
}
.p-form__list.__checkbox label::before {
  top: 2.2rem !important;
}
.p-form__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.p-form__checkbox_wrap {
  border-top: 0.15rem solid #e7e7e7;
}
.p-form__checkbox + .p-form__checkbox_wrap {
  margin-top: 2rem;
}
.p-form__checkbox_text {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 1.5rem 0 1.2rem;
}
.p-event__search {
  padding: 3rem 0;
}
.p-event__search_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.15rem solid #a8a8a8;
  border-radius: 0.4rem;
  margin-bottom: 2rem;
  -webkit-filter: drop-shadow(0 0.2rem 0 rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0.2rem 0 rgba(0, 0, 0, 0.06));
  background: #fff;
}
.p-event__search_item.__date {
  width: 7.2rem;
}
.p-event__search_item.__select {
  position: relative;
  width: 27.3rem;
}
.p-event__search_item.__select::before {
  content: "";
  display: block;
  width: 0.15rem;
  background: #e7e7e7;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}
.p-event__search_item .c-form__selectbox select {
  -webkit-filter: none;
  filter: none;
}
.p-event__search_item button {
  height: 4.8rem;
  width: 7.2rem;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0 0.5rem;
  border: none;
  color: #af2e45;
  display: block;
  background: #fff;
  border-radius: 0.4rem;
}
.p-event__search_item button img {
  width: 2.1rem;
  margin: 0 auto 0.4rem;
}
.p-event__search_item button span {
  font-size: 1.1rem;
  color: #af2e45;
  line-height: 1;
  display: block;
}
.p-event__search_item button.active span {
  color: #000;
  line-height: 1.3;
  font-size: 1.4rem;
}
.p-event__search_item input.pseudo_hidden {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.p-event__search_bottom {
  position: relative;
  margin-top: 2rem;
}
.p-event__search_bottom_reset {
  position: absolute;
  right: 0;
  top: 0.3rem;
  z-index: 10;
}
.p-event__search_bottom_reset input[type="reset"] {
  display: none;
}
.p-event__search_bottom_reset input[type="reset"] + label {
  color: #0f376d;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0;
}
.p-event__search_bottom_reset input[type="reset"] + label::before {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.5rem;
  background: url("../img/icon/reset.svg") no-repeat center center/contain;
}
.p-event__archive {
  padding: 2.7rem 0 4rem;
  background: #f4f5f7;
}
.p-event__archive.__mt {
  padding-top: 1rem;
}
.p-event__archive_lang {
  display: none;
  color: #c70003;
  background: #fcf2f2;
  border-radius: 1rem;
  padding: 1rem;
  line-height: 1.5;
  margin-top: 3rem;
}
.p-event__archive_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 2rem;
}
.p-event__archive_header p {
  font-size: 1.4rem;
  line-height: 1;
}
.p-event__archive_header_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.p-event__archive_header_btn a {
  position: relative;
  display: block;
  font-size: 1.3rem;
  padding: 0 0.5rem;
}
.p-event__archive_header_btn a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  color: #707070;
  background: #707070;
}
.p-event__archive_header_btn a.active {
  color: #af2e45;
}
.p-event__archive_header_btn a.active::after {
  height: 0.2rem;
  background: #af2e45;
}
.p-event__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.1rem 1.9rem;
  -webkit-filter: drop-shadow(0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0.3rem 0.3rem 0.7rem rgba(0, 0, 0, 0.05));
}
.p-event__list_item {
  position: relative;
  width: 16.3rem;
}
.p-event__list_item a {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  background: #fff;
  color: #000;
}
.p-event__list_item.__card {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  background: #fff;
  color: #000;
}
.p-event__list_item_inner {
  padding: 1.5rem 1.2rem;
}
.p-event__list_img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 10.9rem;
}
.p-event__list_date {
  position: absolute;
  left: 1rem;
  top: 0;
  background: #fff;
  padding: 0.3rem 0.5rem 0.5rem;
  border-radius: 0 0 0.6rem 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-event__list_date_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-event__list_date_item + .p-event__list_date_item {
  padding-left: 1rem;
}
.p-event__list_date_item + .p-event__list_date_item::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.2rem;
  background: #707070;
  position: absolute;
  left: 0.25rem;
  top: -1rem;
  bottom: 0;
  margin: auto 0;
}
.p-event__list_date_item .date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 2rem;
  margin-bottom: 0.2rem;
}
.p-event__list_date_item .date * {
  line-height: 1;
}
.p-event__list_date_item .date .month {
  padding-bottom: 1rem;
}
.p-event__list_date_item .date .day {
  padding: 1rem 0 0 0.2rem;
}
.p-event__list_date_item .date::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.1rem;
  background: #707070;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-51deg);
  transform: rotate(-51deg);
}
.p-event__list_date_item .year {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 500;
}
.p-event__list_item_title {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.8rem;
  min-height: 4rem;
  font-size: 1.5rem;
}
.p-event__list_item_title .important {
  font-size: 1rem;
  padding: 0 0;
  width: 3rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.p-event__list_item_text {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
  font-size: 1.3rem;
}
.p-event__navi {
  position: relative;
  background: #fff;
  padding: 2rem 0;
  gap: 0;
}
.p-event__navi_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 1.2rem;
}
.p-event__navi_btns .c-btn__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-event__navi_btns .c-btn__arrow.__prev {
  left: 0;
}
.p-event__navi_btns .c-btn__arrow.__next {
  right: 0;
}
.p-event__navi_btn {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0);
  padding: 0 0.4rem;
  background: none;
  line-height: 1.3;
  color: #4a4a4a;
}
.p-event__navi_btn.active {
  color: #af2e45;
  border-color: #af2e45;
}
.p-event__archive_title {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}
.p-event__archive_none {
  padding: 6rem 0;
  text-align: center;
}
.p-event__archive_none_title {
  font-size: 1.8rem;
  color: #797878;
  font-weight: 600;
  line-height: 1.5;
}
.p-event__archive_none_img {
  margin: 2rem auto;
  width: 11.5rem;
}
.p-event__archive_none_text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #797878;
}
.p-survey__form {
  counter-reset: number 0;
}
.p-survey__form.__pb {
  padding-bottom: 2.5rem;
}
.p-survey__form_title {
  background: rgba(158, 173, 206, 0.5);
  font-weight: 600;
  padding: 1rem 1.5rem;
  line-height: 1.5;
}
.p-survey__form_item {
  padding: 2rem 0;
}
.p-survey__form_item + .p-survey__form_item {
  border-top: 0.15rem solid #e7e7e7;
}
.p-survey__form_item .p-survey__form_question dt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.p-survey__form_item .p-survey__form_question dt .__number {
  display: inline-block;
  padding: 0 1rem;
  line-height: 1.6;
  border-radius: 0.3rem;
  border: 0.15rem solid #868fd1;
  font-size: 1.3rem;
  font-weight: 600;
  color: #5460be;
}
.p-survey__form_item .p-survey__form_question dt label {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-survey__form_item .p-survey__form_question dt small {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  display: inline-block;
  margin-left: 1rem;
}
.p-survey__form_item .p-survey__form_question.__disable dt {
  color: #b1b1b1;
  margin-bottom: 0;
}
.p-survey__form_item .p-survey__form_question.__disable dt label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-survey__form_item .p-survey__form_question.__disable dd {
  display: none;
}
.p-survey__form_present_inner {
  background: #f8f6f1;
  border-radius: 1rem;
  padding: 1.5rem 2rem 3rem;
  margin-top: 2rem;
}
.p-survey__form_present_inner p {
  line-height: 1.5;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
.p-survey__form_present_inner a {
  line-height: 1.5;
  color: #af2e45;
  margin-top: 1rem;
  display: inline-block;
}
.p-survey__form_present_inner dl {
  margin-top: 2rem;
}
.p-survey__form_present_inner dl dt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.p-survey__form_present_inner dl dt small {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
}
.p-transportation {
  counter-reset: number 0;
}
.p-transportation__area#A .p-transportation__title {
  background: #2759b2;
}
.p-transportation__area#B .p-transportation__title {
  background: #ba4f8b;
}
.p-transportation__area#C .p-transportation__title {
  background: #8bb9b5;
}
.p-transportation__area#D .p-transportation__title {
  background: #d4b327;
}
.p-transportation__area#E .p-transportation__title {
  background: #937e40;
}
.p-transportation__area#F .p-transportation__title {
  background: #d55d3c;
}
.p-transportation__area#G .p-transportation__title {
  background: #279c7c;
}
.p-transportation__area#H .p-transportation__title {
  background: #904187;
}
.p-transportation__area#I .p-transportation__title {
  background: #bf7f1c;
}
.p-transportation__area#J .p-transportation__title {
  background: #1b3f79;
}
.p-transportation__title {
  position: relative;
  padding: 1.2rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}
.p-transportation__title::before {
  counter-increment: number 1;
  content: counter(number) ".";
  line-height: 1.3;
}
.p-transportation__title small {
  display: block;
  width: 100%;
  line-height: 1;
  font-weight: normal;
  font-size: 1.4rem;
  padding-left: 2.2rem;
}
.p-transportation__title .id {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0.6rem;
  width: 2.8rem;
  height: 2.8rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  border: 0.15rem solid #fff;
  margin: auto 0;
  top: 0;
  bottom: 0;
}
.p-transportation__title_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
}
.p-transportation__area_inner {
  padding: 2rem 0 6rem;
}
.p-transportation__area_img {
  position: relative;
}
.p-transportation__area_img::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: url("../img/icon/zoom_02.svg") no-repeat center center/contain;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
}
.p-howto__item {
  border: 0.15rem solid #a8a8a8;
  border-radius: 0.4rem;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 0.2rem 0 rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 0.2rem 0 rgba(0, 0, 0, 0.06));
}
.p-howto__item + .p-howto__item {
  margin-top: 1.5rem;
}
.p-howto__item.active .p-howto__item_title::after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: calc(50% - 0.45rem);
}
.p-howto__item_title {
  position: relative;
  background: #f4f5f7;
  padding: 1.5rem;
  line-height: 1;
  font-weight: 600;
  font-size: 1.6rem;
}
.p-howto__item_title::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-left: 0.25rem solid #003260;
  border-bottom: 0.25rem solid #003260;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.7rem);
}
.p-howto__item_contents {
  counter-reset: number 0;
  padding: 1.5rem 1.5rem;
}
.p-howto__item_contents_step {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.2rem;
  padding-bottom: 3rem;
}
.p-howto__item_contents_step::before {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  counter-increment: number 1;
  content: counter(number) "";
  line-height: 1;
  color: #fff;
  width: 2.6rem;
  height: 2.6rem;
  background: #cfac6d;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.p-howto__item_contents_step::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  left: 1.25rem;
  top: 0;
  z-index: 1;
  opacity: 1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a8a8a8),
    color-stop(50%, #fff),
    to(#fff)
  );
  background-image: linear-gradient(to bottom, #a8a8a8, #fff 50%, #fff 100%);
  background-size: 0.8rem 0.8rem;
  background-repeat: repeat-y;
  background-position: left top;
}
.p-howto__item_contents_step:last-child::after,
.p-howto__item_contents_step.__border_none::after {
  display: none;
}
.p-howto__item_contents_step div {
  width: 27.7rem;
}
.p-howto__item_contents_step p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-howto__item_contents_step figure {
  margin: 1rem 0 0;
}
.p-howto__item_contents_step + .p-howto__item_contents_title {
  margin-top: 2rem;
}
.p-howto__item_contents_title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 1rem 0 1.5rem;
}
.p-howto__item_contents_subtitle {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
html[lang="en"] .p-home__tab li {
  width: auto;
}
html[lang="en"] .p-home__tab li a {
  letter-spacing: normal;
}
html[lang="en"] .p-home__mainv_link li .text {
  line-height: 1.5;
  max-width: 25rem;
}
html[lang="en"] .p-home__mainv_link li a .new {
  position: absolute;
  right: 15rem;
  bottom: 1.2rem;
}
html[lang="en"] .p-home__mainv_sightseeing_text {
  font-size: 1.1rem;
  bottom: 0.8rem;
  line-height: 1.2;
}
html[lang="en"] .p-home__mainv_sightseeing_text small {
  display: none;
}
html[lang="en"] .p-home__mainv_sightseeing_text .__target_blank {
  padding: 0;
}
html[lang="en"] .p-home__info_text a .info {
  width: 5.9rem;
}
html[lang="en"] .p-ticket__select {
  display: block;
}
html[lang="en"] .p-event__archive_lang {
  display: block;
}
html[lang="en"] .l-pageheader__title span {
  line-height: 1.2;
  text-align: center;
}
html[lang="en"] .p-purchase__step_list li {
  position: relative;
  font-size: 1rem;
  line-height: 1.3;
  width: 23%;
  gap: 0.5rem;
}
html[lang="en"] .p-purchase__step_list li:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: none;
  transform: none;
}
html[lang="en"] .p-purchase__form_item dt .required::before {
  content: "required";
}
html[lang="en"] .p-purchase__form_item dt .any::before {
  content: "optional";
}
html[lang="en"] .p-purchase__form_item.__col2 dd {
  width: 25.5rem;
}
html[lang="en"] .p-purchase__information_card .__card + small {
  display: block;
}
html[lang="en"] .p-purchase__header_text {
  padding-left: 0.3em;
}
html[lang="en"] .p-purchase__header_text::before {
  content: "*";
}
html[lang="en"] .p-purchase__result table {
  table-layout: auto;
}
html[lang="en"] .p-follow__ticket_special_header_text {
  max-width: 90%;
}
html[lang="en"] .c-btn__ticket_ribon span {
  -webkit-transform: rotate(-45deg) translate(-1.9rem, -1.1rem);
  transform: rotate(-45deg) translate(-1.9rem, -1.1rem);
}
html[lang="en"] .p-follow__ticket_ribon span {
  -webkit-transform: rotate(-45deg) translate(-1.4rem, -0.8rem);
  transform: rotate(-45deg) translate(-1.4rem, -0.8rem);
}
html[lang="en"] .c-table__list dt {
  width: 13.1rem;
}
html[lang="en"] .c-btn__round a,
html[lang="en"] .c-btn__round .c-btn__inner,
html[lang="en"] .c-btn__round button,
html[lang="en"] .c-btn__round_border a,
html[lang="en"] .c-btn__round_border .c-btn__inner,
html[lang="en"] .c-btn__round_border button {
  padding: 0 1rem;
  line-height: 1.3;
}
html[lang="en"] .c-form__selectbox.__count {
  width: 10rem;
}
html[lang="en"] .c-form__selectbox.__month select {
  width: 9rem;
}
html[lang="en"] .c-form__selectbox.__year select {
  width: 13rem;
}
html[lang="en"] .c-btn__buy.__use a {
  gap: 0.4rem;
}
html[lang="en"] .c-btn__buy.__use a .important {
  margin-left: 0;
}
html[lang="en"]
  .p-useticket__ticket_contents.__simple
  .p-useticket__ticket_header_text {
  padding: 0;
}
html[lang="en"] .p-useticket__ticket_detail {
  margin-bottom: 1.8rem;
}
html[lang="en"] .p-useticket__ticket_count dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
html[lang="en"] .p-useticket__ticket_count dl dt {
  padding-bottom: 0.4rem;
  width: 6.5rem;
}
html[lang="en"] .p-useticket__ticket_count dl dt .en {
  display: block;
  line-height: 1;
  font-weight: 700;
}
html[lang="en"] .p-useticket__ticket_count dl dd {
  padding-top: 0;
  line-height: 0.8;
}
html[lang="en"] .p-useticket__ticket_count dl.__count,
html[lang="en"] .p-useticket__ticket_count dl.__btn {
  margin-top: 1rem;
}
html[lang="en"] .p-useticket__ticket_count dl.__count dd,
html[lang="en"] .p-useticket__ticket_count dl.__btn dd {
  padding-top: 0.8rem;
  line-height: 1;
}
html[lang="en"] .p-useticket__ticket_header {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html[lang="en"] .p-useticket__ticket_header_text {
  display: block;
  width: 100%;
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.5rem;
  color: #fff;
  padding: 0 1.5rem 0.5rem;
}
html[lang="en"] .p-useticket__ticket_header_text small {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  display: block;
}
