@charset "UTF-8";
/* --------------------------------------------------

  general

-------------------------------------------------- */
.ocSummerIndex p {
  line-height: 1.8;
}

/* --------------------------------------------------

  body

-------------------------------------------------- */
.mainArea {
  font-family: "Noto Sans JP";
}

.mainArea > div {
  width: 100%;
  max-width: 600px;
  background: #fff;
  position: relative;
}

.ocSummerIndex {
  font-size: 0.875rem;
}

.ocSummerIndex .wrap {
  position: relative;
}

.header {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  body {
    background-color: #fff;
    background-image: url(/img/page/special/oc_summer2026/img_bg0.webp);
    background-position: center 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .mainArea > div {
    border-left: 1px solid #0889CD;
    border-right: 1px solid #0889CD;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mainArea > div {
    margin: 0 auto;
    border-left: 1px solid #0889CD;
    border-right: 1px solid #0889CD;
  }
}
@media screen and (max-width: 959px) {
  .ocSummerIndex .wrap {
    padding: 0;
  }
  .header {
    z-index: 5;
  }
}
/* --------------------------------------------------

  linkApply

-------------------------------------------------- */
.linkApply {
  position: fixed;
  display: block;
}

.linkApply a {
  background: #F37CF3;
  border: none;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  text-decoration: none;
}

.linkApply.disabled a {
  pointer-events: none;
  opacity: 0.7;
  background: #aaa;
}

.linkApply a:visited {
  transition: 0.4s all;
}

.linkApply.sumiBox .sumi {
  border: 1px solid #F37CF3;
  margin-top: 5px;
}

@media screen and (min-width: 960px) {
  .linkApply {
    bottom: 5vh;
    z-index: 10;
    transform: translateX(50%);
  }
  .linkApply a {
    box-shadow: rgba(100, 100, 111, 0.25) 0px 7px 29px 0px;
    background: #F37CF3;
    width: 155px;
    height: 155px;
    border-radius: 100%;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all;
  }
  .linkApply a:hover {
    color: #ff8546;
    background: #fff;
    border: 5px solid #ff8546;
  }
}
/*.linkApply a {
  background: #ff8546;
  background: linear-gradient(180deg, rgba(255,199,46,1) 0%, rgba(255,133,70,1) 15%);
  border: none;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  transition: .4s all;
}
.linkApply.disabled a {
  pointer-events: none;
  opacity: .7;
  background: #aaa;
}
.linkApply a:visited {
  transition: .4s all;
}
.linkApply a:hover {
  background: #b6a8ff;
}
@media screen and (min-width: 960px) {
  .linkApply {
    right: 50%;
    bottom: 5vh;
    z-index: 10;
    transform: translateX(50%);
  }
  .linkApply a {
    box-shadow: rgba(100, 100, 111, 0.25) 0px 7px 29px 0px;
    width: 155px;
    height: 155px;
    border-radius: 100%;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .linkApply.onFtr {
    right: 0;
    bottom: 0;
    z-index: 10;
    transform: translate(50%, 50%);
    position: absolute;
  }
}*/
/* --------------------------------------------------

  pcBg

-------------------------------------------------- */
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.pcBg {
  display: none;
}

.pcBg {
  height: 100vh;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: -1;
}

@media screen and (min-width: 960px) {
  .pcBg {
    height: 100vh;
    width: 100%;
    top: 50px;
    position: fixed;
    z-index: -1;
    display: block;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 0;
  }
  .pcBg.bg1 {
    background-image: url(/img/page/special/oc_summer2026/img_bg1.webp);
    background-color: #026DC2;
  }
  .pcBg.bg2 {
    background-image: url(/img/page/special/oc_summer2026/img_bg2.webp);
  }
  .pcBg.bg3 {
    background-image: url(/img/page/special/oc_summer2026/img_bg3.webp);
  }
  .pcBgBase {
    background-image: url(/img/page/special/oc_summer2026/img_bg0.webp);
    height: 100vh;
    width: 100%;
    top: 50px;
    position: fixed;
    z-index: -2;
    display: block;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
  }
  .pcBg.active {
    animation: fadeInAnime 2s ease-in forwards;
  }
}
/* --------------------------------------------------

  headline

-------------------------------------------------- */
/* ---------- h1 ---------- */
.ocSummerIndex h1 {
  margin: 0;
  padding: 0;
}
.ocSummerIndex img {
  width: 100%;
  display: block;
}

.ocSummerIndex h1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  height: 180px;
  /*background: url(/img/page/special/oc_summer2026/bg_logo_b.svg) no-repeat top center;*/
  background-size: 100%;
}

.ocSummerIndex h1 span {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 60%;
  max-width: 350px;
  margin-top: 1em;
}

.kvArea img {
  width: 100%;
  height: auto;
}

/* ---------- h2 ---------- */
.ocSummerIndex h2 {
  margin: 3px 0 0;
  text-align: center;
  padding: 1.5em 0.5em 0;
  line-height: 1em;
}

.ocSummerIndex h2 img {
  height: 4.625rem;
}

