@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.back_promenade::before {
  content: '';
  position: fixed;
  top: 0;
  background-image: url(/common_d/connect/event/minioc2026/img/back_promenade.jpg);
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
  width: 100%;
  z-index: -99;
}

.top_area {
    background-image: url(/common_d/connect/event/minioc2026/img/tama_w.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    height: 440px;
    margin-bottom: 40px;
    position: relative;
    display: grid;
    align-items: center;
}

.top_mozi {
  position: absolute;
  right: 50px;

}

.top_mozi p {
  font-family: "Quicksand-Bold";
  display: block;
  color: #e5557b;
  font-size: 60px; 
  text-shadow : 
       5px  5px 0px #ffffff,
      -5px  5px 0px #ffffff,
       5px -5px 0px #ffffff,
      -5px -5px 0px #ffffff,
       5px  0px 0px #ffffff,
       0px  5px 0px #ffffff,
      -5px  0px 0px #ffffff,
       0px -5px 0px #ffffff;  
  text-align: center;
  line-height: 1.1em;

  span {
    font-size: 40px;
    vertical-align: top;
  }
}

p.moji_anima_1 {
  animation: text_In 1s ease forwards;
}

p.moji_anima_2 {
  opacity: 0;
  animation: text_In2 1s ease 1s forwards;
}

@keyframes text_In {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }

  100% {
    opacity: 1;
    clip-path: inset(0);
}
}

@keyframes text_In2 {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }

  100% {
    opacity: 1;
    clip-path: inset(0);
}
}

.top_mozi h1 {
  font-family: "HuiFontP";
  text-align: center;
  width: 550px;
  background-color: #e5557b;
  color: #fff;
  font-size: 30px;
  padding: 10px;
  letter-spacing: -0.05em;
  margin-top: 20px;
  opacity: 0;
  animation: centerY_In 0.5s ease-in 2s forwards;
}

