@media (max-width: 1024px) {
/* FVメイン */
#fvContainer {
  width: 90%;
  margin: 150px auto 0;
  /* position: relative;
  z-index: 1; */
}

.fvTitle {
  width: 550px;
  margin: 0;
  /* position: relative;
  display: flex;
  align-items: flex-end; */
  flex-wrap: wrap;
}
.fvTitle::after {
  /* content: "";
  width: 100%;
  height: 19px;
  background: #fc6a09;
  position: absolute;
  bottom: 3px; */
  left: 15px;
  /* z-index: -1;
  animation: fontAni 1s 0.5s both; */
}

/* .fontAni::after {
  animation: fontAni 1s 0.5s both;
}

@keyframes fontAni {
  0% {width: 0%;}
  100% {width: 100%;}
} */

h1 {
  /* flex: 0 1 100%; */
  font-size: 200px;
  letter-spacing: 6px;
  /* line-height: 0.6;
  margin-right: 0px; */
}

.fvTitle > div {
  margin: 20px 0 0 20px;
}

/* .fvTitle .noto {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 6px;
  font-weight: 300;
}

.fvTitle .afont {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 300;
  color: #fff;
} */




/* Works */
#worksContainer {
  width: 100%;
  margin-top: 120px;
}

.worksContents {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.worksImg {
  /* width: calc(50% + 400px); */
  width: 100%;
  /* margin: 0 auto; */
}

.worksImg iframe {
  width: 100%;
  /* max-width: 800px; */
  height: 400px;
  /* margin: 0 50px; */
}
/* .worksImg iframe:first-of-type {
  margin-left: 0;
}
.worksImg iframe:last-of-type {
  margin-right: 0;
} */
.slick-arrow {
  width: 30px;
  height: 30px;
}
.slick-prev::before, .slick-next::before {
  color: #ccc;
  font-size: 30px;
}
.slick-prev {
  left: 10px;
  z-index: 1;
}
.slick-next {
  right: 10px;
}

/* .title {
  width: 100%;
  position: relative;
} */

#worksContainer .title {
  width: 100%;
  /* max-width: 1100px; */
  margin: 40px auto 0;
}

/* .title h2 {
  padding-right: 12px;
  font-size: 80px;
  font-weight: 100;
  line-height: 0.9;
  display: inline-block;
  position: relative;
}

.titleAni {
  width: 100%;
  height: 19px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.titleAni::after {
  width: 100%;
  font-size: 80px;
  font-weight: 100;
  line-height: 0.9;
  color: #fff;
  background: #fc6a09;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#worksContainer .titleAni::after  {
  content: "Works";
}

.title p {
  color: #fc6a09;
  letter-spacing: 3px;
  margin-top: 5px;
} */

.more {
  /* width: 150px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skewX(45deg);
  position: absolute;
  top: 50%; */
  right: 10px;
  /* transition: 0.3s; */
}

/* .more:hover {
  opacity: 0.5;
} */

/* .more::after {
  content: "more";
  font-size: 14px;
  letter-spacing: 2px;
  font-family: 'Raleway', sans-serif;
  position: absolute;
  bottom: 50%;
  right: 0px;
  transform: skewX(-45deg);
} */




/* News */
#newsContainer {
  width: 100%;
  /* margin-top: 100px;
  padding: 100px 0;
  background: #f2f2f2; */
  padding-bottom: 120px;
}

/* .newsContentsContainer {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#newsContainer .titleAni::after {
  content: "News";
} */

.newsContents {
  /* width: 100%; */
  margin-top: 50px;
  /* display: flex;
  justify-content: space-between; */
  flex-wrap: wrap;
}

.news {
  flex: 0 1 100%;
  margin: 0 0px;
  padding: 20px 10px;
  /* border-top: 1px solid #000; */
}
/* .news:first-of-type {
  margin-left: 0;
} */
.news:last-of-type {
  /* margin-right: 0; */
  border-bottom: 1px solid #000;
}

.news dt {
  margin-top: 0px;
  text-align: left;
  /* font-size: 14px;
  letter-spacing: 1px;
  color: #fc6a09;
  position: relative; */
}

.news dt::before {
  /* content: "Information";
  font-size: 14px;
  letter-spacing: 1px;
  color: #fc6a09;
  position: absolute; */
  right: 0;
  left: auto;
}

