/* ===============================
   汎用
   =============================== */

.forsp {
	display:none;
}
.forsp {
	display:none;
}
.adm20 {
  display: block;
	margin:60px auto;
}
.admt20 {
  display: block;
	margin-top:20px;
}

.center img {
  display: block;
	margin:0px auto;
}


/* ===============================
   アレンジセット
   =============================== */
.labelGold {
  background-color: #fbfaea;  /* 背景色 */
  color: #61453d;             /* 文字色 */
  display: inline-block;      /* インライン扱い + パディング可 */
  padding: 4px 8px;           /* 上下4px・左右8pxのやや余裕ある余白 */
  font-size: 130%;            /* お好みで調整可 */
	font-weight:700;
	margin:5px;
}

.labelBrown {
  background-color: #795744;  /* 背景色 */
  color: #ffffff;             /* 文字色 */
  display: inline-block;      /* インライン扱い + パディング可 */
  padding: 4px 8px;           /* 上下4px・左右8pxのやや余裕ある余白 */
  font-size: 130%;            /* お好みで調整可 */
	font-weight:700;
	margin:5px;
}
.labelPink {
  background-color: #f9e7ec;  /* 背景色 */
  color: #61453d;             /* 文字色 */
  display: inline-block;      /* インライン扱い + パディング可 */
  padding: 4px 8px;           /* 上下4px・左右8pxのやや余裕ある余白 */
  font-size: 130%;            /* お好みで調整可 */
	font-weight:700;
	margin:5px;
}

.highlight-pink {
  background-image: linear-gradient(to top, #f9e7ec 50%, transparent 50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.txtPink {
  color: #f482ad;
}
.txtBrown {
  color: #795744;
}

.txtBig {
  font-size: 130%;            /* お好みで調整可 */
}

/* ===============================
   スクロールアニメーション
   =============================== */

.fade-left {
  opacity: 0;
  transform: translateX(-30px); /* 左にズレた状態で非表示 */
  transition: all 0.6s ease-out;
}

.fade-left.show {
  opacity: 1;
  transform: translateX(0); /* 元の位置に戻る */
}


/* ===============================
   基本セット
   =============================== */

body {
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background: #fff8fa;
  color: #61453d;
	font-size:20px;
	font-weight:500;
}

.container {
  width: 100%;
  background: #ffffff;
  max-width: 750px;
  margin: 0 auto;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}

.section {
}

.center {
  text-align: center;
}



/* ===============================
   CTAボタン
   =============================== */
.cta {
  margin-bottom: 20px;
	width:100%;
	margin:0 auto 20px;
}
.cta .duedate {
	margin-top:-10px;
	margin-bottom:50px;
	color:#ff0000;
	font-size:140%;
}
.closed-message {
background-color:#feffda;
padding:30px;
margin:30px 30px 60px;;
color:#ff0000;
}


.cta a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  animation: pulse 2.5s infinite ease-in-out; /* ← 全端末で常時アニメ */
}

.cta a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine 4s infinite;
}

.cta a:hover {
  transform: scale(1.06) translateY(-2px); /* ホバー時の追加効果 */
}

@keyframes shine {
  0% {
    left: -75%;
    opacity: 0;
  }
  25% {
    left: 125%;
    opacity: 1;
  }
  50% {
    left: 125%;
    opacity: 0;
  }
  100% {
    left: -75%;
    opacity: 0;
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}
/* ===============================
   header
   =============================== */

/* ===============================
   FV
   =============================== */
#FV {
  background: #ffffff;
}
.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ===============================
   DATE
   =============================== */
#DATE1, #DATE2 {
	margin:auto 50px;
}
#DATE2 {
	margin:50px 50px 40px;
}
#DATE2 img {
	margin-bottom:20px;
}

#DATE .img {
margin:30px auto 20px;
}
#DATE .cta {
margin-bottom:80px;
margin-top:-100px;


}


/* ===============================
   INFO
   =============================== */
