@charset "utf-8";

.wrapInner {
  background: rgb(182,252,255);
  background: linear-gradient(180deg, rgba(182,252,255,1) 0%, rgba(182,252,255,1) 6%, rgba(255,255,255,1) 6%, rgba(255,255,255,1) 100%);
}
/*-- kv --*/

.kv {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;}
.kv-box img {
  width: 100%;}
  /*
.kv-box {
  background: url(/img/page/examinee/opencampus2026/index/bg_kv.webp) no-repeat;
  background-size: auto 100%;
  overflow: hidden;
  background-position: center top;
  position: relative;}
  */
  .kvbox img {
    width: 100%;
  }
.kv-box  {
  opacity: 0;
  transition: opacity 0.5s ease;}
  .kv-box img.img1{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.711;
  }


.header {
  z-index: 10;
}
/* kv anime*/
.kv{
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* 画像比率に合わせてどちらか選ぶ */
.kv{ aspect-ratio: 450 / 750; } /* 添付SVGが 450x750 なら縦KV */
@media (min-width: 768px){
  .kv{ aspect-ratio: 1 / 0.502; } /* PC素材の比率に合わせて調整 */
}

.layer{
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  animation: kvFade .8s ease-out forwards;
  pointer-events: none;
}

/* h1ロゴもレイヤーにしたいので、ロゴだけは container 側を absolute */
.layer.logo{
  position: absolute;
  inset: 0;
  z-index: 5;
  margin: 0;
  pointer-events: none;
}
.layer.logo img{
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  animation: kvFade .8s ease-out forwards;
  animation-delay: 1.2s; /* 3) logo */
}

/* 1) bg */
.layer.bg{
  z-index: 1;
  animation-delay: 0s;
}

/* 2) faculty */
.layer.faculty{
  z-index: 2;
  animation-delay: .6s;
}

/* 4) flag, people, sparcle（同時） */
.layer.flag{
  z-index: 2;
  animation-delay: 1.8s;
}
.layer.people{
  z-index: 2;
  animation-delay: 1.8s;
}
.layer.sparcle{
  z-index: 2;
  animation-delay: 1.8s;
  object-fit: contain; /* スパークルは contain が扱いやすいこと多い */
}

/* フェード */
@keyframes kvFade{
  from{ opacity: 0; transform: translateY(6px); }
  to  { opacity: 1; transform: translateY(0); }
}

/* 動きNGな人向け */
@media (prefers-reduced-motion: reduce){
  .layer, .layer.logo img{ animation: none; opacity: 1; }
}



.layer.flag, .layer.people{ display: none; }
@media (min-width: 768px){
  .layer.flag, .layer.people{ display: block; }
}


@media screen and (max-width: 759.9px) {
  .oc-logo img{
    height: auto;
    width: 45vw;}
    .oc2025 .lead br {
      display: none;
    }
}
@media screen and (max-width: 959.9px) {
   .wrapInner {
    padding-top: 0px;
    }
    .tag-box {
        background: url(/img/page/examinee/opencampus2026/bg_side_yallow_h.svg);
        background-repeat: repeat-x;
        background-size: auto 50px;
        padding-top: 20px;
    }
    .tag-box:nth-of-type(2) {
      margin-top: 50px;
    }
}
@media screen and (max-width: 580px) {
  .kv-box {
    overflow: visible;}
}
@media screen and (min-width: 760px) and (max-width: 959.9px) {
  .kv-box {
    /* margin-top: -50px; */}
}
/*   イベント   */
.eventArea {
  padding: 0 20px;}
.ocEvOuter2 {
  margin-top: 3rem;}
.event-card {
  margin-bottom: 1em;
  padding: 0 8px 4em;
  border-radius: 8px;}
.bnr_weboc {
  padding: 20px;
  text-align: center;
  margin: 2em 0 3em;}
.bnr_weboc img{
  width: 100%;
  max-width: 404px;}
/* 今月のイベント */
.oc-schedule-list:nth-of-type(1) {
  margin-bottom: 0;
}
.oc-schedule-list:nth-of-type(2) {
  border-top: 0;
}
.oc-schedule {
  background-color: rgba(var(--color-pink-rgb), 0.1);
  padding: var(--padding-section) 0 40px;
  margin-top: 40px;}
.oc-schedule-list {
  border-top: 1px solid var(--color-black);
  padding: 0;}
.oc-schedule-list .date,
.oc-schedule-list li > ul {
  padding: 0 16px;}
  .oc-schedule-list .date {
  font-weight: 700;
  font-size: 2rem;
  display: block;}
.oc-schedule-list .date span {
  display: inline-block;
  background: var(--color-pink);
  color: #fff;
  font-size: 0.6em;
  line-height: 1em;
  padding: 0.02em 0.08em 0.1em;
  border-radius: 3px;
  margin-left: .2em;
  vertical-align: 0.2em;}
.oc-schedule-list dd {
  border-bottom: 1px solid var(--color-black);
  margin: 0; padding: 0.5em 0 0.8em;}
.oc-schedule-list > li {
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 0.5rem;}

ul.oc-dot li {
  font-size: 1rem;}
.about-time-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;}
.about-time-box h3,
.about-time-box p {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;}
.tag-org  {
  font-weight: 700;
  padding: .1em .5em;}
