@charset "UTF-8";
/*
1.Basics Styling
-tag sets
-layout
-utility
-animation
*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: clamp(5.75rem, 2.5213133641rem + 8.7557603687vw, 8.125rem);
}

#privace {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: min(3.7333333333vw, 16px);
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-feature-settings: "palt";
  line-height: 1.7;
  color: #222222;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}
#privace *, #privace ::before, #privace ::after, #privace *:where(:any-link, :enabled, summary):hover, #privace *:where(:any-link, :enabled, summary):hover::before, #privace *:where(:any-link, :enabled, summary):hover::after {
  box-sizing: border-box;
  transition: text-decoration 0.4s, transform 0.4s, background-color 0.4s, background-image 0.4s, background-position 0.4s, background-size 0.4s, background 0.4s, color 0.4s -0.1s, border 0.4s, opacity 0.4s, filter 0.4s;
}
#privace *[aria-hidden=true] {
  display: none;
}
#privace img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#privace a {
  text-decoration: none;
  color: inherit;
}
#privace a:has(img) {
  display: block;
}
#privace a[role=button] {
  display: block;
}
#privace a[role=link] {
  text-decoration: underline;
}
#privace a[role=link][href^="mailto:"] {
  color: #691D3A;
}
#privace a[aria-disabled=true] {
  pointer-events: none;
  filter: opacity(50%) saturate(50%);
}
#privace strong {
  font-weight: bold;
  color: #816337;
}
#privace ul li {
  list-style: none;
}
#privace select {
  cursor: pointer;
}
#privace fieldset {
  border: none;
}
#privace ::-webkit-scrollbar {
  display: none;
}
@media (hover: hover) {
  #privace a:any-link:hover {
    filter: saturate(180%);
  }
  #privace button:enabled:hover {
    filter: saturate(180%);
  }
  #privace .btn:where(:any-link, :enabled, summary):hover,
  #privace *[role=button]:hover {
    filter: saturate(180%);
  }
}
#privace label:focus-within:has(input) {
  outline: #0D6ED0 solid 2px;
  outline-color: #0D6ED0 !important;
}
#privace label:focus-within:has(input) input:focus-visible {
  outline: none;
}
#privace .container {
  width: min(91.5vw, 1020px);
  margin: 0 auto;
}
#privace .container-inner {
  padding: clamp(0.5rem, -3.918202765rem + 11.9815668203vw, 3.75rem);
}
#privace .container-inner:last-child {
  padding-bottom: 0;
}
#privace .container.container-first {
  padding-top: min(16vw, 100px);
}
#privace main {
  position: relative;
}
#privace main section {
  padding-bottom: min(16vw, 100px);
}
#privace main section:last-child {
  padding-bottom: 0;
}
#privace .bg-highlight {
  background-color: #F7F4F5;
}
#privace .bg-guide {
  background-color: #FBF8F3;
}
#privace .bg-gold {
  background-color: #816337;
}

@media screen and (max-width: 768px) {
  .flex-sp {
    display: flex;
  }
  .flex-sp-bw {
    justify-content: space-between;
  }
  .disp-sp {
    display: block;
  }
  .disp-sp-no {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .flex-tab {
    display: flex;
  }
  .flex-tab-bw {
    justify-content: space-between;
  }
  .disp-tab {
    display: block;
  }
  .disp-tab-no {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .flex-pc {
    display: flex;
  }
  .flex-pc-bw {
    justify-content: space-between;
  }
  .disp-pc {
    display: block;
  }
  .disp-pc-no {
    display: none;
  }
}
@media screen and (min-width: 1367px) {
  .flex-large {
    display: flex;
  }
  .flex-large-bw {
    justify-content: space-between;
  }
  .disp-large {
    display: block;
  }
  .disp-large-no {
    display: none;
  }
}
.page-divider {
  opacity: 0.2;
  margin-block: clamp(0.5rem, -3.918202765rem + 11.9815668203vw, 3.75rem);
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.fade-up {
  animation: fade-up 1.6s 0s forwards;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
}
.scroll-infinity__item-1 {
  width: 100vw;
}
@media screen and (min-width: 769px) {
  .scroll-infinity__item-1 {
    width: 50vw;
  }
}
@media screen and (min-width: 1367px) {
  .scroll-infinity__item-1 {
    width: 33.3333333333vw;
  }
}
.scroll-infinity__item-2 {
  width: 50vw;
}
@media screen and (min-width: 769px) {
  .scroll-infinity__item-2 {
    width: 25vw;
  }
}
@media screen and (min-width: 1367px) {
  .scroll-infinity__item-2 {
    width: 16.6666666667vw;
  }
}
.scroll-infinity__item-3 {
  width: 33.3333333333vw;
}
@media screen and (min-width: 769px) {
  .scroll-infinity__item-3 {
    width: 16.6666666667vw;
  }
}
@media screen and (min-width: 1367px) {
  .scroll-infinity__item-3 {
    width: 11.1111111111vw;
  }
}
.scroll-infinity__item-4 {
  width: 25vw;
}
@media screen and (min-width: 769px) {
  .scroll-infinity__item-4 {
    width: 12.5vw;
  }
}
@media screen and (min-width: 1367px) {
  .scroll-infinity__item-4 {
    width: 8.3333333333vw;
  }
}
.scroll-infinity__item-5 {
  width: 20vw;
}
@media screen and (min-width: 769px) {
  .scroll-infinity__item-5 {
    width: 10vw;
  }
}
@media screen and (min-width: 1367px) {
  .scroll-infinity__item-5 {
    width: 6.6666666667vw;
  }
}
.scroll-infinity__item-6 {
  width: 16.6666666667vw;
}
@media screen and (min-width: 769px) {
  .scroll-infinity__item-6 {
    width: 8.3333333333vw;
  }
}
@media screen and (min-width: 1367px) {
  .scroll-infinity__item-6 {
    width: 5.5555555556vw;
  }
}
.scroll-infinity .ltr {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity .rtl {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.scroll-infinity:hover .ltr {
  animation-play-state: paused;
}
.scroll-infinity:hover .rtl {
  animation-play-state: paused;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translate(0, 15%);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes rotate-clockwise {
  from {
    transform: rotate(0deg);
    transform-origin: center center;
  }
  to {
    transform: rotate(360deg);
    transform-origin: center center;
  }
}
@keyframes rotate-counterclockwise {
  from {
    transform: rotate(0deg);
    transform-origin: center center;
  }
  to {
    transform: rotate(-360deg);
    transform-origin: center center;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 15%;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 0.5;
  }
  100% {
    height: 0;
    top: 80%;
    opacity: 0;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/*
2.Compornents
-pictgrams
-form
-pagenation
-btns
-accordion
-card
-notice
-alert
*/
#privace i.pictgram {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}
#privace i.pictgram[data-icon=lang] {
  background-image: url("../img/c_icon_lang.svg");
  background-size: contain;
  background-position: center;
}
#privace i.pictgram[data-icon=exlink] {
  background-image: url("../img/c_icon_link.svg");
  background-size: contain;
  background-position: center;
}
#privace i.pictgram[data-icon=faq] {
  background-image: url("../img/c_icon_faq.svg");
  background-size: contain;
  background-position: center;
}
#privace i.pictgram[data-icon=luggage] {
  background-image: url("../img/c_icon_luggage.svg");
  background-size: contain;
  background-position: center;
}
#privace i.pictgram[data-icon=pdf] {
  background-image: url("../img/c_icon_pdf.svg");
  background-size: contain;
  background-position: center;
}
#privace i.pictgram[data-icon=priority] {
  background-image: url("../img/c_icon_priority.svg");
  background-size: contain;
  background-position: center;
}
#privace i.pictgram[data-icon=wheel] {
  background-image: url("../img/c_icon_wheel.svg");
  background-size: contain;
  background-position: center;
}
#privace i.pictgram[data-icon=wheel-mal] {
  background-image: url("../img/c_icon_wheel-mal.svg");
  background-size: contain;
  background-position: center;
}
#privace i.pictgram[data-icon=baby] {
  background-image: url("../img/c_icon_baby.svg");
  background-size: contain;
  background-position: center;
}
#privace i.pictgram[data-icon=baby-mal] {
  background-image: url("../img/c_icon_baby-mal.svg");
  background-size: contain;
  background-position: center;
}
#privace i.pictgram[data-icon=mail] {
  background-image: url("../img/c_icon_mail.svg");
  background-size: contain;
  background-position: center;
}
#privace input[type=date]#date {
  display: block;
  position: relative;
  z-index: 1;
  padding-right: 2em;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  overflow: visible;
  color: #691D3A;
  cursor: pointer;
}
#privace input[type=date]#date::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  position: absolute;
  right: 0;
  opacity: 0;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
}
@-moz-document url-prefix() {
  #privace input[type=date]#date {
    padding-right: 0;
  }
}
#privace input[type=radio] {
  box-sizing: content-box;
  appearance: none;
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  margin-right: 0.5em;
  accent-color: #691D3A;
  border: solid 1px #8a8a8a;
  background-color: #ffffff;
  transform: scale(1.2);
}
#privace input[type=radio]:focus {
  filter: brightness(1);
}
#privace input[type=radio]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  border-radius: 100%;
  background-color: #51182E;
  transform: scale(2);
  opacity: 0;
}
#privace input[type=radio]:checked::before {
  transform: scale(1.2);
  opacity: 1;
}
#privace select {
  padding: 1em 1em;
  width: 12em;
  border-radius: 6px;
  border: solid 1px #8a8a8a;
  background-color: #ffffff;
  color: #222222;
}
#privace select:focus {
  filter: brightness(1);
}
#privace label:has(input) {
  padding: 0 2px;
  cursor: pointer;
}
#privace label:has(input):hover {
  color: #691D3A;
}
#privace label:has(select) {
  position: relative;
}
#privace label:has(select)::after {
  content: ">";
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  right: 0.5em;
  top: 50%;
  font-size: 70%;
  text-align: center;
  transform: scale(1.87, 1) rotate(90deg) translate(-50%, 0);
}
#privace .pagenation {
  display: flex;
  justify-content: space-evenly;
  gap: 0.5em;
}
#privace .pagenation a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: 0.5em;
  font-size: min(3.7333333333vw, 14px);
  border: solid 1px #691D3A;
  border-radius: 50%;
  color: #691D3A;
}
#privace .pagenation a:hover, #privace .pagenation a:focus {
  background-color: #51182E;
  color: #ffffff;
}
#privace .pagenation a[aria-current=page] {
  background-color: #51182E;
  color: #ffffff;
  cursor: none;
  pointer-events: none;
}
#privace .btn {
  display: block;
  cursor: pointer;
  border-radius: 4em;
  padding: 1em;
  text-align: center;
  background-color: #ffffff;
}
#privace .btn.gold {
  border: solid 1px #816337;
  color: #816337;
}
#privace .btn-reservation {
  border-radius: 6px;
  padding: 1.5em 1em;
  font-size: min(4.8vw, 20px);
  color: #ffffff;
  background-color: #816337;
  box-shadow: inset 0 -6px 0 0 rgba(0, 0, 0, 0.12);
  letter-spacing: 0.05em;
}
#privace .btn-reservation::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 2em;
  margin-right: 0.5em;
  background: url(../img/c_icon_reserve.svg) no-repeat center;
  background-size: 100%;
  vertical-align: -0.6em;
}
#privace .btn-reservation.testdrive::before {
  width: 1.5em;
  background: url(../img/orn_pagetitle-p-g.svg) no-repeat center;
  background-size: 100%;
}
#privace .btn-refund--ticket {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1em;
  width: 100%;
  border-radius: 6px;
  padding: 1em 1em;
  font-size: min(3.7333333333vw, 18px);
  color: #691D3A;
  background-color: #ffffff;
  line-height: 1.5;
}
#privace .btn-refund--ticket:hover, #privace .btn-refund--ticket:focus {
  background-color: #C1ADB5;
}
#privace .btn-refund--ticket::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.55em;
  margin-right: 0.5em;
  background: url(../img/c_icon_ticket.svg) no-repeat center center;
  background-size: 100%;
  vertical-align: -0.5em;
}
#privace .btn-arrow {
  position: relative;
}
#privace .btn-arrow::before, #privace .btn-arrow::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  right: 0;
  margin: auto;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background-color: #222222;
}
#privace .btn-arrow::before {
  top: -5px;
  transform: scale(1, 1) rotate(45deg);
}
#privace .btn-arrow::after {
  top: 5px;
  transform: scale(1, 1) rotate(-45deg);
}
#privace .btn-luxarrow {
  position: relative;
  border: solid 1px #691D3A;
  color: #691D3A;
  width: min(100%, 405px);
}
#privace .btn-luxarrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1em;
  top: 50%;
  width: 1em;
  height: 1em;
  background-size: contain;
  transform: translate(0, -50%);
}
#privace .btn-luxarrow::before {
  background: url(../img/c_icon_arrow.svg) no-repeat center center;
}
#privace .btn-luxarrow.gold {
  border: solid 1px #E4CFB0;
  color: #816337;
}
#privace .btn-luxarrow.gold::before {
  background: url(../img/c_icon_arrow-g.svg) no-repeat center center;
}
#privace .btn-luxarrow.more::before {
  transform: translate(0, -50%) rotate(90deg);
}
#privace .btn-luxarrow.back::before {
  transform: translate(0, -50%) rotate(180deg);
}
#privace .btn-luxarrow.forward::before {
  transform: translate(0, -50%) rotate(0deg);
}
#privace .btn-luxarrow:hover, #privace .btn-luxarrow:focus {
  background-color: #691D3A;
  color: #ffffff;
  filter: saturate(100%) !important;
}
#privace .btn-luxarrow:hover::before, #privace .btn-luxarrow:focus::before {
  background: url(../img/c_icon_arrow-w.svg) no-repeat center center;
}
#privace .btn-luxarrow:hover.gold, #privace .btn-luxarrow:focus.gold {
  background-color: #816337;
  color: #ffffff;
}
#privace .btn-luxarrow:hover.more::before, #privace .btn-luxarrow:focus.more::before {
  transform: translate(0, -50%) rotate(90deg);
}
#privace .btn-luxarrow:hover.back::before, #privace .btn-luxarrow:focus.back::before {
  transform: translate(0, -50%) rotate(180deg);
}
#privace .btn-luxarrow:hover.forward::before, #privace .btn-luxarrow:focus.forward::before {
  transform: translate(0, -50%) rotate(0deg);
}
#privace .btn-pdf {
  position: relative;
  border: solid 1px #691D3A;
  color: #691D3A;
  width: min(100%, 405px);
}
#privace .btn-pdf::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1em;
  top: 50%;
  width: 1em;
  height: 1em;
  background-size: contain;
  transform: translate(0, -50%);
}
#privace .btn-pdf::before {
  content: none;
}
#privace .btn-pdf::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
  vertical-align: middle;
  background: url(../img/c_icon_pdf.svg) no-repeat center center;
  background-size: contain;
  transform: translate(0, -0.1em);
}
#privace .accordion-header {
  cursor: pointer;
}
#privace .accordion-header + * {
  display: none;
}
#privace .notice {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#privace .notice:not(:last-child) {
  margin-bottom: 1em;
}
#privace .notice > li {
  padding-left: 1.4em;
  font-size: min(3.7333333333vw, 16px);
  line-height: 1.7;
  text-indent: -1.4em;
  list-style-type: disc;
  list-style-position: inside;
}
#privace .notice > li::marker {
  color: #C9A063;
}
#privace .notice-strong > li {
  font-size: min(3.7333333333vw, 16px);
  font-weight: 600;
  color: #816337;
}
#privace .notice-small {
  gap: 0.5em;
  padding: 0.5em 0;
}
#privace .notice-small > li {
  font-size: min(3.2vw, 14px);
}
#privace .notice-asterisk {
  gap: 0.25em;
  padding-top: 0.5em;
}
#privace .notice-asterisk > li {
  padding-left: 1em;
  font-size: min(3.2vw, 14px);
  text-indent: -1em;
  list-style-type: none;
}
#privace .notice-asterisk > li::before {
  content: "※";
}
#privace ol.notice {
  counter-reset: item;
}
#privace ol.notice > li {
  counter-increment: item;
  list-style-type: none;
}
#privace ol.notice.notice-number {
  gap: 0;
}
#privace ol.notice.notice-number li::before {
  content: "(" counter(item) ")";
}
#privace .annotation {
  text-align: right;
}
#privace .annotation > a {
  color: #222222;
  font-size: min(3.2vw, 14px);
}
#privace .annotation-arrow > a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.25em;
  border-right: solid 2px #691D3A;
  border-bottom: solid 2px #691D3A;
  transform: rotate(-45deg) translate(-2px, -4px);
}
#privace .annotation-luxarrow > a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  background: url(../img/c_icon_arrow-nobar.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
#privace .annotation-luxarrow.gold > a::before {
  background-image: url(../img/c_icon_arrow-nobar-g.svg);
}
#privace .card-group {
  gap: 1em;
}
#privace .card-group .card {
  overflow: hidden;
  border: solid 1px #C1ADB5;
  border-radius: 6px;
  background-color: #ffffff;
}
#privace .card-group .card .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  height: 4.5em;
  padding: 0 1.5em;
  background-color: #F7F4F5;
  color: #691D3A;
  font-weight: bold;
}
#privace .card-group .card .title small {
  display: block;
  width: 100%;
}
#privace .card-group .card .title::after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1em;
  height: 1.5em;
  background: url(../img/c_icon_arrow.svg) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}