@media screen and (min-width: 960px) {
  .ocSummerIndex h2 {
    padding: 2em 0.5em 0em;
    padding: 2.5em 0.5em 1em;
  }
}
/* ---------- h4 ---------- */
.ocSummerIndex h3,
.ocSummerIndex h4 {
  font-size: 1.125rem;
}

/* --------------------------------------------------

  lead

-------------------------------------------------- */
.container {
  text-align: center; /* pタグの箱を中央寄せ */
}

.center-box {
  display: inline-block; /* 内容の幅に縮める */
  text-align: left; /* テキスト自体は左揃え */
}

.lead {
  color: #026DC2;
  font-weight: 700;
  text-align: center;
}
.lead .lead_inner {
  display: inline-block; /* 内容の幅に縮める */
  text-align: left; /* テキスト自体は左揃え */
  padding: 0 1rem;
}
.lead .ls {
  text-indent: -0.5em;
  display: inline-block;
}
.lead .ib {
  display: inline-block;
}

@media screen and (min-width: 960px) {
  .lead {
    font-size: 18px;
    margin-bottom: 4rem;
  }
  .lead .lead_inner {
    padding: 1rem;
  }
  .brSp {
    display: none;
  }
}
/* --------------------------------------------------

  schedule

-------------------------------------------------- */
.summerSchedule {
  margin-bottom: 50px;
}
.summerSchedule h2 + p {
  padding: 0 1rem;
}

.summerSchedule ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0 2rem 2rem;
  padding: 10px 8px 30px;
  position: relative;
}

.summerSchedule ul li {
  width: 50%;
  padding: 5px;
}

.summerSchedule a {
  color: #181919;
  font-size: 2.25rem;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid #026DC2;
  display: block;
  border-radius: 5px;
  text-align: center;
  padding: 0.3em 0 0.9em;
  background-color: #fff;
  background-position: bottom 3px right 3px;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.4s all;
}

.summerSchedule a:hover {
  color: #fff;
  background-color: #6DD3FF;
}

.summerSchedule a:hover span {
  color: #059DFF;
}