.about-time h3{
  border-right: 1px solid var(--color-black);
  padding: 0 .5rem;
  margin-right: .5rem;
  line-height: 1em;}
.about-time p {
  text-align: center;
  font-feature-settings: "palt";}
.about-time .flex {
  text-align: center;}
.oc2025 .lead {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: table;}
.eventArea .lead {
  text-align: center;}
.event-card p {
  line-height: 1.8;
  padding: 0 1em;}
.event-item-list img {
  width: 100%;
  max-width:300px;
  display: block;
  margin: auto;}

.h2-box {
  text-align: center;
  margin: 1em auto auto;
  position: relative;}
.h2-box::before,
.h2-box::after {
  content: "";
  position: absolute;
  display: block;}


.h2-box .h2-sub img {
  height: 14px;
  width: auto;}
.h2-box .h2 {
  margin: .6em 0 29px;
  display: block;
  text-align: center;}
.h2-box .h2 img {
  height: 29px;
  width: auto;}
.oc-schedule h2 {
  margin: 0 auto;
  text-align: center;
  padding-bottom: calc(60px + .5vw);
  max-width: 360px;
  background-image: url(/img/page/examinee/opencampus2026/index/month_bg_sp.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;}
.oc-schedule h2 img {
  height: 25px;
  width: auto;}
.oc-schedule h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 250px;
  height: 32px;
  transform: translate(-50%, calc(-100% - 0.4em));
  background: url(/img/page/examinee/opencampus2026/index/month_sparkle.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;}
.oc-schedule-list {
  margin-top: 0;}
.oc-schedule-list li a, .oc-schedule-list li > span { 
  color: #000;
  padding: .5em 0;
  display: block;}
.oc-schedule-list ul.oc-dot li:before {
  background-color: var(--color-pink);}
.oc-schedule-list ul.oc-dot li:before {
  top: 1.35em;}
.ocEvList li.cellOuter:nth-of-type(1) {
  width: 100%;
}
.ocEvOuter {
  background: var(--color-bage);
  padding: 0.5em 1em 1em;
  border-radius: 14px;}
.ttl-round {
  padding: .9em 0em;
  width: min(274px, 85%);
  text-align: center;
  margin: auto;}
.ttl-round > span {
  position: relative;
  display: block;}
.ttl-tag {
  background: #BFFBFF;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: .1em 1em;
  border-radius: 1000px;
  font-size: 13px;
  display: block;
  width: 6em;}
.event-card p {
  margin-top: 0;}

.ocArea .h1Box {
  position: relative;
  margin-top: 90px;}
.ocArea .h1Box::before {
  content: "";
  display: block;
  aspect-ratio: 1 / 0.19;
  background: url(/img/page/examinee/opencampus2026/index/bg_oc_ttl.webp);
  background-size: 100% auto;
  width: 362px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  top: 0;}

.oc2025 .spImg img{
  width: 100%;
  margin: 0 auto;
  max-width: 350px;
  display: block;}
@media screen and (max-width: 374px){
  .h2-box .h2-sub img {
    height: 12px;}
  .h2-box .h2 img {
    height: 27px;}
}
@media screen and (max-width: 560px){
  .ocEvList .cellOuter.closed .cell {
    font-size: 17px;}
}

@media screen and (min-width: 768px){
.oc2025 .spImg {
  display: none;}
.event-item-list .event-card{
  display: grid;
  grid-template-rows: max-content auto max-content;
  grid-template-columns: calc(50% - 20px) 20px 50% ;}
.event-item-list .event-card .grid1 {/* title */
  grid-area: 1 / 1 / 2 / 3;}
.event-item-list .event-card .grid2 {/* text */
  grid-area: 2/1/3/3;}
.event-item-list .event-card .grid3 {/* btn */
  grid-area: 3/1/4/3;}
.grid3 a.btn-o-b {
  margin: 0 auto;
  width: 60%;}
.event-item-list .event-card .img {
  grid-area: 1/3/4/4;
  display: flex;
  align-items: center;
  justify-content: center;}
.event-item-list .event-card img {
  max-width: 500px;
  margin: auto 0 auto auto;}
.oc2025 .lead {
  display: table;
  margin: 1em auto 3rem;}
 .event-item-list .ttl-round {
  margin-top: .5em;
  width: 100%;}
.ttl-round > span {
  position: relative;
  display: inline-block;}
.ttl-tag {
  aspect-ratio: 1 / 1;
  font-size: 18px;
  line-height: 5.3em;
  left: 0;
  top: 0;
  width: 5.3em;
  padding: 0;
  transform: translate(calc(-10px - 100%), -30%);}
.ocArea .ocEvOuter, .eventPcImg {
  position: relative;
  padding: 0 0 3em;
  margin-bottom: 40px;}
.ocArea .ocEvOuter::after, .ocArea .ocEvOuter::before,
.eventPcImg::after, .eventPcImg::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;}
.ocArea .ocEvOuter::after {
  background-image: url(/img/page/examinee/opencampus2026/index/img_oc_pc_left.webp);
  width: 186px;
  height: 315px;
  left: 0;
  transform: translate(20px, -90%);}
.ocArea .ocEvOuter::before {
  background-image: url(/img/page/examinee/opencampus2026/index/img_oc_pc_right.webp);
  width: 219px;
  height: 312px;
  right: 0;
  transform: translate(-20px, -90%);}
.eventPcImg::after {
  background-image: url(/img/page/examinee/opencampus2026/index/img_event_pc_left.webp);
  width: 241px;
  height: 231px;
  left: 0;
  transform: translate(20px, 5%);}
.eventPcImg::before {
  background-image: url(/img/page/examinee/opencampus2026/index/img_event_pc_right.webp);
  height: 231px;
  width: 257px;
  right: 0;
  transform: translate(-20px, 5%);}
}