#privace .card-group .card .title + * {
  padding: 1em 1em;
}
#privace #alert_railinfo-inner .title {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  padding: 0.7em 0;
  line-height: 1.5;
  font-size: clamp(0.75rem, 0.5800691244rem + 0.4608294931vw, 0.875rem);
  color: #691D3A;
}
#privace #alert_railinfo-inner .alert_list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 100%;
  margin: 0 auto;
  padding: 0.5em 0;
  background-color: #ffffff;
}
#privace #alert_railinfo-inner .alert_list.alert_lv1 {
  background-color: #F4EEE5;
}
#privace #alert_railinfo-inner .alert_list.alert_lv2 {
  background-color: #F7F4F5;
  color: #BC0D0D;
  font-weight: bold;
}
#privace #alert_railinfo-inner .alert_list .cont {
  display: flex;
  width: min(91.5vw, 1020px);
  margin: 0 auto;
  align-items: center;
  gap: 0.5em;
  padding-right: 1.5em;
  line-height: 1.5;
  font-size: clamp(0.75rem, 0.5800691244rem + 0.4608294931vw, 0.875rem);
}
#privace #alert_railinfo-inner .alert_list .cont .header_railinfo_img {
  display: inline-block;
  width: 1.8em;
  margin-right: 0.5em;
}
#privace #alert_railinfo-inner .alert_list .cont .header_railinfo_date {
  display: none;
}
#privace #alert_railinfo-inner .alert_list .cont {
  position: relative;
}
#privace #alert_railinfo-inner .alert_list .cont::before, #privace #alert_railinfo-inner .alert_list .cont::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  right: 0;
  margin: auto;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background-color: #3D1120;
}
#privace #alert_railinfo-inner .alert_list .cont::before {
  top: -5px;
  transform: scale(1, 1) rotate(45deg);
}
#privace #alert_railinfo-inner .alert_list .cont::after {
  top: 5px;
  transform: scale(1, 1) rotate(-45deg);
}
#privace #reservation {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#privace #reservation .btn-reservation {
  width: 62%;
  padding: 1em 1em 1em;
  font-size: min(3.7333333333vw, 16px);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#privace #reservation .btn-reservation.movie {
  position: absolute;
  top: -100%;
  padding: 1em;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: none;
}
#privace #reservation .btn-reservation.movie::before {
  background-image: url(../img/c_icon_play.svg);
  width: 1.5em;
  height: 1.5em;
  vertical-align: -0.4em;
}
#privace #reservation .btn-reservation.movie #movie-link-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/c_icon_close.svg) no-repeat center center;
  background-size: cover;
  transform: translate(5px, -5px);
}
#privace #reservation #rail-status {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 34%;
  padding: 0.5em 2em 0.5em 0.5em;
  background-color: #FBF8F3;
  border: solid 1px #691D3A;
  border-right: none;
  border-radius: 6px 0 0 6px;
  font-size: min(3.7333333333vw, 16px);
  color: #691D3A;
  letter-spacing: 0;
}
#privace #reservation #rail-status::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1.6em;
  height: 1.6em;
  transform: translate(0, -50%);
}
#privace #reservation #rail-status[data-status=regular]::after {
  background: url(../img/c_icon_operation--regular.svg) no-repeat;
  background-size: 100%;
}
#privace #reservation #rail-status[data-status=emergnecy]::after {
  background: url(../img/c_icon_operation--emergnecy.svg) no-repeat;
  background-size: 100%;
}
#privace #reservation #rail-status[data-status=delay]::after {
  background: url(../img/c_icon_operation--delay.svg) no-repeat;
  background-size: 100%;
}
#privace #reservation #rail-status[data-status=cancelled]::after {
  background: url(../img/c_icon_operation--cancelled.svg) no-repeat;
  background-size: 100%;
}
#privace #breadcrumb {
  position: relative;
  z-index: 1;
  padding: 0.5em 0;
  border-top: solid 1px #F7F4F5;
  background-color: #ffffff;
}
#privace #breadcrumb a {
  font-size: clamp(0.625rem, 0.4550691244rem + 0.4608294931vw, 0.75rem);
}
#privace #breadcrumb a[href] {
  color: #691D3A;
}
#privace #breadcrumb a[href]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.067%22%20height%3D%2212%22%20viewBox%3D%220%200%207.067%2012%22%3E%3Cpath%20d%3D%22M7.067%2C6A18.346%2C18.346%2C0%2C0%2C1%2C0%2C0%2C16.072%2C16.072%2C0%2C0%2C0%2C3.293%2C6%2C16.072%2C16.072%2C0%2C0%2C0%2C0%2C12%2C18.346%2C18.346%2C0%2C0%2C1%2C7.067%2C6%22%20fill%3D%22%23C1ADB5%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  vertical-align: -0.1em;
}
#privace #breadcrumb a:not([href]) {
  text-decoration: underline;
}
#privace .youtube-wrap {
  padding: 2em 0;
}
#privace .youtube-wrap .youtube-movie {
  margin: 0 auto;
}
#privace .youtube-movie {
  display: block;
  position: relative;
  width: min(100%, 640px);
  height: 0;
  padding-top: min(56.25%, 360px);
}
#privace .youtube-movie > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#privace #loading {
  display: none !important;
}
#privace #loading[data-loading=true] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 40;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgb(61, 17, 32), rgb(81, 24, 46));
  background-position: center center;
}
#privace #loading[data-loading=true]::after {
  content: "";
  display: block;
  width: 138px;
  height: 130px;
  background-image: url(../img/c_logo-brand-vr.svg);
  background-size: 100%;
  animation: fade-up 1s forwards;
}
#privace .pdf::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/c_icon_pdf.svg) no-repeat bottom center;
  background-size: contain;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
