@charset "UTF-8";

/* reset
----------------------------------------------------------*/
#oc2025 * {
  outline: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit;
  font-weight: inherit;
}
#oc2025 li {
  list-style: none;
}
#oc2025 img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, .01);
}
#oc2025 button {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  box-shadow: 0 0 0 0 transparent;
  cursor: pointer;
}
#oc2025 a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  outline: none;
  opacity: 1;
  transition: all 0.3s;
  backface-visibility: hidden;
}
#oc2025 a::after,
#oc2025 a::before {
  transition: all 0.3s;
  backface-visibility: hidden;
}
#oc2025 button:hover,
#oc2025 a:hover,
#oc2025 a:hover::after,
#oc2025 a:hover::before {
  opacity: 0.7;
}

/* base module
----------------------------------------------------------*/
#oc2025 {
	text-align: left;
  min-width: 300px;
	margin-right: auto;
	margin-left: auto;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
#oc2025 #contents,
#oc2025 .oc2025_inner {
  padding: 0 5.3333%;
}
#oc2025 section {
  position: relative;
}
#oc2025 #contents section {
  padding-bottom: 5.3571em;
  border-top: 1px solid #000;
}
#oc2025 .detail {
  text-align: center;
  margin-top: 2.1429em;
  font-weight: bold;
}
#oc2025 .cols {
  display: flex;
}
#oc2025 .cols.col-1 {
  flex-direction: column;
}
#oc2025 .cols.col-2,
#oc2025 .cols.col-3,
#oc2025 .cols.col-4 {
  flex-wrap: wrap;
  justify-content: space-between;
}
#oc2025 .cols.col-2 > *,
#oc2025 .cols.col-3 > * {
  width: 100%;
}
#oc2025 .cols.col-4 > * {
  width: 47%;
}
#oc2025 .ib {
  display: inline-block;
}
#oc2025 .txt-up {
  text-transform: uppercase;
}
#oc2025 .en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
#oc2025 .ttl.en {
  padding-top: .1em;
  font-size: 2.1429em;
  line-height: 1;
  letter-spacing: 0;
}
#oc2025 .ttl+.lead {
  text-align: center;
  margin-top: 1.8em;
  font-size: 1.0714em;
  letter-spacing: .1em;
  font-weight: bold;
}
#oc2025 a[target="_blank"]::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.5em;
  width: .7143em;
  height: .7143em;
  background: url(/admission/arts/event/oc-lp/common/img/ico_ar.svg) 100% 0 no-repeat;
  background-size: contain;
}
#oc2025 .btn_yoyaku {
  background-color: #ffeb00;
  color: #000;
  font-weight: bold;
}
#oc2025 .btn_yoyaku.finish {
  background-color: #004da0;
  color: #fff;
}

/* modal */
#oc2025 .oc-modal {
  z-index: 9999;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
#oc2025 .oc-modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
}
#oc2025 .oc-modal .oc-modal_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-height: 100dvh;
}
#oc2025 .oc-modal .oc-modal_content {
  position: relative;
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
#oc2025 .oc-modal .tabs_btn {
  text-align: center;
  width: 80%;
  min-width: 300px;
  margin: 0 auto;
  padding: 7.7333% 0 1.2857em;
}
#oc2025 .oc-modal .tabs_btn button {
  vertical-align: middle;
  margin: 0 .9091em 1em;
  color: #767676;
  font-size: .86em;
  font-weight: bold;
}
#oc2025 .oc-modal .tabs_btn button[aria-selected=true] {
  color: #000;
  text-decoration: underline;
}
#oc2025 .oc-modal .tabs_panel {
  display: none;
}
#oc2025 .oc-modal .tabs_panel[aria-hidden=false] {
  display: block;
}
#oc2025 .oc-modal .btn_modal-close {
  position: absolute;
  bottom: 1.0714em;
  right: 1.0714em;
  width: 1.4286em;
  height: 1.4286em;
  border: 1px solid #000;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#oc2025 .oc-modal .btn_modal-close::before,