@keyframes centerY_In {
  0% {
    opacity: 0;
    transform: rotateY(-60deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

section.center_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gr_marker {
  font-family: 'HuiFontP';
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(transparent 50%, #b9ed7d 50%);
  width: 250px;
  text-align: center;
  margin-bottom: 30px;
}

.hinichi,
.jikan {
  font-size: 1.8em;
  font-weight: 900;
  color: #207f3d;
}

.hinichi span {
  font-family: 'Affogato-Bold';
  font-size: 2.5em;
}

.jikan span {
  font-family: 'Affogato-Black';
  font-size: 2.0em;
}

.jikan_sita {
  margin-bottom: 40px;
}


.ttl1_catch {
  content: url(/common_d/connect/event/minioc2026/img/copy.png);
  width: 700px;
}

.ttl1_text {
  text-align: center;
  font-size: 1.1rem;
  line-height: 2.2em;
  margin: 40px auto 20px;
}

.program_ttl,.program_time {
  font-family: 'HuiFontP';
  font-weight: 500;
  color:#00502b;
  max-width: 800px;
  margin: 0 auto;
}

.program_ttl {
  font-size: 2.2em;
  line-height: 0.8em;
  text-align: center;
  background: #3bb04b;
  box-shadow: 0px 0px 0px 5px #3bb04b;
  color: #fff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  margin-top: 60px;
  margin-bottom: 30px;
}

.nittei_center {
    margin: 0 auto 80px;
    padding-left: 40px;
    max-width: 800px;
}

.nittei_box {
  display: flex;
  max-width: 800px;
  margin: 20px auto 20px;
  align-items: center;
  
  .gr_marker {
    width: 100px;
    height: 40px;
    margin-right: 30px;
    font-size: 22px;
  }
}

.nittei {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1em;

  span {
    font-size: 16px;
    font-weight: 400;
  }
}

.program_time {
  font-size: 1.8em;
  line-height: 1.3em;
}


/*＝＝＝＝＝＝＝＝＝紙めくれボックス＝＝＝＝＝＝＝*/

/* ボックスのベース */
.paper_box {
  visibility: hidden;
  position: relative;
  margin: 0 auto 80px;
  max-width: 800px;
  z-index: 10;
  padding: 25px;
  display: block;
  color: #333;
  box-shadow: 0 50px 10px -30px rgb(100, 100, 100, 0.25);
}

/* ::before, ::after　共通スタイル */
.paper_box::before,
.paper_box::after {
  content: "";
  position: absolute;
  z-index: -1;
}

/* ボックスの背景 */
.paper_box::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*背景色*/
  background-color: #f7ffef;
  /* 右下角の辺を 14px　ななめに切り抜き*/
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}

/* 右上角のめくれ */
.paper_box::after {
  bottom: 0%;
  right: 0%;
  /* 30 x 30 px の正方形*/
  height: 30px;
  width: 30px;
  /* 折り返し部分のカラー*/
  background-color: #99cc66;
  /* 右下半分を切り抜き(三角形)*/
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

/*ボックススライドイン*/
.is-active {
  visibility: visible;
  animation: slideIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes slideIn {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*===しましまみだし===*/
h2.ttl2 {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-bottom: 30px;
  background: repeating-linear-gradient(-45deg, #e0ffc1, #e0ffc1 4px, #c9ff93 3px, #c9ff93 8px);
  border-radius: 7px;
}

h2.ls_normal {
  letter-spacing: normal;
}

h2.ttl2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0ffc1;
  width: 0;
  height: 0;
}

h2.ttl2 img {
  height: 60px;
  margin-right: 10px;
}

h2.ttl2 p {
  font-family: 'HuiFontP';
  font-weight: 500;
  font-size: 2.0em;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  color: #00502b;
  span{
    font-family: 'ShigotoMemogaki';
    font-size: 1.3em;
    vertical-align:bottom;
  }
}


h2.ttl2 div.fuip_nise {
  font-family: 'ShigotoMemogaki';
  display: inline;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.5em;
}

/*吹き出し部分*/
.fukidashi-box {
    display: flex;
    align-items: center;
}

.new-fukidashi {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  height: 70px;
  width: 70px;
  border-radius: 35px;
  background-color: #ffe700;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  color: #b40808;
}

.new-fukidashi::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  border-style: solid;
  border-width: 10px 25px 10px 0;
  border-color: transparent #ffe700 transparent transparent;
  translate: -100% -50%;
}
/*吹き出し部分ここまで*/

.felx_box {
  display: flex;
  justify-content: space-between;
}

.felx_box.reverse {
  flex-direction: row-reverse;
}

.felx_text {
  position: relative;
  width: 550px;
  margin: 0 20px;
}

.felx_text p {
  font-size: 1.1em;
  line-height: 2.2em;
}

.felx_text p.midashi {
  font-family: 'HuiFontP';
  font-weight: 500;
  font-size: 1.5em;
  color: #00502b;
}

.felx_text p.txt2 {
  font-size: 1.0em;
  line-height: 1.6em;
    span {
      font-weight: 500;
    color: #207f3d;
  }
}

.felx_text a.tokusetsu_btn {
    display:block;
    width:100%;
    max-width: 410px;
    margin: 10px auto;
    padding: 5px;
    text-decoration: none;
    background:#C9FF93;
    text-align:center;
    color:#00502B;
    font-size:16px;
    font-weight:bold;
    line-height: 1.3em;
    border-radius:30px;
    box-shadow:2px 3px 0px 0px #99CC66 ;
}
.felx_text a.tokusetsu_btn:hover {
    background:#99CC66;
    color:#00502B;
    box-shadow:none;
}

.felx_text img {
  position: absolute;
  bottom: 15px;
}


.felx_text img.img2 {
  position: inherit;
  margin-top: 30px;
}

.felx_text img.moji_r {
  right: 0;
}

.felx_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  min-width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: 0 20px;
  overflow: hidden;
}

.felx_img img {
  width: 220px;
  height: 220px;
  text-align: center;
  vertical-align: middle;
}

.felx_img img:hover {
  transform: scale(1.3);
  transition: 0.3s;
}

.paper_box hr {
  margin: 20px 0;
  border: none;
  border-top: 3px dotted #99cc66;
}

a.apply_bnt {
  display: flex;
  position: relative;
  width: 80%;
  margin-bottom: 40px;
  padding: 0.7em;
  cursor: pointer;
  font-size: 1.8em;
  font-weight: 700;
  color: #fff;
  background-color: #3bb04b;
  border-radius: 1.4em;
  justify-content: center;
  align-items: center;
}

.apply_bnt img.yubisashi {
  height: 40px;
  margin-right: 10px;
  animation: yokoyure 4s ease-in-out infinite;
}

@keyframes yokoyure {
  0% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(-7%);
  }

  20% {
    transform: translateX(7%);
  }

  30% {
    transform: translateX(-7%);
  }

  40% {
    transform: translateX(7%);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

a.apply_bnt::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: solid 2px #fff;
  border-radius: 1.4em;
  z-index: 10;
}

a.apply_bnt:hover {
  color: #ffffad;
}

br.smp_show,
span.smp_show {
  display: none;
}

/*btnグレーアウト時*/
div.apply_bnt_gray {
  display: flex;
  position: relative;
  width: 80%;
  margin-bottom: 40px;
  padding: 0.7em;
  font-size: 1.8em;
  font-weight: 700;
  color: #d6d6d6;
  background-color: #a9a9a9;
  border-radius: 1.4em;
  justify-content: center;
  align-items: center;
}

div.apply_bnt_gray img.yubisashi {
  height: 40px;
  margin-right: 10px;
  opacity: 0.5;
}

div.apply_bnt_gray::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: solid 2px #d6d6d6;
  border-radius: 1.4em;
  z-index: 10;
}

p.uketuke_kikan {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 3px;
  border-bottom: solid 2px #3bb04b;
}

p.uketuke_kikan span {
  font-size: 1.8em;
}

p.jizen_saki {
  font-size: 1.4em;
  font-weight: 700;
  color: red;
}

p.uketuke_text {
  max-width: 780px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 40px;
}

ul.apply_war {
  max-width: 800px;
  margin: 30px 0;
  font-size: 90%;
  line-height: 1.6rem;
  color: red;
}

ul.apply_war li {
  text-indent: -1em;
  padding-left: 1em;
}

p.kojinkengaku {
  width: 800px;
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 60px;
}



/*＝＝＝＝タブレット＝＝＝＝*/
@media screen and (max-width:960px) {
  /*
  .top_student {
    width: 60%;
  }
*/
  .top_area {
    justify-items: center;
  }

  .top_mozi {
    right: auto;
  }
}

/*＝＝＝＝スマホ＝＝＝＝＝*/
@media screen and (max-width:599px) {

  .top_area {
    background-image: url(/common_d/connect/event/minioc2026/img/tama_tate.jpg);
    height: 400px;
    margin-bottom: 20px;
  }

  .top_mozi {
    padding: 0 5px;
  }

  .top_mozi h1 {
    width: 100%;
    line-height: 1.1em;
  }

  .top_mozi p {
    font-size: 36px;
    span {
      font-size: 25px;
    }
  }

  .nittei_center {
    padding-left: 0;
  }

  .nittei_box {
    flex-direction: column;
  }

  .nittei_box .gr_marker{
    margin-right: 0x;
  }

  .nittei span{
    display: block;
    padding-left: 5em;
    text-indent: -5em;
    padding-top: 10px;
  } 

  .hinichi span {
    font-size: 2.3em;
    letter-spacing: -0.02em;
  }

  .ttl1_catch {
  content: url(/common_d/connect/event/minioc2026/img/copy_smp.png);
  width: 100%;
  }

  .ttl1_text {
    text-align: left;
    font-size: 1rem;
    line-height: 1.8em;
    margin: 20px auto 40px;
  }

  .paper_box {
    margin: 0 auto 40px;
  }

  h2.ttl2 {
    margin-bottom: 20px;   
  }

  h2.ttl2 p {
    font-size: 1.7em;
  }

  .fukidashi-box {
    flex-direction: column-reverse;
    width: 100%;
  }

  .fukidashi-box p {
    text-align: left;
  }

  .new-fukidashi {
    height: 30px;
    width: 100%;
    margin: 5px 10px;
  }

  .new-fukidashi::after {
    top: inherit;
    left: 10%;
    bottom: 0;
    border-width: 10px 5px 0 5px;
    border-color: #ffe700 transparent transparent;
    translate: -50% 100%;
}


  .felx_box,
  .felx_box.reverse {
    flex-direction: column;
  }

  .felx_text {
    width: 100%;
    margin: auto;
  }

  .felx_text p {
    font-size: 1rem;
    line-height: 1.8em;
  }

  .felx_text img {
    bottom: -70px;
    left: 0;
  }

  .felx_text img.img2 {
    position: absolute;
  }

  .felx_img {
    margin: 20px 0 0 auto;
  }

  .felx_img img:hover {
    transform: none;
    transition: 0;
  }

  a.apply_bnt {
    width: 100%;
    margin: 10px auto 40px;
    border-radius: 1em;
    text-align: center;
    font-size: 1.4em;
  }

  a.apply_bnt::before {
    border-radius: 1em;
  }

  br.smp_show {
    display: inline-block;
  }

  span.smp_show {
    display: contents;
  }

  /*グレーアウト時*/
  div.apply_bnt_gray {
    width: 100%;
    margin: 0 auto 40px;
    border-radius: 1em;
    text-align: center;
  }

  div.apply_bnt_gray::before {
    border-radius: 1em;
  }

  div.apply_bnt_gray img.yubisashi {
    display: none;
  }


  p.kojinkengaku {
    width: 100%;
  }

}