.summerSchedule a:before {
  content: "";
  display: block;
  width: 6px;
  height: 14px;
  background-image: url(/img/page/special/oc_summer2026/icon_arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  bottom: 4px;
  z-index: 1;
}

.summerSchedule a.disabled {
  color: #494A4A;
  background: #F5F5F5;
  pointer-events: none;
}

.summerSchedule a:after {
  content: "詳細はこちら";
  display: inline-block;
  font-size: 12px;
  color: #181919;
  background: #F37CF3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 0;
  border-top: 1px solid #026DC2;
  padding: 0.4em 0;
  border-radius: 0 0 5px 5px;
}

.summerSchedule a.disabled:after {
  content: "終了しました";
  display: inline-block;
  font-size: 12px;
  color: #181919;
  background: #C9C8C8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 0;
  border-top: 1px solid #026DC2;
  padding: 0.4em 0;
  border-radius: 0 0 5px 5px;
}

@-moz-document url-prefix() {
  .summerSchedule a:after,
  .summerSchedule a.disabled:after {
    transform: translateX(calc(-50% - 1px));
  }
}
.summerSchedule a:hover:after {
  opacity: 0.6;
}

.summerSchedule a.disabled:before {
  display: none;
}

.summerSchedule a span {
  display: inline-block;
  color: #fff !important;
  font-size: 13px;
  background: #F37CF3;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  margin-left: 3px;
}

.summerSchedule .online a {
  color: #07B2BF;
}

@media screen and (min-width: 960px) {
  .summerSchedule a {
    font-size: 3.25rem;
  }
  .summerSchedule a span {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
  .summerSchedule a,
  .summerSchedule .online a {
    transition: 0.4s all;
  }
  .summerSchedule .online a:hover {
    color: #fff;
    background-color: #07B2BF;
  }
  .summerSchedule .online a:hover span {
    color: #07B2BF;
  }
  .summerSchedule .lead br {
    display: none;
  }
  .summerSchedule a:after,
  .summerSchedule a.disabled:after {
    font-size: 15px;
  }
  .summerSchedule a span {
    display: inline-block;
    color: #fff !important;
    font-size: 20px;
    background: #F37CF3;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-left: 3px;
  }
  .summerSchedule a:before {
    bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .summerSchedule ul {
    margin: 0 1rem 1rem;
  }
  .summerSchedule ul li {
    width: 50%;
  }
}
/* --------------------------------------------------

  slick

-------------------------------------------------- */
.slider_bg {
  padding: 0 2rem 10rem;
  position: relative;
}

.slick01 img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.slick01 .slideItem {
  margin: 0 5px;
}

.css-br {
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .slider_bg {
    padding: 0 0 4rem;
  }
}
.css-br strong {
  background: #D7FFFA;
  display: inline-block;
  padding: 0.3em 3.5em;
  margin-top: 0.5em;
}

.css-br strong span {
  font-size: 1.2rem;
}

/* --------------------------------------------------

  program

-------------------------------------------------- */
.summerProgram {
  background-color: #D7FFFA;
  padding: 2rem 2rem 4rem 2rem;
  position: relative;
}
.summerProgram:before {
  content: "";
  display: block;
  position: absolute;
  inset: -8rem 0 auto 0;
  height: 8rem;
  background: url(/img/page/special/oc_summer2026/bg_program.svg) no-repeat bottom center;
  background-size: 101% auto;
}
.summerProgram:after {
  content: "";
  display: block;
  position: absolute;
  inset: -7.5rem 0 auto 0;
  height: 18.5rem;
  background: url(/img/page/special/oc_summer2026/summerProgram_bg.svg) no-repeat bottom center;
  background-size: 101% auto;
}
.summerProgram p {
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 960px) {
  .summerProgram:after {
    inset: -7.5rem 0 auto 0;
    height: 23.5rem;
  }
}
.summerProgram h3 {
  border-bottom: 2px solid #026DC2;
  color: #026DC2;
  margin: 0;
  padding: 1rem 0;
  margin-top: 5px;
}
.summerProgram h3 span {
  font-size: 0.7em;
  color: #000;
}

.summerProgram .detaileList {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  flex-flow: row wrap;
  margin: 0.2rem;
  padding: 10px 0 0;
  position: relative;
  gap: 0.5rem 1rem;
}

@media screen and (min-width: 960px) {
  .summerProgram .detaileList {
    grid-template-columns: 1fr 1fr;
  }
}
.summerProgram .detaile {
  position: relative;
}

.summerProgram .detaile h3 {
  padding: 0 1em;
  background: #FFF52D;
  border-radius: 0 30px 0 0;
  min-height: 68px;
  display: flex;
  align-items: center;
  border-bottom: 0;
}

.summerProgram .detaile span {
  display: block;
  padding: 0.3em 0.5em 0.3em 2.5em;
  background: #fff;
  color: #026DC2;
  position: relative;
  line-height: 1.1em;
  min-height: 38px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.summerProgram .detaile span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/img/page/special/oc_summer2026/icon_time.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.summerProgram .detaile p {
  margin-top: 0.5em;
}

.summerProgram .programs {
  position: relative;
  z-index: 1;
}

.summerProgram .summerProgramSchedule {
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 2em 0.5em;
}

.summerProgram .summerProgramSchedule p {
  text-align: center;
}

.summerProgram .summerProgramSchedule .summerSchedule {
  margin-bottom: 0;
}

.summerProgram .summerProgramSchedule .summerSchedule ul {
  margin: 0 0.5em 0.5em;
  padding: 0;
}

.summerProgram .summerProgramSchedule .summerSchedule ul li {
  width: 50%;
}

@media screen and (min-width: 960px) {
  .summerProgram .summerProgramSchedule .summerSchedule ul li {
    width: 25%;
  }
}
.summerProgram .summerProgramSchedule .summerSchedule a {
  font-size: 1.75rem;
  padding: 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.summerProgram .summerProgramSchedule .summerSchedule a:after {
  display: none;
}

.summerProgram .summerProgramSchedule .summerSchedule a span {
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  margin: 2px 0 0 3px;
}

@media screen and (min-width: 960px) {
  .summerProgram .summerProgramSchedule .summerSchedule a span {
    margin: 2px 8px 0 3px;
  }
}
.summerProgram .summerProgramSchedule .summerSchedule a:before {
  content: "";
  display: block;
  width: 8px;
  height: 18px;
  background-image: url(/img/page/special/oc_summer2026/icon_arrow2.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  top: 52%;
  transform: translateY(-50%);
}

.summerProgram .summerProgramSchedule .summerSchedule a.disabled {
  background: #e9e9e9;
}

.summerProgram .summerProgramSchedule .summerSchedule a.disabled::before {
  content: none;
}

.summerProgram .summerProgramSchedule .summerSchedule a.disabled span {
  margin-right: 0;
}

.ocSummerIndex .summerProgram h2 {
  padding: 1.5em 0.5em 0;
}

@media screen and (min-width: 960px) {
  .ocSummerIndex .summerProgram h2 {
    padding: 0 0.5em 1.5em;
  }
}
.programLead p {
  text-align: center;
}
.programLead p b {
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .programLead p b br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .summerProgram {
    padding: 0 1rem 1rem;
  }
}
/* --------------------------------------------------

  pickup present topocs 共通

-------------------------------------------------- */
/* --------------------------------------------------

  pickup

-------------------------------------------------- */
.pickup {
  background-color: #fff;
  padding: 1rem 1rem 1rem;
  position: relative;
  margin-top: 5em;
}
.pickup:before {
  content: "";
  display: block;
  position: absolute;
  inset: -10rem 0 auto 0;
  height: 8rem;
  background: url(/img/page/special/oc_summer2026/bg_pickup.svg) no-repeat bottom center;
  background-size: 101% auto;
}
.pickup:after {
  content: "";
  display: block;
  position: absolute;
  inset: -7.5rem 0 auto 0;
  height: 8.5rem;
  background: url(/img/page/special/oc_summer2026/summerTitle_bg.svg) no-repeat bottom center;
  background-size: 101% auto;
}

@media screen and (min-width: 960px) {
  .pickup:before {
    inset: -8rem 0 auto 0;
  }
}
.pickup h2 {
  padding: 0 0.5em 1.5em;
  border-bottom: none;
  z-index: 1;
  position: relative;
}

.pickup .pickup_inner {
  padding: 0em;
  position: relative;
  overflow: hidden;
}

.pickup .pickup_inner > div {
  background: #fff;
  border-top: 1px solid #059DFF;
  padding: 0;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 960px) {
  .pickup .pickup_inner > div {
    padding: 2em 1em;
  }
}
.pickup h4 {
  color: #059DFF;
  margin-top: 0;
  margin: 0;
  padding: 0.5em 0;
}

.pickup p {
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  .pickup .pickup_inner {
    padding: 0em 1rem 1rem;
  }
}
/* サークル */
.circle-blk {
  border: none;
}

.circle-blk h3,
.talk-blk h3 {
  color: #026DC2;
  text-align: center;
}

.circle-blk p.text,
.talk-blk p.text {
  padding: 2rem 0 1rem;
  text-align: left;
}

@media screen and (min-width: 960px) {
  .circle-blk p.text,
  .talk-blk p.text {
    padding: 2rem 5rem 1rem;
    text-align: center;
  }
}
.circle-blk h3 + ul {
  margin-top: 0;
}

.circle-blk ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 12px;
  margin: 24px 0 0;
  padding: 1rem 0 0 0;
  list-style: none;
}

@media screen and (min-width: 960px) {
  .circle-blk ul {
    grid-template-columns: repeat(2, minmax(1, 1fr));
    padding: 0;
  }
}
.circle-blk li {
  text-align: center;
}

.circle-blk li p {
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: "plat";
  white-space: nowrap;
  word-break: keep-all;
}

.circle-blk li p::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #52C3F1;
}

.circle-blk li span {
  display: block;
  width: min(100%, 163px);
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.circle-blk li span img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.circle-blk-btn {
  display: inline-flex;
  align-items: left;
  justify-content: center;
  width: min(100%, 274px);
  min-height: 34px;
  padding: 7px 44px 7px 24px;
  border: 1px solid #222;
  border-radius: 1000px;
  background: #ffdc92;
  color: #111;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  transition: all 0.4s;
}

.circle-blk-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
}

@media screen and (max-width: 959.9px) {
  .circle-blk li p {
    font-size: 0.85em;
  }
  .circle-blk-btn:active {
    opacity: 0.7;
  }
}
@media screen and (min-width: 960px) {
  .circle-blk ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-items: center;
  }
  .circle-blk li p::before {
    width: 15px;
    height: 15px;
  }
  .circle-blk,
  .talk-blk {
    margin-top: 20px;
    padding: 0 20px 20px;
  }
  .circle-blk h3,
  .talk-blk h3 {
    font-size: 24px;
  }
  .circle-blk-btn:hover {
    opacity: 0.7;
  }
}
.topics h4 span {
  font-size: 14px;
  display: block;
}

.pickup .pickup_inner > div.talk-blk {
  padding-bottom: 0;
  margin-bottom: -1rem;
}

@media screen and (min-width: 960px) {
  .imgLarge {
    position: absolute;
    width: 105% !important;
    margin: 1rem -2rem -3rem -2rem;
    z-index: -1;
  }
  .pickup .pickup_inner > div.talk-blk {
    padding-bottom: 300px;
  }
}
/* --------------------------------------------------

  present

-------------------------------------------------- */
.present {
  background: #A6DEFA;
  background: linear-gradient(180deg, rgb(166, 222, 250) 0%, rgb(11, 177, 215) 100%);
  padding: 1rem 1rem 1rem;
  position: relative;
  margin-top: 5em;
  inset: -3.5rem 0 auto 0;
}
.present .ib {
  display: inline-block;
}
.present:before {
  content: "";
  display: block;
  position: absolute;
  inset: -8rem 0 auto 0;
  height: 8rem;
  background: url(/img/page/special/oc_summer2026/bg_present.svg) no-repeat bottom center;
  background-size: 101% auto;
  z-index: 1;
}
.present:after {
  content: "";
  display: block;
  position: absolute;
  inset: -8rem 0 auto 0;
  height: 19.5rem;
  background: url(/img/page/special/oc_summer2026/summerPresent_bg.svg) no-repeat bottom center;
  background-size: 101% auto;
  z-index: 2;
}

@media screen and (min-width: 960px) {
  .present:after {
    inset: -7.5rem 0 auto 0;
    height: 23.5rem;
  }
}
@media screen and (max-width: 400px) {
  .present:after {
    inset: -14rem 0 auto 0;
    height: 23.5rem;
  }
}
.ocSummerIndex .present h2 {
  z-index: 3;
  color: #026DC2;
  font-size: 28px;
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.ocSummerIndex .present h2 img {
  margin-top: 0.3em;
}

.ocSummerIndex .present p {
  position: relative;
  z-index: 3;
}

.present .present_inner {
  padding: 0em 2rem 2rem;
}

.present-list > div {
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
}

.present-list > div p.present-text {
  font-weight: bold;
  font-size: 1.42rem;
  margin: 0;
  line-height: 1.4;
  padding-left: 0.2em;
}

@media screen and (min-width: 960px) {
  .present-list > div p.present-text {
    font-size: 1.82rem;
  }
}
.present-list > div .present-text .highlight {
  color: #F37CF3;
  display: inline-block;
}

.present-list > div .present-image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 480px;
  margin: auto;
}

/*特典　*/
.present-section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 2em 1em;
  font-family: sans-serif;
  text-align: center;
}

.ocContent p.present-text .tag {
  font-size: 0.6em;
  display: inline-block;
  line-height: 1em;
  background: #000;
  color: var(--color-bage);
  padding: 0.2em;
  vertical-align: 0.2em;
  border-radius: 2px;
  margin-right: 3px;
}

.present-heading .catch {
  color: var(--color-pink-deep);
  font-weight: bold;
  margin-bottom: 0.2em;
  position: relative;
}

.present-heading .title {
  font-size: 1.8rem;
  font-weight: bold;
  display: table;
  margin: auto;
  padding: 0 80px;
  position: relative;
}

.present-heading .title::after,
.present-heading .title::before {
  content: "";
  display: block;
  width: 55px;
  height: 48px;
  background: url(/img/page/examinee/opencampus2026/oc/icon_present.png);
  background-size: 100% auto;
  position: absolute;
  top: 8px;
  background-repeat: no-repeat;
}

.present-heading .title::after {
  right: 0;
}

.present-heading .title::before {
  left: 0;
  transform: scaleX(-1);
}

.present-heading .title img {
  width: 96px;
  height: auto;
}

.present-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  margin-top: 1.3em;
}

.present-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  gap: 0.5em;
  justify-content: flex-start;
  text-align: left;
}