@media screen and (min-width: 960px){
  .wrapInner {
    margin-top: -13px;}
  .wrap.ocArea {
    padding-top: 10px;}
  .h2-box {
    display: table;
    margin-top: 0;}
  .h2-box .h2 {
    margin: 29px 0 16px;}
  .h2-box .h2 img {
    height: 2.9375rem;
    padding: 0 1em;}
  .h2-box .h2-sub {
    margin-bottom: 1.5em;}
  .h2-box .h2-sub img {
    height: 1.4375rem;}
  .eventArea .h1Box {
    position: relative;}
  .h2-box .h2-sub {
    padding: .7em 1em;}
  .tag-box {
    position: relative;
    width: 100%;
    max-width: 1350px;
    margin: 100px auto 0;}
  .tag-box > div {
    border-radius: 0 1000px 1000px 0;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1.2rem;
    line-height: 66px;}
  .tag-box > div.jizen {
    position: absolute;
    transform: translateY(-50%);}
  .ttl-round {
    font-size: 1.8rem;
    padding: .5em 0;}
  .oc-schedule-list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;}
  .oc-schedule-list .date {
    width: calc(12rem);}
  .oc-schedule-list li > ul {
    width: calc( 100% - 12rem);}
  .oc-schedule-list li > ul li {
    display: inline-block;
    margin-right: 2em;
    font-size: 1.125rem;}
  .oc-schedule-list .date,
  .oc-schedule-list > li {
    padding: .5rem 1rem;}
  ul.ocEvList {
    max-width: 920px;
    margin: 60px auto 20px;
    padding-left:20px;}
  .ocEvList .cell{
    padding: .3em 0em;}
  .about-time .flex{
    display: flex;
    justify-content: center;
    align-items: center;}
  .about-time-box {
    margin-bottom: 0;}
  .about-time-box h3,
  .about-time-box p {
    font-size: 1.625rem;}
  .about-time p {
    margin-right: .5em;}
  .about-time .tag-org {
    padding: .5em .8em;
    line-height: 1em;
    display: flex;
    align-items: center;}
  .oc-schedule {
    margin-top: 80px;
    background-image: url(/img/page/examinee/opencampus2026/index/bg_month.webp);}
  .oc-schedule h2 {
    background-image: url(/img/page/examinee/opencampus2026/index/month_bg_pc.webp);
    max-width: 660px;
    padding-bottom: 50px;
    padding-top: 20px;}
  .oc-schedule h2 img {
    height: 30px;}
  .oc-schedule h2::after {
   width:362px;
   height: 52px;
   transform: translate(-50%, calc(-100% + 10px));
  }
}/* min-width 960px */