#privace .external-link::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/c_icon_link.svg) no-repeat bottom center;
  background-size: contain;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
#privace .blank::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/c_icon_blank.svg) no-repeat bottom center;
  background-size: contain;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
#privace .download::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/c_icon_download.svg) no-repeat bottom center;
  background-size: contain;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
#privace #skip-link {
  display: none;
}
@media screen and (min-width: 769px) {
  #privace .btn-refund--ticket {
    width: min(100%, 315px);
  }
  #privace .btn-refund--ticket.large {
    width: min(100%, 500px);
    margin: 0 auto;
  }
  #privace .card-group .card .title + * {
    padding: 2em 2em;
  }
  #privace #reservation {
    top: 55px;
    bottom: auto;
    left: auto;
    right: 0;
    width: 84px;
    height: 68vh;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
  #privace #reservation .btn-reservation {
    width: 68px;
    height: 220px;
    padding: 0.5em 1em;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    writing-mode: vertical-rl;
    font-feature-settings: initial;
    line-height: 2.4em;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #privace #reservation .btn-reservation::before {
    vertical-align: 0.5em;
  }
  #privace #reservation .btn-reservation.testdrive {
    height: 250px;
  }
  #privace #reservation .btn-reservation.testdrive::before {
    vertical-align: 0.2em;
  }
  #privace #reservation .btn-reservation.movie {
    position: static;
    top: unset;
    height: 240px;
    margin-top: 0.5em;
    padding: 1em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
  }
  #privace #reservation .btn-reservation.movie::before {
    vertical-align: 0.3em;
  }
  #privace #reservation .btn-reservation.movie #movie-link-close {
    display: none;
  }
  #privace #reservation #rail-status {
    position: absolute;
    bottom: -120px;
    width: 100%;
    padding: 1em 1em 3em 1em;
    text-align: center;
  }
  #privace #reservation #rail-status::after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(50%, -50%);
  }
  #privace #skip-link {
    display: inline;
    font-size: 125%;
    font-weight: bold;
    left: -1000em;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 300px;
    z-index: 40;
  }
  #privace #skip-link:focus {
    background: none repeat scroll 0 0 #fff !important;
    border: 2px solid #000;
    left: 230px;
    top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  #privace #alert_railinfo-inner {
    gap: 1em;
  }
  #privace #alert_railinfo-inner .title {
    display: block;
  }
  #privace #alert_railinfo-inner [role=list] {
    flex: 1;
  }
}
#privace .campaign-bnr {
  position: sticky;
  border-top: solid 1px #ccc;
  top: min(16vw, 75px);
  z-index: 9;
}
#privace .campaign-bnr[hidden] {
  transform: translate(0, -100%);
}
@media screen and (min-width: 769px) {
  #privace .campaign-bnr {
    position: fixed;
    top: auto;
    bottom: 0;
    width: 450px;
    height: 60px;
    background: url(../img/bnr-campaign2508_pc.png) no-repeat;
    background-size: 100%;
    border: none;
  }
  #privace .campaign-bnr[hidden] {
    transform: translate(-100%, 0);
  }
  #privace .campaign-bnr img {
    opacity: 0;
  }
}
#privace .campaign-footer-bnr {
  display: block;
  margin-top: 3em;
  border: solid 1px #691D3A;
}
@media screen and (min-width: 769px) {
  #privace .campaign-footer-bnr {
    display: none;
  }
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal.is-open {
  display: flex;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(81, 24, 46, 0.8);
}