.news dd {
  margin-top: 10px;
  /* font-size: 14px;
  font-weight: 300; */
}




/* Price */
#priceContainer {
  width: 100%;
  /* margin: 100px 0 0; */
}

/* .priceContentsContainer {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
} */

/* #priceContainer .titleAni::after {
  content: "Prices";
} */

.priceContents {
  /* width: 100%; */
  margin-top: 50px;
  /* display: flex; */
  justify-content: center;
  flex-wrap: wrap;
}

.price {
  flex: 0 1 50%;
  /* height: 160px; */
  margin: 20px 0;
  /* border: 1px solid #000;
  border-radius: 0 20px 0 20px;
  background: rgba(255, 255, 255, 0.75);
  position: relative; */
}
/* .price:first-of-type {
  margin-left: 0;
}
.price:last-of-type {
  margin-right: 0;
}
.price::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fc6a09;
  border-radius: 0 20px 0 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
} */

/* .price dt {
  font-size: 48px;
  font-weight: 100;
  line-height: 1;
  font-family: 'Raleway', 'Noto Sans JP', sans-serif;
}

.price dd {
  padding: 60px 36px 70px;
  font-size: 20px;
  font-weight: 300;
  line-height: 0.72;
} */




/* Contact */
#contactContainer {
  width: 100%;
  margin-top: 120px;
  /* padding: 130px 0;
  background: url(../img/contactBack.jpg) center center / cover no-repeat;
  text-align: center; */
}

/* #contactContainer a {
  color: #fff;
}

#contactContainer .title h2 {
  color: #fff;
  position: relative;
} */
#contactContainer .title h2::after {
  /* content: ""; */
  width: 80px;
  /* height: 7px;
  transform: skewX(40deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 110%; */
}

/* #contactContainer p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
} */




}








@media (max-width: 560px) {
/* FVメイン */
#fvContainer {
  width: 90%;
  margin: 90px auto 0;
  /* position: relative;
  z-index: 1; */
}

.fvTitle {
  width: 100%;
  margin: 0;
  /* position: relative;
  display: flex;
  align-items: flex-end; */
  flex-wrap: wrap;
}
.fvTitle::after {
  /* content: "";
  width: 100%; */
  height: 14.5px;
  background: #fc6a09;
  position: absolute;
  bottom: 1.5px;
  left: 0px;
  /* z-index: -1;
  animation: fontAni 1s 0.5s both; */
}

/* .fontAni::after {
  animation: fontAni 1s 0.5s both;
}

@keyframes fontAni {
  0% {width: 0%;}
  100% {width: 100%;}
} */

h1 {
  /* flex: 0 1 100%; */
  font-size: 100px;
  letter-spacing: 3px;
  margin-left: -5px;
  /* line-height: 0.6;
  margin-right: 0px; */
}

.fvTitle > div {
  margin: 16px 0 0 5px;
}

.fvTitle .noto {
  font-size: 14px;
  /* line-height: 1; */
  letter-spacing: 5px;
  /* font-weight: 300; */
}

.fvTitle .afont {
  /* margin-top: 10px; */
  font-size: 15px;
  /* line-height: 1;
  letter-spacing: 2px;
  font-weight: 300;
  color: #fff; */
}




/* Works */
#worksContainer {
  /* width: 100%; */
  margin-top: 50px;
}

/* .worksContents {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
} */

/* .worksImg { */
  /* width: calc(50% + 400px); */
  /* width: 100%; */
  /* margin: 0 auto; */
/* } */

.worksImg iframe {
  /* width: 100%; */
  /* max-width: 800px; */
  height: 260px;
  /* margin: 0 50px; */
}
/* .worksImg iframe:first-of-type {
  margin-left: 0;
}
.worksImg iframe:last-of-type {
  margin-right: 0;
} */
.slick-arrow {
  width: 25px;
  height: 25px;
}
.slick-prev::before, .slick-next::before {
  /* color: #ccc; */
  font-size: 25px;
}
/* .slick-prev {
  left: 10px;
  z-index: 1;
}
.slick-next {
  right: 10px;
} */

/* .title {
  width: 100%;
  position: relative;
} */

/* #worksContainer .title {
  width: 100%; */
  /* max-width: 1100px; */
  /* margin: 40px auto 0;
} */

