@charset "UTF-8";

.sp-only{
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only{
    display: block;
  }
}
.pc-only{
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only{
    display: none;
  }
}

.text-red{
  color: #EA5A3A;
}
.text-pink{
  color: #e75297;
}
.l-contents__wrap_mv{
  width: 100%;
  padding-top: 146px;
}
@media screen and (max-width: 1199px) {
  .l-contents__wrap_mv {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    padding-top: 50px;
  }
}
.l-contents__wrap_yellow {
  position: relative;
  padding-top: 80px;
  padding-bottom: 10px;
  background:repeating-linear-gradient(45deg,#fff6d9,#fff6d9 15px,#fff 0,#fff 30px);
}
@media screen and (max-width: 1199px) {
  .l-contents__wrap_yellow {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    right: 0;
    overflow-x: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
	padding-bottom: 0px;
	background:repeating-linear-gradient(45deg,#fff6d9,#fff6d9 15px,#fff 0,#fff 30px);
  }
}
.l-contents__wrap_purple {
  position: relative;
  padding-top: 80px;
  padding-bottom: 10px;
  background:repeating-linear-gradient(45deg,#f0e1f0,#f0e1f0 15px,#fff 0,#fff 30px);
}
@media screen and (max-width: 1199px) {
  .l-contents__wrap_purple {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    right: 0;
    overflow-x: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
	padding-bottom: 0px;
	background:repeating-linear-gradient(45deg,#f0e1f0,#f0e1f0 15px,#fff 0,#fff 30px);
  }
}

.p-halloweenlesson__header{
  width: 100%;
  line-height: 1.4;
  padding-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .p-halloweenlesson__header{
    line-height: 1.4;
    padding-top: 3rem;
  }
}

.p-halloweenlesson__section{
  line-height: 1.4;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-eikencourse__section{
    margin-bottom: 3rem;
  }
}

.p-halloweenlesson__cont{
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {

}

.p-halloweenlesson__ttl-text{
  margin: 0 auto 30px;
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-halloweenlesson__ttl-text{
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

.p-halloweenlesson__feature_2 {
  list-style: none;
}
.p-halloweenlesson__feature_2 li {
  padding: 0 20px 10px;
}
@media screen and (min-width: 768px) {
    .p-halloweenlesson__feature_2 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .p-halloweenlesson__feature_2 li {
        width: calc((100% - 40px) / 2);
		line-height: 1.4;
		text-align: center; }
}
@media screen and (max-width: 767px) {
    .p-halloweenlesson__feature_2 {
	}
      .p-halloweenlesson__feature_2 li {
		padding: 0 10px 10px;
        margin-top: 15px;
		line-height: 1.4;
	    text-align: center;
	    margin-bottom: 20px;}
}




.p-eikencourse__inq_btn {
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  background-color: #EA5A3A;
  text-align: center;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  display: inline-block;
  margin: 0 auto;
}
.p-eikencourse__inq_btn a {
  color: #fff;
}
.p-eikencourse__inq_btn:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-eikencourse__inq_btn {
    font-size: 1.7rem;	}
}

.p-eikencourse__question {
  position: relative;
  margin: auto;
  width: 100%;
}
.p-eikencourse__question_bg {
  width: 100%;
  padding-top: 64.58%;
  background: url(../images/eikencourse/question_pc_bg.png) center bottom /contain no-repeat;
}
.p-eikencourse__question_img {
  position: absolute;
	opacity: 0;
}
.p-eikencourse__question_img img {
  width: 100%;
}
.p-eikencourse__question_img.--img1 {
width: 27.39%;
top: 11.87%;
left: 0.52%;
}
.p-eikencourse__question_img.--img2 {
  width: 27.39%;
  top: 0%;
  left: 36.35%;
}
.p-eikencourse__question_img.--img3 {
  width: 27.39%;
  top: 11.04%;
  left: 70%;
}
@media screen and (max-width: 767px) {
  .p-eikencourse__question_bg {
    padding-top: 115.38%;
    background: url(../images/eikencourse/question_sp_bg.png) center bottom /contain no-repeat;
  }
  .p-eikencourse__question_img.--img1 {
    width: 40.96%;
    top: 23.73%;
    left: 0.96%;
  }
  .p-eikencourse__question_img.--img2 {
    width: 40.96%;
    top: 0%;
    left: 22.3%;
  }
  .p-eikencourse__question_img.--img3 {
    width: 40.96%;
    top: 23.73%;
    left: 57.69%;
  }
}
.p-eikencourse__question_img.--fade {
  animation-name: fade;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fade {
  from {
    opacity: 0;
	  transform: translateY(100px);
  }

  to {
    opacity: 1;
	  transform: translateY(0);
  }
}