.modal__dialog {
  position: relative;
  background: transparent;
  padding: 1.25rem;
  max-width: 720px;
  width: calc(100% - 2rem);
  border-radius: 6px;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__content {
  max-width: 450px;
}
.modal__content p {
  margin-bottom: 2em;
  padding: 0.5em;
}

.modal__close {
  position: absolute;
  top: -1rem;
  right: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.modal__close::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

[lang=en] #privace .notice-asterisk > li::before {
  content: "*";
}

#privace {
  position: relative;
}
#privace #site-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}
#privace #site-header .corporate-logo {
  width: min(18vw, 80px);
  padding: min(4vw, 10px);
}
#privace #site-footer {
  background: #3D1120;
  color: #fff;
  padding-block: 1em 10em;
  text-align: center;
}
#privace #page {
  background: #FBF8F3;
}
#privace #page #mv {
  overflow-x: hidden;
  padding-top: min(16vw, 100px);
  padding-bottom: min(16vw, 100px);
  background-image: linear-gradient(#51182e, #3d1120 80% 100%);
  color: #fff;
}
#privace #page #mv strong {
  color: #c69e63;
}
#privace #page #mv .mv-orn {
  height: 32vw;
  margin-block: 4vw 8vw;
  background: url(../img/mv_bg-h.webp) no-repeat;
  background-size: cover;
}
#privace #page #mv .lead {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(5.3333333333vw, 30px);
  text-align: center;
  letter-spacing: 0.08em;
  text-box: trim-both cap alphabetic;
  color: #fff;
  margin: 1em 0 2em;
  text-decoration: underline;
  text-underline-offset: -6px;
  text-underline-position: under;
  text-decoration-thickness: 8px;
  text-decoration-color: rgba(201, 160, 99, 0.5333333333);
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 769px) {
  #privace #page #mv {
    position: relative;
  }
  #privace #page #mv h1 {
    position: relative;
    z-index: 2;
    max-width: 840px;
    margin: 0 auto 2em;
  }
  #privace #page #mv .container {
    position: relative;
    z-index: 2;
    max-width: 780px;
    margin: 0 auto;
  }
  #privace #page #mv .notice {
    flex-direction: row;
    gap: 1em;
  }
}
@media screen and (min-width: 769px) and (min-width: 1367px) {
  #privace #page #mv h1 {
    max-width: 1240px;
    margin: 0 auto 0;
  }
  #privace #page #mv .mv-orn {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    width: 730px;
    height: 100%;
    margin-top: 0;
    background: url(../img/mv_bg-v.webp) no-repeat left center;
    background-size: cover;
    transform: translate(226px, 0);
  }
  #privace #page #mv .lead {
    text-underline-offset: -10px;
    text-decoration-thickness: 12px;
  }
  #privace #page #mv .container p {
    text-align: center;
  }
}
#privace #page .section-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(6.9333333333vw, 32px);
  text-align: center;
  letter-spacing: 0.08em;
  text-box: trim-both cap alphabetic;
  margin-bottom: 2em;
  background: #FBF8F3;
  color: #816337;
  position: relative;
}
#privace #page .section-title u {
  position: relative;
  z-index: 2;
  padding: 0 1em;
  background: #FBF8F3;
  text-decoration: none;
}
#privace #page .section-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 7px;
  border-top: solid 1px #C9A063;
  border-bottom: solid 1px #C9A063;
}
#privace #page .section-subtitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(5.3333333333vw, 24px);
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 4em;
  margin-bottom: 2em;
  background: #FBF8F3;
  color: #816337;
  position: relative;
}
#privace #page .section-subtitle u {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 1em;
  background: #FBF8F3;
  text-decoration: none;
}
#privace #page .section-subtitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #C9A063;
}
#privace #page .about-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(5.3333333333vw, 24px);
  text-align: center;
  letter-spacing: 0.08em;
  text-box: trim-both cap alphabetic;
  margin-bottom: 1em;
  color: #816337;
}
#privace #page .lead {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(4.8vw, 20px);
  text-align: left;
  letter-spacing: 0.08em;
  text-box: trim-both text;
  color: #816337;
  margin-bottom: 2em;
}
#privace #page .lead strong.end {
  background: #fff;
  color: #691D3A;
}
@media screen and (min-width: 769px) {
  #privace #page .lead {
    text-align: center;
  }
}
#privace #page .lead-center {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(4.8vw, 20px);
  text-align: center;
  letter-spacing: 0.08em;
  text-box: trim-both text;
  color: #816337;
  margin-bottom: 2em;
}
#privace #page .lead-center strong {
  background: #fff;
}
#privace #page .audience {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(4.8vw, 20px);
  text-align: center;
  letter-spacing: 0.08em;
  text-box: trim-both text;
  color: #691D3A;
  background: #fff;
  margin: 0 auto 2em;
  padding: 1em 1em;
}
@media screen and (min-width: 769px) {
  #privace #page .audience {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
  }
}
#privace #page .audience::before {
  content: "";
  display: block;
  margin: 0 auto 1em;
}
@media screen and (min-width: 769px) {
  #privace #page .audience::before {
    display: inline-block;
    margin: 0 auto 0;
  }
}
#privace #page .audience::before {
  width: 1.6em;
  height: 1.6em;
  background: url(../img/icon_check.svg) no-repeat;
  background-size: 100%;
  background-position: center;
}
#privace #page .address {
  text-align: center;
}
#privace #about {
  margin-bottom: 6em;
  padding: 3em 2em;
  border: solid 1px #C9A063;
}
#privace #about .page-nav {
  display: flex;
  justify-content: center;
}
#privace #apply {
  margin-bottom: min(16vw, 100px);
  padding-block: min(16vw, 100px);
}
#privace #apply .section-title {
  background: #816337;
  color: #fff;
}
#privace #apply .section-title u {
  background: #816337;
}
#privace #apply .section-title::before {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
#privace #apply .lead {
  color: #fff;
}
#privace #apply .apply-step {
  padding-bottom: 0;
}
#privace #apply .apply-step .capcha-list {
  list-style: none;
}
#privace #apply .apply-step .capcha-list-2col {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em 1em;
  margin-bottom: 2em;
}
#privace #apply .apply-step .capcha-list-2col > li {
  flex: 0, 0, 1;
  width: 45%;
}
#privace #apply .apply-step .capcha-list-2col > li figure {
  margin: 0;
}
@media screen and (min-width: 769px) {
  #privace #apply .apply-step .capcha-list-2col {
    flex-wrap: nowrap;
  }
}
#privace #apply .apply-step strong {
  color: #fff;
}
#privace #apply .apply-step .lead {
  font-size: min(5.3333333333vw, 24px);
  color: #fff;
}
@media screen and (min-width: 769px) {
  #privace #apply .apply-step .lead {
    text-align: left;
  }
}
#privace #apply .apply-step .page-nav {
  margin-bottom: 12vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  #privace #apply .apply-step {
    display: flex;
    gap: 30px;
    padding-bottom: min(8vw, 30px);
    padding-top: min(8vw, 30px);
  }
  #privace #apply .apply-step > div {
    flex: 1;
  }
  #privace #apply .apply-step .capcha-list {
    display: flex;
    gap: 20px;
  }
  #privace #apply .apply-step .page-nav {
    flex-direction: row;
    margin-bottom: 30px;
  }
}
#privace #apply .step-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(6.4vw, 24px);
  text-align: left;
  text-box: trim-both cap alphabetic;
  letter-spacing: 0.08em;
  color: #fff;
  border-bottom: solid 1px #fff;
  margin-top: 3em;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