#oc2025 .oc-modal .btn_modal-close::after {
	content: "";
	position: absolute;
	top: 0;
  right: 0;
	bottom: 0;
  left: 0;
  display: block;
	width: .7143em;
	height: 1px;
	margin: auto;
	background-color: #000;
  transform-origin: 50% 50%;
}
#oc2025 .oc-modal .btn_modal-close::before { transform: rotate(-45deg);}
#oc2025 .oc-modal .btn_modal-close::after { transform: rotate(45deg);}

/* slick */
#oc2025 .slick-loading .slick-list {
  background-color: #fff;
}
#oc2025 .slick-next,
#oc2025 .slick-prev {
  position: absolute;
  top: 50%;
  width: 1.4286em;
  height: 1.4286em;
  border: 1px solid #000;
  border-radius: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
#oc2025 .slick-prev {
  left: -2.1429em;
}
#oc2025 .slick-next {
  right: -2.1429em;
}
#oc2025 .slick-next::before,
#oc2025 .slick-prev::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: .5em;
  height: .5em;
  margin: auto;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  font: inherit;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#oc2025 .slick-prev::before {
  left: .5em;
  transform: rotate(-45deg);
}
#oc2025 .slick-next::before {
  right: .5em;
  transform: rotate(135deg);
}
#oc2025 .slick-dots {
  text-align: center;
  position: absolute;
  bottom: -3em;
  display: block !important;
  width: 100%;
}
#oc2025 .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#oc2025 .slick-dots li button {
  display: block;
  width: 4px;
  height: 4px;
  padding: 0;
	border-radius: 50%;
  background-color: #999;
  font-size: inherit;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#oc2025 .slick-dots li.slick-active button {
  background-color: #000;
}
#oc2025 .slick-dots li button::before {
	display: none;
}

/* layout
----------------------------------------------------------*/
/* mv */
#oc2025 #mv #mv_bg {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
  height: calc(100svh - 90px);
}
#oc2025 #mv_slide-wrapper {
  --mvtime: 7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden;
}
#oc2025 #mv_slide-wrapper .mv_slide {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  animation-play-state: running;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#oc2025 #mv_slide-wrapper .mv_slide:first-child {
  animation-name: loop_img01-sp;
  animation-duration: calc(2s * var(--vw) * var(--mvtime));
  animation-delay: calc(-1s * var(--vw) * var(--mvtime));
}
#oc2025 #mv_slide-wrapper .mv_slide:last-child {
  animation-name: loop_img02-sp;
  animation-duration: calc(2s * var(--vw) * var(--mvtime));
  animation-delay: 0s;
}
#oc2025 .paused #mv_slide-wrapper .mv_slide {
  animation-play-state: paused;
}
#oc2025 #mv_slide-wrapper .mv_slide li {
  width: 100%;
}

#oc2025 #mv_pause_btn {
  z-index: 10;
  position: absolute;
  bottom: 1.7em;
  right: 17px;
  width: 30px;
  height: 30px;
}

#oc2025 #mv #mv_scroll {
  overflow: hidden;
  position: absolute;
  bottom: 1.7em;
  left: 8.26667%;
  width: 15px;
  height: 14vh;
}
#oc2025 #mv #mv_scroll::before,
#oc2025 #mv #mv_scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.6px;
  height: 100%;
  background: #000;
  animation: scrolldown 2.5s cubic-bezier(0.4, 0, 1, 1) infinite;
  animation-play-state: running;
}
#oc2025 #mv .paused #mv_scroll::before,
#oc2025 #mv .paused #mv_scroll::after {
  animation-play-state: paused;
}
#oc2025 #mv #mv_scroll::before {
  height: 100%;
}
#oc2025 #mv #mv_scroll::after {
  height: 19px;
  transform: rotate(44deg);
  transform-origin: 0 100%;
}

