main > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}

#mainBackContainer {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  background: var(--primaryColor);
  position: relative;
  z-index: 1;
}

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

.fvAniContainer img {
  width: 20%;
  max-width: 410px;
  min-width: 220px;
  position: relative;
  z-index: 10000;
  animation: fvAni 5s both;
}

@keyframes fvAni {
  0%{transform: translateY(50px); opacity: 0; filter: blur(30px); z-index: 10000; display: flex;}
  30%{transform: translateY(0px); opacity: 1; filter: blur(0); z-index: 10000;}
  70%{transform: translateY(0px); opacity: 1; filter: blur(0); z-index: 10000;}
  98%{transform: translateY(0px); opacity: 0; filter: blur(100px); z-index: 10000;}
  99%{transform: translateY(0px); opacity: 0; filter: blur(100px); z-index: -10000; display: flex;}
  100%{transform: translateY(0px); opacity: 0; filter: blur(100px); z-index: -10000; display: none;}
}

@keyframes fvAni2 {
  0%{transform: translateY(0px); opacity: 1; filter: blur(0); z-index: 10000; display: flex;}
  70%{transform: translateY(0px); opacity: 1; filter: blur(0); z-index: 10000;}
  98%{transform: translateY(0px); opacity: 0; filter: blur(100px); z-index: 10000;}
  99%{transform: translateY(0px); opacity: 0; filter: blur(100px); z-index: -10000; display: flex;}
  100%{transform: translateY(0px); opacity: 0; filter: blur(100px); z-index: -10000; display: none;}
}

#fvContainer {
  width: 90%;
  padding-bottom: 100px;
  margin: 0 auto;
  position: relative;
  background: var(--primaryColor);
  z-index: 1;
}

.fvText {
  padding-top: 300px;
  position: relative;
  z-index: 2;
}

.fvText p:nth-of-type(2) {
  display: inline-block;
  margin-top: 50px;
  margin-left: -13px;
  font-size: 73px;
  line-height: 1.4;
  letter-spacing: -3px;
  color: var(--titleColor);
  text-align: center;
}

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

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

.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: -26px;
}

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

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

.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: 35px;
  letter-spacing: 0px;
}

.scroll {
  margin-top: 20px;
  font-size: 13px;
}

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

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

.fvImgContainer {
  width: 1400px;
  position: absolute;
  top: 0;
  right: -4%;
}

.fvImgContainer > img:first-of-type {
  width: 180px;
  position: absolute;
  top: 50%;
  right: 780px;
  transform: translateY(-50%);
  z-index: 1;
}

.fvImgContainer > img:nth-of-type(2) {
  width: 160px;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-90%);
  z-index: 1;
}

.fvImgMain {
  width: 100%;
}

.fvImgContainer .fvImgSub {
width: 283px;
position: absolute;
right: 1.5%;
top: 478px;
}







/* アバウト１ */
#about1Container {
  width: 100%;
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 200px 0 250px;
  position: relative;
  overflow: hidden;
  background: var(--primaryColor);
  z-index: 1;
}

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

#about1Container > img:nth-of-type(2) {
  width: 150px;
  position: absolute;
  bottom: 50px;
  right: 90px;
}

.about1Video {
  width: 1167px;
  position: relative;
  margin-left: -330px;
}

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

.about1Video video {
  width: 100%;
  border: 5px solid #EFD6D8;
  box-sizing: border-box;
}

.about1Video img:last-of-type {
  width: 160px;
  transform: rotate(15deg);
  position: absolute;
  top: 10px;
  right: 80px;
}

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

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

.about1Text p {
  margin-top: 30px;
  line-height: 2;
}







/* アバウト2 */
#about2Container {
  width: 100%;
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 130px 0;
  position: relative;
  z-index: 0;
}

#about2Container > video {
  width: 100%;
  max-width: var(--maxWidth);
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.title span {
  margin-bottom: 25px;
  font-size: 18px;
  letter-spacing: 3px;
  border-bottom: 1px solid #BF9C46;
  display: inline-block;
}

.title p {
  text-align: center;
  margin-top: 25px;
}

.about2Contents {
  width: 90%;
  max-width: 1080px;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-around;
}

.about2 {
  width: 30%;
  max-width: 320px;
  margin-right: 3%;
  text-align: center;
}
.about2:last-of-type {
  margin-right: 0;
}

.aboutImg {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}

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

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

.aboutText dd {
  margin-top: 10px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
}

.aboutText dd span:first-of-type {
  display: block;
  text-align: center;
}

.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: 130px 0;
  background: url(../img/courseBack.png) center center / cover no-repeat;
  background-color: var(--primaryColor);
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

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

.course {
  width: 24%;
  padding: 40px 25px 20px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #BF9C46;
  box-sizing: border-box;
  text-align: center;
}

.course.open {
  align-self: stretch;
}

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

.courseImg {
  width: 100%;
  margin-top: 5px;
}

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

.courseText {
  margin-top: 15px;
}

.courseText h3 {
  height: 61.59px;
  font-size: 28px;
  line-height: 1.1;
  color: var(--titleColor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.courseText p:first-of-type {
  display: block;
  margin-top: 5px;
  font-size: 19px;
  color: var(--titleColor);
}

.courseText p:nth-of-type(2) {
  margin-top: 10px;
  font-size: 17px;
  color: #DC6B74;
  line-height: 1.3;
}
.courseText p:nth-of-type(2) span {
  display: block;
  font-size: 39px;
}

.courseText p:last-of-type {
  margin-top: -3px;
}

.courseText dl {
  /* height: 299px; */
  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%;
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 150px 0 300px;
  background: url(../img/storeBack.jpg) center center / cover no-repeat;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

#storeContainer .title {
  width: 90%;
}

#storeContainer .title h2 {
  letter-spacing: 15px;
  color: #988575;
}

.storeText {
  margin: 150px 0 0 57%;
  color: #988575;
}

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

.storeText p {
  margin-top: 20px;
  text-align: center;
}

.storeBtn {
  width: 213px;
  margin: 30px auto 0;
  padding: 20px 0px;
  background: #BF9C46;
  border-radius: 41px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

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






/* インスタ */
#instaContainer {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 120px 0 120px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
}

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

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

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

.insta {
  margin-top: 70px;
}

#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;
}