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

  general

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

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

  body

-------------------------------------------------- */
.mainArea {
  font-family: "Zen Maru Gothic";
}

.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_summer2025/img_bg0.webp);
    background-position: center 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .mainArea > div {
    border-left: 1px solid #181919;
    border-right: 1px solid #181919;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mainArea > div {
    margin: 0 auto;
    border-left: 1px solid #181919;
    border-right: 1px solid #181919;
  }
}
@media screen and (max-width: 959px) {
  .ocSummerIndex .wrap {
    padding: 0;
  }
  .header {
    z-index: 5;
  }
}
/* --------------------------------------------------

  linkApply

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

.linkApply a {
  background: #F85E7E;
  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 #F85E7E;
  margin-top: 5px;
}

@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;
    background: #F85E7E;
    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.onFtr {
    right: 0;
    bottom: 0;
    z-index: 10;
    transform: translate(50%, 50%);
    position: absolute;
  }
}
/*.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_summer2025/img_bg1.webp);
  }
  .pcBg.bg2 {
    background-image: url(/img/page/special/oc_summer2025/img_bg2.webp);
  }
  .pcBg.bg3 {
    background-image: url(/img/page/special/oc_summer2025/img_bg3.webp);
  }
  .pcBgBase {
    background-image: url(/img/page/special/oc_summer2025/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_summer2025/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: 6px 0 0;
  text-align: center;
  padding: 2.5em 0.5em 1em;
  line-height: 1em;
}

.ocSummerIndex h2 img {
  height: 1.625rem;
}

#summerSchedule h2 {
  background-image: url(/img/page/special/oc_summer2025/bg_schedule.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 100% auto;
}

@media screen and (min-width: 960px) {
  .ocSummerIndex h2 {
    padding: 2em 0.5em 1.5em;
  }
}
/* ---------- 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: #008EEB;
  font-weight: 700;
  text-align: center;
}
.lead .lead_inner {
  display: inline-block; /* 内容の幅に縮める */
  text-align: left; /* テキスト自体は左揃え */
}
.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;
  }
  .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:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 30px);
  background: #58E7F2;
  border-radius: 1000px;
}

.summerSchedule ul li {
  width: 25%;
  padding: 2px;
}

.summerSchedule a {
  color: #181919;
  font-size: 1.75rem;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #008EEB;
  display: block;
  border-radius: 5px;
  text-align: center;
  padding: 0.5em 0 0.7em;
  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: 8px;
  height: 18px;
  background-image: url(/img/page/special/oc_summer2025/icon_arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}

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

.summerSchedule a.disabled:after {
  content: "終了しました";
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background: #C9C8C8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 100%;
  bottom: 0;
}

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

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

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

@media screen and (min-width: 960px) {
  .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;
  }
}
@media screen and (max-width: 600px) {
  .summerSchedule ul {
    margin: 0 1rem 1rem;
  }
  .summerSchedule ul li {
    width: 50%;
    padding: 10px 12px 0;
  }
}
/* --------------------------------------------------

  slick

-------------------------------------------------- */
.slider_bg {
  background: url(/img/page/special/oc_summer2025/bg_program.png) no-repeat bottom center;
  background-size: 100%;
  padding: 0 2rem 10rem;
  position: relative;
}

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

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

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

@media screen and (max-width: 600px) {
  .slider_bg {
    padding: 0 0 4rem;
  }
}
/* --------------------------------------------------

  program

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

.summerProgram h3 {
  border-bottom: 2px solid #008EEB;
  color: #008EEB;
  margin: 0;
  padding: 1rem 0;
  margin-top: 5px;
}
.summerProgram h3 span {
  font-size: 0.7em;
  color: #000;
}

.summerProgram .detaile {
  background-color: #fff;
  border: 2px solid #4194D0;
  border-radius: 10px;
  padding: 0 1rem;
  margin-bottom: 1rem;
  position: relative;
}

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

.ocSummerIndex .summerProgram h2 {
  padding: 0 0.5em 1.5em;
  border-bottom: 3px solid #FCF05B;
}

.programLead p {
  text-align: center;
}
.programLead p b {
  display: inline-block;
  text-align: left;
}

@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 h3,
.ocSummerIndex .topics h2,
.present h3 {
  height: 100px;
  margin: 0;
  padding: 0;
}

.pickup h3 img,
.ocSummerIndex .topics h2 img,
.present h3 img {
  height: 100%;
  width: auto;
  margin: auto;
}

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

  pickup

-------------------------------------------------- */
.pickup {
  background-color: #58E7F2;
  background-image: url(/img/page/special/oc_summer2025/pickup_bg_sp.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: repeat-x;
}

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

.pickup .pickup_inner > div {
  background: #fff;
  border: 2px solid #059DFF;
  border-radius: 10px;
  padding: 0.4em 1em;
  position: relative;
  z-index: 1;
}

.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;
  }
}
@media screen and (min-width: 960px) {
  .pickup {
    background-image: url(/img/page/special/oc_summer2025/pickup_bg.png);
  }
}
.topics h4 span {
  font-size: 14px;
  display: block;
}

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

  present

-------------------------------------------------- */
.present {
  background-color: #FCF05B;
  background-image: url(/img/page/special/oc_summer2025/text_soc.png);
  background-size: auto 40px;
  background-position: top center;
  background-repeat: repeat-x;
  padding-top: 55px;
}
.present .ib {
  display: inline-block;
}

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