#oc2025 #mv #mv_bg .oc2025_inner {
  z-index: 2;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #oc2025 #mv #mv_bg .title {
    position: absolute;
    top: calc(50% - 45.33vw);
    left: 8.533%;
    width: 74.67vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  #oc2025 #mv #mv_bg .title {
    position: absolute;
    top: 50%;
    width: auto;
    height: 40vh;
    transform: translate(0, -50%);
  }
  #oc2025 #mv #mv_bg .title img {
    width: auto;
    height: 100%;
  }
}
#oc2025 #mv #mv_bg .title_sub {
  display: inline-block;
  margin: 0 1em 1.8em 0;
  padding: 0 .6em;
  border: 1.2px solid #000;
  background-color: #fff;
  font-size: 1.0714em;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: .06em;
}
#oc2025 #mv #mv_message {
  margin: 4.9035em 0 5.1613em;
  font-size: 1.1071em;
  line-height: 2;
  font-weight: bold;
  letter-spacing: .07em;
}

/* pickup */
#oc2025 #pickup .detail {
  margin-top: 2.2857em;
}
#oc2025 #pickup li {
  border-top: 1px solid #999;
  padding-top: .6429em;
}
#oc2025 #pickup li+li {
  margin-top: 3em;
}
#oc2025 #pickup .detail .text {
  text-align: left;
}
#oc2025 #pickup .detail .text h3 {
  padding-bottom: .6316em;
  font-size : 1.3571em;
  font-weight: bold;
  letter-spacing: .14em;
  color : #004DA0;
}
#oc2025 #pickup .detail figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.2857em;
}
#oc2025 #pickup .detail figure div {
  position: relative;
  width: 47%;
}
#oc2025 #pickup .detail figure div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#oc2025 #pickup .detail figure div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* schedule */
#oc2025 #schedule .lead {
  text-align: left;
  font-size: 1.1071em;
}
#oc2025 #schedule .detail {
  text-align: left;
  margin-top: 2em;
}
#oc2025 #schedule li+li {
  margin-top: 1.5714em;
  padding-top: 1.6429em;
  border-top: 1px solid #999;
}
#oc2025 #schedule .num {
  display: inline-block;
  padding: 0 1.1em;
  border: 1px solid #004da0;
  color: #004da0;
  font-size: 1.0714em;
  letter-spacing: .1em;
}
#oc2025 #schedule .date {
  margin-top: .2791em;
  font-size: 1.5357em;
}
#oc2025 #schedule .date span {
  font-size: .8em;
}
#oc2025 #schedule .btn_yoyaku {
  text-align: center;
  width: 11.1333em;
  margin-top: .6667em;
  border-radius: 100vh;
  font-size: 1.0714em;
  line-height: 1.8333;
}

/* photogallery */
#oc2025 #photogallery .lead {
  letter-spacing: .05em;
}
#oc2025 #photogallery .detail {
  margin-top: 0;
}
#oc2025 #photogallery .cols li {
  align-self: flex-end;
  margin-top: 1.7143em;
}
#oc2025 #photogallery h3 {
  padding-bottom: .2em;
  font-size: .9286em;
}
#oc2025 #photogallery h3 .arts_im {
  display: block;
  margin: 0 -1em;
  font-size: .93em;
  letter-spacing: 0;
}
#oc2025 #photogallery .btn_modal {
  z-index: 2;
  position: relative;
  display: block;
}
#oc2025 #photogallery .btn_modal::after {
  z-index: 1;
  content: attr(aria-label);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.6522em;
  border: 1px solid #004da0;
  border-radius: 100vh;
  background-color: rgba(255, 255, 255, .85);
  color: #004da0;
  font-size: .86em;
  line-height: 1.7;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translate(-50%, -50%);
}
#oc2025 #photogallery .btn_modal:hover,
#oc2025 #photogallery .btn_modal:hover::after {
  opacity: 1;
}
#oc2025 #photogallery .btn_modal:hover img {
  opacity: .7;
}
#oc2025 #modal_gallery .tabs_body {
  margin: 0 auto;
  padding: 0 11.333% 5.7143em;
}
#oc2025 #modal_gallery .tabs_panel .tate {
  position: absolute;
  width: 100%;
  height: 100%;
}
#oc2025 #modal_gallery .tabs_panel .tate img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* data */
#oc2025 #data .lead span {
  display: block;
  margin-top: .2857em;
  font-size: .9333em;
}
#oc2025 #data li+li {
  margin-top: 3.3571em;
}
#oc2025 #data figure {
  margin-top: 1.2857em;
}

