@charset "utf-8";
/* CSS Document */
.main {
  background-color: #FEF5EF;
}
/*TOP*/
.section-top__image {
  height: 100vh; /*スマホの高さいっぱいにする*/
  background-image: url("../images/latte_img.webp");
  background-position: center; /*left -520px*/
  background-size: cover; 
  background-repeat: no-repeat; /*リピート表示しない*/
  position: relative;
  margin-bottom: 60px;
}
.fadeIn {
  position: absolute;
  top: 120px;
  right: 24px;
  color: #FFF;
  font-weight: 400;
  font-size: 2.0rem;
  line-height: 3.8rem;
  text-align: right;
  animation-name: fadeInAnime;
  animation-fill-mode: backwards;
  animation-duration: 3s;
  /*animation-iteration-count:infinite;*/ /*ループ*/
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-direction: normal;
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*スクロール*/
/*スクロールダウン全体の場所*/
.scrolldown1 {
  position: absolute;
  /*left: 50%;*/ left: 13%;
  bottom: 80px;
  /*全体の高さ*/
  height: 50px;
}
/*Scrollテキストの描写*/
.scrolldown1 span {
  position: absolute;
  /*left: -160px;*/ left: -22px;
  top: -150px;
  color: #FFF;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
/* 線の描写 */
.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: -120px;
    left: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    left: 0;
    opacity: 1;
  }
  100% {
    height: 0;
    top: -10px;
    left: 0;
    opacity: 0;
  }
}
/*/スクロール*/
.section-top p {
  border-bottom: 1px solid #FFF;
  width: 210px;
  margin-left: auto;
}
@media(min-width:960px) {
  .section-top__image {
    height: 770px;
    background-position: center;
    /*background-size: auto 120%;*/
  }
  .section-top h1 {
    left: -10px;
    top: 550px;
    font-size: 4.4rem;
    line-height: 8.2rem;
    width: 500px;
    height: 200px;
    font-weight: 300;
  }
  .scrolldown1 {
    left: 94%;
    bottom: -10px;
  }
  .scrolldown1 span {
    left: -30px;
    font-size: 2.0rem;
  }
  .section-top p {
    border-bottom: 2px solid #FFF;
    width: 460px;
    margin-left: auto;
  }
}
/*ABOUT*/
.section-about, .section-course, .section-voice, .section-faq {
  margin-bottom: 90px !important;
}
.section-about h2, .section-course h2, .section-voice h2, .section-faq h2, .section-instagram h2 {
  margin: 0 24px 30px;
  text-align: left;
  color: #D78521;
  font-weight: 600;
  /*font-size: 4.0rem;*/
  font-size: 3.2rem;
}
.section-about p {
  padding: 0 24px;
  text-align: left;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 3.0rem;
}
.more-button__about, .more-button__voice {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 297px;
  height: 60px;
  line-height: 60px;
  margin: auto;
  font-weight: bold;
  background-color: #094074;
  color: #FFF;
  border-radius: 500px;
  transition: 0.5s;
  margin-top: 30px;
}
.more-button__about:hover, .more-button__voice:hover {
  color: #414E8C;
  background: #FFF;
  border: 3px solid #414E8C;
  opacity: 1;
}
.section-about img {
  display: none;
}
@media(min-width:960px) {
  .section-about {
    max-width: 1166px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .section-about h2, .section-course h2, .section-voice h2, .section-faq h2, .section-instagram h2 {
    margin-left: 0;
    font-size: 4.5rem;
  }
  .section-about p {
    width: 500px;
    padding: 0;
    font-size: 1.8rem;
    line-height: 3.5rem;
  }
  .more-button__about {
    margin: 30px 0 0;
  }
  .section-about img {
    width: 600px;
    height: 350px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
  }
  .section-about__img {
    margin-left: auto;
  }
}
/*COURSE*/
.section-course ul li {
  list-style: none;
}
.section-course img, .section-faq img {
  width: 327px;
  height: 200px;
  border-radius: 20px;
  object-fit: cover;
}
.course-one__img {
  margin-top: 30px;
}
.section-course-tittle, .section-faq__more, .section-instagram__more {
  text-align: left;
  padding: 10px 24px 0;
  font-weight: 600;
}
.section-course-tittle a {
  text-decoration: none;
  color: #565656;
}
.section-course__sub, .section-faq__sub, .section-instagram__sub {
  display: flex;
  align-items: center;
}
.stickarrow {
  width: 100px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  margin-top: 10px;
}
@media(min-width:960px) {
  .section-course {
    max-width: 1166px;
    margin: 0 auto;
  }
  .section-course ul {
    display: flex;
    margin: 0 auto;
    max-width: 957px;
  }
  .section-course img {
    width: 427px;
    height: 300px;
  }
  .course-one__img {
    margin: 0;
  }
  .section-course__one {
    margin-left: auto;
  }
}
/*VOICE*/
/*swiper*/
.swiper-main {
  position: relative;
  max-width: 1027px;
  margin: 0 auto;
}
.swiper {
  /*width: 279px;*/
  height: 516px;
  position: relative;
}
/*ページネーション*/
.swiper-pagination {
  position: absolute;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #094074;
}
/*ナビゲーション*/
.swiper-button-prev, .swiper-button-next {
  display: none;
}
/*voice-content*/
.section-voice ul li {
  width: 279px;
  height: 466px;
  margin: 0 auto;
  padding: 0 24px;
  background-color: #FFF;
  list-style: none;
  border-radius: 20px;
  position: relative;
}
.section-voice__content-wrapper {
  display: flex;
  padding-top: 20px;
}
.section-voice__pf {
  width: 70px;
  height: 70px;
  background-color: #D78521;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 2.0rem;
  font-weight: 600;
  color: #FFF;
}
.section-voice h4 {
  margin-left: 10px;
  font-size: 1.5rem;
  text-align: left;
  display: flex;
  align-items: center;
}
.section-voice p {
  padding: 20px 0;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
}
.section-voice__time {
  position: absolute;
  bottom: 20px;
  right: 24px;
  font-size: 1.4rem;
}
@media(min-width:480px) {
  .section-voice {
    max-width: 1166px;
    margin: 0 auto;
  }
  .swiper {
    width: 877px;
  }
  .swiper-button-prev, .swiper-button-next {
    display: block;
    color: #094074;
  }
}
/*FAQ*/
.section-faq__more a, .section-instagram__more a {
  color: #565656;
  text-decoration: none;
}
.section-faq__PC {
  display: none;
}
/*PCver*/
@media(min-width:480px) {
  .section-faq {
    display: none;
  }
  .section-faq__PC {
    display: block;
  }
  .section-faq__content {
    margin-bottom: 90px;
    display: flex;
    justify-content: center;
  }
  .section-faq__tittle {
    width: 427px;
    height: 300px;
    background-color: #FFF;
    position: relative;
    border-radius: 20px 0 0 20px;
  }
  .section-faq__category {
    position: absolute;
    margin: auto;
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .section-faq__tittle h2 {
    margin-bottom: 30px;
    color: #D78521;
    font-weight: 600;
    font-size: 4.0rem;
  }
  .section-faq__more a {
    color: #565656;
    text-decoration: none;
  }
  .section-faq__more a:hover {
    color: #414E8C;
    opacity: 1;
  }
  .section-faq__sub {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-faq__content img {
    width: 427px;
    height: 300px;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
  }
}
/*INSTAGRAM*/
.section-instagram {
  margin-bottom: 120px;
}
.section-instagram__group1, .section-instagram__group2 {
  width: 327px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.section-instagram__group2{
  margin-top: 15px;
}
.section-instagram img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}
@media(min-width:480px) {
  .section-instagram {
    max-width: 1166px;
    margin: 0 auto 120px;
  }
  .section-instagram img {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
  .section-instagram__group1, .section-instagram__group2 {
    width: 640px;
  }
  .section-instagram__group2{
    margin-top: 20px;
  }
  .section-instagram__sub {
    justify-content: right;
  }
}
.iframe{
  width: 327px;
  height: 600px;
  margin-bottom: 90px;
}
@media(min-width:480px){
  .iframe{
    width: 966px;
  }
}