.present1 .present-header {
  align-items: flex-start;
}

.present-header img {
  width: 100px;
  height: auto;
}

.badge {
  width: 60px;
  flex-shrink: 0;
}

.ocContent p.present-text {
  font-weight: bold;
  font-size: 1.12rem;
  margin: 0;
  line-height: 1.4;
  padding-left: 0.2em;
}

.present-text strong {
  background: #F37CF3;
  display: block;
  text-align: center;
  font-size: 1.12rem;
  padding: 0.4em;
  margin-bottom: 0.5em;
}

.present-text .highlight {
  color: #F37CF3;
  display: inline-block;
}

.present-text .blackpoint {
  background: #181919;
  color: #fff;
  padding: 3px 6px;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 0.5em;
}

.present-box .present-text2 {
  font-size: 1em;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .present-box .present-text2 {
    font-size: 1.6em;
  }
}
.present-image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 280px;
  margin: auto;
}

/* present */
.ocContent .present-heading .title img[src*="/summer/tex_present.svg"] {
  width: min(186px, 100vw - 150px);
}

@media screen and (min-width: 768px) {
  .ocContent .present-heading .title img[src*="/summer/tex_present.svg"] {
    width: 257px;
  }
}
/* 特典1 SP */
.present-box {
  width: 100%;
}