@media (hover: hover) {
  a.btn-o-b span {
    transition: .4s all;}
  a.btn-o-b span:hover {
    background: #FFC571;}
}

.ocEvList > li.cellOuter.nextoc {
  flex-basis: 100%;
  position: relative;
}
.ocEvList > li.cellOuter.nextoc:after {
  content:"";
  display: block;
  width: 71px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background-image: url(/img/page/examinee/opencampus2026/oc/tex_next_sp.svg);
  background-repeat:no-repeat;
  background-size: 100% auto;
}
.ocEvList > li.cellOuter.nextoc div {
  width: calc(100% / 3 - 4px);
}
.ocEvList .cellOuter::before {

}
.ocEvList .cellOuter.nextoc::before {
  display: none;
}
.ocEvList .cellOuter.nextoc div {
  z-index: 1;
  position: relative;
  margin: auto;
}
.ocEvList .cellOuter.nextoc div::before {
  position: absolute;
  top: 2px;
  left: 5px;
  right: -2px;
  display: block;
  height: 100%;
  content: '';
  border: 1px solid var(--brand-color);
  background: var(--brand-color);
  border-radius: calc(var(--border-radius-s) + 1px);
  transition: all 0.2sease;
  z-index: -1;
}
.ttl-box-org + p {
   font-weight: 700;
}
@media screen and (min-width: 960px){
  .ocEvList > li.cellOuter.nextoc div {
    width: calc(100% / 4 - 60px / 4);}
  .ocEvList > li.cellOuter.nextoc:after {
    width: 118px;
    height: 56px;
    background: url(/img/page/examinee/opencampus2026/oc/tex_next_pc.svg);}
  .ocEvList .closed .cell::before {
    font-size: 13px;}
  .ttl-box-org > span {
    font-size: 28px;}
  .ocArea .h1Box::before {
    width: 415px;
    height: 79px;}
}
  .separator {
  height: 5px;  /* お好みで余白調整 */
  margin: 5px 0;
  flex-basis: 100%;
}

@media screen and (min-width: 1220px){
  .ocArea .ocEvOuter::before {
    transform: translate(-75px, -90%);}
  .ocArea .ocEvOuter::after {
    transform: translate(75px, -90%);}
  .eventArea {
    padding: 0;}
}

@media screen and (min-width: 768px)and (max-width: 959.99px){
    .ttl-tag {
      font-size: .8em;}
}
.btn-o-b.disabled {
  pointer-events: none;
  opacity: .6;
  cursor: default;
}
a.btn-o-b.disabled span {
  background:#d1c7ce;
}