/* voice */
#oc2025 #voice .cols li+li {
  margin-top: 1.5em;
}
#oc2025 #voice .cols li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4em;
  border: 1px solid #004da0;
  color: #004da0;
  font-size: 1.0714em;
}
#oc2025 #voice .cols li a:hover {
  background-color: #f5f5f5;
  opacity: 1;
}
#oc2025 #modal_voice .tabs_body {
  overflow-y: scroll;
  height: 50vh;
  min-height: 200px;
  padding: 0 10%;
}
#oc2025 #modal_voice .tabs_body ul {
  padding-bottom: 3em;
}
#oc2025 #modal_voice .tabs_body li {
  font-size: .92857em;
  text-align: justify;
  text-justify: inter-ideograph;
}
#oc2025 #modal_voice .tabs_body ul li+li {
  margin-top: 1.5714em;
  padding-top: 1.6429em;
  border-top: 1px solid #999;
}

/* route */
#oc2025 #route .type {
    position: relative;
  }
  #oc2025 #route .type+.type {
    margin-top: 3em;
  }
  #oc2025 #route .type::after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 99%;
  }
  #oc2025 #route .type li {
    margin-top: 1.1786em;
    padding: .1em 0;
    background-color: #fff;
  }
  #oc2025 #route #type_a h3 {
    background-color: #004da0;
    color: #fff;
  }
  #oc2025 #route #type_a::after {
    background-color: #004da0;
  }
  #oc2025 #route #type_a li {
    color: #004da0;
  }
  #oc2025 #route #type_b h3 {
    background-color: #ec1400;
    color: #fff;
  }
  #oc2025 #route #type_b::after {
    background-color: #ec1400;
  }
  #oc2025 #route #type_b li {
    color: #ec1400;
  }

/* access */
#oc2025 #contents #access {
  padding-bottom: 5.2857em;
}
#oc2025 #access .detail {
  text-align: left;
  margin-top: 1.7143em;
}
#oc2025 #access .text h3 {
  font-size: 1.0714em;
}
#oc2025 #access .text p {
  font-size: .86em;
  font-weight: 500;
}
#oc2025 #access .text p.address {
  padding-bottom: 1.5385em;
  font-size: .9286em;
}
#oc2025 #access figure {
  margin-top: 2.1429em;
}

/* request */
#oc2025 #request {
  padding: 1.5em 0 4.8571em;
  background-color: #ebebeb;
}
#oc2025 #request h2 {
  font-size: 1.3714em;
  font-weight: bold;
}
#oc2025 #request .detail {
  margin-top: 3em;
}
#oc2025 #request figure img {
  width: 15.1429em;
  margin: 0 auto;
}
#oc2025 #request li {
  margin-top: 3.8571em;
}
#oc2025 #request li+li {
  margin-top: 1.8571em;
}
#oc2025 #request li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.84em;
  height: 3.2em;
  margin: 0 auto;
  padding-top: .16em;
  border: .5px solid #000;
  background-color: #fff;
  font-size: .8929em;
}
#oc2025 #request li.telemail a::before {
  vertical-align: middle;
  content: "";
  display: inline-block;
  margin: 0 1.4em 0 -.56em;
  width: 2.72em;
  height: 2.72em;
  background: url(/admission/arts/event/oc-lp/common/img/request/ico_telmail.png) 0 0 no-repeat;
  background-size: contain;
}