#INFO {
  background: #fff1f6;
	padding:20px 0 20px;
}
#INFO .title {
	padding:20px 0 40px;
}

#INFO .innerBox {
  background: #ffffff;
	margin:0px 30px;
	padding:40px 0px 180px;
	border-radius: 10px;
}
#INFO .innerBox img {
  display: block;
	margin:0px auto;
}

#INFO .onayami {
  background-color: #f691be;  /* 背景色 */
  color: #ffffff;             /* 文字色 */
  display: inline-block;      /* インライン扱い + パディング可 */
  padding: 4px 8px;           /* 上下4px・左右8pxのやや余裕ある余白 */
  font-size: 30px;            /* お好みで調整可 */
	margin:40px ;
}

#INFO .cta {
	margin-top:-160px;
  margin-bottom: -60px;
}
#INFO .cta a {
	margin-top:-20px;
}
/* ===============================
   ACADEMY
   =============================== */
#ACADEMY {
  background: #fff2f7;
}

#ACADEMY .detail {
	margin-top:-12px;
}
#ACADEMY .cta {
padding-bottom:60px;
}

/* ===============================
   SCHEDULE
   =============================== */
#SCHEDULE .box {
	max-width:500px;
	margin:auto;
}

#SCHEDULE .bb {
	margin:0 30px;
}
#SCHEDULE .box_pink {
	margin:20px;
	padding:20px;
  background: #ffecf3;
}
#SCHEDULE .box_yellow {
	margin:20px;
	padding:20px;
  background: #fffde7;
	
}


#SCHEDULE .innderBox {
	border:4px solid #ffffff;
  
}
#SCHEDULE ul {
	margin:30px auto 50px;
}
#SCHEDULE ul li{
	margin-bottom:20px;

}

#SCHEDULE .cta{
	margin-top:30px;
	margin-bottom:50px;
}
.shikaku {
}
.shikaku .txt {
	margin-top:30px;
	font-size:14px;
	margin-bottom:50px;
}

/* ===============================
   MANABI
   =============================== */
#MANABI {
	background-color:#fffde7;
	padding:0 80px;
}

/* ===============================
   RECOMMEND
   =============================== */
#RECOMMEND {
	padding-top:50px;
}

#RECOMMEND ul {
	text-align:left;
	max-width:380px;
	margin:0 auto 30px;
}
#RECOMMEND ul li {
	color:#8b4f2e;
	margin-bottom:10px;
	padding:5px 15px;
	padding-left:40px;
	background-color:#fff1f6;
	border-radius: 5px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	background-image: url("../images/icon_check.png");
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 20px 20px; /* 幅16px、高さ16pxに縮小 */
	letter-spacing: 0.2em;
}
/* ===============================
   IMPRESSION
   =============================== */
#IMPRESSION  {
	padding:50px 20px;
	background-color:#fff2f7;
}

#IMPRESSION  .item img {
	background-color:#fafafa;
}
#IMPRESSION  .owl-carousel {
	margin-top:10px;
}



/* ===============================
   VOICE
   =============================== */
#VOICE  {
	margin-top:50px;
	padding:10px 20px 50px;
	background-color:#ffffff;
}

#VOICE .txt {
	margin-top:20px;
	font-size:30px;
	font-weight:bold;
}


#VOICE .cta {
	margin-top:30px;
}



/* ===============================
   FAQ
   =============================== */
#FAQ  {
	margin-top:0px;
	padding:30px 0px;
	background-color:#fffef4;
}



/* ===============================
   アコーディオンCSS
   =============================== */

.faq-box {
	margin:0px 60px;
  background: #fff;
  border-radius: 12px;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  font-family: "ヒラギノ角ゴ ProN", "Noto Sans JP", sans-serif;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  margin-bottom: 16px;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #5b3b1e;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.faq-question .icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"] .icon {
  transform: rotate(45deg); /* ＋→×に */
}

.faq-answer {
  margin-top: 12px;
  border-top: 1px dotted #a8775f;
  padding-top: 12px;
  color: #3d3d3d;
  display: none;
  font-size: 14px;
  line-height: 1.7;
	text-align: left;
}