.present .present_inner > div {
  display: grid;
  grid-template-columns: 1fr 140px;
  grid-template-rows: auto auto auto;
  background: #fff;
  border: 2px solid #059DFF;
  border-radius: 10px;
  padding: 0.4em 1em;
  position: relative;
  z-index: 1;
  padding-top: 0.6em;
}

.present .h4Wrap {
  grid-column: 1/3;
  grid-row: 1/2;
  align-self: center;
}

.present h4 {
  color: #059DFF;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.present h4 span:nth-of-type(1) {
  color: #fff;
  background-color: #F85E7E;
  display: block;
  font-size: 0.85rem;
  border-radius: 5px;
  padding: 0.3em 5px;
  margin-bottom: 0.8rem;
}

.present p {
  margin-top: 0;
}

.present .grid2 {
  grid-column: 1/2;
  grid-row: 2/3;
}

.present .kaisai {
  padding-right: 0.5em;
}

.present .com {
  grid-column: 1/2;
  grid-row: 4/5;
  padding: 0.3em 0;
  font-size: 14px;
  line-height: 1.5em;
}

.present .img {
  display: flex;
  align-items: center;
  grid-column: 2/3;
  grid-row: 2/3;
  width: 140px;
  padding: 5px;
  border-radius: 5px 5px 0 0;
}

.present h5 {
  font-size: 0.875rem;
  margin: 0;
  padding: 0.5em 0.3em;
  border-top: 1px solid #181919;
  border-bottom: 1px solid #181919;
}

.present h5 + p {
  font-weight: 700;
  padding: 0.3em;
}

.present img {
  width: 100%;
}

.present p.caption {
  grid-column: 1/3;
  grid-row: 3/4;
  font-size: 12px;
  background: #58E7F2;
  padding: 5px;
  border-radius: 5px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0;
}

@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;
  }
}
/* --------------------------------------------------

  information

-------------------------------------------------- */
.infoOc {
  background-color: #008EEB;
  background-image: url(/img/page/special/oc_summer2025/text_info.png);
  background-color: #58E7F2;
  background-size: auto 40px;
  background-position: top center;
  background-repeat: repeat-x;
  padding-top: 55px;
}
.infoOc .present_inner {
  padding: 0em 1rem 2rem;
}
.infoOc .present_inner > div {
  background: #fff;
  border: 2px solid #059DFF;
  border-radius: 10px;
  padding: 0.4em 1em;
  position: relative;
  z-index: 1;
}
.infoOc h2 {
  margin: 0;
  padding: 0;
  height: auto;
  text-align: left;
  color: #008EEB;
  font-size: 1.125rem;
  border-bottom: 2px solid #008EEB;
  padding: 0.5rem 0 0.8rem;
  line-height: 1.4;
}
.infoOc h2 span:nth-of-type(1) {
  color: #181919;
  font-size: 0.75rem;
  display: block;
}
.infoOc h3 {
  font-size: 0.875rem;
  background: #58E7F2;
  padding: 0.3em 1.5rem;
  border-radius: 1000px;
}
.infoOc ul {
  padding-left: 1.5rem;
}
.infoOc li {
  margin-bottom: 1em;
}

.infoOC p {
  margin-top: 0;
}

.infoOC h5 {
  font-size: 0.875rem;
  margin: 0;
  padding: 0.5em 0.3em;
  border-top: 1px solid #181919;
  border-bottom: 1px solid #181919;
}

.infoOC h5 + p {
  font-weight: 700;
  padding: 0.3em;
}

.infoOC img {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .infoOC .present_inner > div {
    grid-auto-columns: 1fr 140px;
    grid-template-rows: 3em 10px 1fr 3.3em;
  }
  .infoOC .com {
    grid-column: 1/2;
    margin-bottom: 0;
    padding-top: 0;
  }
  .infoOC .kaisai {
    padding-top: 0.5em;
  }
  .infoOC .img {
    grid-column: 2/3;
    grid-row: 3/5;
    width: 140px;
  }
}
/* --------------------------------------------------

  keyframes

-------------------------------------------------- */
@media screen and (min-width: 960px) {
  /* @keyframes loop {
    0% {
      transform: translateX(100%); }
    to {
      transform: translateX(-100%); } }
  @keyframes loop2 {
    0% {
      transform: translateX(0); }
    to {
      transform: translateX(-200%); } }
  .loop {
    overflow: hidden; }
  .loopBox {
    display: flex;
    width: 100vw; }
  .loopBox img:first-child {
    animation: loop 50s -25s linear infinite; }
  .loopBox img:last-child {
    animation: loop2 50s linear infinite; } */
}
/* --------------------------------------------------

  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_summer2025/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_summer2025/side_link.svg) no-repeat left center;
  padding-left: 20px;
  background-size: 15px auto;
  transition: 0.4s all;
  font-family: "Zen Maru Gothic";
}

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: #F8F8F8;
  padding: 2rem;
}

.infoTeikei h3 {
  color: #059DFF;
  margin: 0;
}

.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: 600px) {
  .infoTeikei {
    padding: 1rem;
  }
}
footer {
  z-index: 1;
  position: sticky;
}