@charset "utf-8";
/* CSS Document */
.main {
  background-color: #FFF8E9;
  padding-bottom: 90px;
  width: calc(100% - 270px);
  margin-left: 270px;
}
@media screen and (max-width: 1024px) {
  .main {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .main {
    padding-bottom: 45px;
  }
}
.section-top {
  margin-bottom: 80px;
}
.section-top__image {
  position: relative;
  width: 100%;
  height: 660px;
  background-image: url("../images/top.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  background-size: cover;
  margin-bottom: 80px;
}
.section-top__image h2 {
  position: absolute;
  top: 64%;
  left: 28%;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  color: #FFF8E9;
  line-height: normal;
  text-shadow: 0px 2px 4px rgba(51, 51, 51, 0.78);
}
.section-top__image::before {
  content: "";
  background: url("../images/ki.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 202px;
  height: 393px;
  position: absolute;
  display: inline-block;
  bottom: -7px;
  left: -75px;
}
.section-top__image::after {
  content: "";
  background: url("../images/hana.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 263px;
  height: 282px;
  position: absolute;
  display: inline-block;
  bottom: -76px;
  right: 0px;
}

.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:10px;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}


.section-top__abc {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-top__image {
    width: 100%;
  }
  .section-top__image h2 {
    left: 34%;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 550px) {
  .section-top {
    margin-bottom: 40px;
  }
  .section-top__image {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url("../images/(sp)top.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    background-size: cover;
    margin-bottom: 40px;
  }
  .section-top__image h2 {
    top: 5.5%;
    left: calc(28% - 24px);
    font-size: 1.6rem;
  }
  .section-top__image::before {
    content: "";
    background: url("../images/(sp)ki.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 59px;
    height: 159px;
    position: absolute;
    display: inline-block;
    bottom: -25px;
    left: 0px;
  }
  .section-top__image::after {
    content: "";
    background: url("../images/(sp)hana.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 89px;
    height: 118px;
    position: absolute;
    display: inline-block;
    bottom: -26px;
    right: 0px;
  }
  .section-top__abc {
    width: 139px;
    height: 46px;
  }
}
.section-concept {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 80px;
}
.section-concept__container {
  position: relative;
}
.section-concept-sp {
  display: none;
}
.section-concept__image {
  margin-bottom: 80px;
  max-width: 1170px;
}
.section-concept-pc {
  width: 100%;
  height: auto;
}
.section-concept__discription {
  position: absolute;
  top: 17%;
  right: 4%;
}
.section-concept__discription h2 {
  color: #FFF8E9;
  font-family: 'Titan One', cursive;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  text-shadow: 0px 2px 4px rgba(51, 51, 51, 0.78);
}
.section-concept__discription h3 {
  color: #FFF8E9;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.5rem;
  margin-bottom: 15px;
  text-shadow: 0px 2px 4px rgba(51, 51, 51, 0.78);
}
.section-concept__readmore {
  display: block;
  vertical-align: middle;
  text-decoration: none;
  width: 152px;
  padding: 1.4rem 2rem;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid #333;
  background: #FFF8E9;
  color: #333;
  border-radius: 30px;
  transition: 0.5s;
  margin-left: 86px;
  box-shadow: 3px 6px 4px 0px rgba(51, 51, 51, 0.30);
}
.section-concept__readmore:hover {
  color: #333;
  background: #D7B883;
}
.section-concept__readmore a {
  text-decoration: none;
  color: inherit;
}
.arrow {
  position: relative;
}
.arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  right: -10px;
  top: -17px;
}
.arrow.arrow-right::before {
  transform: rotate(45deg);
}
.section-concept__def {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-concept__discription h2 {
    font-size: 2.4rem;
  }
  .section-concept__discription h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .section-concept__readmore {
    width: 139px;
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .section-concept {
    width: 100%;
    max-width: 375px;
    margin: 0 auto 40px;
  }
  .section-concept__image {
    margin-bottom: 40px;
    max-width: 375px;
    display: block;
  }
  .section-concept-pc {
    display: none;
  }
  .section-concept-sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .section-concept__discription {
    position: absolute;
    top: 271px;
    right: 0px;
    left: 20px;
  }
  .section-concept__discription h2 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .section-concept__sp {
    display: flex;
    justify-content: space-between;
  }
  .section-concept__discription h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.4rem;
    margin-bottom: 0;
  }
  .section-concept__readmore {
    padding: 1rem 1rem;
    width: 90px;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 24px
  }
  .arrow::before {
    content: '';
    width: 13px;
    height: 13px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    right: -3px;
    top: -17px;
  }
  .section-concept__def {
    width: 144px;
    height: 44px;
  }
}
.section-lesson {
  margin-bottom: 80px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 80px;
}
.section-lesson__container {
  position: relative;
}
.section-lesson-sp {
  display: none;
}
.section-lesson__image {
  max-width: 1170px;
  margin-bottom: 80px;
}
.section-lesson-pc {
  width: 100%;
  height: auto;
}
.section-lesson__image::before {
  content: "";
  background: url("../images/音符１.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 86px;
  height: 107px;
  position: absolute;
  display: inline-block;
  top: -33px;
  left: 230px;
}
.section-lesson__image::after {
  content: "";
  background: url("../images/hana2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 308px;
    height: 372px;
    position: absolute;
    display: inline-block;
    bottom: -122px;
    left: 0;
}
.section-lesson__discription {
  position: absolute;
  top: 17%;
  left: 3%;
}
.section-lesson__discription h2 {
  color: #FFF8E9;
  font-family: 'Titan One', cursive;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  text-shadow: 0px 2px 4px rgba(51, 51, 51, 0.78);
}
.section-lesson__discription h3 {
  color: #FFF8E9;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.5rem;
  margin-bottom: 15px;
  text-shadow: 0px 2px 4px rgba(51, 51, 51, 0.78);
}
.section-lesson__readmore {
  display: block;
  vertical-align: middle;
  text-decoration: none;
  width: 152px;
  padding: 1.4rem 2rem;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid #333;
  background: #FFF8E9;
  color: #333;
  border-radius: 30px;
  transition: 0.5s;
  margin-left: 155px;
  box-shadow: 3px 6px 4px 0px rgba(51, 51, 51, 0.30);
}
.section-lesson__readmore:hover {
  color: #333;
  background: #D7B883;
}
.section-lesson__readmore a {
  text-decoration: none;
  color: inherit;
}
.arrow {
  position: relative;
}
.section-lesson__ghi {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-lesson__image::after {
    content: "";
    background: url(../images/hana2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 276px;
    height: 332px;
    position: absolute;
    display: inline-block;
    bottom: -112px;
    left: 0;
    }
  .section-lesson__discription h2 {
    font-size: 2.4rem;
  }
  .section-lesson__discription h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .section-lesson__readmore {
    width: 139px;
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .section-lesson {
    width: 100%;
    max-width: 375px;
    margin: 0 auto 40px;
  }
  .section-lesson__image {
    margin-bottom: 40px;
    max-width: 375px;
  }
  .section-lesson__image::before {
    display: none;
  }
  .section-lesson__image::after {
    display: none;
  }
  .section-lesson-pc {
    display: none;
  }
  .section-lesson-sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .section-lesson__discription {
    position: absolute;
    top: 271px;
    right: 0px;
    left: 20px;
  }
  .section-lesson__discription h2 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .section-lesson__sp {
    display: flex;
    justify-content: space-between;
  }
  .section-lesson__discription h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.4rem;
    margin-bottom: 0;
  }
  .section-lesson__readmore {
    padding: 1rem 1rem;
    width: 90px;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: 13px;
    margin-top: 24px
  }
  .section-lesson__ghi {
    width: 144px;
    height: 44px;
  }
}
.section-studio {
  margin-bottom: 80px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 80px;
}
.section-studio__container {
  position: relative;
}
.section-studio-sp {
  display: none;
}
.section-studio__image {
  max-width: 1170px;
  margin-bottom: 80px;
}
.section-studio-pc {
  width: 100%;
  height: auto;
}
.section-studio__image::after {
  content: "";
  background: url("../images/hana3.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 290px;
  height: 254px;
  position: absolute;
  display: inline-block;
  bottom: -86px;
  right: 0;
}
.section-studio__discription {
  position: absolute;
  top: 17%;
  right: 4%;
}
.section-studio__discription h2 {
  color: #FFF8E9;
  font-family: 'Titan One', cursive;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  text-shadow: 0px 2px 4px rgba(51, 51, 51, 0.78);
}
.section-studio__discription h3 {
  color: #FFF8E9;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.5rem;
  margin-bottom: 15px;
  text-shadow: 0px 2px 4px rgba(51, 51, 51, 0.78);
}
.section-studio__readmore {
  display: block;
  vertical-align: middle;
  text-decoration: none;
  width: 152px;
  padding: 1.4rem 2rem;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid #333;
  background: #FFF8E9;
  color: #333;
  border-radius: 30px;
  transition: 0.5s;
  margin-left: 52px;
  box-shadow: 3px 6px 4px 0px rgba(51, 51, 51, 0.30);
}
.section-studio__readmore:hover {
  color: #333;
  background: #D7B883;
}
.section-studio__readmore a {
  text-decoration: none;
  color: inherit;
}
.arrow {
  position: relative;
}
.section-studio__jkl {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section-studio__discription h2 {
    font-size: 2.4rem;
  }
  .section-studio__discription h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .section-studio__readmore {
    width: 139px;
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .section-studio {
    width: 100%;
    max-width: 375px;
    margin: 0 auto 40px;
  }
  .section-studio__image {
    margin-bottom: 40px;
    max-width: 375px;
  }
  .section-studio__image::before {
    display: none;
  }
  .section-studio__image::after {
    display: none;
  }
  .section-studio-pc {
    display: none;
  }
  .section-studio-sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .section-studio__discription {
    position: absolute;
    top: 271px;
    right: 0px;
    left: 20px;
  }
  .section-studio__discription h2 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .section-studio__sp {
    display: flex;
    justify-content: space-between;
  }
  .section-studio__discription h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.4rem;
    margin-bottom: 0;
  }
  .section-studio__readmore {
    padding: 1rem 1rem;
    width: 90px;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 24px
  }
  .section-studio__jkl {
    width: 144px;
    height: 44px;
  }
}
.section-news {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.section-news__container {
  background-color: #269EAF;
  padding: 50px 40px 60px;
  margin-bottom: 80px;
  position: relative;
}
.section-news__container h2 {
  color: #FFF8E9;
  font-family: 'Titan One', cursive;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 74px;
  border-bottom: solid 2px #FFF8E9;
  margin-bottom: 54px;
}
.section-news__container ol {
  list-style: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-news__contents {
  max-width: 344px;
  margin: 0 auto 40px auto;
}
.section-news__contents img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.section-news__contents h3 {
  color: #333;
  font-size: 2.4rem;
  font-weight: 700;
}
.section-news__contents a {
  text-decoration: none;
}
.section-news__readmore {
  position: absolute;
  bottom: 3%;
  right: 3%;
  display: block;
  vertical-align: middle;
  text-decoration: none;
  width: 152px;
  padding: 1.4rem 2rem;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid #333;
  background: #FFF8E9;
  color: #333;
  border-radius: 30px;
  transition: 0.5s;
  box-shadow: 3px 6px 4px 0px rgba(51, 51, 51, 0.30);
}
.section-news__readmore:hover {
  color: #333;
  background: #D7B883;
}
.section-news__readmore a {
  text-decoration: none;
  color: inherit;
}
.arrow {
  position: relative;
}
.section-news__mno {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-news__container ol {
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .section-news {
    max-width: 375px;
    margin: 0 auto;
  }
  .section-news__container {
    padding: 20px 20px 40px 20;
    margin-bottom: 40px;
  }
  .section-news__container h2 {
    font-size: 1.8rem;
    padding-bottom: 25px;
    border-bottom: solid 2px #FFF8E9;
    margin-bottom: 20px;
  }
  .section-news__container ol {
    justify-content: center;
  }
  .section-news__contents {
    max-width: 196px;
    margin: 0 auto 24px auto
  }
  .section-news__contents h3 {
    color: #333;
    font-size: 1.4rem;
  }
  .section-news__readmore {
    padding: 1rem 1rem;
    width: 90px;
    font-size: 1.2rem;
    right: 5%;
  }
  .section-news__mno {
    width: 144px;
    height: 44px;
  }
}