.present-box.present1 .g1 {
  grid-row: 1/2;
  grid-column: 1/2;
}

.present-box.present1 .g2 {
  grid-row: 1/2;
  grid-column: 2/3;
}

.present-box.present1 .g3 {
  text-align: center;
  grid-row: 2/3;
  grid-column: 1/3;
}

@media screen and (min-width: 760px) {
  .ocContent .present-section .forPc {
    display: inline !important;
  }
  .ocContent .present-section .present-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2em;
    margin: 1.5em auto 0;
  }
  .ocContent .present-section .present-box {
    width: auto;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
  }
  .ocContent .present-section .present-box:nth-child(1) {
    grid-column: 1/-1;
  }
  .present-box.present1 {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background-color: var(--color-bage);
    background-image: url(/img/page/examinee/opencampus2026/oc/summer/bg_present1.png), url(/img/page/examinee/opencampus2026/oc/summer/bg_present2.png);
    background-repeat: no-repeat;
    grid-column: 1/-1;
    max-width: none;
    min-height: 145px;
    background-size: 290px auto, 290px auto;
    background-position: left 18px bottom 12px, right 18px bottom 12px;
    padding-bottom: 1.5em;
  }
  .present-title {
    width: 100%;
  }
  .present-box.present1 .present-header {
    display: block;
  }
  .present-box.present1 .badge {
    width: 110px;
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .present-box.present1 .present-title {
    text-align: center;
  }
  .present-box.present1 .gacha-title {
    width: 27em;
    margin: 0 auto 12px;
    font-size: clamp(16px, 4vw, 24px);
  }
  .present-box.present1 .present-text {
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.4;
    text-align: center;
    margin: 10px;
  }
  .present-box.present1 .present-title > p:not(.present-text) {
    font-size: 12px;
    text-align: center;
  }
  .present-box.present1 .present-text2 {
    text-align: center;
    font-size: 18px;
  }
  .present-box.present1 .present-text2 span {
    font-size: 16px;
  }
  .event-card h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .present .brSp {
    display: none;
  }
  .present .com {
    margin-bottom: 0;
    padding-top: 0;
  }
  .present .kaisai {
    padding-top: 0.5em;
  }
  .present .img {
    width: 140px;
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  .present .present_inner {
    padding: 0em 1rem 1rem;
  }
}
.present .present-oc {
  text-align: center;
  margin: 5em 0;
}

.present .present-oc p {
  color: #fff;
  font-weight: bold;
  padding: 3rem 0.4em 1rem;
  background-image: url(/img/page/special/oc_summer2026/present_oc_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 130% auto;
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .present .present-oc p {
    background-size: 100% auto;
  }
}
.present .present-oc img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 566px;
  margin: auto;
  border-radius: 10px;
}

a.btn-o-b {
  background: #F85E7E;
  color: #fff;
  text-decoration: none;
  padding: 20px 3px;
  display: block;
  font-weight: 700;
  border-radius: 1000px;
  width: min(80%, 260px);
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 3em;
  border: 2px solid #fff;
  transition: 0.4s all;
}

a.btn-o-b:before {
  content: "";
  display: block;
  width: 8px;
  height: 18px;
  background-image: url(/img/page/special/oc_summer2026/icon_arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 52%;
  transform: translateY(-50%);
}

a.btn-o-b:hover {
  opacity: 0.7;
}

/* --------------------------------------------------

  tabBg

-------------------------------------------------- */
@media screen and (min-width: 960px) {
  .tabbg {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .tabBg {
    height: 100vh;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: -1;
    background-image: url(/img/page/special/oc_summer2026/img_tab.png);
    background-position: center center;
    transition: 0.4s all;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #fff;
    display: block;
  }
}
/* --------------------------------------------------

  summerLinkBox

-------------------------------------------------- */
.summerLinkBox {
  display: none;
  position: fixed;
  height: calc(100vh - 90px);
  width: 18.2%;
  left: 0;
  top: 90px;
  align-items: center;
  justify-content: center;
}

ul.summerLink {
  margin: 0;
  padding: 1.2em 0 0.2em;
  border-top: 1px solid #181919;
  border-bottom: 1px solid #181919;
  margin-bottom: 2em;
}

ul.summerLink li {
  padding-bottom: 1em;
  padding-right: 2em;
}

ul.summerLink a {
  display: block;
  text-decoration: none;
  color: #181919;
  font-weight: 700;
  background: url(/img/page/special/oc_summer2026/side_link.svg) no-repeat left center;
  padding-left: 20px;
  background-size: 15px auto;
  transition: 0.4s all;
  font-family: "Noto Sans JP";
}

ul.summerLink a:hover {
  color: #F1AEFF;
}

@media screen and (min-width: 1723px) {
  .summerLinkBox {
    display: flex;
    transition: 1s all;
  }
  .summerLinkBox.boxHide {
    opacity: 0;
  }
}
/* --------------------------------------------------

  infoTeikei

-------------------------------------------------- */
.infoTeikei {
  background: #D7FFFA;
  padding: 0;
}

.infoTeikei h2 {
  color: #059DFF;
  margin: 0;
  text-indent: -0.5em;
}
.infoTeikei h2 span {
  font-size: 1em;
}

.infoOc.infoTeikei h2 span:nth-of-type(1) {
  font-size: 1rem;
  color: #059DFF;
  display: inline-block;
}

.infoTeikei h3 span {
  display: inline-block;
}

.informationBox {
  border: 2px solid #059DFF;
  border-radius: 10px;
  background: #fff;
  padding: 1rem;
}

.teikeiText {
  padding-top: 1rem;
}

.infoTeikei ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.infoTeikei li {
  text-align: center;
  margin: 0 0.5em 0.5em;
  width: 182px;
}

.infoTeikei ul img {
  width: 180px;
  display: block;
  border: 1px solid #ccc;
}

.infoTeikei ul a {
  display: block;
}

@media screen and (max-width: 380px) {
  .infoOc.infoTeikei h2 span:nth-of-type(1) {
    padding-left: 0.7em;
  }
}
footer {
  z-index: 1;
  position: sticky;
}

#oc-information {
  background: rgba(144, 219, 251, 0.521);
  padding: 0;
}

#oc-information .wrap {
  padding: 20px 20px 50px;
}

#oc-information .event-card {
  border-radius: 8px;
}

