@media (max-width: 1024px) {
/* main > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
} */

#mainBackContainer {
  /* width: 100%; */
  max-width: 375px;
  /* margin: 0 auto;
  background: var(--primaryColor); */
}

#fvContainer {
  /* width: 90%;
  margin: 0 auto;
  position: relative; */
  padding-bottom: 40px;
}

/* .fvAniContainer {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  animation: fvAni2 5s both;
} */

.fvAniContainer img {
  /* width: 20%;
  max-width: 410px;
  min-width: 220px;
  position: relative;
  z-index: 100;
  animation: fvAni 5s both; */
  margin-top: -10px;
}

.fvText {
  padding-top: 245px;
  display: flex;
  flex-wrap: wrap;
  /* position: relative;
  z-index: 2; */
}

.fvText p:first-of-type {
  margin-top: 12px;
}

.fvText p:nth-of-type(2) {
  /* display: inline-block;
  margin-top: 50px; */
  margin-left: -5px;
  font-size: 41px;
  line-height: 1.4;
  letter-spacing: -3px;
  /* color: var(--titleColor); */
  text-align: left;
  order: -1;
}

.fvText p:nth-of-type(2) span:first-of-type {
  letter-spacing: -4px;
  margin-left: -3px;
}

.fvText p:nth-of-type(2) span:nth-of-type(2) {
  letter-spacing: -8px;
}

.fvText p:nth-of-type(2) span:nth-of-type(3) {
  letter-spacing: -5px;
}

.fvText p:nth-of-type(2) span:nth-of-type(4) {
  letter-spacing: -16px;
}

.fvText p:nth-of-type(2) span:nth-of-type(5) {
  letter-spacing: 4px;
}

.fvText p:nth-of-type(2) span:nth-of-type(6) {
  letter-spacing: -2px;
}

.fvText p:nth-of-type(2) span:nth-of-type(7) {
  letter-spacing: -7px;
}

.fvText p:nth-of-type(2) span:nth-of-type(8) {
  /* display: block; */
  font-size: 21px;
  letter-spacing: 1px;
}

.scroll {
  margin-top: 60px;
  font-size: 11.6px;
}

/* .scroll a {
  display: flex;
  align-items: center;
  color: var(--titleColor);
  letter-spacing: 0.5px;
} */

/* .scroll img {
  width: 15px;
  margin-left: 5px;
} */

.fvImgContainer {
  width: 100%;
  /* position: absolute;
  top: 0; */
  right: auto;
  left: 0;
}

.fvImgContainer > img:first-of-type {
  width: 105px;
  /* position: absolute; */
  top: 350px;
  right: -8px;
  transform: translateY(0);
  /* z-index: 1; */
}

.fvImgContainer > img:nth-of-type(2) {
  width: 60px;
  /* position: absolute; */
  top: 75px;
  right: auto;
  left: -5px;
  transform: translateY(0);
  /* z-index: 1; */
}

/* .fvImgMain {
  width: 100%;
} */

.fvImgContainer .fvImgSub {
width: 151px;
/* position: absolute; */
/* right: 1.5%; */
top: 453px;
}







/* アバウト１ */
#about1Container {
  width: 100%;
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 50px 0 70px;
  /* position: relative;
  overflow: hidden; */
}

#about1Container > img:first-of-type {
  width: 100px;
  /* transform: rotate3d(0, 1, 0, 180deg);
  position: absolute; */
  bottom: auto;
  top: 75px;
  left: -5px;
  z-index: 0;
}

#about1Container > img:nth-of-type(2) {
  width: 90px;
  /* position: absolute; */
  bottom: 25px;
  right: 5px;
  z-index: 2;
}
#about1Container > img:nth-of-type(3) {
  width: 85px;
  transform: rotate(5deg);
  position: absolute;
  top: 390px;
  right: 5px;
  z-index: 2;
}

.about1Video {
  width: 90%;
  padding-top: 363px;
  /* position: relative; */
  margin-left: 0;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateX(5.55%);
}

.about1Video img:first-of-type {
  /* width: 100%;
  position: absolute;
  top: 0;
  left: 0; */
  display: none;
}

.about1Video img:nth-of-type(2) {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.about1Video video {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
  border: none;
  /* box-sizing: border-box; */
}

.about1Video img:last-of-type {
  /* width: 90px;
  transform: rotate(15deg);
  position: absolute;
  top: 300px;
  right: 30px; */
  display: none;
}

.about1Text {
  margin-top: 25px;
  position: static;
  /* top: 50%;
  left: 59%; */
  transform: translateY(0);
  /* text-align: center;
  z-index: 1; */
}

h2 {
  font-size: 21px;
  /* line-height: 1.5;
  letter-spacing: -1px;
  color: var(--titleColor);
  text-align: center; */
}

.about1Text p {
  margin-top: 10px;
  /* line-height: 2; */
}







/* アバウト2 */
#about2Container {
  /* width: 100%; */
  padding: 65px 0 35px;
  /* position: relative;
  z-index: 1; */
}

/* #about2Container > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
} */

#about2Container .title {
  width: 90%;
  margin: 0 auto;
}

.title span {
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 2px;
  /* border-bottom: 1px solid #BF9C46; */
  /* display: inline-block; */
}

