@charset "utf-8";
/* CSS Document */
/* hero */
.hero_anime {
}
.hero_anime_inner {
  display: flex;
  justify-content: flex-end;
}
.hero_anime_img {
  -webkit-animation: fuwafuwa 1s ease-in-out infinite alternate;
  animation: fuwafuwa 3s infinite linear alternate;
  width: 18%;
  z-index: 5;
  position: relative;
  top: -60px;
}
@-webkit-keyframes fuwafuwa {
 0% {
 -webkit-transform: translate(0, 0) rotate(-5deg);
}
 50% {
 -webkit-transform: translate(0, -5px) rotate(0deg);
}
 100% {
 -webkit-transform: translate(0, 0)rotate(5deg);
}
}
@keyframes fuwafuwa {
 0% {
 transform: translate(0, 0) rotate(-5deg);
}
 50% {
 transform: translate(0, -5px) rotate(0deg);
}
 100% {
 transform: translate(0, 0)rotate(5deg);
}
}
.hero_inner {
  max-width: 1200px;
  justify-content: space-between;
  margin: auto;
  margin-top: 70px;
  position: relative;
}
.hero_catch {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.text_grad {
  background: -moz-linear-gradient(291deg, transparent 6%, #ffffff 91%);
  background: -webkit-linear-gradient(291deg, transparent 6%, #ffffff 91%);
  background: linear-gradient(291deg, transparent 6%, #ffffff 91%)
}
.hero_text {
  font-size: 1.8vw;
  line-height: 2.5;
  padding-left: 20px;
  letter-spacing: 0.3rem;
}
.hero_text:before {
  content: "";
  display: block;
  width: auto;
  height: 75px;
  background-image: url(../img/common/space-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 50px;
}
.hero_text:after {
  content: "";
  display: block;
  width: 100%;
  height: 210px;
  background-image: url("../img/top/hero-under.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 50px;
}
.hero_top {
  position: absolute;
  top: -49px;
  right: 35px;
  z-index: 3;
  width: 28%;
}
.swiper-container {
  width: 68%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding-top: 20px;
}
/* concept */
.sec_concept {
  background-image: url("../img/top/concept_back.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 200px;
}
.concept_inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5vw;
}
.concept_title {
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 55px;
  padding-top: 10vw;
}
.concept {
    padding: 0 5%;
}
.concept_contents{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}
.concept_item {
  width: 50%;
  padding-top: 1%;
}
.concept_text {
  width: 40%;
  font-size: 1.3vw;
  line-height: 2.5;
}
.concept_text:after {
  content: "";
  display: block;
  width: 100%;
  height: 8vw;
  background-image: url("../img/top/concept-tori.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
/* section*/
.sec_text {
  text-align: center;
  padding: 30px 30px 60px;
}
/* photo gallery */
.sec_photo {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 100%;
}
.photo_item {
 width: calc((100% - 50px * 2) / 3);
}
/* map */
.gmap {
  padding-bottom: 400px;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.access_text {
  margin: 0 auto;
  padding: 30px 0;
}
.access_root {
  padding-top: 15px;
}
/* staff */
.sec_staff {
  display: flex;
}
.staff_space {
  padding-top: 20px;
}
.staff_eng {
  font-size: 3.4rem;
}
.staff_jp {
  font-size: 3.8rem;
}
.staff_img{
  width: 40%;
}
.staff_text {
  width: 50%;
  padding-left: 10%;
}
.staff_text_space {
  margin: 20px 0;
}
.staff_info {
  padding-left: 10px;
}
.staff_event{
  display: flex;
  flex-wrap: wrap;
}
.staff_event_year{
  padding-right: 10px;
}
.staff_event_text{
  width: 75%;
}
/* news */
.sec_news {
  max-width: 100%;
  padding: 0 30px;
}
.news_img {
  position: relative;
  background-image: url("../img/top/news@2x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 390px;
  width: 100%;
  border-radius: 10px;
}
.news_text {
  position: absolute;
  left: 67%;
  top: 190px;
  text-align: center;
}
.sns {
  display: flex;
  width: 100px;
  margin: 20px auto 10px;
}

@media screen and (max-width:1500px) {
.concept_inner {
  max-width: 1200px;
}
}

@media screen and (max-width:1100px) {
.hero_text {
  font-size: 1.8rem;
}
.concept_title {
  margin-bottom: 50px;
}
.photo_item {
  width: calc((100% - 30px) / 3);
}
.staff_eng {
  font-size: 3.5vw;
}
.staff_jp {
  font-size: 4vw;
}
.news_img {
  background-image: url("../img/top/news_sp@2x.jpg");
}
}

@media screen and (max-width:960px) {
body {
  font-size: 1.5rem;
}
.hero_inner {
  display: block;
}
.hero_catch {
  width: 100%;
  margin: auto;
}
.swiper-container {
  width: 100%;
  margin: 0 auto;
}
.gmap {
  padding-bottom: 300px;
}
.concept_contents {
  display: block;
}
.concept_item {
  width: 75%;
  margin: auto;
/*AOS動作のレスポンシブ*/
  transition-duration: .7s !important;
}
.concept_text {
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 20px;
  /*AOS動作のレスポンシブ*/
  transition-duration: .7s !important;
  transition-delay: .0s !important;
}
.concept_text:after {
  background-position: right;
  margin-top: 20px;
  height: 100px;
}
.news_img {
  background-image: url("../img/top/news_sp@2x.jpg");
  height: 280px;
  width: 100%;
  border-radius: 5px;
}
.news_text {
  font-size: 1.5vw;
  left: 60%;
  top: 150px;
}
.sns {
  width: 80px;
  margin: 10px auto 5px;
}
}

@media screen and (max-width:750px) {
  .sec_concept {
    margin-bottom: 100px;
  }
.photo_item {
  width: calc((100% - 40px) / 2);
}
.staff_img{
  width: 60%;
}
.staff_text_space {
  margin: 6px 0;
}
  .staff_text {
    width: 70%;
    padding-left: 4%;
}
}
@media screen and (max-width:600px) {
.text_grad {
  display: block;
}
.hero_top {
  top: -12px;
  right: 5px;
}
.hero_catch {
  padding-top: 380px;
  text-align: center;
}
.hero_text {
  padding-left: 0;
}
.hero_text:before {
  background-position: center;
  height: 50px;
  margin-bottom: 20px;
}
.hero_text:after {
  background-position: center;
  height: 140px;
  margin-top: 20px;
}
.concept_item {
  width: 90%;
}
.concept_title {
  margin-bottom: 30px;
}
.sec_staff {
  display: block;
}
.staff_img {
  width: 85%;
  margin: auto;
}
.staff_text {
  width: 100%;
  margin: auto;
  padding-left: 0;
/*AOS動作のレスポンシブ*/
  transition-duration: .7s !important;
  transition-delay: .0s !important;
}
.staff_text_space {
  width: 100%;
  font-size: 1.5rem;
  margin: 10px auto;
}
.staff_eng {
  font-size: 5.5vw;
}
.staff_jp {
  font-size: 6vw;
}
.news_img {
  height: 180px;
}
.news_text {
  top: 70px;
}
}

@media screen and (max-width:420px) {
.pc_only {
  display: none;
}
.sp_only {
  display: block;
}
.sec_concept {
    margin-bottom: 80px;
  }
.text_grad {
  background: none;
}
.hero_anime_img {
  width: 25%;
}
.hero_inner {
  margin-top: 10px;
}
.hero_catch {
  padding-top: 330px;
}
.hero_text {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
.sec_photo {
  display: block;
}
.photo_item {
  width: 100%;
  margin: 18px auto;
/*AOS動作のレスポンシブ*/
  transition-duration: .7s !important;
  transition-delay: .0s !important;
  }
.sec_news {
  padding: 0 15px;
}
.news_text {
  top: 35%;
  left: 60%;
  width: 33%;
}
}