#oc-information .event-card:not(:last-child) {
  margin-bottom: 20px;
}

#oc-information h4 {
  padding: 0.2em 0.5rem;
  background: #91E9EF;
  margin-bottom: 0.5em;
  font-size: 1rem;
  display: inline-block;
}

#oc-information h4 + p {
  margin-top: 0;
}

#oc-information .attention {
  background: rgba(243, 124, 243, 0.3);
  padding: 1em;
  margin-bottom: 0;
}

#oc-information h3 {
  font-size: 1.125rem;
  padding: 1em;
}

#oc-information .event-card {
  padding: 1em;
  background: #fff;
}

.info-traffic .btn-o-s-out {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

#oc-information li {
  margin-bottom: 0.5em;
}

#oc-information li:last-child {
  margin-bottom: 0;
}

.info-traffic .btn-o-s-out {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#oc-information .round-both {
  background: #FFF100;
  border-radius: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.ocSummerIndex #oc-information h2 {
  text-align: center;
  width: 100%;
  padding: 1.7em 0;
}

.ocSummerIndex #oc-information h2 img {
  width: min(100%, 140px);
  height: auto;
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 960px) {
  #oc-information {
    margin-top: 100px;
  }
  #oc-information .event-card {
    padding: 20px 40px 40px;
  }
  #oc-information p, #oc-information ul {
    padding: 0.5em;
  }
  #oc-information .attention span {
    display: table;
    margin: 0 auto;
  }
  #oc-information h3 {
    font-size: 1.2em;
    margin-bottom: 0.8em;
  }
  #oc-information::after {
    content: "";
    width: 1049px;
    height: 207px;
    transform: translate(-50%, calc(40px - 100%));
  }
  #oc-information h2 {
    padding: 1em 0;
  }
  .ocSummerIndex #oc-information h2 {
    padding: 2em 0;
  }
  .ocSummerIndex #oc-information h2 img {
    width: min(100%, 180px);
    height: auto;
    display: inline-block;
    position: relative;
  }
}
#oc-information .wrap {
  position: relative;
  background-image: url(/img/page/special/oc_summer2026/img_sanka_left.png);
  background-position: 0% top;
  background-size: auto 120px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 960px) {
  #oc-information .wrap {
    background-position: 5% top;
    background-size: auto 140px;
  }
}
/* googlemap */
.ocContent .access-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ocContent .access-iframe {
  position: relative;
  overflow: hidden;
  height: 228px;
}