/* yoyaku_floating */
#oc2025 #yoyaku_floating {
  z-index: 50;
  position: fixed;
  top: calc(50% - 160px);
  right: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
#oc2025 #yoyaku_floating.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
}
#oc2025 #yoyaku_floating a {
  padding: 0.9em .25em;
}
#oc2025 #yoyaku_floating a[target="_blank"]::after {
  vertical-align: baseline;
  margin: 0.5em 0 0;
}

/* @media
----------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  #oc2025 {
    max-width: 1600px;
    min-width: 1130px;
    font-size: 18.4px;
  }
  #oc2025 #contents,
  #oc2025 .oc2025_inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 2.9167%;
    box-sizing: content-box;
  }
  #oc2025 #contents section {
    padding-bottom: 8.3696em;
  }
  #oc2025 .detail {
    width: 74.118%;
    margin: 3.2609em 0 0 auto;
  }
  #oc2025 .cols.col-2 > * {
    width: 48.5%;
  }
  #oc2025 .cols.col-3 > * {
    width: 31.27%;
  }
  #oc2025 .cols.col-4 > * {
    width: 22.54%;
  }
  #oc2025 .cols.col-4 > * {
    width: 22.54%;
  }
  #oc2025 .ib-pc {
    display: inline-block;
  }
  #oc2025 section .ttl {
    position: sticky;
    top: 100px;
  }
  #oc2025 .ttl.en {
    font-size: 2.6087em;
  }
  #oc2025 .ttl+.lead {
    width: 74.118%;
    margin: -0.1667em 0 0 auto;
    font-size: 1.3043em;
  }
  #oc2025 a[target="_blank"]::after {
    margin-left: 0.4em;
    width: .7826em;
    height: .7826em;
  }

  #oc2025 .oc-modal .tabs_btn {
    padding: 2.7174em 0 1.087em;
  }
  #oc2025 .oc-modal .tabs_btn button {
    margin: 0 .9091em 1em;
    font-size: .9565em;
  }
  #oc2025 .oc-modal .btn_modal-close {
    bottom: 1.4674em;
    right: 1.4674em;
    width: 27px;
    height: 27px;
  }
  #oc2025 .oc-modal .btn_modal-close::before,
  #oc2025 .oc-modal .btn_modal-close::after {
    width: 15px;
  }

  #oc2025 .slick-next,
  #oc2025 .slick-prev {
    width: 27px;
    height: 27px;
  }
  #oc2025 .slick-prev {
    left: -2.663em;
  }
  #oc2025 .slick-next {
    right: -2.663em;
  }
  #oc2025 .slick-prev::before {
    left: 10px;
  }
  #oc2025 .slick-next::before {
    right: 10px;
  }
  #oc2025 .slick-dots li {
    margin: 0 .4348em;
  }
  #oc2025 .slick-dots li button {
    width: 6px;
    height: 6px;
  }

  #oc2025 #mv #mv_bg {
    height: calc(100vh - 80px);
    height: calc(100svh - 80px);
    min-height: 400px;
  }
  #oc2025 #mv_slide-wrapper {
    --mvtime: 7;
    flex-direction: row;
  }
  #oc2025 #mv_slide-wrapper .mv_slide {
    flex-direction: row;
    animation-play-state: running;
  }
  #oc2025 #mv_slide-wrapper .mv_slide:first-child {
    animation-name: loop_img01-pc;
    animation-duration: calc(2s * var(--vh) * var(--mvtime));
    animation-delay: calc(-1s * var(--vh) * var(--mvtime));
  }
  #oc2025 #mv_slide-wrapper .mv_slide:last-child {
    animation-name: loop_img02-pc;
    animation-duration: calc(2s * var(--vh) * var(--mvtime));
    animation-delay: 0s;
  }
  #oc2025 #mv_slide-wrapper .mv_slide li {
    width: calc(1517 * (100vh - 130px) / 1025);
    height: calc(100vh - 130px);
    height: calc(100svh - 130px);
    min-height: 400px;
    margin: 0 1.9em;
  }
  #oc2025 #mv #mv_scroll {
    bottom: 2.4457em;
    left: auto;
    right: 5.3261em;
    height: 4.7826em;
  }

  #oc2025 #mv #mv_bg .title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48.913em;
    padding-right: 1.5em;
    transform: translate(-48.5%, -64%);
  }
  #oc2025 #mv #mv_bg .title_sub {
    margin: 0 auto 66px 0;
    padding: 0 .7em;
    font-size: 1.3043em;
  }
  #oc2025 #mv #mv_message {
    width: 74.118%;
    margin: 4.0339em 0 6.2903em auto;
    font-size: 1.3478em;
  }

  #oc2025 #pickup .detail {
    margin-top: 2.4457em;
  }
  #oc2025 #pickup li {
    display: flex;
    width: 100%;
    font-size: 1.2174em;
  }
  #oc2025 #pickup li+li {
    margin-top: 2.9891em;
  }
  #oc2025 #pickup .detail .text {
    text-align: left;
    width: calc(100% - 19.643em);
  }
  #oc2025 #pickup .detail .text h3 {
    padding: 0 0 .6579em;
    font-size : 1.3571em;
  }
  #oc2025 #pickup .detail figure {
    margin-top: .4464em;
    max-width: 19.643em;
  }

  #oc2025 #schedule .lead {
    font-size: 1.3043em;
  }
  #oc2025 #schedule .detail {
    margin-top: 2.4457em;
  }
  #oc2025 #schedule .detail li {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #oc2025 #schedule li+li {
    margin-top: .8152em;
    padding-top: .8152em;
  }
  #oc2025 #schedule .num {
    font-size: 1.0435em;
  }
  #oc2025 #schedule .date {
    margin: 0 0 0 .8333em;
    font-size: 1.8261em;
    letter-spacing: .07em;
  }
  #oc2025 #schedule .btn_yoyaku {
    margin: 0 0 0 auto;
    width: 11em;
    font-size: 1em;
  }

  #oc2025 #photogallery .detail {
    margin-top: .3261em;
  }
  #oc2025 #photogallery .cols li {
    margin-top: 2.7717em
  }
  #oc2025 #photogallery h3 {
    padding-bottom: .4em;
    font-size: 1em;
  }
  #oc2025 #photogallery .btn_modal:hover::after {
    font-size: 1em;
  }
  #oc2025 #modal_gallery .tabs_body {
    width: 82%;
  }

  #oc2025 #data .lead span {
    margin-top: .4348em;
    font-size: .7667em;
    letter-spacing: 0.05em;
  }
  #oc2025 #data .detail {
    margin-top: 2.7174em;
  }
  #oc2025 #data li+li {
    margin-top: 2.5543em;
  }
  #oc2025 #data li:nth-of-type(2) {
    margin-top: 0;
  }
  #oc2025 #data h3 {
    font-size: 1.0435em;
  }
  #oc2025 #data figure {
    margin-top: 1.3587em;
  }
  #oc2025 #data li:last-child figure {
    margin-right: -1.63em;
    margin-left: 1.63em;
  }

  #oc2025 #voice .cols li+li {
    margin-top: 1.6957em;
  }
  #oc2025 #voice .cols li:nth-of-type(2) {
    margin-top: 0;
  }
  #oc2025 #voice .cols li a {
    height: 4.2857em;
    font-size: 1.2174em;
  }
  #oc2025 #modal_voice .tabs_body {
    padding: 0 10%;
  }
  #oc2025 #modal_voice .tabs_body li {
    font-size: 1em;
  }

  #oc2025 #route .type {
    width: 46%;
  }
  #oc2025 #route .type+.type {
    margin-top: 0;
  }
  #oc2025 #route .type li {
    margin-top: 1.3587em;
  }
  #oc2025 #route .type h3 {
    line-height: 1.85;
  }

  #oc2025 #contents #access {
    padding-bottom: 5.9783em;
  }
  #oc2025 #access .detail {
    margin-top: 0;
  }
  #oc2025 #access .text h3 {
    font-size: 1.2174em;
  }
  #oc2025 #access .text p {
    font-size: .885em;
  }
  #oc2025 #access .text p.address {
    padding-bottom: 1.9565em;
    font-size: 1em;
  }
  #oc2025 #access figure {
    width: 76.8%;
    margin: -5.9783em 0 0 auto;
  }

  #oc2025 #request {
    padding: 1.6848em 0 6.7391em;
  }
  #oc2025 #request h2 {
    font-size: 1.5652em;
  }
  #oc2025 #request .detail {
    margin-top: 1.9022em;

  }
  #oc2025 #request figure img {
    width: 17.5543em;
  }
  #oc2025 #request ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  #oc2025 #request li {
    margin: 0 1.6304em 0 0;
  }
  #oc2025 #request li+li {
    margin-top: 3.0435em;
  }
  #oc2025 #request li a {
    width: 20em;
    height: 3.24em;
    font-size: 1.087em;
  }
  #oc2025 #request li.telemail a::before {
    margin-top: -.2em;
  }
  #oc2025 #yoyaku_floating {
    top: 150px;
  }
  #oc2025 #yoyaku_floating a {
    padding: 0.9em .5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1216px), print {
  #oc2025 #mv_pause_btn {
    left: calc(100vw - 3.8043em);
  }
  #oc2025 #mv #mv_scroll {
    left: calc(100vw - 6.1413em);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #oc2025 {
    font-size: 14.72px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  #oc2025 {
    font-size: 1.15vw;
  }
}
@media all and (-ms-high-contrast: none) {
  #oc2025 #mv_slide-wrapper,
  #oc2025 #mv_slide-wrapper .mv_slide {
    display: block;
  }
  #oc2025 #mv_slide-wrapper .mv_slide li {
    margin: 0 auto;
  }
}

/* keyframes
----------------------------------------------------------*/
@keyframes loop_img01-sp {
	0% { transform: translateY(-100%);}
	100% { transform: translateY(100%);}
}
@keyframes loop_img02-sp {
	0% { transform: translateY(-200%);}
	100% { transform: translateY(0);}
}
@keyframes loop_img01-pc {
	0% { transform: translateX(100%);}
	100% { transform: translateX(-100%);}
}
@keyframes loop_img02-pc {
	0% { transform: translateX(0);}
	100% { transform: translateX(-200%);}
}
@keyframes scrolldown {
    0% { bottom: 120%;}
   10% { bottom: 120%;}
   70% { bottom: -120%;}
  100% { bottom: -120%;}
}


/* 2025.07.25 Pickup contents */
#oc2025 #pickup .detail .text .pickup_text {
  font-weight: normal;
  font-size: 0.8em;
}
#oc2025 #pickup .detail .text .pickup_text a {
  display: inline;
  text-decoration: underline;
}
#oc2025 #pickup .detail .text .pickup1_indent {
  display: block;
  text-indent: -3.7em;
  padding-left: 3.7em;
}
#oc2025 #pickup .detail .text .pickup2_indent {
  display: block;
  text-indent: -2.65em;
  padding-left: 2.65em;
}
#oc2025 #pickup .detail .text .lead {
  margin-bottom: 0.5em;
}
#oc2025 #pickup .detail figure a {
  display: block;
}
#oc2025 #pickup .detail h3 {
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #oc2025 #pickup .detail .text .pickup_text {
    font-size: 0.9em;
  }
  #oc2025 #pickup .detail .text .lead {
      margin-bottom: 1em;
  }
}