/* ===============================
   PROFILE
   =============================== */
#PROFILE  {
	margin:80px 50px;
	padding:50px 80px;
	background-color:#fff2f7;
  border-radius: 20px;

}
#PROFILE .title {
	color:#ff68a2;
	display:block;
	line-height:1.2em;
}
#PROFILE .name {
	line-height:1em;
	color:#ff68a2;
	font-size:140%;
	display:block;

}

#PROFILE .txt {
	font-size:14px;
	text-align:left;
	margin:20px auto;
}


#PROFILE .owl-carousel {
  margin-bottom:50px;
	padding:10px 10px 0;
	background-color:#ffffff;
}

/* ===============================
   DISLCAIMER
   =============================== */
#DISLCAIMER  {
	margin:30px;
	font-size:12px;
	text-align:left;
	line-height:1.2em;
}

/* ===============================
   FOOTER
   =============================== */


.site-footer {
	margin-top:30px;
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 30px 10px;
  background-color: #f8f8f8;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-links a {
  text-decoration: none;
  color: #666;
}

.footer-links a:hover {
  text-decoration: underline;
}



@media (max-width: 800px) {
}

@media (max-width: 640px) {
}


/* スマホ用にオーバーライド */


@media (max-width: 480px) {
.cta {
  margin-bottom: 20px;
	width:95%;
	margin:0 auto 20px;
}

.forpc {
	display:none;
}
.forsp {
	display:block;
}

body {
	font-size:16px;
}

#DATE1, #DATE2 {
	margin:auto 0px;
}
#DATE2{
margin-top:20px;
}

#THEME {
	margin:auto 30px;
}
#DATE2 img{
margin-bottom:5px;
}
#DATE .cta {
margin-bottom:30px;
}
#DATE .img {
margin-top:10px;
}
.cta .duedate {
	font-size:120%;
}



#INFO .onayami {
  font-size: 20px;            /* お好みで調整可 */
	margin:30px auto;
}
#INFO .innerBox {
  background: #ffffff;
	margin:0px 10px;
	padding:40px 0px 180px;
	border-radius: 10px;
}
.labelGold {
  font-size: 120%;            /* お好みで調整可 */
	margin:5px;
}
#INFO .cta .center {
	padding:0 40px;
}
#INFO .cta {
	margin-top:-170px;
  margin-bottom: -40px;
}

#SCHEDULE .bb {
	margin:0px;
}
#SCHEDULE .box_pink {
	margin:20px;
	padding:10px;
}
#SCHEDULE .box_yellow {
	margin:20px;
	padding:10px;

}

#SCHEDULE ul {
	margin:20px auto 40px;
}
#SCHEDULE ul li{
	margin-bottom:10px;
}
#MANABI {
	padding:0;
}
#RECOMMEND {
	padding-top:50px;
}
#RECOMMEND ul {
	text-align:left;
	max-width:330px;
	margin:0 auto 30px;
}
#IMPRESSION  {
	padding:50px 20px 10px;
	background-color:#fff2f7;
}
#IMPRESSION .slider {
	margin-top:15px;
}


#VOICE .slider2 .txt{
	font-size:24px;

}
#VOICE  {
	padding:10px 20px 0px;
}

#FAQ  {
	padding:30px 0px;
}
.faq-box {
	margin:0px 20px;
  margin-bottom: 8px;

}
.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 14px;
}

.faq-question .icon {
  font-size: 16px;
  transition: transform 0.3s ease;
}

#PROFILE  {
	margin:20px 20px;
	padding:30px 30px;

}


#PROFILE .slider {
	margin:50px auto 0px;
}
#PROFILE .txt {
	font-size:12px;
	margin:10px auto;
}

#PROFILE .slider {
	margin:0px auto 0px;
}

/* ===============================
   DISLCAIMER
   =============================== */
#DISLCAIMER  {
	font-size:10px;
}
footer a {
	font-size:12px;
}