@media screen and (max-width: 959px) {
  .ocContent .access-iframe {
    height: 50vw;
    max-height: 228px;
  }
  .pconly {
    display: none !important;
  }
}
@media screen and (min-width: 959px) {
  .program-all {
    display: flex;
    flex-wrap: wrap;
  }
  .program-all .event-card {
    width: calc(33.3333333333% - 20px);
    margin: 10px;
  }
  .sponly {
    display: none !important;
  }
}
ul.oc-dot {
  margin: 0;
  list-style: none;
  padding: 0;
}

ul.oc-dot li {
  position: relative;
  padding-left: 1em;
}

ul.oc-dot li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #52C3F1;
  border-radius: 100000px;
  position: absolute;
  top: 0.75em;
  left: 0;
  transform: translateY(-50%);
}

.btn-o-s, .btn-o-s-out {
  background: #FF96FF;
  font-weight: 700;
  text-align: center;
  position: relative;
  border-radius: 1000px;
  padding: 0.4em 0.8em 0.4em 2em;
  display: inline-block;
  color: var(--color-black);
  text-decoration: none;
  transition: 0.4s all;
}

.btn-o-s:hover, .btn-o-s-out:hover {
  opacity: 0.7;
}

.btn-o-s {
  padding: 0.4em 0.8em 0.4em 2em;
}

.btn-o-s-out {
  padding: 0.4em 2em 0.4em 0.8em;
}

.btn-o-s::before,
.btn-o-s-out::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  position: absolute;
}

.btn-o-s::before {
  transform: rotate(135deg) translateY(-50%);
  left: 0.5em;
  top: calc(50% - 8px);
}

.btn-o-s-out::before {
  transform: rotate(47deg) translateY(-50%);
  right: 1em;
  top: 50%;
}

/* googlemap */
.access-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.access-iframe {
  position: relative;
  overflow: hidden;
  height: 228px;
}

@media screen and (max-width: 959px) {
  .access-iframe {
    height: 50vw;
    max-height: 228px;
  }
  .pconly {
    display: none !important;
  }
}
/* --------------------------------------------------

  voice & faq

-------------------------------------------------- */
.voice,
.faqArea {
  padding: 1rem 1rem 1rem;
  position: relative;
  margin-top: 3em;
  inset: -3.5rem 0 auto 0;
}
.voice .ib,
.faqArea .ib {
  display: inline-block;
}
.voice:after,
.faqArea:after {
  content: "";
  display: block;
  position: absolute;
  inset: -5.5rem 0 auto 0;
  height: 9.5rem;
  background: url(/img/page/special/oc_summer2026/summerTitle_bg.svg) no-repeat bottom center;
  background-size: 101% auto;
  z-index: 0;
}

.voice h2, .faqArea h2 {
  z-index: 1;
  position: relative;
}

.voice ul {
  padding: 0;
  margin: 1rem -1rem;
  list-style: none;
}

.voice ul li {
  padding: 1.5em 1.5rem 0.5em 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}

.voice ul li p {
  line-height: 1.5;
}

@media screen and (min-width: 960px) {
  .voice,
  .faqArea {
    margin-top: 5em;
  }
  .voice ul li {
    padding: 1.5em 6rem 0.5em 7rem;
    font-size: 1.1rem;
  }
}
.voice ul li:nth-child(even) {
  background: rgba(168, 223, 250, 0.27);
  padding-left: 40%;
}

.voice ul li:nth-of-type(1):after,
.voice ul li:nth-of-type(2):after,
.voice ul li:nth-of-type(3):after,
.voice ul li:nth-of-type(4):after {
  content: "";
  display: block;
  height: 100px;
  width: 100px;
  background-size: 100% auto;
  position: absolute;
  right: 1em;
  bottom: 1px;
}