.title p {
  /* text-align: center; */
  margin-top: 13px;
}

.about2Contents {
  width: 90%;
  margin: 30px auto 0;
  /* display: flex;
  justify-content: space-between; */
  flex-wrap: wrap;
}

.about2 {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 35px;
  /* text-align: center; */
}
/* .about2:last-of-type {
  margin-right: 0;
} */

.aboutImg {
  width: 54%;
  min-width: 202px;
  margin: 0 auto;
  /* position: relative; */
}

/* .aboutImg img {
  width: 100%;
  vertical-align: bottom;
} */

.aboutText dt {
  margin: 10px;
  font-size: 21px;
  /* color: var(--titleColor);
  text-align: center; */
}

.aboutText dd {
  margin-top: 0px;
  font-size: 12px;
  /* transition: 0.3s; */
}

.aboutText dd span:first-of-type {
  /* display: block;
  text-align: center; */
  margin-top: -5px;
}

/* .aboutText dd span:last-of-type {
  text-align: left;
}

.moreContents {
  display: none;
} */

/* .more {
  display: inline-block;
  padding-top: 30px;
  position: relative;
  font-size: 12.6px;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
}

.more::before {
  content: "";
  width: 20px;
  height: 19px;
  display: block;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%) rotate(33.5deg) skew(-25deg);
}
.more.open::before {
  transform: translateX(-50%) rotate(-146.5deg) skew(-25deg);
  top: 17px;
} */








/* メニュー */
#courseContainer {
  /* width: 100%;
  max-width: var(--maxWidth);
  margin: 0 auto; */
  padding: 65px 0 50px;
  background: url(../img/courseBackSp.png) center center / auto no-repeat;
  background-size: 375px;
  background-color: var(--primaryColor);
  background-attachment: fixed;
}

.courseContents {
  width: 90%;
  margin: 30px auto 0;
  /* display: flex;
  justify-content: space-between;
  align-items: flex-start; */
  flex-wrap: wrap;
}

.course {
  width: 67%;
  margin: 0 auto 20px;
  padding: 25px 15px 10px;
  /* background: rgba(255, 255, 255, 0.6);
  border: 1px solid #BF9C46;
  box-sizing: border-box;
  text-align: center; */
}

.course > p {
  font-size: 21.6px;
  /* color: var(--titleColor); */
}

.courseImg {
  /* width: 100%; */
  margin-top: 0px;
}

/* .courseImg img {
  width: 100%;
  vertical-align: bottom;
} */

.courseText {
  margin-top: 15px;
}

.courseText h3 {
  font-size: 22.4px;
  /* line-height: 1.1;
  color: var(--titleColor); */
}

.courseText h3 span {
  /* display: block; */
  margin-top: 10px;
  font-size: 15.2px;
}

.courseText p:first-of-type {
  margin-top: 10px;
  font-size: 13.6px;
  /* color: #DC6B74; */
  line-height: 0.9;
}
.courseText p:first-of-type span {
  /* display: block; */
  font-size: 31.2px;
}

.courseText p:last-of-type {
  margin-top: 5px;
  font-size: 12.8;
}

.courseText dl {
  height: auto;
  margin-top: 26px;
  font-weight: bold;
}

/* .courseText dt {
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--titleColor);
  border-top: 1px solid #BF9C46;
  border-bottom: 1px solid #BF9C46;
}

.courseText dd {
  margin: 5px 0;
} */







/* オンラインストア */
#storeContainer {
  /* width: 100%; */
  padding: 60px 0 65px;
  background: url(../img/storeBackSp.jpg) center top / cover no-repeat;
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap */
;}

#storeContainer .title {
  width: 90%;
}

#storeContainer .title h2 {
  letter-spacing: 8px;
  /* color: #988575; */
}

.storeText {
  margin: 360px 0 0 0;
  text-align: center;
  /* color: #988575; */
}

/* .storeText h2 {
  display: inline-block;
  color: #988575;
} */

.storeText p {
  margin-top: 8px;
  /* text-align: center; */
}

.storeBtn {
  width: 172px;
  margin: 15px auto 0;
  padding: 12px 0px;
  /* background: #BF9C46; */
  border-radius: 25px;
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
}

.storeBtn a {
  font-size: 17px;
  /* letter-spacing: 2px; */
  /* color: #fff; */
}






/* インスタ */
#instaContainer {
  /* width: 100%; */
  max-width: 375px;
  padding: 55px 0 55px;
  /* background: #fff; */
}

/* #instaContainer .title {
  width: 90%;
  margin: 0 auto;
} */

#instaContainer .title h2 {
  letter-spacing: 3px;
}

/* .instaContents {
  width: 90%;
  margin: 0 auto 0;
} */

.insta {
  margin-top: 30px;
}

/* #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img, .sb_instagram_header.sbi_medium .sbi_header_img {
  width: 42.8px;
  height: 42.8px;
} */

/* #instaContainer .sbi_load_btn {
  background: #F5C9D8!important;
}

#instaContainer .sbi_load_btn .sbi_btn_text {
  color: #988575;
}

#instaContainer .sbi_follow_btn a {
  background: var(--titleColor)!important;
} */






}