.title h2 {
  /* padding-right: 12px; */
  font-size: 50px;
  /* font-weight: 100;
  line-height: 0.9;
  display: inline-block;
  position: relative; */
}

.titleAni {
  /* width: 100%; */
  height: 13px;
  /* overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0; */
}
.titleAni::after {
  /* width: 100%; */
  font-size: 50px;
  /* font-weight: 100;
  line-height: 0.9;
  color: #fff;
  background: #fc6a09;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden; */
}

/* #worksContainer .titleAni::after  {
  content: "Works";
} */

/* .title p {
  color: #fc6a09;
  letter-spacing: 3px;
  margin-top: 5px;
} */

.more {
  /* width: 150px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skewX(45deg); */
  margin-top: 30px;
  margin-left: auto;
  position: relative;
  top: 0;
  right: 10px;
  left: auto;
  /* transition: 0.3s; */
}

/* .more:hover {
  opacity: 0.5;
} */

/* .more::after {
  content: "more";
  font-size: 14px;
  letter-spacing: 2px;
  font-family: 'Raleway', sans-serif;
  position: absolute;
  bottom: 50%;
  right: 0px;
  transform: skewX(-45deg);
} */




/* News */
#newsContainer {
  /* width: 100%; */
  margin-top: 70px;
  padding: 50px 0;
  background: #f2f2f2;
  padding-bottom: 70px;
}

/* .newsContentsContainer {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#newsContainer .titleAni::after {
  content: "News";
} */

.newsContents {
  /* width: 100%; */
  margin-top: 30px;
  /* display: flex;
  justify-content: space-between; */
  /* flex-wrap: wrap; */
}

/* .news {
  flex: 0 1 100%;
  margin: 0 0px;
  padding: 20px 10px; */
  /* border-top: 1px solid #000; */
/* } */
/* .news:first-of-type {
  margin-left: 0;
} */
/* .news:last-of-type { */
  /* margin-right: 0; */
  /* border-bottom: 1px solid #000;
} */

/* .news dt {
  margin-top: 0px;
  text-align: left; */
  /* font-size: 14px;
  letter-spacing: 1px;
  color: #fc6a09;
  position: relative; */
/* } */

/* .news dt::before { */
  /* content: "Information";
  font-size: 14px;
  letter-spacing: 1px;
  color: #fc6a09;
  position: absolute; */
  /* right: 0;
  left: auto;
} */

/* .news dd {
  margin-top: 10px; */
  /* font-size: 14px;
  font-weight: 300; */
/* } */




/* Price */
#priceContainer {
  /* width: 100%; */
  margin: 56px 0 0;
}

/* .priceContentsContainer {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto; */
/* } */

/* #priceContainer .titleAni::after {
  content: "Prices";
} */

.priceContents {
  /* width: 100%; */
  margin-top: 10px;
  /* display: flex; */
  /* justify-content: center;
  flex-wrap: wrap; */
}

.price {
  flex: 0 1 100%;
  /* height: 160px; */
  margin: 15px 0;
  /* border: 1px solid #000;
  border-radius: 0 20px 0 20px;
  background: rgba(255, 255, 255, 0.75);
  position: relative; */
}
/* .price:first-of-type {
  margin-left: 0;
}
.price:last-of-type {
  margin-right: 0;
}
.price::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fc6a09;
  border-radius: 0 20px 0 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
} */

.price dt {
  font-size: 36px;
  /* font-weight: 100;
  line-height: 1;
  font-family: 'Raleway', 'Noto Sans JP', sans-serif; */
}

.price dd {
  padding: 40px 30px 60px;
  font-size: 16px;
  /* font-weight: 300;
  line-height: 0.72; */
}




/* Contact */
#contactContainer {
  width: 100%;
  margin-top: 70px;
  padding: 90px 0;
  /* background: url(../img/contactBack.jpg) center center / cover no-repeat;
  text-align: center; */
}

/* #contactContainer a {
  color: #fff;
}

#contactContainer .title h2 {
  color: #fff;
  position: relative;
} */
#contactContainer .title h2::after {
  /* content: ""; */
  display: none;
  /* width: 80px; */
  /* height: 7px;
  transform: skewX(40deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 110%; */
}

#contactContainer p {
  width: 90%;
  margin: 20px auto 0;
  /* margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px; */
}



}





@media(max-width: 350px) {



}