.voice ul li:nth-child(even):after {
  left: 2em;
  right: auto;
}

.voice ul li:nth-of-type(1):after {
  background-image: url(/img/page/special/oc_summer2026/img_model4_tgl.webp);
}

.voice ul li:nth-of-type(2):after {
  background-image: url(/img/page/special/oc_summer2026/img_model3_tgl.webp);
}

.voice ul li:nth-of-type(3):after {
  background-image: url(/img/page/special/oc_summer2026/img_model2_tgl.webp);
}

.voice ul li:nth-of-type(4):after {
  background-image: url(/img/page/special/oc_summer2026/img_model1_tgl.webp);
}

@media screen and (min-width: 960px) {
  .voice ul li:nth-of-type(1):after,
  .voice ul li:nth-of-type(2):after,
  .voice ul li:nth-of-type(3):after,
  .voice ul li:nth-of-type(4):after {
    right: 6em;
  }
  .voice ul li:nth-child(even):after {
    left: 6em;
    right: auto;
  }
}
.faq {
  margin: 1rem 0;
}

@media screen and (min-width: 960px) {
  .faq {
    margin: 1rem;
  }
}
.faq-item {
  margin-bottom: 1rem;
  padding: 0;
  background: #D7FFFA;
  border-radius: 10px;
}

.faq-question {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  cursor: pointer;
  list-style: none;
  font-weight: bold;
  background: #D7FFFA;
  border-radius: 10px;
  font-size: 0.9rem;
}
.faq-question:before {
  content: "";
  display: block;
  position: absolute;
  height: 23px;
  width: 19px;
  left: 1rem;
  background: url(/img/page/special/oc_summer2026/img_faq_q.svg) no-repeat bottom left;
  background-size: 100% auto;
}

@media screen and (min-width: 960px) {
  .faq-question {
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
    font-size: 1.1rem;
  }
  .faq-question:before {
    height: 30px;
    width: 28px;
    left: 1.5rem;
  }
}
.faq-question::-webkit-details-marker {
  display: none;
  color: #0075BE;
}

.faq-question::after {
  content: "＋";
  font-weight: 100;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #0075BE;
}

.faq-item[open] .faq-question::after {
  content: "－";
}

@media screen and (min-width: 960px) {
  .faq-question::after {
    content: "＋";
    font-size: 34px;
    right: 1rem;
  }
}
.faq-answer {
  padding: 1rem;
  background: #0075BE;
  color: #fff;
  border-radius: 0 0 10px 10px;
  font-weight: bold;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  position: relative;
}
.faq-answer:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 19px;
  left: 1rem;
  background: url(/img/page/special/oc_summer2026/img_faq_a.svg) no-repeat center left;
  background-size: 100% auto;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 960px) {
  .faq-answer {
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
    font-size: 1.1rem;
  }
  .faq-answer:before {
    height: 30px;
    width: 28px;
    left: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .ocSummerIndex .linkApply img {
    display: inline-block;
  }
  .ocContent .linkApply:not(.sumiBox) .sumi {
    display: block !important;
  }
  .ocContent .linkApply .sumi {
    position: absolute;
    display: block;
    white-space: nowrap;
    color: #FE5C8E;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #FE5C8E;
    padding: 0 0.4em;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
    padding: 3px 5px;
    font-size: 1rem;
    margin-top: 8px;
    border-radius: 4px;
  }
  .ocContent .linkApply {
    right: 43% !important;
  }
  .ocContent .linkApply.onFtr {
    right: 0 !important;
    bottom: 0;
    z-index: 10;
    transform: translate(125%, 50%);
    position: absolute;
  }
}
/* 959px以下 */
@media screen and (max-width: 959px) {
  .ocContent .linkApply {
    display: flex;
    justify-content: center;
  }
  .ocContent .linkApply a {
    border-radius: 7px !important;
    text-align: center !important;
    font-size: 0.9375rem !important;
    padding: 0.83em !important;
    border-width: 1px !important;
    width: 100%;
    padding-top: 0.23em !important;
    padding-bottom: 1.43em !important;
  }
  .ocContent .linkApply a > br {
    display: none;
  }
  .ocSummerIndex .ocContent .linkApply img {
    display: inline-block;
  }
  .ocContent .linkApply.sumiBox .sumi {
    font-size: 0.7em;
    border-width: 0;
    margin-top: 0.25em;
  }
  .ocContent .linkApply:not(.sumiBox) .sumi {
    display: block !important;
    position: absolute;
    display: block;
    white-space: nowrap;
    color: #FE5C8E;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #FE5C8E;
    padding: 0 0.4em;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
    padding: 3px 5px;
    font-size: 1rem;
    margin-top: 8px;
    border-radius: 4px;
    font-size: 0.7em;
    border-width: 0;
    margin-top: 0.25em;
  }
}
.forSp {
  display: inline-block !important;
}

@media screen and (min-width: 960px) {
  .forSp {
    display: none !important;
  }
}/*# sourceMappingURL=common_2026.css.map */