@layer pages {
  /* ==========================================================================
     Open Campus Special Page Styles
     ========================================================================== */
/*** 2026opencampus・Rikoフェス！のための追記　***/
.opc-program__subttl{
  font-size: 22px;
  margin-top: 40px;
}
.program_hosoku{
  margin-left: 45px;
  margin-top: 20px;
}
.opc-program__noimage{
  background-color: #eee;
  margin-top: -35px;
  padding: 3% 2% 2% 3%;
  border-radius: 10px;
}
.opc-program__noimage{
  margin-top: -35px;
}
.opc-program__noimage ul li{
  margin-bottom: 10px;
}
@media screen and (max-width: 480px){
  .opc-program__noimage {
    margin-top: -5px;
  }
  
}







  .opc-main {
    overflow: hidden;
    width: 100%;
  }

  /* Key Visual Static (New Design 2026) */
  .opc-kv-static {
    width: 100%;
    background: #f6f6f8;
    overflow: hidden;
    border-bottom: 1px solid #262626;
  }

  .opc-kv-static__main {
    position: relative;
    width: 100%;
    height: 500px; /* PC版の固定高さ */
    overflow: hidden;
  }

  .opc-kv-static__main-img {
    width: 100%;
    height: 100%;
  }

  .opc-kv-static__main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .opc-kv-static__content {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 10;
    pointer-events: none;
    box-sizing: border-box;
  }

  .opc-kv-static__logo {
    width: 35%;
    max-width: 440px;
  }
  .opc-kv-static__logo img {
    width: 100%;
    height: auto;
  }

  .opc-kv-static__info {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .opc-kv-static__dates {
    display: flex;
    gap: 10px;
  }

  .opc-kv-static__date-item {
    background: #fff;
    padding: 10px;
    text-align: center;
    width: 90px;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    pointer-events: auto;
    box-sizing: border-box;
    flex-shrink: 0;
  }

  .opc-kv-static__date-item .day {
    display: block;
    font-size: 2.8rem;
    font-family: "Jost", sans-serif;
    font-weight: normal;
    line-height: 1;
    color: #262626;
  }
  .opc-kv-static__date-item .week {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 5px;
    color: #262626;
  }

  .opc-kv-static__time {
    background: #fff;
    padding: 8px 20px;
    font-size: 1.8rem;
    font-family: "Jost", sans-serif;
    font-weight: normal;
    color: #262626;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    pointer-events: auto;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 0;
  }
  .opc-kv-static__time span {
    font-size: 1.4rem;
    font-weight: normal;
  }

  /* Thumbnails Slider */
  .opc-kv-static__thumbs {
    width: 100%;
    padding: 10px 0;
    background: #f6f6f8;
  }

  .opc-kv-static__thumbs .swiper-wrapper {
    transition-timing-function: linear !important;
  }

  .opc-kv-static__thumbs .swiper-slide {
    width: auto;
    padding: 0 2.5px;
  }

  .opc-kv-static__thumbs img {
    width: 290px;
    height: 150px;
    object-fit: cover;
    border: 1px solid #262626;
    display: block;
  }

  @media screen and (max-width: 768px) {
    .opc-kv-static__main {
      height: 103vw;
    }

    .opc-kv-static__content {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      gap: 20px;
      padding-bottom: 5vw;
    }

    .opc-kv-static__logo {
      position: absolute;
      left: 7vw;
      top: 7vw;
      width: 69vw;
      max-width: none;
    }

    .opc-kv-static__info {
      align-items: center;
      width: auto;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .opc-kv-static__dates {
      gap: 5px;
      width: auto;
      justify-content: center;
      padding: 0;
    }

    .opc-kv-static__date-item {
      padding: 5px;
      width: 64px;
      min-width: auto;
      flex: none;
      aspect-ratio: 1 / 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .opc-kv-static__date-item .day {
      font-size: 2rem;
    }

    .opc-kv-static__time {
      width: 100%;
      box-sizing: border-box;
      text-align: center;
      font-size: 1.6rem;
      padding: 5px 15px;
    }

    .opc-kv-static__thumbs .swiper-slide {
      width: 38vw;
      padding: 0 2.5px;
    }

    .opc-kv-static__thumbs img {
      width: 100%;
      height: auto;
      aspect-ratio: 290 / 150;
    }
	.opc-kv-static__logo img{
	  width: 70%;
    }
  }

  /* Key Visual */
  .opc-kv {
    position: relative;
    width: 100%;
    height: 650px;
    background: #f6f6f8;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* 上詰めに変更 */
    overflow: hidden;
    padding-top: 20px;
    box-sizing: border-box;
  }

  .opc-kv__inner {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
  }

  /* Colored Background Shapes */
  .opc-kv__bg-rect {
    position: absolute;
    z-index: 1;
    opacity: 0;
    border: 1px solid #262626;
    box-sizing: border-box;
  }
  .opc-kv__bg-rect--cyan {
    width: 500px;
    height: 290px;
    background: #4cb0ed;
    top: 190px;
    left: 196px;
  }
  .opc-kv__bg-rect--pink {
    width: 240px;
    height: 190px;
    background: #f9b6d1;
    top: 35px;
    right: 180px;
  }
  .opc-kv__bg-rect--yellow {
    width: 230px;
    height: 110px;
    background: #ffeb3b;
    top: 390px;
    right: 120px;
  }

  /* Photos */
  .opc-kv__photo {
    position: absolute;
    z-index: 2;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid #262626;
    box-sizing: border-box;
  }
  .opc-kv__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .opc-kv__photo--1 {
    width: 540px;
    height: 360px;
    top: 0px;
    left: 90px;
    z-index: 8;
  }
  .opc-kv__photo--2 {
    width: 330px;
    height: 230px;
    top: 120px;
    right: 0;
    z-index: 5;
  }
  .opc-kv__photo--3 {
    width: 295px;
    height: 185px;
    top: 330px;
    right: 215px;
    z-index: 6;
  }
  .opc-kv__photo--4 {
    width: 240px;
    height: 150px;
    top: 430px;
    left: 280px;
    z-index: 7;
  }

  /* Title & Info */
  .opc-kv__title {
    position: absolute;
    top: 270px;
    left: 50px;
    z-index: 10;
    opacity: 0;
    width: 440px;
  }
  .opc-kv__title img {
    width: 100%;
    height: auto;
  }

  .opc-kv__info {
    position: absolute;
    top: 460px;
    right: 0;
    z-index: 10;
    text-align: center;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .opc-kv__dates {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
  }

  .opc-kv__date-item {
    background: #fff;
    padding: 10px 15px;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    text-align: center;
    min-width: 80px;
  }

  .opc-kv__date-item .day {
    display: block;
    font-size: 2.2rem;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    line-height: 1;
  }
  .opc-kv__date-item .week {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
  }

  .opc-kv__time {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #262626;
  }

  /* Introduction Section */
  .opc-intro {
    background: #fffdf0;
    padding: 100px 0;
    text-align: center;
  }
  .opc-intro__text {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 500;
  }

  /* Schedule Section */
  .opc-schedule {
    background: #f9b6d1;
    padding: 100px 0;
    text-align: center;
  }

  .opc-schedule__ttl {
    margin-bottom: 60px;
  }
  .opc-schedule__ttl h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #262626;
    margin-bottom: 10px;
  }
  .opc-schedule__ttl span {
    display: block;
    font-size: 2rem;
   /* font-weight: bold;*/
    color: #262626;
  }

  .opc-schedule__grid {
    max-width: 700px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 0;
  }

  .opc-schedule__item {
    background: #fff;
    border-radius: 8px;
    padding: 18px 14px;
    width: 100%;
    box-sizing: border-box;
    aspect-ratio: 1 / 1; /* 正方形に見せる */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #262626; /* 境界線を太く */
    box-shadow: 0 8px 0 #262626; /* 影を真下に */
  }

  .opc-schedule__label {
    display: inline-block;
    background: #fff;
    border: 2px solid #262626;
    border-radius: 30px;
    padding: 4px 15px;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    white-space: nowrap; /* 小画面でも改行させない */
    line-height: 1.1;
  }

  .opc-schedule__date {
    font-size: 4rem;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0;
    text-align: center; /* 日付と曜日を中央寄せ */
    color: #262626;
  }

  .opc-schedule__date span {
    display: block; /* 日付と曜日を改行 */
    font-size: 0.6em;
    margin-left: 0;
    margin-top: 2px;
    font-weight: 400;
  }
  .opc-schedule__date.is-sat span { color: #00a5e6; }
  .opc-schedule__date.is-sun span { color: #e60012; }

  .opc-schedule__info-box {
  max-width: 700px;
    margin: 60px auto 40px;
    background: #fff;
    border: 1px solid #262626;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 0 #262626;
  }

  .opc-schedule__info-row {
    display: flex;
  border-bottom: none;
  }
  .opc-schedule__info-row:last-child {
    border-bottom: none;
  }

  .opc-schedule__info-label {
    width: 180px;
    background: #eee;
    padding: 25px;
    font-weight: 800;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  border-right: none;
    color: #262626;
  }

.opc-schedule__info-row:first-child .opc-schedule__info-label {
  position: relative;
}

.opc-schedule__info-row:first-child .opc-schedule__info-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #262626 0 1px,
    transparent 1px 5px
  );
}

.opc-schedule__info-row:first-child .opc-schedule__info-content {
  position: relative;
}

.opc-schedule__info-row:first-child .opc-schedule__info-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #262626 0 1px,
    transparent 1px 5px
  );
}

  .opc-schedule__info-content {
    flex: 1;
    padding: 25px 50px;
    text-align: left;
    font-size: 2.2rem;
  font-weight: 400;
    display: flex;
    align-items: center;
    color: #262626;
  }

  .opc-schedule__notes {
    max-width: 920px;
    margin: 0 auto;
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    color: #262626;
    padding: 0 20px;
  }
  .opc-schedule__notes p {
    margin-bottom: 5px;
    padding-left: 1.2em;
    text-indent: -1.2em;
    line-height: 1.6;
  }

  /* Apply Button */
  .opc-apply {
    margin-top: 60px;
  }

  .opc-apply__btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
    justify-content: center;
  gap: 2px;
    background: #fff100;
    color: #262626;
  width: 440px;
    height: 100px;
    border-radius: 50px;
  border: 1px solid #262626;
    text-decoration: none;
    position: relative;
  box-shadow: 0 8px 0 #262626;
    transition: transform 0.1s, box-shadow 0.1s;
  }
  .opc-apply__btn:hover {
    transform: translateY(4px);
  box-shadow: 0 4px 0 #262626;
  }

  .opc-apply__btn::after {
    content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
  width: 30px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.63 10.16'%3E%3Crect fill='%23262626' x='0' y='3.52' width='22.14' height='2.7'/%3E%3Cpolygon fill='%23262626' points='18.22 0 29.63 5.08 18.22 10.16'/%3E%3C/svg%3E") no-repeat center/contain;
}

.opc-apply__btn:hover::after {
  animation: slideArw 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.opc-apply__sub {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.opc-apply__main {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  }

  /* Special Gifts Section */
  .opc-gifts {
    background: #b6e8f3;
    padding: 70px 0 90px;
  }

  .opc-gifts__inner {
    max-width: 840px;
    margin: 0 auto 0;
    padding: 40px 0 44px;
    background: #fff;
    border-radius: 34px;
    text-align: center;
    box-sizing: border-box;
  }

  .opc-gifts__title {
    margin: 0 0 22px;
    overflow: hidden;
    white-space: nowrap;
  }

  .opc-gifts__title-track {
    display: inline-flex;
    align-items: center;
    width: max-content;
    animation: opcGiftsMarquee 18s linear infinite;
  }

  .opc-gifts__title img {
    display: block;
    width: 419px;
    max-width: none;
    height: auto;
    flex-shrink: 0;
    margin-left: 20px;
  }

  @keyframes opcGiftsMarquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }

  .opc-gifts__lead {
    margin: 0 140px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.03em;
    text-align: left;
  }

  .opc-gifts__lead span {
    background: linear-gradient(transparent 62%, #fff36f 62%);
    font-weight: 700;
  }

  .opc-gifts__br-sp {
    display: none;
  }

  .opc-gifts__list {
    margin: 34px 130px 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 270px));
    justify-content: center;
    gap: 34px;
  }

  .opc-gifts__item {
    width: 100%;
    max-width: 270px;
    text-align: center;
    background: #f8f8f8;
  }

  .opc-gifts__image-wrap {
    margin: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 16px;
    background: inherit;
    border: 1px solid #262626;
    border-radius: 14px;
    box-shadow: 0 8px 0 #262626;
    box-sizing: border-box;
  }

  .opc-gifts__image-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .opc-gifts__item--kitty .opc-gifts__image-wrap img {
    max-width: 182px;
  }

  .opc-gifts__item--carp .opc-gifts__image-wrap img {
    max-width: 248px;
  }

  .opc-gifts__caption {
    margin: 14px 0 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }

  /* Program Section */
  .opc-program {
    background: #fffdf1;
    padding: 90px 0 110px;
  }

  .opc-program__inner {
    max-width: 920px;
    margin: 0 auto;
  }

  .opc-program__ttl {
    text-align: center;
    margin-bottom: 52px;
  }

  .opc-program__ttl h2 {
    font-family: "Oswald", sans-serif;
    font-size: 8rem;
    line-height: 1;
    letter-spacing: 0.04em;
    margin: 0;
  }

  .opc-program__ttl span {
    display: block;
    margin-top: 10px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .opc-program__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 26px;
  }

  .opc-program__item {
    position: relative;
  }

  .opc-program__label {
    position: absolute;
    top: -25px;
    left: 14px;
    min-width: 132px;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    z-index: 2;
  }

  .opc-program__label::after {
    content: "";
    position: absolute;
    left: 24px;
    bottom: -12px;
    border-width: 12px 0 0 10px;
    border-style: solid;
  }

  .opc-program__label.is-yellow {
    background: #f2e34f;
  }

  .opc-program__label.is-yellow::after {
    border-color: #f2e34f transparent transparent transparent;
  }

  .opc-program__label.is-pink {
    background: #eebad0;
  }

  .opc-program__label.is-pink::after {
    border-color: #eebad0 transparent transparent transparent;
  }

  .opc-program__card {
    margin: 0;
    padding: 34px 30px 30px;
    border: 1px solid #262626;
    border-radius: 14px;
    background: #fff;
  }

  .opc-program__card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .opc-program__txt {
    margin: 10px 2px 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    word-break: break-all;
  }

  .opc-program__slider {
    display: none;
  }

  .opc-program-check {
    margin-top: 52px;
    border: 1px solid #262626;
    border-radius: 24px;
    background: #f6f6f8;
    padding: 24px 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }

  .opc-program-check__images--left img {
    width: 140px;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 10px;
  }

  .opc-program-check__images--right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .opc-program-check__images--right img {
    width: 116px;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
  }

  .opc-program-check__images--right img:first-child {
    margin-left: 0;
    aspect-ratio: 4 / 3;
  }

  .opc-program-check__images--right img:last-child {
    width: 109px;
    margin-left: 40px;
  }

  .opc-program-check__content {
    flex: 1;
    text-align: center;
  }

  .opc-program-check__txt {
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.35;
  }

  .opc-program-check__btn {
    margin: 14px auto 0;
    width: 230px;
    height: 50px;
    border-radius: 999px;
    border: 1px solid #262626;
    background: #f1ed5f;
    box-shadow: 0 4px 0 #262626;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 32px;
    text-decoration: none;
    color: #262626;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .opc-program-check__btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 28px;
    width: 30px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.63 10.16'%3E%3Crect fill='%23262626' x='0' y='3.52' width='22.14' height='2.7'/%3E%3Cpolygon fill='%23262626' points='18.22 0 29.63 5.08 18.22 10.16'/%3E%3C/svg%3E") no-repeat center/contain;
  }

  .opc-program-check__btn:hover {
    transform: translateY(3px);
    box-shadow: 0 2px 0 #262626;
  }

  .opc-program-check__btn:hover::after {
    animation: slideArw 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  }

  /* Travel Support Section */
  .opc-travel {
    background: #ffbbdc;
    padding: 26px 0 86px;
  }

  .opc-travel__inner {
    max-width: 960px;
    margin: 0 auto;
    background: #f6f6f8;
    border-radius: 20px;
    padding: 56px 72px 60px;
  }

  .opc-travel__ttl-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .opc-travel__ttl {
    margin: 0;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .opc-travel__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f2e34f;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .opc-travel__lead {
    margin: 24px 0 30px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.9;
  }

  .opc-travel__info {
    border: 1px solid #262626;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }

  .opc-travel__info-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    position: relative;
  }

  .opc-travel__info-row:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ccc;
  }

  .opc-travel__info-label {
    background: #f3f3f3;
    padding: 18px 16px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    border-right: 1px solid #262626;
  }

  .opc-travel__info-content {
    padding: 18px 20px;
    font-size: 1.8rem;
    line-height: 1.6;
  }

  .opc-travel__subttl {
    display: table;
    margin: 38px auto 20px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .opc-travel__subttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    margin: 10px auto 0;
    background-image: radial-gradient(circle, #262626 1px, transparent 1px);
    background-size: 6px 6px;
    background-repeat: repeat-x;
    background-position: center;
  }

  .opc-travel__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
  }

  .opc-travel__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #262626;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    font-size: 1.6rem;
  }

  .opc-travel__table thead th {
    background: #f2d84b;
    padding: 14px 12px;
    border-bottom: 1px solid #262626;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
  }

  .opc-travel__table thead th:last-child {
    /* 補助金額列の幅調整 */
    width: 140px;
    min-width: 140px;
    border-left: 1px solid #262626;
  }

  /* 2列金額パターンの調整 */
  .opc-travel__table.v-price2 thead th {
    vertical-align: middle;
  }

  .opc-travel__table.v-price2 thead th:first-child {
    border-right: none;
  }

  .opc-travel__table.v-price2 thead tr:first-child th:last-child {
    width: auto;
    min-width: auto;
    border-right: none;
    border-left: 1px solid #262626;
  }

  .opc-travel__table.v-price2 thead tr:nth-child(2) th:first-child {
    border-left: 1px solid #262626;
  }

  .opc-travel__table.v-price2 thead tr:nth-child(2) th:last-child {
    width: 140px;
    min-width: 140px;
    border-right: none;
    border-left: 1px solid #262626;
  }

  .opc-travel__table.v-price2 .opc-travel__amount {
    border-left: 1px solid #262626 !important;
    border-right: none !important;
  }

  .opc-travel__table.v-price2 .opc-travel__amount:nth-of-type(2) {
    border-left: 1px solid #262626 !important;
    border-right: none !important;
  }

  .opc-travel__table tbody th,
  .opc-travel__table tbody td {
    padding: 12px 12px;
    border-bottom: 1px solid #262626;
    line-height: 1.6;
    vertical-align: top;
  }

  .opc-travel__table tbody th {
    width: 130px;
    text-align: center;
    vertical-align: middle;
    background: #fafafa;
    border-right: 1px solid #262626;
    font-weight: 400;
    white-space: nowrap;
  }

  .opc-travel__table tbody th[colspan] {
    border-right: none;
    text-align: left;
    padding-left: 2.5em;
  }

  .opc-travel__table tbody tr:first-child > th,
  .opc-travel__table tbody tr:first-child > td:not(.opc-travel__amount) {
    position: relative;
    border-bottom: none;
  }

  .opc-travel__table tbody tr:first-child > th::after,
  .opc-travel__table tbody tr:first-child > td:not(.opc-travel__amount)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ccc;
  }

  .opc-travel__table tbody tr:nth-child(4) > th,
  .opc-travel__table tbody tr:nth-child(4) > td {
    position: relative;
    border-bottom: none;
  }

  .opc-travel__table tbody tr:nth-child(4) > th::after,
  .opc-travel__table tbody tr:nth-child(4) > td::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ccc;
  }

  .opc-travel__table tbody tr:nth-child(3) > th,
  .opc-travel__table tbody tr:nth-child(3) > td:not(.opc-travel__amount) {
    position: relative;
    border-bottom: none;
  }

  .opc-travel__table tbody tr:nth-child(3) > th::after,
  .opc-travel__table tbody tr:nth-child(3) > td:not(.opc-travel__amount)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ccc;
  }

  .opc-travel__table tbody tr:nth-child(6) > th,
  .opc-travel__table tbody tr:nth-child(6) > td:not(.opc-travel__amount) {
    position: relative;
    border-bottom: none;
  }

  .opc-travel__table tbody tr:nth-child(6) > th::after,
  .opc-travel__table tbody tr:nth-child(6) > td:not(.opc-travel__amount)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ccc;
  }

  .opc-travel__table tbody td + td {
    border-left: 1px solid #262626;
  }

  .opc-travel__area-groups {
    width: 100%;
  }

  .opc-travel__area-groups ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .opc-travel__area-groups li {
    width: calc(25% - 11px);
    margin: 0;
    text-indent: -1.2em;
    padding-left: 1.2em;
    line-height: 1.45;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .opc-travel__area-groups.v-col3 li {
    width: calc(33.333% - 10px);
  }

  @media screen and (max-width: 1200px) {
    .opc-travel__area-groups li {
      width: calc(33.333% - 10px);
    }
    .opc-travel__area-groups.v-col3 li {
      width: calc(50% - 7px);
    }
  }

  @media screen and (max-width: 1024px) {
    .opc-travel__area-groups li {
      width: calc(50% - 7px);
    }
    .opc-travel__area-groups.v-col3 li {
      width: 100%;
    }
  }

  .opc-travel__area-groups li::before {
    content: "・";
  }

  .opc-travel__table tbody tr:last-child th,
  .opc-travel__table tbody tr:last-child td {
    border-bottom: none;
  }

  .opc-travel__amount {
    /* 補助金額セルのスタイル */
    width: 140px;
    background: #e6e6e6;
    border-left: 1px solid #262626 !important;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: middle !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .opc-travel__apply {
    margin-top: 40px;
    text-align: center;
  }

  .opc-travel__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 590px;
    max-width: 100%;
    height: 78px;
    border-radius: 999px;
    border: 1px solid #262626;
    background: #f1ed5f;
    box-shadow: 0 6px 0 #262626;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #262626;
    text-decoration: none;
    position: relative;
    padding-right: 38px;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .opc-travel__btn-line {
    display: inline;
  }

  .opc-travel__btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 28px;
    width: 30px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.63 10.16'%3E%3Crect fill='%23262626' x='0' y='3.52' width='22.14' height='2.7'/%3E%3Cpolygon fill='%23262626' points='18.22 0 29.63 5.08 18.22 10.16'/%3E%3C/svg%3E") no-repeat center/contain;
  }

  .opc-travel__btn:hover {
    transform: translateY(3px);
    box-shadow: 0 3px 0 #262626;
  }

  .opc-travel__btn:hover::after {
    animation: slideArw 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  }

  /* Free Shuttle Bus Section */
  .opc-bus {
    background: #7fdfef;
    padding: 22px 0 94px;
  }

  .opc-bus__inner {
    max-width: 940px;
    margin: 0 auto;
    background: #f6f6f8;
    border-radius: 16px;
    padding: 56px 58px 56px;
  }

  .opc-bus__ttl-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .opc-bus__ttl {
    margin: 0;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .opc-bus__badge {
    background: #f2e34f;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: 700;
  }

  .opc-bus__lead {
    margin: 20px 0 26px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .opc-bus__info {
    max-width: 700px;
    margin: 0 auto;
    border: 1px solid #262626;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }

  .opc-bus__info-row {
    display: grid;
    grid-template-columns: 100px 1fr;
    position: relative;
  }

  .opc-bus__info-row:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-image: repeating-linear-gradient(
      to right,
      #262626 0 1px,
      transparent 1px 5px
    );
  }

  .opc-bus__info-label {
    background: #f3f3f3;
    border-right: 1px solid #262626;
    padding: 14px 10px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .opc-bus__info-content {
    padding: 14px 14px;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .opc-bus__info-strong {
    font-size: 1.1em;
    font-weight: 700;
  }

  .opc-bus__subttl {
    display: table;
    margin: 30px auto 20px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .opc-bus__subttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    margin: 8px auto 0;
    background-image: radial-gradient(circle, #262626 1px, transparent 1px);
    background-size: 6px 6px;
    background-repeat: repeat-x;
    background-position: center;
  }

  .opc-bus__courses {
    max-width: 700px;
    margin: 0 auto;
  }

  .opc-bus__course + .opc-bus__course {
    margin-top: 30px;
  }

  .opc-bus__course-name {
    width: fit-content;
    margin: 0 auto 8px;
    padding: 2px 12px;
    border: 1px solid #262626;
    border-radius: 999px;
    background: #fff;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 700;
  }

  .opc-bus__tables {
    max-width: 540px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .opc-bus__table {
    width: 100%;
    border: 1px solid #262626;
    border-radius: 6px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    font-size: 1.3rem;
    background: #fff;
  }

  .opc-bus__table th {
    background: #f2d84b;
    padding: 5px 8px;
    border-bottom: 1px solid #262626;
    font-weight: 700;
    text-align: center;
  }

  .opc-bus__table tbody tr:not(:last-child) td {
    border-bottom: 1px dotted #262626;
  }

  .opc-bus__table td {
    width: 50%;
    padding: 5px 8px;
    line-height: 1.4;
    white-space: nowrap;
    text-align: left;
  }

  .opc-bus__table tbody td:first-child {
    background: #f8f8f8;
    padding-left: 15px;
  }

  .opc-bus__table td:last-child {
    text-align: left;
    padding-left: 15px;
  }

  .opc-bus__num {
    display: inline-grid;
    place-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f8bfd8;
    font-size: 1rem;
    margin-right: 6px;
  }

  .opc-bus__table:first-child th {
    background: #efbfd6;
  }

  .opc-bus__spot {
    margin: 30px auto 40px;
    max-width: 540px;
    border: 1px solid #262626;
    border-radius: 14px;
    background: #f2f2f2;
    padding: 30px 20px;
    text-align: center;
  }

  .opc-bus__spot-text {
    margin: 0 0 12px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .opc-bus__spot-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid #262626;
    background: #f1ed5f;
    box-shadow: 0 4px 0 #262626;
    text-decoration: none;
    color: #262626;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
    padding-right: 26px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .opc-bus__spot-btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 14px;
    width: 24px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.63 10.16'%3E%3Crect fill='%23262626' x='0' y='3.52' width='22.14' height='2.7'/%3E%3Cpolygon fill='%23262626' points='18.22 0 29.63 5.08 18.22 10.16'/%3E%3C/svg%3E") no-repeat center/contain;
  }

  .opc-bus__spot-btn:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #262626;
  }

  .opc-bus__spot-btn:hover::after {
    animation: slideArw 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  }

  .opc-bus__apply {
    max-width: 620px;
    margin: 0 auto;
    display: grid;
    gap: 16px; /* shadow(6px)分を加味して見た目10px程度 */
  }

  .opc-bus__apply-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 68px;
    border-radius: 999px;
    border: 1px solid #262626;
    background: #f1ed5f;
    box-shadow: 0 6px 0 #262626;
    color: #262626;
    text-decoration: none;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.25;
    position: relative;
    padding: 10px 52px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .opc-bus__apply-btn .opc-bus__apply-br-sp {
    display: none;
  }

  .opc-bus__apply-btn::after {
    content: "";
    position: absolute;
    right: 24px;
    top: calc(50% - 6px);
    width: 30px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.63 10.16'%3E%3Crect fill='%23262626' x='0' y='3.52' width='22.14' height='2.7'/%3E%3Cpolygon fill='%23262626' points='18.22 0 29.63 5.08 18.22 10.16'/%3E%3C/svg%3E") no-repeat center/contain;
  }

  .opc-bus__apply-btn:hover {
    transform: translateY(3px);
    box-shadow: 0 3px 0 #262626;
  }

  .opc-bus__apply-btn:hover::after {
    animation: slideArw 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  }

  /* Q&A Section */
  .opc-qa {
    background: #fffdf1;
    padding: 78px 0 70px;
  }

  .opc-qa__inner {
    max-width: 760px;
    margin: 0 auto;
  }

  .opc-qa__ttl {
    text-align: center;
    margin-bottom: 34px;
  }

  .opc-qa__ttl h2 {
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-size: 8rem;
    line-height: 1;
    letter-spacing: 0.03em;
  }

  .opc-qa__ttl span {
    display: block;
    margin-top: 15px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .opc-qa__list {
    display: grid;
    gap: 12px;
  }

  .opc-qa__item {
    border: 1px solid #262626;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
  }

  .opc-qa__item > summary {
    list-style: none;
  }

  .opc-qa__item > summary::-webkit-details-marker {
    display: none;
  }

  .opc-qa__q {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 52px 14px 12px;
    position: relative;
  }

  .opc-qa__mark {
    width: 43px;
    height: 43px;
    border-radius: 4px;
    background: #eebad0;
    color: #262626;
    display: inline-grid;
    place-items: center;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
  }

  .opc-qa__mark.is-a {
    background: #fff;
    border: 1px solid #262626;
  }

  .opc-qa__qtext,
  .opc-qa__atext {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.65;
    flex: 1;
    padding-top: 4px;
  }

  .opc-qa__q::after {
    content: "+";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4rem;
    line-height: 1;
    color: #262626;
    font-weight: 300;
  }

  .opc-qa__item[open] .opc-qa__q::after {
    content: "−";
  }

  .opc-qa__a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 12px 14px;
    position: relative;
  }

  .opc-qa__a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background-image: repeating-linear-gradient(
      to right,
      #262626 0 1px,
      transparent 1px 5px
    );
  }

  .opc-qa__item[open] .opc-qa__a {
    animation: opcQaFadeIn 0.35s ease both;
  }

  @keyframes opcQaFadeIn {
    from {
      opacity: 0;
      transform: translateY(-6px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Blend with footer rounded top */
  .page-opc .l-footer {
    background: #fffdf1;
  }

  .page-opc .l-sp-fixed-header {
    background: #f4f4f4;
    border-bottom: none;
    box-shadow: none;
  }

  /* Responsive */
  @media screen and (max-width: 1024px) {
    .opc-kv__inner { width: 100%; }
  .opc-apply__btn { width: 90%; max-width: 500px; height: 80px; }
  }

  @media screen and (max-width: 768px) {
    .page-opc .l-wrapper {
      padding-bottom: 0 !important;
    }

    .page-opc .l-main {
      background: #fffdf1;
    }

    .opc-kv {
      height: auto;
     /* min-height: 100vh;*/
     height: calc(130vw + 0px);
      padding-top: 0px;
      padding-bottom: 0px;
      display: block; /* flexを解除して上から順に配置 */
      background-color: #f4f4f4;
    }
    .opc-kv__inner {
      width: 100%;
      height: 130vw; /* 日付ブロック分を含めた高さ */
      position: relative;
      background: #f4f4f4;
    }

    /* 背景図形 SP */
    .opc-kv__bg-rect--cyan {
      width: 44%;
      height: 47%;
      top: 10px;
      right: 50px;
      left: auto;
      z-index: 1;
    }
    .opc-kv__bg-rect--pink {
      width: 44%;
      height: 36%;
      top: 31%;
      right: 25px;
      z-index: 2;
    }
    .opc-kv__bg-rect--yellow {
      width: 41%;
      height: 21%;
      top: 54%;
      left: 60px;
      bottom: auto;
      z-index: 3;
    }

    /* 写真 SP */
    .opc-kv__photo--1 {
      width: 70%;
      height: auto;
      aspect-ratio: 3/2;
      top: 21%;
      left: 25px;
      transform: none;
    }
    .opc-kv__photo--2 {
      width: 36%;
      height: auto;
      aspect-ratio: 3/2;
      top: 6%;
      right: 16px;
    }
    .opc-kv__photo--3 {
      width: 42%;
      height: auto;
      aspect-ratio: 3/2;
      top: 60%;
      right: 30px;
      bottom: auto;
      left: auto;
    }
    .opc-kv__photo--4 {
      width: 37%;
      height: auto;
      aspect-ratio: 3/2;
      top: 67%;
      left: 20px;
      bottom: auto;
      right: auto;
    }

    .opc-kv__title {
      top: 20px;
      left: 16px;
      transform: none;
      width: 60%;
      z-index: 20;
    }
    .opc-kv__info {
      position: absolute; /* PCと同じく絶対配置 */
      top: auto; /* PC側の top 指定を解除 */
      bottom: 0;
      right: 4%;
      width: 92%;
      text-align: center;
      margin-top: 0;
      padding: 0;
      box-sizing: border-box;
      background: transparent;
      z-index: 15;
      clear: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      z-index: 30;
      padding-bottom: 8px;
    }
    .opc-kv__dates {
      justify-content: center;
      gap: 5px;
      margin-bottom: 5px;
    }
    .opc-kv__date-item {
      min-width: 65px;
      padding: 8px 10px;
    }
    .opc-kv__date-item .day {
      font-size: 1.8rem;
    }

    .opc-kv__time{
      padding: 0;
      margin: 0;
      line-height: 1.1;
    }

    .opc-apply__sub {
      font-size: 1.4rem;
    }

    .opc-apply__main {
      font-size: 2rem;
    }

    .opc-schedule__ttl h2 { font-size: 5.5rem; }
    .opc-schedule__ttl span { font-size: 1.6rem; }
    .opc-schedule__grid {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 18px; /* shadow(8px)分を加味して見た目10px程度 */
      column-gap: 10px;
    }
    .opc-schedule__item { padding: 14px 10px; border-radius: 6px; }
    .opc-schedule__date { font-size: 3.6rem; }
    .opc-schedule__info-label { width: 100px; font-size: 1.4rem; padding: 15px; }
    .opc-schedule__info-content { padding: 15px 20px; font-size: 1.5rem; }

    .opc-gifts {
      padding: 50px 0 54px;
    }
    .opc-gifts__inner {
      margin-top: 28px;
      padding: 26px 16px 28px;
      border-radius: 24px;
    }
    .opc-gifts__title {
      margin: 0 0 16px;
    }
    .opc-gifts__title img {
      width: 320px;
      max-width: 100%;
    }
    .opc-gifts__lead {
      margin: 0 5px;
      font-size: 1.4rem;
      line-height: 1.85;
      letter-spacing: 0.02em;
      text-align: center;
    }
    .opc-gifts__br-sp {
      display: inline;
    }
    .opc-gifts__list {
      margin: 24px 20px 0;
      grid-template-columns: 1fr;
      justify-items: center;
      gap: 18px;
    }
    .opc-gifts__image-wrap {
      border-radius: 12px;
      padding: 20px 14px;
    }
    .opc-gifts__item--kitty .opc-gifts__image-wrap img {
      max-width: 176px;
    }
    .opc-gifts__item--carp .opc-gifts__image-wrap img {
      max-width: 250px;
    }
    .opc-gifts__caption {
      margin-top: 10px;
      font-size: 1.5rem;
      line-height: 1.5;
    }

    .opc-program {
      padding: 56px 0 62px;
    }
    .opc-program__ttl {
      margin-bottom: 24px;
    }
    .opc-program__ttl h2 {
      font-size: 7rem;
      letter-spacing: 0.02em;
    }
    .opc-program__ttl span {
      margin-top: 4px;
      font-size: 1.6rem;
    }
    .opc-program__grid {
      display: none;
    }
    .opc-program__slider {
      display: block;
      position: relative;
      padding: 24px 24px 0;
      margin: 0 auto;
    }
    .opc-program__slider .swiper-slide {
      width: 100%;
    }
    .opc-program__slider .opc-program__item {
      padding: 0 2px;
    }
    .opc-program__slider .opc-program__label {
      left: 18px;
      top: -20px;
      font-size: 1.2rem;
      padding: 8px 14px;
      min-width: 124px;
    }
    .opc-program__slider .opc-program__card {
      border-radius: 12px;
      padding: 32px 12px 22px;
      background: #fff;
    }
    .opc-program__slider .opc-program__txt {
      margin-top: 8px;
      font-size: 1.4rem;
      line-height: 1.45;
    }
    .opc-program__nav {
      position: absolute;
      top: 146px;
      width: 48px;
      height: 48px;
      border: 1px solid #262626;
      border-radius: 50%;
      background: #fff;
      z-index: 3;
      display: grid;
      place-items: center;
    }
    .opc-program__nav::before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-top: 2px solid #262626;
      border-right: 2px solid #262626;
    }
    .opc-program__nav--prev {
      left: 0;
    }
    .opc-program__nav--prev::before {
      transform: rotate(-135deg);
      margin-left: 4px;
    }
    .opc-program__nav--next {
      right: 0;
    }
    .opc-program__nav--next::before {
      transform: rotate(45deg);
      margin-right: 4px;
    }
    .opc-program__pagination {
      margin-top: 14px;
      text-align: center;
    }
    .opc-program__pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      margin: 0 6px !important;
      background: #cdcdcd;
      opacity: 1;
    }
    .opc-program__pagination .swiper-pagination-bullet-active {
      background: #f2e34f;
    }
    .opc-program-check {
      margin-top: 34px;
      border-radius: 20px;
      padding: 26px 20px 30px;
      display: block;
      text-align: center;
    }
    .opc-program-check__images--left,
    .opc-program-check__images--right {
      display: none;
    }
    .opc-program-check__txt {
      font-size: 1.8rem;
      line-height: 1.4;
    }
    .opc-program-check__btn {
      margin-top: 16px;
      width: 67%;
      max-width: none;
      height: 40px;
      font-size: 1.5rem;
      padding-right: 30px;
    }
    .opc-program-check__btn::after {
      right: 24px;
    }

    .opc-travel {
      padding: 4px 0 !important;
    }
    .opc-travel .l-container {
      width: calc(100% - 8px);
      max-width: none;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0;
    }
    .opc-travel__inner {
      border-radius: 12px;
      padding: 34px 20px 28px;
    }
    .opc-travel__ttl-wrap {
      flex-direction: column;
      gap: 8px;
    }
    .opc-travel__ttl {
      font-size: 3rem;
    }
    .opc-travel__badge {
      font-size: 1.2rem;
      padding: 4px 10px;
    }
    .opc-travel__lead {
      margin: 20px 0 20px;
      font-size: 1.6rem;
      line-height: 1.7;
    }
    .opc-travel__info {
      border-radius: 8px;
    }
    .opc-travel__info-row {
      grid-template-columns: 84px 1fr;
    }
    .opc-travel__info-label {
      padding: 12px 8px;
      font-size: 1.4rem;
    }
    .opc-travel__info-content {
      padding: 12px 10px;
      font-size: 1.4rem;
      line-height: 1.5;
    }
    .opc-travel__subttl {
      margin: 24px auto 14px;
      font-size: 2rem;
    }
    .opc-travel__subttl::after { margin-top: 8px; }
    .opc-travel__table-wrap {
      border-radius: 8px;
    }
    .opc-travel__table {
      min-width: 400px;
      font-size: 1.4rem;
    }
    .opc-travel__table.v-price2 {
      min-width: 550px;
      font-size: 1.4rem;
    }
    .opc-travel__table thead th:last-child {
      /* SP版補助金額列の幅調整 */
      width: 100px;
      min-width: 100px;
    }
    .opc-travel__table thead th {
      padding: 10px 5px;
    }
    .opc-travel__table tbody th,
    .opc-travel__table tbody td {
      padding: 10px 5px;
    }
    .opc-travel__amount {
      width: 100px;
      font-size: 1.5rem;
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .opc-travel__area-groups li {
      width: calc(50% - 7px);
      white-space: nowrap;
    }
    .opc-travel__area-groups.v-col3 li {
      width: calc(50% - 7px);
    }
    .opc-travel__area-groups ul {
      display: flex;
      flex-wrap: wrap;
    }
    .opc-travel__table tbody th {
      width: 80px;
      min-width: 80px;
      white-space: normal;
    }
    .opc-travel__apply {
      margin-top: 22px;
    }
    .opc-travel__btn {
      width: 300px;
      height: 66px;
      font-size: 1.8rem;
      line-height: 1.2;
      box-shadow: 0 4px 0 #262626;
      padding-right: 30px;
      white-space: normal;
      flex-direction: column;
      gap: 0;
    }
    .opc-travel__btn-line {
      display: block;
    }
    .opc-travel__btn::after {
      right: 20px;
    }

    .opc-bus {
      padding: 10px 0 28px;
    }
    .opc-bus .l-container {
      width: calc(100% - 8px);
      max-width: none;
      margin: 0 auto;
      padding: 0;
    }
    .opc-bus__inner {
      border-radius: 10px;
      padding: 30px 12px 24px;
    }
    .opc-bus__ttl-wrap {
      flex-direction: column;
      gap: 8px;
    }
    .opc-bus__ttl {
      font-size: 3.6rem;
    }
    .opc-bus__badge {
      font-size: 1.2rem;
      padding: 4px 10px;
    }
    .opc-bus__lead {
      margin: 16px 0 16px;
      font-size: 1.4rem;
      line-height: 1.7;
    }
    .opc-bus__info-row {
      grid-template-columns: 74px 1fr;
    }
    .opc-bus__info-label {
      padding: 10px 6px;
      font-size: 1.2rem;
    }
    .opc-bus__info-content {
      padding: 10px 8px;
      font-size: 1.2rem;
      line-height: 1.45;
    }
    .opc-bus__subttl {
      margin: 20px auto 14px;
      font-size: 2rem;
    }
    .opc-bus__subttl::after {
      margin-top: 8px;
    }
    .opc-bus__courses {
      max-width: 100%;
    }
    .opc-bus__course + .opc-bus__course {
      margin-top: 30px;
    }
    .opc-bus__course-name {
      margin-bottom: 6px;
      font-size: 1.1rem;
      padding: 1px 10px;
    }
    .opc-bus__tables {
      gap: 6px;
    }
    .opc-bus__table {
      font-size: 1.1rem;
    }
    .opc-bus__table th {
      padding: 4px 5px;
    }
    .opc-bus__table td {
      padding: 4px 5px;
    }
    .opc-bus__table tbody td:first-child,
    .opc-bus__table td:last-child {
      padding-left: 7px;
    }
    .opc-bus__num {
      width: 12px;
      height: 12px;
      font-size: 0.9rem;
      margin-right: 4px;
    }
    .opc-bus__spot {
      margin: 12px auto 12px;
      padding: 30px 12px;
      border-radius: 10px;
    }
    .opc-bus__spot-text {
      margin-bottom: 8px;
      font-size: 1.3rem;
    }
    .opc-bus__spot-btn {
      width: 160px;
      height: 30px;
      font-size: 1.2rem;
      box-shadow: 0 3px 0 #262626;
    }
    .opc-bus__apply {
      max-width: 100%;
      gap: 14px; /* shadow(4px)分を加味して見た目10px程度 */
    }
    .opc-bus__apply-btn {
      min-height: 52px;
      font-size: 2rem;
      padding: 8px 42px;
      box-shadow: 0 4px 0 #262626;
      line-height: 1.2;
    }
    .opc-bus__apply-btn .opc-bus__apply-br-sp {
      display: inline;
    }
    .opc-bus__apply-btn::after {
      right: 16px;
      width: 24px;
      height: 10px;
    }

    .opc-qa {
      padding: 44px 0 50px;
    }
    .page-opc .l-footer {
      background: #fffdf1 !important;
    }
    .opc-qa .l-container {
      width: calc(100% - 32px);
      max-width: none;
    }
    .opc-qa__ttl {
      margin-bottom: 20px;
    }
    .opc-qa__ttl h2 {
      font-size: 6rem;
    }
    .opc-qa__ttl span {
      font-size: 1.6rem;
      margin-top: 15px;
    }
    .opc-qa__list {
      gap: 10px;
    }
    .opc-qa__q {
      gap: 10px;
      padding: 10px 44px 10px 10px;
    }
    .opc-qa__mark {
      width: 32px;
      height: 32px;
      font-size: 1.7rem;
    }
    .opc-qa__qtext,
    .opc-qa__atext {
      font-size: 1.6rem;
      line-height: 1.55;
      padding-top: 3px;
    }
    .opc-qa__q::after {
      right: 12px;
      font-size: 3.4rem;
    }
    .opc-qa__a {
      gap: 10px;
      padding: 10px 10px 12px;
    }
  }
}