#privace #apply .step-title span {
  font-size: min(9.6vw, 36px);
}
@media screen and (min-width: 769px) {
  #privace #apply .step-title {
    margin: 0;
    width: 144px;
    text-box: trim-both text;
    border-right: solid 1px #fff;
    border-bottom: none;
  }
}
#privace #apply .step-detail {
  font-weight: 400;
  font-size: min(3.7333333333vw, 16px);
  text-align: left;
  text-box: trim-both text;
  color: #fff;
  margin-bottom: 1em;
}
#privace #apply .step-detail-title {
  font-weight: 600;
  font-size: min(4.2666666667vw, 18px);
  text-align: left;
  text-box: trim-both text;
  color: #fff;
  margin-bottom: 1em;
}
#privace #apply .step-detail-title::before {
  content: "・";
}
#privace #apply .notice {
  color: #fff;
}
#privace #apply .btn-apply {
  border-radius: 6px;
  padding: 1.5em 1em;
  color: #816337;
  background-color: #FBF8F3;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(5.3333333333vw, 24px);
  width: 100%;
  margin: 0 auto 2em;
  box-shadow: none;
  border: solid 1px #C9A063;
  padding: 2em 1em;
  position: relative;
}
#privace #apply .btn-apply::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1em;
  bottom: 0;
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  transform: translate(0, -25%);
  background: url(../img/c_icon_arrow-g.svg) no-repeat center center;
}
#privace #apply .btn-apply:hover {
  color: #fff;
  background-color: #816337;
}
#privace #apply .btn-apply:hover::after {
  background: url(../img/c_icon_arrow-w.svg) no-repeat center center;
}
@media screen and (min-width: 769px) {
  #privace #apply .btn-apply::after {
    bottom: 50%;
    transform: translate(0, 50%);
  }
}
#privace #apply .capcha-img {
  display: flex;
  flex-direction: column-reverse;
  width: min(58.6666666667vw, 100%);
  margin: 2em auto 3em;
}
#privace #apply .capcha-img figcaption {
  font-weight: 400;
  font-size: min(3.7333333333vw, 14px);
  text-align: center;
  text-box: trim-both text;
  color: #fff;
  display: block;
  width: 90%;
  position: relative;
  margin: 0 auto 1em;
}
#privace #apply .capcha-img figcaption u {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #privace #apply .capcha-img figcaption u {
    width: 90%;
    margin: 0 auto;
  }
}
#privace #apply .capcha-img figcaption u {
  text-decoration: none;
  background: #816337;
}
#privace #apply .capcha-img figcaption u span {
  font-size: min(3.2vw, 12px);
  display: block;
}
#privace #apply .capcha-img figcaption::after {
  content: "";
  display: block;
  width: 110%;
  height: 80%;
  border: solid 1px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  #privace #apply .capcha-img figcaption::after {
    width: 100%;
  }
}
#privace #page-reservation {
  background: #51182E url(../img/orn-bg.png) no-repeat top right;
  background-size: 140%;
  background-position: 100% -50%;
  text-align: center;
  padding: 5px;
  color: #fff;
}
#privace #page-reservation h2 {
  width: min(50.1333333333vw, 280px);
  margin: 0 auto 2em;
}
#privace #page-reservation .lead-center {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(6.9333333333vw, 32px);
  text-align: center;
  letter-spacing: 0.08em;
  text-box: trim-both cap alphabetic;
  color: #fff;
  margin-bottom: 1.5em;
}
#privace #page-reservation > div {
  border: solid 1px #C9A063;
  padding: 3em 0;
}
#privace #page-reservation #reservation-btn {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min(5.3333333333vw, 24px);
  width: min(80%, 1024px);
  margin: 0 auto 2em;
  box-shadow: none;
  border: solid 1px #C9A063;
  padding: 1em;
  position: relative;
}
#privace #page-reservation #reservation-btn::before {
  content: "";
  display: block;
  margin: 0 auto 0.5em;
}
@media screen and (min-width: 769px) {
  #privace #page-reservation #reservation-btn {
    text-box: trim-both cap alphabetic;
    padding: 2em 0;
  }
  #privace #page-reservation #reservation-btn::before {
    display: inline-block;
    margin: 0;
    width: 1em;
  }
}
@media screen and (min-width: 769px) {
  #privace #page-reservation {
    background: #51182E url(../img/orn-bg.png) no-repeat top center;
    background-size: 960px;
    background-position: 50% 36%;
  }
}

#privace.no-sceen-reader #global-header #global-nav[aria-hidden=true] {
  display: block;
  transform: translate(100%, 0);
}
#privace.no-js .accordion-header + *:hover {
  display: block;
}
#privace.no-js .accordion-header:hover + * {
  display: block;
}
#privace *:focus-visible {
  outline-width: 2px !important;
  outline-offset: -2px !important;
  outline-color: #0D6ED0 !important;
}/*# sourceMappingURL=style.css.map */